Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Fresh Start v0.4.0.2
Released July 2018
<b>Warning</b> this game contains sound on some of the video clips used.
This game is currently in active development. The latest version of the game can always be found here:
<a href="http://www.xxxonlinegames.com/download-games" title="Fresh Start Game Download">Fresh Start Download Page</a>
<b>If you like this game, please spread the word and share it around!</b>
<b style="color:red"> This game wouldn't be possible without the donations provided via <a href="https://www.patreon.com/LiquidMellow" title="Fresh Start Patreon Page">Patreon</a>, thank you!</b>
If you would like, you can donate here at my <a href="https://www.patreon.com/LiquidMellow" title="Fresh Start Patreon Page">Patreon Page.</a> For the price of a coffee a month, you will help encourage the development of the game.
A Wiki has been created for Fresh Start here : <a href="http://www.xxxonlinegames.com/wiki/wiki/4/fresh-start" title="Walkthrough" target="_blank">Fresh Start Wiki</a>
[[Play Game|Intro]]<b>Stats</b>
Name : $name
Hair Color : $hairColor
Breast Size : $breastSize
Money : $money
Inventory : $inventory
<<if $hairColor eq "Blonde">>
[img[images/character/blonde-clothed.png]]
<<elseif $hairColor eq "Brunette">>
[img[images/character/brunette-clothed.png]]
<<elseif $hairColor eq "Redhead">>
[img[images/character/redhead-clothed.png]]
<<elseif $hairColor eq "Black">>
[img[images/character/black-clothed.png]]
<</if>>
[[Begin your new life|Game-Intro]]<<if $cellOwned == true>>[[Phone][$location = window.SugarCube.State.active.title]]<</if>>
[[Inventory]]
[[Stats]]
[[People]]
-----------------------
<<nobr>>
<<set $weedGrams = $weed * 0.5>>
<h4><b><u>What you are Wearing: </u></b></h4>
<<if $clothesSwimwear != "">>
<b>Swimwear</b> : $clothesSwimwear<br/>
<<else>>
<b>Top</b> : $clothesTop<br/>
<b>Bottom</b> : $clothesBottom<br/>
<b>Bra</b> : $clothesBra<br/>
<b>Panties</b> : $clothesPanties<br/>
<b>Shoes</b> : $clothesShoes<br/>
<</if>>
<h4><b><u>Goods: </u></b></h4>
Food : $food<br/>
<br/>
Makeup : $makeup<br/>
Suncream : $suncream<br/>
Packs of smokes : $cigarettes<br/>
<br/>
Condoms : $condoms<br/>
Contraceptive Pills : $pill<br/>
Pregnancy Test : $pregnancyTest<br/>
Porn Magazine : $pornMag<br/>
Tampons : $tampons<br/>
Joints : $weed - ($weedGrams g)<br/>
<h4><b><u>Inventory: </u></b></h4>
<<if $laptopOwned == true>>Laptop<</if>><br/>
<<if $webcamOwned == true>>Webcam<</if>><br/>
<<if $coffeeMachine == true>>Coffee Machine<</if>><br/>
<<if $cellOwned == true>>Cell Phone<</if>><br/>
<br/>
<<if $beauticianQualification == true>>
Hair and Beauty Qualification<br/><br/>
<</if>>
<<if $inventory.length == 0>>You are not carrying anything.<<else>>
You are carrying: <<inv>>
<<endif>><br/>
<<back>>
<</nobr>>You've finally made it to the big city, and you now have the daunting task of finding out where you are going to live.
You head off to try and find a place to stay before it gets dark.
You walk into the real estate shop, and have a word with the realtor, [[Paul|Paul Paulson The Realtor]].
Paul : "How may I help you?"
$name : "I'm new in town, and I'm desperately looking for a place to stay"
Paul : "Well you're in luck, I can get you sorted with a place to stay. I must tell you that we will take the first weeks rent payment upfront. I've got some options here, which one would you like?"
[[Small Shack - A rundown 1 bedroom flat sharing with 2 housemates - $300|SmallShack]]<b>Name : Paul Paulson</b> (The Realtor)
<b>Age :</b> 34
<b>Bio : </b>Paul, Married with 2 Kids and a Wife. He currently works as a sleazy landlord New York City. Paul can be slightly depraved and perverted given the opportunity. He values money and self satisfaction above all else.
<<back>>Paul : "Excellent!, I'll get the keys and your deposit for you now"
[img[images/Realtor/1.jpg]]
Paul : "Here is your new address, and your keys. I should let you know, you'll have two roommates Katie and Chad."
[[Go to your new home|Your Home (intro)]]
<<nobr>>
<<set $house = "Small Shack">>
<<set $money -= 300>>
<<set $energy -= 5>>
<<set $rent = 300>>
<</nobr>>Unfortunately that's all the content at this moment in time.
Hopefully there'll be more soon.You enter the flat, it's late and you're greeted by a girl sat on the sofa watching TV.
[img[images/flatmates/katie/sofa.jpg]]
Katie : "Hi I'm Katie! you must be our new flatmate, what's your name?"
$name : "Hi, I'm $name nice to meet you"
Katie : "Hopefully you'll get settled in soon. Your bedroom is the second one to the left over there. I'm going to have to go to work soon, I'll see you tomorrow"
Katie heads out for work. You think to yourself it's pretty late to start going to work now. But those thoughts quickly pass from your mind, and you head off to your room.
[[Check out your room|Your Room (intro)]][img[images/home/cheap-flat/old-bedroom.jpg]]
You take your first look around your new room. It isn't very flash, but it will do. You decide it's best to try and get some sleep.
It's going to be a big day tomorrow. You're running low on money, and unable to pay rent next week, so you'll need to have to go out and earn some.
[[Go to sleep|SS-Bedroom]]
<<set $playerBedroom = "SS Cheap Bedroom">><<nobr>>
<<if ndef $makeupBonusApplied>><<set $makeupBonusApplied = false>><</if>>
<<if ndef $pillTaken>><<set $pillTaken = false>><</if>>
<<if ndef $nickNudeRequest>><<set $nickNudeRequest = false>><</if>>
<<if ndef $STD>><<set $STD = false>><</if>>
<<if ndef $period>><<set $period = "Luteal">><</if>>
<<set $nickNudeChance to random(20)>>
<<if $ateBreakfast == true>>
You had a wholesome breakfast, this has given you more energy to take on the day ahead.<br/>
<<set $ateBreakfast = false>>
<<if $energy lte 85>>
<<set $energy +=15>>
<<else>>
<<set $energy = 100>>
<</if>>
<<set $food -= 1>>
<</if>>
<<if $drankCoffee == true>>
You drink some coffee and feel like you have enough energy to take on the day.<br/>
<<set $drankCoffee = false>>
<<set $energy +=10>>
<</if>>
<<if ($autoPill == true) and ($pillTaken == false)>>
<<if $pill gte 1>>
You take your contraceptive pill for the day.<br/><br/>
<<set $pillTaken = true>>
<<set $pill -= 1>>
<<else>>
You don't have any contraceptive pills to take. You can buy some at the pharmacy, or stop trying [[here.|Manage]]<br/><br/>
<</if>>
<</if>>
<<if ($autoMakeup == true) and ($makeupBonusApplied == false)>>
<<if $makeup gte 1>>
You apply some Makeup this morning, and you look better for it.<br/><br/>
<<set $makeupBonusApplied = true>>
<<set $beauty += 10>>
<<set $makeup -= 1>>
<<else>>
You don't have any makeup to put on. You can buy some, or stop trying [[here.|Manage]]<br/><br/>
<</if>>
<</if>>
<<if $nickNudeChance == 0 and $cellOwned == true and $metNick == true and $relationshipNick gte 40 and $nickNudeRequest == false >>
<<set $nickNudeRequest = true>>
You get a text message from Nick, you should check to see what he wants.<br/><br/>
<</if>>
<<if $playerBedroom eq "SS Cheap Bedroom">>
<div class="image-container" style="width:400px; margin:auto">
[img[images/home/cheap-flat/old-bedroom.jpg]]
</div>
<</if>>
<br/><br/>
<table style="width:100%; text-align:center">
<thead>
<th style="width:33%"><b>Actions</b></th>
<th style="width:33%"><b>Locations</b></th>
</thead>
<tbody>
<tr>
<td>[[Sleep|SleepSSBedroom]]</td>
<td>[[Living room|SS-LivingRoom]]</td>
</tr>
<tr>
<td>[[Daily Routines|Manage]]</td>
<td>[[Kitchen|SS-Kitchen]]</td>
</tr>
<tr>
<td>[[Wardrobe|PlayerWardrobe]]</td>
<td>[[Bathroom|SS-Bathroom]]</td>
</tr>
<tr>
<td>
<<if $pornMag gte 1>>
<<if $energy gte 10>>
[[Read Porn Magazine|SS-BedroomReadPornMag]]
<<else>>
Read Porn Magazine (No Energy)
<</if>>
<</if>>
</td>
<td></td>
</tr>
<tr>
<td>
<<if $arousal gte 50>>
<<if $energy gte 10>>[[Masturbate|SS-BedroomMasturbate]] <<else>>Masturbate (No Energy)<</if>>
<</if>>
</td>
<td></td>
</tr>
<tr>
<td>
<<if $laptopOwned eq true>>
<<if $energy gte 5>>[[Use Laptop|UseLaptop]]<<else>>Use Laptop (No Energy)<</if>>
<</if>>
</td>
<td></td>
</tr>
</tbody>
</table>
<br/>
<<if $daysTilExam == 0>>
<b style="color:red">You have an exam today!</b>
<</if>>
<</nobr>><<nobr>>
<<if ndef $mood>><<set $mood = 100>><</if>>
Money : $$money<br/>
<br/>
Energy : $energy<br/>
<<if $energy lte 20>><div style="font-weight:bold;padding-bottom:5px;font-size:13px;padding-top: 2px;">[[Quick Sleep|QuickSleep]]</div><</if>>
<br/>
Job : $job<br/>
<br/>
Arousal : $arousal<br/>
Mood : $mood<br/>
<br/>
<<if $day eq 1>>
Day : Monday
<<elseif $day eq 2>>
Day : Tuesday
<<elseif $day eq 3>>
Day : Wednesday
<<elseif $day eq 4>>
Day : Thursday
<<elseif $day eq 5>>
Day : Friday
<<elseif $day eq 6>>
Day : Saturday
<<elseif $day eq 7>>
Day : Sunday
<</if>><br/>
Days til Rent : $daysTilRent<br/><br/>
<<if $weather eq "Sunny">>
Weather : Sunny
<<elseif $weather eq "Raining">>
Weather : Raining
<</if>>
<br/><br/>
<<if $inhibition gte 800>>
Personality : Respectable
<<elseif $inhibition gte 600>>
Personality : Adventurous
<<elseif $inhibition gte 400>>
Personality : Easy
<<elseif $inhibition gte 200>>
Personality : Depraved
<<else>>
Personality : Slut
<</if>>
<br/><br/>
--------------<br/><br/>
<div style="display:none;font-weight:bold;padding-bottom:5px;font-size:13px;padding-top: 2px;">
Debug On : $showDebug<br/>
<<if $showDebug == false>>[[Show Debug|ShowDebug]]<<elseif $showDebug == true>>[[Hide Debug|HideDebug]]<</if>><br/></div>
<</nobr>><<nobr>>
You spread open the newspaper in the search for jobs. After a while of looking, you've made a list of the following possibilities.<br/><br/>
<<if $job eq "None">>
<<if $energy gte 15>>
<<if $mood gte 25>>[[Waitress in a cafe|TakeJobWaitress]]<<else>>Waitress in a cafe (You're not in the mood)<</if>><br/>
<<if $mood gte 25>>[[Assistant Teacher at a School|TakeJobSchool]]<<else>>Assistant Teacher at a School (You're not in the mood)<</if>><br/>
<<if $beauticianQualification == true>>
[[Beautician|TakeJobBeautician]]
<br/>
<</if>>
[[Go home|SS-LivingRoom]]<br/>
<<else>>
[[You're too tired to apply for jobs now.|SS-LivingRoom]]<br/>
<</if>>
<<else>>
[[You already have a job, quit it?|QuitJob]]<br/>
[[Go home|SS-LivingRoom]]<br/>
<</if>>
<</nobr>><<nobr>>
You call up the number on the ad, and get put through to Sal, the owner of the cafe.<br/>
<br/>
$name : "Hi there, I'm applying for the job as a waitress at your cafe?"
<br/><br/>
Sal : "Great! However we are quite picky when it comes to employees that work for us. If you want to come down after the breakfast rush, it will be our pleasure to interview you. I'll just send you the address"<br/>
<br/>
[[Head down for the interview|SalsCafeInterview-start]]
<</nobr>><<nobr>>
<<if $salsJob == "NotOffered">>
As you arrive at the Cafe, you walk in and you are immediately greeted by Sal.<br/><br/>
Sal : "Hi there, you're alot younger than our normal employees. But that not necessarily a bad thing"<br/><br/>
Sal leads you into the back through the kitchen and into his office.<br/><br/>
Sal : "So I've got a few questions that I would like you to answer, have you ever worked in the service industry before?"<br/><br/>
[[Truth - No I haven't (Interview -1)|SalsCafeInterview-inexperienced]]<br/>
[[Lie - Yes I have (Interview +1)|SalsCafeInterview-experienced]]<br/>
<<set $energy -= 5>>
<<set $salsInterviewScore = 0>>
<<else>>
<<if $quitSals == true>>
So I see that you're back. I'm guessing that you want your old job back?<br/><br/>
[[Yes|OldJobBack]]<br/>
<<else>>
Sal : "So I see you've came back, do you want the job?<br/>
[[Accept Job|AcceptJobAtSals]]<br/>
<</if>>
<</if>>
<</nobr>>Sal : "So you're experienced in pleasing our customers! Great."
<<nobr>>
<<set $salsInterviewScore = +2>>
<</nobr>>
Sal : "Were actually a little short staffed right now, so I was thinking if you would like a trial, we can judge you on that. I've got this uniform right here if you'd like to try it on"
[img[images/clothes/diner-outfit.jpg]]
[[I can't wear that, it's too revealing|RefuseDinerOutfit]]
[[I suppose I really need a job|WearDinerOutfit]]Sal : "So you have no experience huh? Thats not the most important thing, I suppose we could teach you a few things as we go along."
<<nobr>>
<<set $salsInterviewScore = -2>>
<</nobr>>
Sal : "Here at Sal's Cafe, our workers work in shifts. Would there be anything that would get in the way of working here? Another job perhaps or a boyfriend?"
$name : "No, I'm currently unemployed and I don't have a boyfriend."
Sal : "Interesting..."
Sal : "Were actually a little short staffed right now, so I was thinking if you would like a trial, we can judge you on that. I've got this uniform right here if you'd like to try it on"
[img[images/clothes/diner-outfit.jpg]]
[[I can't wear that, it's too revealing|RefuseDinerOutfit]]
[[I suppose I really need a job|WearDinerOutfit]]<<nobr>>
<<set $eventVariable to random(40)>>
<<if $eventVariable == 0 and $metNick == true>>
You head over to the living room when you suddenly hear a noise.<br/>
[[Investigate the noise|InvestigateNoise]]<br/>
[[Head to your room|SS-Bedroom]]<br/>
<<else>>
<<if ndef $showDebug>><<set $showDebug = false>><</if>>
<<if $showDebug == true>><div class="debug-container">[[Debug|Debug]]</div><</if>><br/>
[img[images/home/cheap-flat/old-livingroom.jpg]]<br/>
<br/>
<table style="width:100%; text-align:center">
<thead>
<th style="width:33%"><b>Actions</b></th>
<th style="width:33%"><b>Locations</b></th>
</thead>
<tbody>
<tr>
<td>
<<if $job eq "None">>[[Look for a Job|Look for a Job]]
<<else>>
<<if $energy gte 45>>
<<if $mood gte 10>>
[[Go to Work|Work]]<br/>
<<else>>
Go to Work (Too Low Mood)
<</if>>
<<else>>
Go to Work (Too Tired)
<</if>>
<</if>>
</td>
<td>
<<if ($storedWhitePanties gte 1 or $storedPinkLaceShorts gte 1) && $clothesPanties == "None" && $inhibition gte 700>>
Outside - You're too naked!
<<else>>
[[Outside|Outside]]
<</if>>
</td>
</tr>
<tr>
<td>
<<if $tvOwned == true>>
[[Watch TV|WatchTV]]
<</if>>
</td>
<td>[[Bedroom|SS-Bedroom]]</td>
</tr>
<tr>
<td>
<<if $job != "None">>
[[Leave Job|Look for a Job]]
<</if>>
</td>
<td>[[Kitchen|SS-Kitchen]]</td>
</tr>
<tr>
<td></td>
<td>[[Bathroom|SS-Bathroom]]</td>
</tr>
<tr>
<td></td>
<td>[[Katie's Room|SS-KatiesRoom]]</td>
</tr>
<tr>
<td></td>
<td>
<<if $metNick == true>>
[[Nick's Room|SS-NicksRoom]]
<</if>>
</td>
</tr>
</tbody>
</table>
<br/><br/>
<</if>>
<</nobr>><<nobr>>
[img[images/home/cheap-flat/old-kitchen.gif]]<br/><br/>
<table style="width:100%; text-align:center">
<thead>
<th style="width:33%"><b>Actions</b></th>
<th style="width:33%"><b>Locations</b></th>
</thead>
<tbody>
<tr>
<td>
<<if $cigarettes gte 1>><<if $energy gte 5>>[[Smoke|SmokeACigaretteKitchen]]<<else>>Smoke (No Energy)<</if>><</if>>
</td>
<td><<if ($storedWhitePanties gte 1 or $storedPinkLaceShorts gte 1) && $clothesPanties == "None" && $inhibition gte 700>>
Outside - You're too naked!
<<else>>
[[Outside|Outside]]
<</if>></td>
</tr>
<tr>
<td>[[Cook Meal|CookMealSSKitchen]]</td>
<td>[[Living Room|SS-LivingRoom]]</td>
</tr>
<tr>
<td></td>
<td>[[Bathroom|SS-Bathroom]]</td>
</tr>
<tr>
<td></td>
<td>
<<if $weather eq "Sunny">>
[[Communal Garden|SS-Garden]]
<<else>>
Communal Garden (It's raining)
<</if>>
</td>
</tr>
</tbody>
</table>
<</nobr>>
<<nobr>>
<<set $eventVariable to random(24)>>
[img[images/home/cheap-flat/old-bathroom.jpg]]<br/><br/>
<<if $eventVariable lte 2 and $metNick == true and $day gte 4>>
You hear the shower running, and notice that the door is open ajar.<br/><br/>
<<if $inhibition lte 600>>
[[Take a peek|SpyNickShower]]<br/>
<</if>>
[[Give whoever it is some privacy|SS-LivingRoom]]<br/>
<<elseif ($eventVariable == 2 or $eventVariable == 3) and $metNick == true and $relationshipNick gte 50>>
You step into the bathroom and stumble upon Nick masturbating. You notice that he has some panties wrapped around his cock.<br/><br/>
[[Interrupt him|InterruptNickPantiesMasturbate]]<br/>
[[Apologize and leave him alone|SS-LivingRoom]]<br/>
<<else>>
[[Shower|TakeAShower]]<br/>
<<if $pregnancyTest gte 1>>
[[Take a pregnancy test|SS-BathroomPregnancyTest]]<br/>
<</if>>
[[Go to the living room|SS-LivingRoom]]<br/>
[[Kitchen|SS-Kitchen]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $salsInterviewScore -= 1>>
<<set $wearingRevealingDress = false>>
<</nobr>>
Sal : Well, thats unfortunate.
<<if $salsInterviewScore gt 0>>
Sal : Okay, I guess you can wear your own clothes this time.
[[You go out the front to start your shift|TrialShiftatSals]]
<<else>>
Sal : Unfortunately you're not what were looking for at the moment. We'll keep you in mind, but were looking for more of a 'team player'
[[You head back home|SS-LivingRoom]]
[[Give in and wear the uniform|WearDinerOutfit]]
<</if>>
<<nobr>>
<<set $inhibition -= 3>>
<<set $corruption += 1>>
<<set $wearingRevealingDress = true>>
<</nobr>>
You change into the uniform that Sal has provided. You notice that the skirt is a little short, and that your <<if $clothesPanties neq "None">>$clothesPanties<</if>> are showing when you bend over.
You decide that this must be done if you are to survive in this new city, and be able to pay your way.
[[Begin your trial shift|TrialShiftatSals]]<<nobr>>
<<set $servedOldMan = false>>
<<set $showingCleavageInSals = false>>
<<set $servedFamily = false>>
<<set $servedYoungLady = false>>
<<set $trialShiftScore = 0>>
<</nobr>>
[img[images/cafe/indoor-cafe.jpg]]
Your first shift starts, you look around at the almost empty cafe, you're thankful for that. Over in the corner there is an old man, sitting by himself with a newspaper. Over towards the window, there are a family joyfully sharing their breakfast. And in the other corner, a skantily clad girl, barely older than yourself, sitting alone, with what looks like smudged makeup from the night before.
[[Get Started|TrialShift]]You're currently working in Sals Cafe. What will you do next?
[img[images/cafe/indoor-cafe.jpg]]
<<if $servedOldMan eq false>>
[[Go serve the old man|ServethePerv]]
<</if>><<if $servedFamily eq false>>
[[Go serve the family|Servethefamily]]
<</if>><<if $servedYoungLady eq false>>
[[Go serve the young lady|ServetheProstitute]]
<</if>>
<<if $servedOldMan eq true and $servedFamily eq true and $servedYoungLady eq true>>
[[Finish your shift|TrialShiftFinished]]
<</if>>
You walk over to the old man, take out your notepad and ask him what his order is.
$name : "Hi there, may I take your order?"
Old Man : "Why who do we have here? Your not the usual waitress who takes my order."
$name : "Yeah, I'm new here. This is my first shift, a trial to get the job really."
Old Man : "So you needed to impress Sal then?"
[img[images/cafe/old-man-newspaper.jpg]]
<<nobr>>
<<if $breastSize neq "A" and $breastSize neq "B">>
Old Man : "I see you fill out that top pretty well, just between me and you, you'd make more tips by showing a bit more skin."
<</if>>
<</nobr>>
<<if $breastSize neq "A" and $breastSize neq "B">>
[[Unbutton your shirt a little, and show a bit of cleavage|ShowCleavageTrialSal]]
[[Refuse the old mans offer|RefuseShowCleavageTrialSal]]
<<else>>
[[Take the mans order|JustTakeTheMansOrderTrialSal]]
<</if>>
<<nobr>>
<<set $servedFamily = true>>
<<set $trialShiftScore += 1>>
<<if $showingCleavageInSals eq true>>
<<set $money += 50>>
<<set $corruption += 1>>
<<set $inhibition -= 1>>
<<set $trialShiftScore += 2>>
<</if>>
<</nobr>>You walk over to the family, you put on a brave smile and ask them what they want to eat. The family consists of a middle aged father, a smoking hot young wife, and their children.
<<if $showingCleavageInSals eq true>>
The father of the family keeps staring at your chest. He has obviously noticed that you are flashing more cleavage than acceptable.
As you walk away with the order the father catches up to you and grabs you shoulder.
Father : "Hello there, I noticed you have a great ... smile and thought you would be a good fit at my new place. My name is John by the way."
John hands you a card. It has a silhouette of a woman leaning against a pole.
John (father) : "Call me if your interested in some side work, I'm sure we can find a place for you"
[[Take the Card|AcceptedStripperContact]]
[[Refuse the Card|RefuseStripperContact]]
<<else>>
[[Continue your Shift|TrialShift]]
<</if>><<nobr>>
<<set $servedYoungLady = true>>
<<set $trialShiftScore += 1>>
<<if $showingCleavageInSals eq true>>
<<set $money += 50>>
<<set $corruption += 5>>
<<set $inhibition -= 2>>
<<set $trialShiftScore += 1>>
<</if>>
<</nobr>>You walk over to the young girl in the corner. You can tell something is off with her straight away, she smells like alcohol and her eyes are bloodshot and glazed over. She acts like a zombie when you ask her what she wants, and she doesn't reply to your questions.
[img[images/cafe/crying-face.jpg]]
You notice that she is drinking a coffee.
[[Get her a coffee on the house|GetYoungLadyCoffeeOnHouse]]
[[Ask her again for her order|AskYoungLadyAgainForOrder]]<<nobr>>
<<set $trialShiftScore += 2>>
<<set $corruption += 1>>
<<set $inhibition -= 1>>
<<set $arousal += 5>>
<<set $money += 50>>
<<set $servedOldMan = true>>
<<set $showingCleavageInSals = true>>
<<set $variable to random(1)>>
<<set $mood -= 2>>
<</nobr>>
You unbutton the top of your shirt, exposing some of your cleavage.
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/show-cleavage.mp4" type="video/mp4">
</video>
<br/><br/>
Old Man : "Nice, you have amazing breasts, maybe you should show them off a little bit more! Here, take this as a tip for excellent service."
Money + 50
You walk away feeling a little naughty. You turn back around to look at the old man, and catch him staring at your ass as you walk away.
<<nobr>>
<<if $variable eq 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk1.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<</nobr>>
[[Go back to finishing your shift|TrialShift]]<<nobr>>
<<set $trialShiftScore -= 1>>
<<set $corruption -= 1>>
<<set $inhibition += 1>>
<<set $servedOldMan = true>>
<<set $variable to random(1)>>
<<if $variable eq 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk1.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<</nobr>>You are offended by the old mans offer. You sternly tell him that you will not be fulfilling his request, and immediately leave after taking his order.
To make matters worse, as you walk away, you catch a glimpse of him staring at your ass.
How rude.
[[Go back to finishing your shift|TrialShift]]<<nobr>>
<<set $trialShiftScore += 1>>
<<set $corruption += 1>>
<<set $inhibition -= 1>>
<<set $servedOldMan = true>>
<<set $variable to random(1)>>
<<if $variable eq 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk1.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/ass-walk2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<</nobr>>
You can see him staring at your chest the entire time you take his order, and to make matters worse, as you walk away, you catch a glimpse of him staring at your ass.
How rude.
[[Go back to finishing your shift|TrialShift]]<<nobr>>
<<set $money += 50>>
<<set $corruption += 5>>
<<set $inhibition -= 2>>
<<set $arousal += 2>>
<<set $trialShiftScore += 2>>
<<set $purpleLoungeInvitation = true>>
<</nobr>>
You accept the card.
$name : "Thanks, I'll keep it in mind"
John smiles, gives you a slap on the bottom, then leaves back to his family. You're a little bit startled by the reaction he gave. You turn around the card and read what is on the back.
- Purple Lounge, Gentlemans Club -
You can't help the feeling that this will improve your chances of getting impressing Sal, and getting yourself more in tips.
[[Back to Work|TrialShift]]<<nobr>>
<<set $corruption -= 1>>
<<set $inhibition += 1>>
<</nobr>>
$name : "I'm sorry, I cannot accept this"
You hand the card back to John, and walk away to complete your shift.
[[Go back to your shift|TrialShift]]Exhausted you head out to the back of the cafe, and meet Sal.
[img[images/cafe/indoor-cafe.jpg]]
You walk over, and he immediately points to his office.
Sal : "You can get changed back into your normal clothes in my office if you like. I've left your clothes in there already"
You head into his office and notice your clothes in a pile on his desk. You feel a little violated that he went through your things
<<if $clothesPanties == "White Cotton Panties">>
You see that your panties are firmly on display at the top of the pile.
[img[images/cafe/panty-pile.jpg]]
<</if>>
[[You start to strip off your clothes|RemoveClothesInSals]]
<<set $energy -= 10>><<nobr>>
<<set $money -= 5>>
<<set $trialShiftScore -= 1>>
<</nobr>>You get the young girl another coffee, and put it down on her table. She looks up, just briefly, and smiles. She thanks you for your kindness, and clutches hold of the coffee.
You can see now white stains running down her sleeves and her blouse.
<<nobr>>
<<if $purpleLoungeInvitation eq true>>
[[Share the details of the purple lounge with the young lady|SharePurpleLoungeInfoInSals]]
<</if>>
<</nobr>>
You can see that Sal isn't too keen on you giving away coffee for free, so you offer to pay for it with your own money.
[[Continue your shift|TrialShift]]You repeat the question to the young lady, and she looks up at you.
<video width="120" height="120" autoplay loop muted>
<source src="images/cafe/broken-face.mp4" type="video/mp4">
</video>
Young Lady : "It was my first night, I didn't know... I need ... I need to go"
Without so much as an explanation, the young lady ran out of the cafe. Sal looks on disapprovingly at you, unimpressed that you are running customers out of his establishment.
Just before you leave, you see a scrumpled up card on the floor.
[[Pick up the card and read it|ProstitutionContact]]
[[Leave it, Sal's mad enough. Get back to work|TrialShift]]<<nobr>>
<<set $salsProstitutePurpleLounge = true>>
<<set $corruption += 5>>
<<set $arousal += 5>>
<<set $sharedPurpleLoungeCard = true>>
<</nobr>>You write the details of the Purple Lounge on a napkin, and slide it over to the girl.
She looks at it for a second, then realises what it means. She gets up, gives you a quick thanks, then leaves.
You somehow believe that you will be seeing this young girl again in the future.
<video width="320" height="400" autoplay loop>
<source src="images/cafe/walkawaycafe.webm" type="video/webm">
</video>
[[Continue Shift|TrialShift]]<<nobr>>
<<set $prostituteContact = true>>
<<set $arousal += 5>>
<</nobr>>You pick up the card, on it has a scribbled name, Carlos, with an address and a time on it.
You wonder what this could mean, so you pocket the note, and head back to work.
[[Head back to work|TrialShift]]List of things left todo:
- Link up the Gentlemans Club Card
- Tie in Breast Size
- Add some events with katie
- Link up the Pimp Card
- Add in more events with housemates
- Male Housemate
- Introduction Scene
- Add more locations
- Integrate more options regarding clothing<<nobr>>
<<set $trialShiftScore += 2>>
<<set $corruption -= 1>>
<<set $arousal += 2>>
<</nobr>>
<video width="500" height="400" autoplay loop>
<source src="images/cafe/stripping-clothes.webm" type="video/webm">
</video>
As you start stripping, you don't notice the camera recording Sal's office. Your smoking hot body would only go in your favor when he considers you for this job.
[[You completely change back into your clothes, and go and see Sal|SalsEvaluation]]
<<nobr>>
<</nobr>>
<<if $trialShiftScore > 0>>
Sal : "I'm impressed, I see you would be a fine addition to our business. I'd like to offer you a job here.
Sal holds out his hands to seal the deal.
Sal : "Hours will consist of the lunchtime and the dinner rush, you can work whatever days you like, but you will only be paid for the hours that you work."
[[Accept the Job|AcceptJobAtSals]]
[[Refuse the Job|RefuseJobAtSals]]
<<else>>
Sal doesn't look impressed with your performance, and walks over to you.
Sal : "Unfortunately we can't hire you at this moment in time. I hope you understand"
Disheartened, you decided to head home.
[[Head home|SS-LivingRoom]]
<</if>>
<<nobr>>
<<set $job = "Sals Cafe">>
<<set $firstTimeSals eq true>>
<<set $salsJob = "Offered">>
Sal : "Great! It'll be very fun you working for me. I'll see you around"<br/>
<br/>
[[Go Home|SS-LivingRoom]]
<</nobr>>
<<nobr>>
<<set $salsJob = "Offered">>
<</nobr>>
After seeing how the place is run, you politley refuse Sals offer.
Sal : "That's unfortunate, however the job offer will stay open should you want it"
[[Go Home|SS-LivingRoom]]<p>What's your characters name? <<textbox "$name" "Anna">></p>
<<set $hairColor = "Blonde">>
What's your characters Hair Color?
* Blonde <<radiobutton "$hairColor" "Blonde" checked>>
* Brunette <<radiobutton "$hairColor" "Brunette">>
* Redhead <<radiobutton "$hairColor" "Redhead">>
* Black <<radiobutton "$hairColor" "Black">>
<<set $breastSize = "A">>
What's your characters breast size? (Recommend C and above for more early content)
* A<<radiobutton "$breastSize" "A">>
* B <<radiobutton "$breastSize" "B">>
* C <<radiobutton "$breastSize" "C" checked>>
* D <<radiobutton "$breastSize" "D">>
* DD <<radiobutton "$breastSize" "DD">>
* E <<radiobutton "$breastSize" "E">>
* F <<radiobutton "$breastSize" "F">>
You've just arrived in New York, a fresh faced 18 year old girl, with big dreams and ambitions. You're previously from a small town in the midwest, and you've came to the big apple to try and make something for yourself.
The only possesions that you have are $500, and the clothes on your back.
[[Confirm Character Setup]]
<<nobr>>
<<if $job eq "Sals Cafe" >>
<<set $quitSals = true>>
<<set $salsJob to "Offered">>
<</if>>
<<set $mood += 20>>
You leave your current job at $job. You feel awesome telling your boss where to stick it!<br/><br/>
<<set $job to "None">>
[[Go home|SS-LivingRoom]]<br/>
<</nobr>><<nobr>>
<<set $eventVariable to random(40)>>
<<if $showeredToday eq false>>
<<set $energy += 10>>
<<set $showeredToday = true>>
<<set $arousal += 5>>
<</if>>
<<if ($autoMakeupShower == true)>>
<<if $makeupBonusApplied == true>>
<<set $makeupBonusApplied = false>>
<<set $beauty -= 10>>
<</if>>
<<set $lotionApplied = false>>
<<if $makeup gte 1>>
You apply some Makeup after your shower, and you look better for it.<br/>
<<set $makeupBonusApplied = true>>
<<set $beauty += 10>>
<<set $makeup -= 1>>
<<else>>
You don't have any more makeup to put on, and have to go without.<br/>
<<set $makeupBonusApplied = false>>
<</if>>
<</if>>
<<set $mood += 5>>
<<set $variable to random(4)>>
<</nobr>>
You strip off all of your clothes, and enter the shower.
<<nobr>>
<<if $pregnant == true and $daysPregnant gte 60>>
<video width="320" height="400" autoplay loop>
<source src="images/home/cheap-flat/bathroom/slightly-pregnant-shower.mp4" type="video/mp4">
</video>
<<else>>
<<if $variable eq 0>>
<video width="320" height="400" autoplay loop>
<source src="images/home/cheap-flat/bathroom/shower1.webm" type="video/webm">
</video>
<<elseif $variable eq 1>>
<video width="320" height="400" autoplay loop>
<source src="images/home/cheap-flat/bathroom/shower2.webm" type="video/webm">
</video>
<<elseif $variable eq 2>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bathroom/shower3.mp4" type="video/mp4">
</video>
<<elseif $variable eq 3>>
<video width="500" height="250" autoplay loop>
<source src="images/home/cheap-flat/bathroom/shower4.mp4" type="video/mp4">
</video>
<<elseif $variable eq 4>>
[img[images/home/cheap-flat/bathroom/shower5.gif]]
<</if>>
<</if>>
<</nobr>>
As you step out, you feel revigorated and clean.
<<set $nickMeetChance to random(5)>>
<<if $nickMeetChance == 0 and $metNick == false>>
You just step out of the shower and you think that you hear someone walk in the door. You are sure that your housemate Katie is already out for the day, you wonder who it could be.<br/><br/>
[[Throw a towel around you and see who it is|MeetNickHouseFirstTime]]
<</if>>
<<if $eventVariable lte 3 and $metNick == true and $relationshipNick gte 60>>
[[Check yourself out in the mirror|CheckYourselfOutMirrorBathroom]]<</if>>
<<if $eventVariable gte 4 and $eventVariable lte 7 and $metNick == true and $relationshipNick gte 65>>
[[You are interrupted whilst you are brushing your teeth|InterruptedBrushTeeth]]<</if>>
[[Back in the Bathroom|SS-Bathroom]]<<nobr>>
<<set $eventVariable to random(30)>>
<<if ndef $mood>><<set $mood = 100>><</if>>
<<if ndef $tampons>><<set $tampons = 0>><</if>>
<<if ndef $daysPregnant>><<set $daysPregnant = 0>><</if>>
<<set $mood += 5>>
<<if $mood gte 100>><<set $mood = 100>><</if>>
<<if $mood lte 0>><<set $mood = 0>><</if>>
<<set $energy += 65>>
<<if $STD == true>>
<<set $energy -= 15>>
<</if>>
<<set $subscribersChange = ($subscribers * 0.9875)>>
<<set $subscribers = Math.round($subscribersChange)>>
<<if ndef $addictedSmokes>><<set $addictedSmokes eq false>><</if>>
<<if ndef $addictedWeed>><<set $addictedWeed eq false>><</if>>
<<if ndef $high>><<set $high = false>><</if>>
<<if ndef $courseStarted>>
<<set $courseStarted eq false>>
<</if>>
<<if ndef $courseStarting>>
<<set $courseStarting eq false>>
<</if>>
<<set $lotionApplied = false>>
<<if $corruption lt 0>><<set $corruption = 0>><</if>>
<<if $inhibition gt 1000>><<set $inhibition = 1000>><</if>>
<<if $courseStarting == true and $day eq 7>>
<<set $courseStarted = true>>
<<set $courseStarting = false>>
You have started your course at school<br/>
<<set $daysTilExam = 4>>
<<elseif $testsRemaining gte 1>>
<<set $daysTilExam -= 1>>
<<if $daysTilExam == 0>>
You have a test today at school.<br/>
<<elseif $daysTilExam < 0>>
<<set $daysTilExam = 6>>
<<set $testsRemaining -= 1>>
<<set $examsTaken += 1>>
<</if>>
<</if>>
<<if $energy gte 100>>
<<set $energy = 100>>
<</if>>
<<set $showeredToday = false>>
<<set $eatenToday = false>>
<<set $variable to random(2)>>
<<if $day eq 7>><<set $day = 1>><<else>><<set $day += 1>><</if>>
<<if $fitnessMembership gte 1>><<set $fitnessMembership -= 1>><</if>>
<<set $daysTilRent -= 1>>
<<if $makeupBonusApplied == true>>
<<set $makeupBonusApplied = false>>
<<set $beauty -= 10>>
<</if>>
<<if $pillTaken == true>><<set $pillTaken = false>><</if>>
<<set $weatherInt = random(5)>>
<<if $weatherInt lte 3>>
<<set $weather = "Sunny">>
<<else>>
<<set $weather = "Raining">>
<</if>>
You slowly change clothes into your pyjamas, and hop into bed.<br/><br/><br/>
<<if $variable eq 0>>
[img[images/home/cheap-flat/bedroom/undress1.gif]]
<<elseif $variable eq 1>>
[img[images/home/cheap-flat/bedroom/undress2.gif]]
<<elseif $variable eq 2>>
[img[images/home/cheap-flat/bedroom/undress3.gif]]
<</if>><br/><br/>
<<set $arousalVariable to random(7)>>
<<if (($arousalVariable eq 0) and ($arousal gte 50) and ($inhibition lte 900)) or (($arousalVariable lte 2) and ($arousal gte 100) and ($inhibition lte 750))>>
You have a wonderful nights sleep, even having yourself a naughty dream in the process!<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/home/cheap-flat/bedroom/fucking-and-licking-threesome.webm" type="video/webm">
</video>
<br/><br/>
<<set $inhibition -= 5>>
<<set $randomArousal to random(10)>>
<<set $arousalToAdd = (100 + $randomArousal) / 100>>
<<set $arousal *= $arousalToAdd>>
<<set $arousal = Math.round($arousal)>>
<<else>>
You feel fully rested.<br/><br/>
<<set $randomArousal to random(8)>>
<<set $arousalToRemove = (100 - $randomArousal) / 100>>
<<set $arousal *= $arousalToRemove>>
<<set $arousal = Math.round($arousal)>>
<</if>>
<<if $arousal gte 200>>
<<set $arousal *= 0.96>>
<<set $arousal = Math.round($arousal)>>
<</if>>
<<if $addictedSmokes eq true>>
<<if $cigarettes gte 1>>
You smoked a pack of smokes yesterday, you gain corruption at the expense of beauty. - ($cigarettes smokes left)<br/><br/>
<<set $cigarettes -= 1>>
<<set $corruption += 2>>
<<set $inhibition -= 2>>
<<set $beauty -= 1>>
<<set $mood += 1>>
<<else>>
<<set $quitChance to random(21)>>
<<if $quitChance eq 0>>
You didn't have any smokes today, and you believe that you have finally overcome your addiction. You feel no ill feelings, and wont suffer from now on.
<<set $addictedSmokes = false>>
<<else>>
You face withdrawl symptoms from not having any cigarettes. You feel shitty and lose some energy for the following day.<br/><br/>
Inhibition + 2<br/>
Corruption - 2<br/>
<<set $mood -= 5>>
<br/>
<<set $energy -= 10>>
<<set $inhibition += 2>>
<<set $corruption -= 2>>
<</if>>
<</if>>
<</if>>
<<if $addictedWeed eq true>>
<<if $weed gte 1>>
You Roll yourself up a joint, and smoke it. You now feel ready to take on the day.<br/><br/>
<<if $high == false>>
You are now High<br/>
<i>Your inhibition has been temporarily lowered, and your corruption raised.</i><br/>
<<set $high = true>>
<<set $inhibition -= 50>>
<<set $corruption += 25>>
<</if>>
<<set $weed -= 1>>
<<set $corruption += 4>>
<<set $inhibition -= 5>>
<<set $beauty -= 1>>
<<set $mood += 5>>
<<else>>
<<set $quitChanceWeed to random(6)>>
<<if $quitChanceWeed eq 0>>
You feel like your less dependant on weed, due to your recent tolerance break.
<<set $addictedWeed = false>>
<<else>>
You've ran out of weed, your a little grumpy you're going to have to spend today sober.<br/><br/>
Inhibition + 2<br/>
Corruption - 2<br/>
Energy - 10<br/>
Mood - 5<br/>
<<set $mood -= 5>>
<br/>
<<set $energy -= 10>>
<<set $inhibition += 2>>
<<set $corruption -= 2>>
<</if>>
<<if $high == true>>
You are no longer high.<br/>
<i>Your Inhibition and corruption have returned to normal.</i><br/>
<<set $high = false>>
<<set $inhibition += 50>>
<<set $corruption -= 25>>
<</if>>
<</if>>
<<else>>
<<if $high == true>>
You are no longer high.<br/>
<i>Your Inhibition and corruption have returned to normal.</i><br/>
<<set $high = false>>
<<set $inhibition += 50>>
<<set $corruption -= 25>>
<</if>>
<</if>>
<<if $daysTilRent eq 0>>
<<if $period == "Luteal">>
<<set $period = "Menstruation">>
<<if $pregnant == false>>
You are have just started your period.
<</if>>
<<elseif $period == "Menstruation">>
<<set $period = "Follicular">>
<<elseif $period == "Follicular">>
<<set $period = "Ovulation">>
<<if $pregnant == false>>
You are ovulating at the moment, this is the most risky time for you to have unprotected sex.<br/><br/>
<</if>>
<<elseif $period == "Ovulation">>
<<set $period = "Luteal">>
<</if>>
<<if $food gte 1>>
<<set $ateBreakfast = true>>
<<set $mood += 1>>
<</if>>
<<if $coffeeMachine == true>>
<<set $drankCoffee = true>>
<<set $mood += 1>>
<</if>>
Today is rent day, you owe your landlord $rent.<br/>
<<set $rentOwed = ($rent + $extraRent)>>
In total you owe : $$rentOwed<br/><br/>
<<set $inspection to random(4)>>
<<if $inspection == 0>>
Your landlord is also demanding a spot inspection of his property.<br/><br/>
[[Begin inspection of the house|InspectionFlat]]<br/>
<<else>>
[[Pay Rent|PayRent]]<br/>
<</if>>
<<if $favoursForRent == true>>[[Perform Favors for Rent|PerformFavorsForRent]]<br/><</if>>
<<else>> <!-- It is not rent day -->
<<if $coffeeMachine == true>>
<<set $drankCoffee = true>>
<<set $mood += 1>>
<</if>>
<<if $pregnant == true>>
<<set $daysPregnant += 1>>
<<set $waterBreaks = false>>
<!-- Are we going to have the baby yet? -->
<<if $daysPregnant gte 300>>
<<set $pregnancyChance to random(1)>>
<<if $pregnancyChance == 0>>
<<set $waterBreaks = true>>
<</if>>
<<elseif $daysPregnant gte 290>>
<<set $pregnancyChance to random(2)>>
<<if $pregnancyChance == 0>>
<<set $waterBreaks = true>>
<</if>>
<<elseif $daysPregnant gte 280>>
<<set $pregnancyChance to random(5)>>
<<if $pregnancyChance == 0>>
<<set $waterBreaks = true>>
<</if>>
<<elseif $daysPregnant gte 270>>
<<set $pregnancyChance to random(12)>>
<<if $pregnancyChance == 0>>
<<set $waterBreaks = true>>
<</if>>
<<elseif $daysPregnant gte 260>>
<<set $pregnancyChance to random(25)>>
<<if $pregnancyChance == 0>>
<<set $waterBreaks = true>>
<</if>>
<</if>>
<!-- Events for having the baby -->
<<if $waterBreaks == true>>
You wake up with excruciating pain, and a wetness that encompasses your entire lower half.<br/><br/>
Realizing that your waters have just broke, you call the hospital for an ambulance.<br/><br/>
[[Go to the Hospital|BirthChild]]
<</if>>
<<else>> <!-- We are not pregnant -->
<!-- We want to ensure the character has tampons on their period -->
<<if $period == "Menstruation">>
<<if $tampons gte 1>> You use a tampon and take a day's supply with you for later.
<<set $tampons -= 1>>
<<else>> You have no tampons and you are on your period, you have a feeling that today is going to be one of those days.
<<set $mood -= 20>>
<<if $mood lte 0>>
<<set $mood = 0>>
<</if>>
<</if>>
<</if>>
<br/>
<</if>>
<!-- Hide this if the water has broken -->
<<if $waterBreaks != true>>
<<if $food gte 1>> <!-- Links to continue the game -->
<<set $ateBreakfast = true>>
<<set $mood += 1>>
<<if $eventVariable lte 5 and $relationshipNick gte 40 and $metNick == true>>
[[Get Changed then have breakfast|GetChangedBedroomCaught]]
<<else>>
[[Have Breakfast and Get out of Bed|SS-Bedroom]]
<</if>>
<<else>> <!-- We have no food -->
[[Get out of Bed|SS-Bedroom]]
<</if>>
<</if>>
<</if>>
<<if $day eq 7 and $cableSubscription == true>>
<<if $money gte 50>>
You have paid your cable bill this Sunday (-$50)<br/>
<<set $money -= 50>>
<<else>>
You have failed to pay your cable bill, and you have been forcefully unsubscribed.<br/>
<<set $cableSubscription = false>>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set $mood += 2>>
<<set $variable to random(3)>>
<<if ndef $eatenToday>>
<<set $eatenToday = false>>
<</if>>
<<if $food gte 1>>
<<set $food -= 1>>
<<if $eatenToday == false>>
<<set $energy += 10>>
<</if>>
<<set $eatenToday = true>>
<<set $nickPerv to random(2)>>
<<if $nickPerv == 0 and $relationshipNick gte 20 and $metNick == true>>
You open up the fridge, looking to see what you can make for yourself to eat. As you bend down to look at the lower shelves, Nick walks past, catching a great view of your ass.<br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/kitchen/bent-over-at-fridge.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 2>>
<<set $corruption += 2>>
<<set $relationshipNick += 5>>
You continue to cook your food as he leaves.<br/><br/>
<<else>>
You open up the fridge, and get down to cooking some food.<br/>
<</if>>
<br/>
<<if $variable eq 0>>
[img[images/home/cheap-flat/kitchen/sexycook1.gif]]
<<elseif $variable eq 1>>
[img[images/home/cheap-flat/kitchen/sexycook2.gif]]
<<elseif $variable eq 2>>
[img[images/home/cheap-flat/kitchen/cooking1.jpg]]
<<elseif $variable eq 3>>
[img[images/home/cheap-flat/kitchen/hottea.jpg]]
<</if>>
<br/>
<br/>
[[Eat the food|SS-Kitchen]]
<<else>>
You don't have enough food in the kitchen, you need to go out and buy some more
<br/>
<br/>
[[Back to the kitchen|SS-Kitchen]]
<</if>>
<</nobr>><<nobr>>Where do you want to go?<br/>
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:50%"><b>Shopping</b></th>
<th style="width:50%"><b>Places</b></th>
</tr>
</thead>
<tbody>
<tr>
<td><<if $energy gte 10>>[[Beauty Salon|Store-Salon]]<<else>>Beauty Salon (No Energy)<</if>></td>
<td>[[Fitness Center|Gym]]</td>
</tr>
<tr>
<td><<if $energy gte 10>>[[Electronics Store|Store-ElectronicsStore]]<<else>>Electronics Store (No Energy)<</if>></td>
<td><<if $energy gte 10>>[[Park|Park]]<<else>>Park (No Energy)<</if>></td>
</tr>
<tr>
<td>
<<if $adultStoreFound == true>><<if $energy gte 10>>[[Sex Shop|Store-SexShop]]<<else>>Sex Shop (No Energy)<</if>><</if>></td>
<td><<if $purpleLoungeInvitation eq true>>
<<if $energy gte 10>>[[Purple Lounge|EnterPurpleLounge]]<<else>>Purple Lounge (No Energy)<</if>><br/>
<</if>></td>
</tr>
<tr>
<td><<if $energy gte 10>>[[Supermarket|Store-Supermarket]]
<<else>>Supermarket (No Energy)<</if>></td>
<td>[[School|School]]</td>
</tr>
<tr>
<td><<if $energy gte 10>>[[Jewelers|Store-Jewelers]]
<<else>>Jewelers (No Energy)<</if>></td>
<td>
<<if $calledCarlos == true>>
<<if $energy gte 10>>[[57th Street]]
<<else>>57th Street (No Energy)<</if>>
<</if>>
</td>
</tr>
<tr>
<td><<if $energy gte 10>>[[Mall|Mall]]
<<else>>Mall (No Energy)<</if>></td>
<td></td>
</tr>
<tr><td><<if $energy gte 10>>[[Pharmacy|Pharmacy]]<<else>>Pharmacy (No Energy)<</if>></td>
<td><<if $energy gte 10>>[[Beach|Beach]]<<else>>Beach (No Energy)<</if>></td>
</tr>
<tr>
<td></td>
<td><<if $energy gte 10>>[[Hospital|Hospital]]<<else>>Hospital (No Energy)<</if>></td>
</tr>
</tbody>
</table>
<br/>
<br/>
[[Back to Living Room|SS-LivingRoom]]
<<set $firstTimeBeach = true>>
<<set $firstTimeSupermarket = true>>
<<set $firstTimeElectronicsStore = true>>
<<set $firstTimeSalon = true>>
<<set $firstTimeJewelers = true>>
<<set $firstTimeMall = true>>
<<set $firstTimePharmacy = true>>
<<set $firstTimeHospital = true>>
<</nobr>><<nobr>>
<<if $firstTimeSupermarket eq true>>
<<set $energy -= 10>>
<<set $firstTimeSupermarket = false>>
<</if>>
<<if ndef $cigarettes>>
<<set $cigarettes to 0>>
<</if>>
<<if ndef $addictedSmokes>>
<<set $addictedSmokes = false>>
<</if>>
<<if ndef $condoms>>
<<set $condoms = 0>>
<</if>>
<<if ndef $suncream>>
<<set $suncream = 0>>
<</if>>
<<if ndef $tampons>>
<<set $tampons to 0>>
<</if>>
You arrive at the supermarket, you see it's full of people buying their groceries and essentials.<br/>
<br/>
<b>Buy</b><br/>
<br/>
<table style="width:100%">
<thead>
<th style="width:15%">Item</th>
<th style="width:15%">Cost</th>
<th style="width:70%">Actions</th>
</thead>
<tbody>
<tr>
<td>Food</td>
<td>$10</td>
<td>[[Buy 1 - $10|BuyFoodOne]] | [[Buy 5 - $50|BuyFoodFive]] | [[Buy 10 - $100|BuyFoodTen]]</td>
</tr>
<tr>
<td>Pack of Smokes</td>
<td>$20</td>
<td>[[Buy 1 - $20|BuyCigarettesOne]] | [[Buy 5 - $100|BuyCigarettesFive]] | [[Buy 10 - $200|BuyCigarettesTen]]</td>
</tr>
<tr>
<td>Porn Magazines</td>
<td>$100</td>
<td>[[Buy 1 - $100|BuyPornMagOne]]</td>
</tr>
<tr>
<td>Condoms</td>
<td>$10</td>
<td>[[Buy 5 - $50|BuyCondomsFive]] | [[Buy 10 - $100|BuyCondomsTen]] | [[Buy 20 - $200|BuyCondomsTwenty]]</td>
</tr>
<tr>
<td>Tampons</td>
<td>$8</td>
<td>[[Buy 5 - $40|BuyTamponsFive]] | [[Buy 10 - $80|BuyTamponsTen]] | [[Buy 20 - $160|BuyTamponsTwenty]]</td>
</tr>
<tr>
<td>Suncream</td>
<td>$15</td>
<td>[[Buy Small Bottle (5) - $75|BuySuncream5]] | [[Buy Medium Bottle (10) - $150|BuySuncreamTen]] | [[Buy Large Bottle (20) - $300|BuySuncreamTwenty]]</td>
</tr>
</tbody>
</table>
<br/>
<br/>
[[Back Outside|Outside]]
<</nobr>><<nobr>>
<<if $money gte 10>>
<<set $food += 1>>
<<set $money -= 10>>
You purchased 1 food from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 50>>
<<set $food += 5>>
<<set $money -= 50>>
You purchased 5 food from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $food += 10>>
<<set $money -= 100>>
You purchased 10 food from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if ndef $fitnessMembership>>
<<set $fitnessMembership = 0>>
<</if>>
<<if $fitnessMembership == 0>>
You're currently don't have a membership to access this gym, would you like to buy one?<br/><br/>
<table style="width:100%">
<tbody>
<tr>
<td style="width:50%">Buy Membership ($100/Week)</td>
<td style="width:25%">[[1 Week $100|BuyOneWeekGymMembership]]</td>
<td style="width:25%">[[1 Month $400|BuyOneMonthGymMembership]]</td>
</tr>
</tbody>
</table>
<<else>>
You arrive at the Fitness Center, the place looks brand new and sterile. You look around for things to do<br/>
<br/>
[img[images/places/gym/gym.jpg]]
<br/><br/>
<<if $arousal gte 50>>[[Masturbate|HornyInGym]]<br/><</if>>
<<if $energy gte 25>>[[Workout (-25 Energy)|GymWorkout]]<<else>>Workout (No Energy)<</if>><br/>
<<if $energy gte 25>>
<<if $money gte 50>>
[[Workout with Personal Trainer (-25 Energy & $50)|GymWorkoutPersonalTrainer]]
<<else>>Workout with Personal Trainer (No Money)<</if>>
<<else>>Workout with Personal Trainer (No Energy)<</if>><br/>
<<if $energy gte 10>>[[Talk to members|TalkToGymMembers]]<<else>>Talk to members (No Energy)<</if>><br/>
<<if $energy gte 15>>[[Check out guys (-15 Energy)|GymCheckOutGuys]]<<else>>Check out guys (No Energy)<</if>><br/>
<</if>>
[[Back to Outside|Outside]]<br/>
<</nobr>><<nobr>>
<<set $energy -= 25>>
<<if $beauty lte 200>>
<<set $beauty += 4>>
<</if>>
<<set $variable to random(7)>>
You enter the gym and start your workout. By the time you are finished you are a little tired, but feeling fitter. <<if $beauty lte 50>>Keep this up and you'll have a body even a Godess would be jealous of.<</if>>
<br/><br/>
Energy - 25<br/>
Beauty + 4
<br/><br/>
<<if $variable eq 0>>
[img[images/places/gym/workout1.gif]]
<<elseif $variable eq 1>>
[img[images/places/gym/workout2.gif]]
<<elseif $variable eq 2>>
[img[images/places/gym/workout3.gif]]
<<elseif $variable eq 3>>
[img[images/places/gym/workout4.gif]]
<<elseif $variable eq 4>>
[img[images/places/gym/workout5.gif]]
<<elseif $variable eq 5>>
[img[images/places/gym/workout6.gif]]
<<elseif $variable eq 6>>
[img[images/places/gym/workout7.gif]]
<<else>>
[img[images/places/gym/workout1.gif]]
<</if>>
<br/><br/>
[[Head back to the Fitness Center|Gym]]
<</nobr>><<nobr>>
<<set $energy -= 10>>
<<set $variable to random(2)>>
<<set $katieImage to random(4)>>
<<if $day eq 1 or $day eq 2>>
<<if $variable eq 0>>
You have a look around to see if there is anyone interesting to talk to. In the corner of your eye, you spy Katie, your flatmate.<br/><br/>
<<if $katieImage eq 0>>
[img[images/places/gym/katie/katiegym1.gif]]
<<elseif $katieImage eq 1>>
[img[images/places/gym/katie/katiegym2.gif]]
<<elseif $katieImage eq 2>>
[img[images/places/gym/katie/katiegym3.gif]]
<<elseif $katieImage eq 3>>
[img[images/places/gym/katie/katiegym4.gif]]
<<elseif $katieImage eq 4>>
[img[images/places/gym/katie/katiegym5.gif]]
<</if>><br/><br/>
You head over to chat to her, talking about fitness tips, and cute guys also in the gym. Your relationship with Katie is stronger as a result.<br/><br/>
<<set $relationshipKatie += 5>>
Relationship with Katie + 5<br/><br/>
[[Back to the Gym|Gym]]
<<else>>
There doesn't seem to be anyone around<br/><br/>
Energy - 10<br/><br/>
[[Back to Gym|Gym]]
<</if>>
<<else>>
There doesn't seem to be anyone around<br/><br/>
Energy - 10<br/><br/>
[[Back to Gym|Gym]]
<</if>>
<</nobr>><<nobr>>
<<if $job eq "Sals Cafe">>
<<if $firstTimeSals eq true>>
You arrive in Sals Cafe.<br/>
<br/>
Sal : Welcome. I've left your uniform in my office at the back, you can get changed in there. Your pay will be $50 per shift, and you get to keep whatever tips you earn. <br/>
<br/>
You head on out back, and pick up the uniform that Sal has left out for you.<br/>
<br/>
[[Change into uniform and get to work|WorkAtSals1]]<br/>
<<else>>
You head on out back, and pick up the uniform that Sal has left out for you.<br/>
<br/>
[[Change into uniform and get to work|WorkAtSals1]]<br/>
<<set $firstTimeSals = false>>
<</if>>
<</if>>
<<if $job eq "Teaching Assistant">>
You head over to the school, a class is about to start.<br/><br/>
<div class="image-container image-med">
[img[images/places/school/school.jpg]]
</div>
<br/><br/>
[[Work|WorkAtSchoolAsAssistant]]
<</if>>
<<if $job eq "Beautician">>
You head over to the Salon, getting yourself ready for another day at work.<br/><br/>
[[Head over to the beauty salon|Store-Salon]]
<</if>>
<br/>[[Back Home|SS-LivingRoom]]
<</nobr>>
<<nobr>>
<<set $variable to random(18)>>
<<set $tips to random(50)>>
<<set $image to random(2)>>
<<set $mood -= 10>>
<<if $variable eq 0 or $variable eq 1>>
You shift is passing by slowly, until Sal walks up behind you.<br/>
<br/>
Sal : "Hey $name, I've got a job for you to do"<br/>
<br/>
You head over to Sal where he is crouched under the counter.<br/>
<br/>
Sal : "One of our customers has lost their ring underneath our counter, I'm going to need you to get it."<br/>
<br/>
You take a look yourself, however you notice that you will have to get right under the counter in order to reach it, and that might put you in a precarious position.<br/>
<br/>
[[Bend Over and fetch the ring|BendOverInSals]]<br/>
[[Refuse to get the ring|RefuseBendOverInSals]]<br/>
<<elseif $variable eq 2 or $variable eq 3>>
You just finished taking the order of a young couple in the corner, and as you go to pass it through to the kitchen, you feel Sal's presence behind you. <br/>
Sal : "Hey $name, I'm really impressed with how you're fitting in so nicely here."<br/>
Sal lightly touches your upper thigh, and gives you a smile.<br/>
Sal : "If you keep this up, you will go far here. Your performance could warrant a bonus"<br/>
He gives you a cheeky smile.<br/>
You stand there, slightly uncomfortable with the position that you are in.<br/><br/>
[[You remove Sals hand from your thigh|RemoveSalsHand]]<br/>
[[You do nothing regarding Sals inappropriate touching|DoNothingSalsHand]]
<<elseif $variable eq 4 or $variable eq 5>>
You accidently drop a stack of plates in the kitchen. You're initially happy that you did it out of sight of the customers, and saved yourself from the embarrasment. That relief is soon gone, when you hear Sal walk through into the kitchen.<br/><br/>
[[Deal with broken plates.|SufferBrokenPlate]]
<<elseif ($variable eq 6 or $variable eq 7) and $salBlackmailMaterial == true>>
Sal : "Hey, $name. Come here!"<br/><br/>
You head over to meet Sal, who is grinning from ear to ear.<br/><br/>
[[See what Sal has to say|BlackmailedSal1]]<br/>
<<else>>
You get on with your shift. Apart from Sals inappropriate behavior, your shift was rather uneventful.<br/>
<br/>
<<if $image eq 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/waitress1.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $image eq 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/waitress2.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $image eq 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/waitress3.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<br/>
You finish your shift and collect your wages. <br/>
<br/>
You earned : $50 + $$tips<br/>
Energy - 45<br/>
<br/>
[[Head Home|SS-LivingRoom]]
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 45>>
<<set $corruption -= 1>>
<<set $inhibition += 1>>
<</if>>
<</nobr>><<nobr>>
<<set $rentOwed = ($rent + $extraRent)>>
<h4><b><u>Stats: </u></b></h4><br/>
Arousal : $arousal<br/>
<<if $mood lte 0>>Mood : 0
<<elseif $mood gte 100>>Mood : 100
<<else>>Mood : $mood
<</if>><br/>
<<if $beauty lte 20>>
<<if $beauty lte 0>>
Beauty : 0
<<else>>
Beauty : $beauty - Hideous
<</if>>
<<elseif $beauty lte 40>>
Beauty : $beauty - Ugly
<<elseif $beauty lte 60>>
Beauty : $beauty - Below Average
<<elseif $beauty lte 80>>
Beauty : $beauty - Strictly Average
<<elseif $beauty lte 100>>
Beauty : $beauty - Above Average
<<elseif $beauty lte 120>>
Beauty : $beauty - Pretty
<<elseif $beauty lte 140>>
Beauty : $beauty - Hot
<<elseif $beauty lte 160>>
Beauty : $beauty - Sexy
<<else>>
Beauty : $beauty - Model Worthy
<</if>><br/>
Breast Size : $breastSize<br/><br/>
<<if $corruption lte 0>>
Corruption : 0
<<else>>
Corruption : $corruption
<</if>><br/>
<<if $inhibition lte 0>>
Inhibition : 0
<<else>>
Inhibition : $inhibition
<</if>><br/>
<<if $reputation lte 50>>
<<if $reputation lte 0>>
Reputation : 0 - Nobody
<<else>>
Reputation : $reputation - Nobody
<</if>>
<<elseif $reputation lte 100>>
Reputation : $reputation - Barely Recognized
<<elseif $reputation lte 150>>
Reputation : $reputation - Somewhat Famous
<<elseif $reputation lte 200>>
Reputation : $reputation - Widely Known
<<elseif $reputation lte 300>>
Reputation : $reputation - Sexual Icon
<<else>>
Reputation : $reputation - Adult Performer Royalty
<</if>><br/>
<br/>
<<if $period == "Menstruation">>
Period : Menstruating
<<elseif $period == "Ovulation">>
Period : Ovulating
<<else>>
Period : None
<</if>><br/>
<br/>
Job : $job<br/>
This weeks rent owed : $rentOwed<br/>
<br/>
<br/>
<<if $STD == true>>
STD : Caught
<<else>>
STD : Clean
<</if>><br/>
<br/><br/>
<br/>
<h4>Addictions</h4><br/>
<<if $addictedSmokes eq true>>Smoking<br/><</if>>
<<if $addictedWeed eq true>>Weed<br/><</if>>
<br/>
<<if $high eq true>>You are currently high.<br/><</if>>
<<if $pillTaken eq true>>You have currently taken your pill for the day<br/><</if>>
<br/>
Gym Membership : $fitnessMembership days<br/>
Online Name : $onlineName<br/><br/>
School Course : $classEnrolled<br/>
<<if $classEnrolled != "None">>
<<if $daysTilExam == 0>>
Days Til Next Exam : Today
<<else>>
Days Til Next Exam : $daysTilExam
<</if>><br/>
Exams Remaining : $testsRemaining<br/>
<</if>>
<br/><br/>
<h4>Children</h4>
<<if def $children>>
<<for _i to 0; _i lt $children.length; _i++>>
$children[_i].name - $children[_i].gender<br/>
<</for>>
<</if>>
<</nobr>>
<<back>><<nobr>>
<<set $salsEventReachUnderCounter = 1>>
<<set $tips to random(120)>>
<<set $arousal += 5>>
<<if $clothesPanties != "None">>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/bendover1.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/bend-over-pantyless.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You bend over and reach for the customers ring. Due to your revealing work attire, you skirt rides up as you reach over, giving Sal, and some of the customers a good view.<br/>
You manage to find the ring, return it to Sal and go about your day as normal. Sal seems extra nice to you all of a sudden, and your tips are abnormally generous.<br/><br/>
Money + 50 ($tips tips) <br/>
Inhibition - 5 <br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $inhibition -= 5>>
<<set $mood -= 5>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $tips to random(25)>>
You refuse to collect the ring, much to Sals dismay. He doesn't look happy, and proceeds to give you a hard time for the duration of your shift.<br/>
You feel more tired, and your performance (and tips) reflect that.<br/><br/>
Money + 50 ($tips tips) <br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 65>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $tips to random(20)>>
You quickly remove Sals hand from your thigh.<br/>
<br/>
You boss takes offence at this gesture, and tuts to himself as he walks off fustrated. You seem to be a little light on your paypacket, and you firmly believe Sal to be behind it.<br/>
<br/>
Corruption - 1 <br/>
Inhibition + 2 <br/>
Money + 50 ($tips tips) <br/>
<<set $corruption -= 1>>
<<set $inhibition += 2>>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $mood -= 2>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $tips to random(120)>>
You stand there and smile, not refuting Sal's advances.<br/>
<br/>
Sal takes advantage of the situation, and slowly moves his hands higher up, resting his palm against your firm supple butt cheeks.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/cafe/touchunderskirt.mp4" type="video/mp4">
</video>
<br/><br/>
You feel flush, unsure what to do in this situation. After a few seconds, your boss removes his hand and walks away. You stand there slightly confused, violated and slightly excited.<br/>
You finish your shift and collect your tips, which seem to be larger than usual. Obviously a bonus from Sal.
<br/>
Corruption + 1 <br/>
Inhibition - 5 <br/>
Money + 50 ($tips tips) <br/>
Arousal + 10 <br/><br/>
[[Head Home|SS-LivingRoom]]
<<set $touchedUpBySal = 1>>
<<set $corruption += 1>>
<<set $inhibition -= 5>>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $arousal += 10>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
<<if $failedRentCount eq 0>>
Paul turns up at the door. <br/>
<br/>
Paul : "Hi $name, do you have this weeks rent?"<br/>
<br/>
You shake your head and reply no.<br/>
<br/>
Paul : "Well that is no good ... I cant let you live here if you don't pay any rent. What am I to do with you, $name?"<br/>
<br/>
[[Offer to pay more next week|PayMoreNextWeek]]<br/>
<<elseif $failedRentCount eq 1>>
Paul turns up at the door. <br/>
<br/>
Paul : "Hi $name, do you have this weeks rent?"<br/>
<br/>
You shake your head and reply no.<br/>
<br/>
Paul : "Again? This is becoming a little bit of a problem, no?"<br/>
<br/>
[[Offer to pay more next week|PayMoreNextWeek2]]<br/>
<<else>>
Paul : "I'm sorry $name, but I've got bills to pay, and I can't do that without your rent.<br/><br/>
[[Get Kicked out by Paul|GetKickedOut]]
<</if>>
<</nobr>><<nobr>>
<<set $failedRentCount = 1>>
You plead with Paul about the rent, and promise that you will pay the rent in full next week.<br/>
<br/>
Paul looks at you up and down ...<br/><br/>
Paul : "What's in it for me? I could easily get someone else in here who is willing to pay me consistently"<br/><br/>
You start sobbing, fearing your pleas have fallen on deaf ears.<br/><br/>
Paul : "How about you take off your top, and show me some skin. In exchange, I'll allow you to pay this weeks rent next week. Deal?"<br/><br/>
[[Take the Deal|ShowBoobsToPaul]]<br/>
[[Refuse the Deal|GetKickedOut]]
<</nobr>><<nobr>>
You stare Paul down. You know what he is asking is wrong, however you are unsure of your options right now. You look around, hoping that anything can get you out of this situation.<br/>
However you soon resign yourself to the fate that you're going to have to flash your perv of a landlord if you want to keep a roof over your head.<br/>
You slowly grab hold of your shirt, and slowly lift it above your breasts.<br/>
<<if $breastSize eq "A" or $breastSize eq "B">>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop-s.mp4" type="video/mp4">
</video>
<<elseif $breastSize eq "C" or $breastSize eq "D" or $breastSize eq "DD">>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop.mp4" type="video/mp4">
</video>
<<else>>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop-l.webm" type="video/webm">
</video>
<</if>>
<br/>
Paul : "Nice, I suppose I can let you pay this weeks rent next week then, since you've been co-operative"<br/>
Paul turn to leave, you notice the large grin on his face as he backs out.<br/><br/>
Arousal + 5<br/>
Corruption + 5<br/>
Inhibition - 10<br/><br/>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 10>>
<<set $extraRent = $rent>>
<<set $daysTilRent = 7>>
<<set $arousal += 5>>
<</nobr>>Your failure to pay rent means you get kicked out of your apartment.
- Currently this ends the game. In future, we could explore a life of homelessness etc ...
[[Back to Start Page|Start Game]]<<nobr>>
<<set $failedRentCount = 2>>
You plead with Paul about the rent, and promise that you will pay the rent in full next week.<br/>
<br/>
Paul looks at you up and down ...<br/><br/>
Paul : "Well, I suppose you know what the deal is by now. However instead of a flash, you let me get a good feel"<br/><br/>
You're in shock, not only is Paul getting you to expose yourself, but now he actually wants to touch you.<br/><br/>
Paul : "So, do we have a deal? There is always the street outside, I hear it's awfully comfy this time of year."<br/><br/>
[[Take the Deal|LetPaulFeelYourBoobs]]<br/>
[[Refuse the Deal|GetKickedOut]]
<</nobr>><<nobr>>
You take a deep breath, and realizing the situation that you find yourself in, relent to Paul's idea.<br/>
[img[images/Realtor/boobs-grope.gif]]
<br/>
Paul : "Nice, I suppose I can let you pay this weeks rent next week then, since you've been co-operative"<br/>
Paul turns to leave, you notice the large grin on his face as he backs out.<br/><br/>
Paul : "Oh, and by the way, I'm not a charity case, and <b>failure to pay rent next week will result in me kicking you out of here!</b>"<br/><br/>
Arousal + 10<br/>
Corruption + 5<br/>
Inhibition - 10<br/><br/>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 10>>
<<set $extraRent += $rent >>
<<set $daysTilRent = 7>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
You start to play with yourself, giving yourself some much needed relief.<br/><br/>
<<set $variable to random(2)>>
<<set $eventVariable to random(8)>>
<<if $variable eq 0>>
<video width="720" height="480" autoplay loop>
<source src="images/home/cheap-flat/bedroom/masturbatechair.mp4" type="video/mp4">
</video>
<<elseif $variable eq 1>>
<video width="720" height="480" autoplay loop>
<source src="images/home/cheap-flat/bedroom/masturbatebed.mp4" type="video/mp4">
</video>
<<elseif $variable eq 2>>
<video width="720" height="480" autoplay loop>
<source src="images/home/cheap-flat/bedroom/masturbatebedroom.mp4" type="video/mp4">
</video>
<</if>><br/><br/>
Arousal - 35<br/>
<<set $arousal -= 35>>
<<set $energy -= 10>>
<<set $mood += 20>>
Your mood lifts after experiencing an orgasm.<br/><br/>
<<if $eventVariable == 0 and $metNick == true>>
[[You feel like someone is watching you|SpiedUponMasturbationBedroom]]
<<else>>
[[Back to bedroom|SS-Bedroom]]
<</if>>
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $pornMag += 1>>
<<set $money -= 100>>
You purchased 1 porn magazine from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<set $energy -= 10>>
<<set $damaged to random(5)>>
<<set $mood += 5>>
You open up the porn magazine, and start to read it's pages. It's filled with hot attractive ladies, and very handsome men.<br/>
[img[images/home/cheap-flat/bedroom/reading-porn.gif]]<br/>
You start to feel more aroused.<br/><br/>
Arousal + 20<br/><br/>
<<set $arousal += 20>>
<<if $damaged eq 0>>
The Porn Magazine has been too badly damaged to be used again
<<set $pornMag -= 1>>
<br/><br/>
<</if>>
[[Back to bedroom|SS-Bedroom]]
<</nobr>><<nobr>>
[img[images/places/park/park.jpg]]<br/><br/>
You head out to the park. It's a nice day, what do you decide to do?<br/><br/>
<<if $day eq 6 or $day eq 7>>
You see a group of people performing Yoga in the park, theres a handdrawn sign next to them that reads : <br/><br/>
- Yoga Lessons Only $50 -<br/><br/>
<</if>>
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:50%"><b></b></th>
<th style="width:50%"><b></b></th>
</tr>
</thead>
<tbody>
<tr>
<td><<if $inhibition lte 650>><<if $energy gte 5>>[[Flash|FlashInPark]]<<else>>Flash (No Energy)<</if>><</if>></td>
<td><<if $arousal gte 50>> <<if $energy gte 20>>[[Masturbate|MasturbateInPark]]<<else>>Masturbate (No Energy) <</if>><</if>></td>
</tr>
<tr>
<td><<if $energy gte 20>>[[Go for a walk (Energy - 20)|WalkInThePark]]<<else>>Go for a walk (No Energy)<</if>></td>
<td><<if $cigarettes gte 1>><<if $energy gte 5>>[[Smoke|SmokeACigarettePark]]<<else>>Smoke (No Energy)<</if>><</if>></td>
</tr>
<tr>
<td><<if $energy gte 5>>[[Go to the female toilets|FemaleToiletsPark]]<<else>>Go to the public toilets (No Energy)<</if>></td>
<td><<if $energy gte 20>>[[Go Jogging (Energy - 20)|JogInThePark]]<<else>>Go Jogging (No Energy)<</if>></td>
</tr>
<tr>
<td><<if $day eq 6 or $day eq 7>>
<<if ($energy gte 20) and ($money gte 50)>>[[Yoga (Energy - 20)|YogaInThePark]]<<else>>Yoga (No Energy/Money)<</if>><</if>></td>
<td><<if $weedDealer == true>>[[Buy Weed|BuyWeed]]<</if>></td>
</tr>
<tr>
<td><<if $weed gte 1>><<if $energy gte 5>>[[Have a Joint|SmokeAJoint]]<<else>>Have a Joint (No Energy)<</if>><</if>></td>
<td></td>
</tr>
</tbody>
</table>
<br/><br/>
[[Leave the Park|Outside]]
<</nobr>><<nobr>>
<<set $energy -= 20>>
<<set $variable to random(10)>>
<<set $mood += 2>>
<<if $variable eq 0 or $variable eq 1 or $variable eq 2>>
You walk past a group of people smoking a joint. It smells sweet in the air, and you see them all having fun.<br/>
<<if $inhibition lte 750>>
You walk over to the group and introduce yourself. You chat with them for a while, and they offer you a toke of their joint.<br/><br/>
[[Accept|AcceptTokePark]]<br/>
[[Refuse|RefuseTokePark]]<br/>
<<else>>
They look towards you, and beckon you over to come and chat with them. However since you were a child, everyone told you that drugs were wrong, and to stay away.<br/>
Therefore you refuse their invite, and head home.<br/><br/>
Inhibition - 2<br/><br/>
[[Go Back|Park]]<br/>
<<set $inhibition -=2>>
<</if>>
<<elseif $variable eq 3>>
You're walking down a secluded path, and you have a bad feeling that you are being followed.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/helpless-teen-park1.mp4" type="video/mp4">
</video>
<br/><br/>
<br/><br/>
[[Look behind you|FollowedInPark]]
<<else>>
You take a walk in the park. It's a beautiful day to catch some sun and enjoy nature. However nothing awfully interesting has happened.<br/><br/>
Beauty + 1<br/><br/>
[[Go Back|Park]]<br/>
<<set $beauty += 1>>
<<if $beauty gt 200>>
<<set $beauty = 200>>
<</if>>
<</if>>
<</nobr>><<nobr>>
[img[images/places/park/jogpark.gif]]<br/><br/>
You spend the next hour or so jogging around the park. You feel very tired, but fitter for doing so.<br/><br/>
Beauty + 2<br/><br/>
<<set $energy -= 20>>
<<if $beauty lte 200>>
<<set $beauty += 2>>
<</if>>
<<set $mood += 5>>
[[End Jog|Park]]
<</nobr>><<nobr>>
[img[images/places/park/park.jpg]]<br/><br/>
You accept their offer for a smoke, and you happily chat away with the group of people for hours.<br/>
You feel pleasantly high after this experience, you think to yourself 'maybe weed isn't that bad afterall?'<br/>
Beauty - 1<br/>
Corruption + 5<br/>
Inhibition - 5<br/>
<<if $corruption gte 150>>
[[Ask the guys who their dealer is|AskDealersDetails]]<br/><br/>
<</if>>
[[Back to Park|Park]]
<<set $beauty -=1>>
<<set $corruption += 5>>
<<set $inhibition -= 5>>
<<set $mood += 5>>
<</nobr>><<nobr>>
They look towards you, and beckon you over to come and chat with them. However since you were a child, everyone told you that drugs were wrong, and to stay away.<br/>
Therefore you refuse their invite, and head home. You feel a little <br/><br/>
Inhibition - 2<br/><br/>
[[Go Back|Park]]<br/>
<<set $inhibition -=2>>
<<set $mood -= 2>>
<</nobr>><<nobr>>
<<set $energy -= 10>>
<<set $mood += 5>>
Your arousal starts to get the better of you, and you think to yourself if it would be possible get yourself off in such a public place. Which, only makes your more aroused.<br/>
You find yourself alone in the park, with no-one in the near vicinity, and decide that this is the best oppertunity you would get. You then start to play with yourself, giving yourself some much needed relief, although the fear of getting caught actually keeps you hornier than usual.<br/><br/>
<<set $variable to random(2)>>
<<if $variable eq 0>>
<video width="720" height="480" autoplay loop>
<source src="images/places/park/masturbatepark.webm" type="video/webm">
</video>
<<elseif $variable eq 1>>
<video width="720" height="480" autoplay loop>
<source src="images/places/park/masturbatepark2.webm" type="video/webm">
</video>
<<elseif $variable eq 2>>
<video width="720" height="480" autoplay loop>
<source src="images/places/park/masturbatepark3.webm" type="video/webm">
</video>
<</if>><br/><br/>
Inhibition -5 <br/>
Arousal - 30<br/>
<<set $arousal -= 30>>
<<set $inhibition -= 5>>
[[Back to Park|Park]]
<</nobr>><<nobr>>
<table>
<tr>
<td>
The gym is empty. <br/>
Your currently midway through your routine, getting a good sweat up when you feel the familiar urge down below.<br/>
You slowly reach under your gym shorts, and feel the
<<if $clothesPanties != "None">>soft material of your panties
<<else>>soft moist mound of your pussy,
<</if>>soaked from your arousal.<br/><br/>
<<if $energy gte 5>>
<<if $inhibition lte 700>>
[[Flash In The Gym|FlashGym]]<br/>
<</if>>
<</if>>
<<if $energy gte 10>>
<<if $inhibition lte 850>>
[[Masturbate|MasturbateInGym]]<br/>
[[Do Nothing|Gym]]<br/>
<<else>>
Masturbate (Inhibition too high)<br/>
[[Do Nothing|Gym]]<br/>
<</if>>
<<else>>
Masturbate (No Energy)<br/>
[[Do Nothing|Gym]]<br/>
<</if>>
</td>
<td>
[img[images/places/gym/hornygym.jpg]]
</td>
</tr>
</table>
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You find a secluded spot, and you start to give yourself some release. The excitement of potentially being caught, further arouses you, and makes you more sexually confident.<br/><br/>
<<if $variable eq 0>>
[img[images/places/gym/gymmasturbate1.gif]]
<<elseif $variable eq 1>>
[img[images/places/gym/gymmasturbate2.gif]]
<</if>><br/><br/>
Arousal - 35<br/>
Corruption + 1<br/>
Inhibition - 5<br/>
[[Back to Gym|Gym]]
<<set $corruption += 1>>
<<set $inhibition -= 5>>
<<set $arousal -= 35>>
<<set $energy -= 10>>
<<set $mood += 5>>
<</nobr>><<nobr>>
You scan the room, looking to see who is currently in the gym.<br/>
You see no-one of interest, however you do enjoy seeing all these men getting all sweaty in the gym.<br/><br/>
Arousal + 10<br/><br/>
<<set $arousal += 10>>
<<set $energy -= 15>>
<<set $mood += 2>>
[[Back to Gym|Gym]]
<</nobr>><<nobr>>
<<set $variable to random(1)>>
<<set $eventVariable to random(5)>>
<<if $day eq 4 or $day eq 5 or $day eq 6 or $day eq 7>>
<<if ($eventVariable eq 1) and ($relationshipKatie gte 50) and $katieEvents neq 3 and $katieEvents neq 6>>
You head over to chat to Katie, hoping to catch her before work starts.<br/><br/>
[[Talk to Katie|TalkToKatieBeforeWork]]<br/>
[[Leave her be|SS-LivingRoom]]
<<else>>
<table>
<tr>
<td>
You knock on Katie's door, and hear rustling on the other side.<br/>
Katie slowly opens the door, she is dressed in her pyjamas and looks like she has just gotten out of bed.<br/>
<br/>
Katie : "Hey $name, what's up?"<br/><br/>
<<if $energy gte 10>>[[Chat|ChatWithKatie]]<<else>>Chat (No Energy)<</if>><br/>
[[Nothing|SS-LivingRoom]]
</td>
<td>
<<if $variable eq 0>>
[img[images/flatmates/katie/sexypyjamas.jpg]]
<<else>>
[img[images/flatmates/katie/sexypyjamas2.jpg]]
<</if>>
</td>
</tr>
</table>
<</if>>
<<else>>
You knock on Katie's door, however there was no answer.
<br/>She must be out already<br/><br/>
[[Back to the Living Room|SS-LivingRoom]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $energy -= 10>>
<<set $mood += 2>>
<<if ndef $adultStoreFound>>
<<set $adultStoreFound = false>>
<</if>>
<<if ($variable eq 0) and ($katieEvents gte 1)>>
You head over to Katies room to try and have a chat, however you are unable to find her.<br/>
You hear the noise of running water coming from the bathroom. You believe it to be Katie showering before she heads out to work.<br/><br/>
[[Try and peek in the bathroom|PeekKatieBathroom]]<br/>
[[Give her some privacy|SS-LivingRoom]]<br/>
<<else>>
You and Katie chat about anything and everything.<br/><br/>
[img[images/flatmates/katie/chatting.jpg]]<br/><br/>
Your now a little closer to Katie<br/><br/>
<<if ($katieEvents eq 3) and ($relationshipKatie lte 100)>>
Katie doesn't trust you to let herself go in the conversation, and any benefits to your relationship are minimal.<br/><br/>
<<set $relationshipKatie += 2>>
Relationship with Katie + 2<br/>
<<else>>
<<if ($variable == 1 or $variable == 2 or $variable == 3) and ($adultStoreFound == false) and ($inhibition lte 750)>>
You talk to Katie a little, and you hear her mention about a store in town that specializes in adult toys.<br/>
You make a note of it, this could come in useful later on.<br/><br/>
<<set $adultStoreFound = true>>
<</if>>
<<set $relationshipKatie += 5>>
Relationship with Katie + 5<br/>
<</if>>
Energy - 10<br/><br/>
[[Back to Living Room|SS-LivingRoom]]
<</if>>
<</nobr>><<nobr>>
<<if ndef $favoursInClub>>
<<set $favoursInClub = false>>
<</if>>
<<if $katieEvents eq 0 or $katieEvents eq 1>>
You knock on Katies door, however there was no answer. You wonder where she could be as you walk back down the corridor.<br/><br/>
You hear the noise of running water coming from the bathroom. You believe it to be Katie showering before she heads out to work.<br/><br/>
[[Try and peek in the bathroom|PeekKatieBathroom]]<br/>
[[Give her some privacy|SS-LivingRoom]]<br/>
<<elseif $katieEvents eq 2>>
You knock on Katies door, she quickly opens as if she was expecting you, and looks at you with a stern face.<br/><br/>
Katie : Come in, we need to [[talk.|TalkToKatieAboutSpying]]
<<elseif ($katieEvents eq 4) or (($katieEvents eq 3) and $relationshipKatie gte 100)>>
Katie opens the door just before you start knocking, as if she was expecting you.<br/><br/>
Katie : Come in, $name. We should hang out for a while!<br/><br/>
[[Hangout with Katie|HangoutKatie]]
<<elseif ($katieEvents gte 5) and ($favoursInClub == false)>>
You walk past Katie's room, noticing her door is slightly ajar<br/><br/>
[[Go inside|StartGettingKatiesAdvice]]<br/>
[[Walk Past|SS-LivingRoom]]<br/>
<<else>>
You knock on Katie's door, however there was no answer.
<br/>She must be out already<br/><br/>
[[Back to the Living Room|SS-LivingRoom]]<br/>
<</if>>
<</nobr>><<nobr>>
You notice the door hasn't been locked properly, and you slowly push it open, trying not to make a noise.<br/><br/>
You watch as she runs her hands over her body, getting it wet under the flow of the shower. She lingers a little longer around her breasts rubbing her little, dark pink nipples with her soapy hands.<br/><br/>
[img[images/flatmates/katie/showerboobs.gif]]<br/><br/>
[[Continue Watching|PeekKatieBathroom2]]
<</nobr>><<nobr>>
You watch as she slowly slides her hands down her flat stomach and parts her soaked pussy lips with one hand while the other one starts to rub up and down her wet slit.<br/><br/>
<video width="314" height="522" autoplay loop>
<source src="images/flatmates/katie/shower1.mp4" type="video/mp4">
</video>
<br/><br/>
You start to feel your arousal building, watching your roommate pleasure herself in the shower.<br/><br/>
[[Keep watching|PeekKatieBathroom3]]<br/>
[[Leave before you get caught|PeekKatieExit1]]
<<set $arousal += 10>>
<<set $inhibition -= 2>>
<<set $corruption += 5>>
<</nobr>><<nobr>>
You feel brave (and horny!) and decide to stay and watch the show.<br/>
You watch as Katie furiously rubs her pussy, aggressively pleasuring herself as she brings herself close to climax.<br/><br/>
<video width="438" height="350" autoplay loop>
<source src="images/flatmates/katie/shower2.mp4" type="video/mp4">
</video>
<br/><br/>
She slides her fingers deep between her moist lips, penetrating her tight pussy, quiet moans escape her as she brings herself closer.<br/>
Yet after only another minute of this obviously intense self-pleasuring, she stopped her thrusting and seemed to tense her entire body.
<br/>
Katie starts to orgasm hard, squirting between her fingers.<br/><br/>
[img[images/flatmates/katie/showerorgasm.gif]]<br/><br/>
<<if $katieEvents eq 0>>
<<set $katieEvents = 2>>
Overcome with strong feelings of arousal, you slide your hand [[into your panties|PeekKatieBathroom4]]<br/>
<<else>>
Overcome with strong feelings of arousal, you slide your hand [[into your panties|PeekKatieBathroom4.5]]<br/>
<</if>>
<<set $arousal += 10>>
<<set $inhibition -= 2>>
<<set $corruption += 5>>
<</nobr>><<nobr>>
You decide that you shouldn't push your luck, and with that, you close the door slowly and make your way back to the [[living room.|SS-LivingRoom]]
<<if $katieEvents eq 0>>
<<set $katieEvents = 1>>
<</if>>
<</nobr>>0 - Unstarted
1 - Uncaught Masturbation
2 - Caught Masturbation
3 - Refused to Repay
4 - Repayed your debt
5 - Advice Regarding Rent (No Followup Implemented)
6 - Advice on earning more money at the purple lounge
Note : To add more, I will need to remove the check which prevents talking to katie on 3 or 4 from her room<<nobr>>
You get lost in your own pleasure, that you did not even notice the shower turn off. You look at Katie just in time to see her eyes meet yours, and the shock on her face knowing that she has just been spied upon.<br/><br/>
[img[images/flatmates/katie/shocked.gif]]<br/><br/>
You quickly come to your senses, and dart back into your room. Embarrassed, you decide to hide out here until Katie heads out to work.<br/><br/>
[[You hide in your room|SS-Bedroom]]
<</nobr>><<nobr>>
You walk into Katies room, and she shuts the door behind you.<br/>
Katie : "So, do you want to explain yourself?"<br/>
She stands there staring at you, you can only assume she is talking about when she caught you spying on her in the shower earlier.<br/> You stand there, thinking about what you should say to her...<br/><br/>
[[Play dumb|PlayDumbWithKatie]]<br/>
[[Confess and Apologise|ConfessAndApologise]]<br/>
<</nobr>><<nobr>>
<<set $relationshipKatie -= 25>>
You decide that the best course of action would be to deny everything and play dumb. Even though you know she caught you, you feel like denying everything would be the best course of action, hoping that you can diffuse an awkward situation.<br/><br/>
Katie : "You can't possibly be serious? I know you were watching"<br/><br/>
$name : "Watching what?"<br/><br/>
Katie : "I think you know, don't make me have to explain this to you"<br/><br/>
You relent, and start to break down into tears, ashamed of what you have done.<br/><br/>
$name : "I'm sorry, I didn't mean to ... It's just ... I mean ... It was an accident, I really didn't mean to."<br/><br/>
Katie looks at you, a little bit disappointed that you attempted to lie to her, but her anger has now subsided after seeing you break down infront of her."<br/><br/>
[[See what Katie has planned|SeeWhatKatieHasPlanned]]<br/><br/>
Relationship with Katie - 25<br/>
<</nobr>><<nobr>>
$name : "I'm sorry, I didn't mean to ... It's just ... I mean ... It was an accident, I really didn't mean to."<br/><br/>
Katie looks at you, unsure what to make of this situation. She sees how flustered you have become, and decides to toy with you a little.<br/><br/>
Katie : "So, what exactly did you see?"<br/><br/>
$name : "Well, pretty much everything."<br/><br/>
Katie looks at you with a coy smile, she has an idea that would be fun for both of you, and that would 'even' out the score.<br/><br/>
Katie : "Well I don't think it's fair that you get to see me in all my glory. I think you owe me something, don't you think?"<br/><br/>
Realizing what Katie is hinting at, you reply.<br/><br/>
[[I guess so|SeeWhatKatieHasPlanned]]<br/>
[[Hell no|DontRepayKatie]]
<</nobr>><<nobr>>
$name : "You're right, it isn't fair. What do you have in mind?"<br/><br/>
Katie : "Well, you've seen some of me, how about you let me see some of you? How about you bend over, and let me see what color your panties are?"<br/><br/>
[[Agree and bend over|AgreeAndBendOverKatie]]<br/>
[[This isn't what you had in mind|BackOutKatieRepayment]]
<</nobr>><<nobr>>
<<set $katieEvents = 3>>
<<set $inhibition += 10>>
<<set $corruption -= 10>>
<<set $relationshipKatie -= 25>>
You decide that you don't want any part of Katies games, and you turn to leave.<br/><br/>
Katie : "Fine! Leave if you want to. Don't expect me to forget this!"<br/><br/>
As you leave you feel like your relationship with Katie has been damaged, but you reasure yourself that you've done the decent thing.<br/><br/>
Relationship with Katie - 50<br/>
Corruption - 10<br/>
Inhibition + 10<br/><br/>
[[Back to Living Room|SS-LivingRoom]]
<<set $mood -= 5>>
<</nobr>><<nobr>>
You gulp, nervous from what has been requested from you. <br/>
However you summon the courage and do as Katie asked. You turn around, unable to look at her in the face, and slowly bend over.<br/><br/>
<video width="502" height="282" autoplay loop>
<source src="images/flatmates/katie/bendoverskirt.mp4" type="video/mp4">
</video>
<br/><br/>
Your roommate looks approvingly as you flash your panties at her.<br/><br/>
Katie : "That was good, but I'm not convinced thats enough to make it up to me. I think you need to take some of your clothes off"<br/><br/>
[[Agree and start removing your clothes|KatieAgreeAndStrip1]]<br/>
[[You've had enough|BackOutKatieRepayment]]<br/>
<<set $arousal += 10>>
<<set $inhibition -= 2>>
<<set $corruption += 5>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
<<set $katieEvents = 3>>
<<set $inhibition += 5>>
<<set $corruption -= 5>>
<<set $relationshipKatie -= 10>>
You decide that you cant go on with Katies requests, and you should call it a day.
Katie looks a little disappointed that her fun is over so soon, and a little angry. As you leave you feel like your relationship with Katie has been slightly damaged..<br/><br/>
Relationship with Katie - 10<br/>
Corruption - 5<br/>
Inhibition + 5<br/><br/>
[[Back to Living Room|SS-LivingRoom]]
<<set $mood -= 5>>
<</nobr>><<nobr>>
You've gone this far right? You agree to Katies demands. You grab the bottom of your shirt, and pull it off over your head, exposing your breasts for her to see.<br/><br/>
<video width="480" height="270" autoplay loop>
<source src="images/flatmates/katie/striptop.mp4" type="video/mp4">
</video>
<br/><br/>
Katies cant hide the excitement from her face, she seems to be really enjoying humiliating you.<br/><br/>
[[Take initiative and remove your bra|KatieAgreeAndStrip2]]<br/>
[[You've had enough|BackOutKatieRepayment]]<br/>
<<set $arousal += 10>>
<<set $inhibition -= 2>>
<<set $corruption += 5>>
<</nobr>><<nobr>>
Taking the inititave you start to undo your bra.<br/><br/>
<video width="310" height="310" autoplay loop>
<source src="images/flatmates/katie/removebra.mp4" type="video/mp4">
</video>
<br/><br/>
Your roommate sits down on her bed, and starts to caress her boobs through her top, really appreciating the show you're putting on for her.<br/>
You start to feel ashamed of how turned on your getting, watching your roommate touching herself to your striptease. As your bra hits the floor, you see Katies hand glide over her stomach, and find it's way into her panties.<br/><br/>
<video width="510" height="384" autoplay loop>
<source src="images/flatmates/katie/handinpanties.mp4" type="video/mp4">
</video>
<br/><br/>
[[You can't stop now, remove your panties|KatieAgreeAndStrip3]]<br/>
[[You've had enough|BackOutKatieRepayment]]<br/>
<<set $arousal += 5>>
<<set $inhibition -= 5>>
<<set $corruption += 10>>
<</nobr>><<nobr>>
<p style="width:50%; float:left; padding-right:20px;">You slowly start to slide off your panties. Feeling naughty as you do so.<br/><br/>
Katie : "$name, dance for me"</p>
<video width="310" height="310" autoplay loop>
<source src="images/flatmates/katie/strippanties.mp4" type="video/mp4">
</video>
<br/><br/>
[[Dance for Katie|KatieAgreeAndStrip4]]<br/>
<<set $arousal += 10>>
<<set $inhibition -= 10>>
<<set $corruption += 5>>
<</nobr>><<nobr>>
<<set $katieEvents = 4>>
<video width="310" height="310" autoplay loop>
<source src="images/flatmates/katie/dance.mp4" type="video/mp4">
</video>
<br/><br/>
You dance for Katie, shaking your hips and gyrating against her bedroom mirror.<br/>Katie removes her hand from her panties, and sits up facing you.<br/><br/>
Katie : "You know, your not half bad, and sexy as hell. I think we're even now, infact, we're more than even! You know, you would be liked well where I work"<br/><br/>
$name : "Where you work?"<br/><br/>
Katie : "Yeah, The Purple Lounge, it's this exclusive bar where a few girls get paid to dance, you should check it out!"<br/><br/>
[[Enquire about The Purple Lounge|EnquirePurpleLoungeKatie]]<br/>
[[Gather your clothes and leave Katies Room|SS-LivingRoom]]<br/><br/>
Relationship with Katie + 20
Arousal + 15
<<set $arousal += 15>>
<<set $inhibition -= 10>>
<<set $corruption += 5>>
<<set $relationshipKatie += 20>>
<</nobr>><<nobr>>
<<if $purpleLoungeInvitation eq true>>
$name : "Hey, I've heard of this place before. Some guy gave me a card with this places address on at the cafe"<br/><br/>
Katie : "That must've been John, he owns the place, such a friendly guy. You should head down and see what it's like there, it will be fun us working together."<br/><br/>
Katie : "Besides, it's good money."<br/><br/>
[[Thank Katie and leave|SS-LivingRoom]]
<<else>>
<<set $purpleLoungeInvitation = true>>
You enquire about The Purple Lounge, and Katie goes to her dresser, and removes a card.<br/>
She hands you the card, which you proceed to turn around and read. <br/><br/>
- Purple Lounge, Gentlemans Club -<br/><br/>
[[Accept the card and leave|SS-LivingRoom]]
<</if>>
<</nobr>><<nobr>>
<<set $energy -= 20>>
<<if $beauty lte 200>>
<<set $beauty += 3>>
<</if>>
<<set $mood += 5>>
<<set $money -= 50>>
You head over to the group and talk to the instructor. You pay the $20 fee, and start to participate in the yoga session.<br/><br/>
[img[images/places/park/yoga-park.gif]]<br/><br/>
You feel more refreshed after your session of yoga.<br/><br/>
[[Park|Park]]<br/>
<</nobr>><<nobr>>
<<if ndef $purpleLoungeWelcomed>>
You approach the door to The Purple Lounge, there are two bouncers standing outside.<br/><br/>
[img[images/places/purple-lounge/bouncers.jpg]]
<br/><br/>
[[Approach the Bouncers|BeginWelcomePurpleLounge]]<br/>
Your uneasy with the whole situation, maybe you should [[leave?|Outside]]
<!-- You can work at the purple Lounge -->
<<else>>
You walk into the Purple Lounge, what do you want to do?<br/><br/>
<<if $money gte 75>>
<<if $energy gte 20>>[[Buy a Dance (Female) (Money - $75)|BuyDanceFemale]]<<else>>Buy a Dance (No Energy)<</if>><br/>
<<else>>
Buy a Dance (No Money) <br/>
<</if>>
<hr/><br/>
<!-- Dance in the purple lounge-->
<<if $energy gte 10>>
<<if $mood gte 10>>
[[Dance on Stage (Energy - 10)|DanceStagePurpleLounge]]<<else>>Dance on Stage (Low Mood)
<</if>>
<<else>>
Dance on Stage (No Energy)
<</if>><br/>
<<if $inhibition lte 800>>
<<if $energy gte 20>>
<<if $mood gte 10>>
[[Sell a Dance (Energy - 20)|LookClientsPurpleBar]]
<<else>>
Sell a Dance (Low Mood)
<</if>>
<<else>>
Sell a Dance (No Energy)
<</if>><br/>
<</if>>
[[Leave|Outside]]<br/>
<</if>>
<</nobr>><<nobr>>
You walk up to the bouncers. One of them looks at you and smiles.<br/><br/>
Bouncer : "Hey there, what brings you here?"<br/><br/>
<<if $inhibition lte 800>>
$name : "I have this card, I'm just here to check things out."<br/><br/>
Bouncer : "Head on inside. You'll want to find Mason, he's in charge around here. I'm sure he'll be able to hook you up"<br/><br/>
You walk past the bouncers, and make your way [[into the club|EnterPurpleLoungeFirstTime]]
<<else>>
You feel too uncomfortable being here, and decide to head outside.<br/><br/>
(Too high inhibition)
<br/><br/>
[[Head Back Outside|Outside]]
<</if>><br/>
<</nobr>><<nobr>>
<<set $patronAsked = 2>>
You make your way into the dimly light club. Looking around you notice there is a haze distorting the neon lighting inside. It's still quite early, therefore there are only a handful of other patrons in the place, but it doesn't affect the atmosphere much, with the loud sensual music playing in the background. The song changes and a dancer makes her way to the stage to perform her set. <br/><br/>
<video width="720" height="416" autoplay muted loop>
<source src="images/places/purple-lounge/first-entry-stripper-stage.webm" type="video/webm">
</video><br/><br/>
<<if $patronAsked gte 1>>
[[Ask a Patron about Mason|AskPatronForMason]]<br/>
<</if>>
[[Ask Dancer about Mason|AskDancerForMason]]<br/>
[[Look for Mason on your own|LookForMasonOnYourOwn]]
<</nobr>><<nobr>>
<<set $corruption += 1>>
<<set $inhibition -= 2>>
<<set $arousal += 2>>
<<set $patronAsked -= 1>>
You head over to a guy sitting down admiring the stage. You think to yourself, maybe one of the customers will know who this Mason is.<br/><br/>
You tap the guy on the shoulder, he seems very engrossed in what is happening on stage and is startled when he turns around to see you.<br/><br/>
Customer : "I don't recognize you here, you must be new"<br/><br/>
Before you can reply to his comments, you feel his hands grab your ass and give it a firm squeeze.<br/><br/>
[img[images/places/purple-lounge/assgrab.gif]]<br/><br/>
You feel a little violated by the mans actions, and are too stunned to speak.<br/><br/>
[[You back away|EnterPurpleLoungeFirstTime]]
<</nobr>><<nobr>>
You look around for someone to help, you notice that there is a dancer on one of the smaller stages. She is a cute little blonde with thick hips and a full breast size, you are mesmorized as she begins to slowly gyrate on the stage. You watch as she slowly removes her black corset, leaving her topless with just her panties on. <br/><br/>
<video width="576" height="324" autoplay muted loop>
<source src="images/places/purple-lounge/stripperoffstage.mp4" type="video/mp4">
</video><br/><br/>
You watch as the stripper finishes her routine, and starts to head off stage. You think that it is a good time to [[approach her and ask about Mason|AskStripperAboutMason]]
<</nobr>><<nobr>>
You wander around, but are unable to find Mason on your own. Maybe you should ask someone for help?
<br/><br/>
[[Keep Looking|EnterPurpleLoungeFirstTime]]
<</nobr>><<nobr>>
$name : "Hi there, I'm looking for someone named Mason. Can you help me?"<br/><br/>
The stripper looks at you up and down, before giving you a sigh and pointing you to the VIP rooms.<br/><br/>
Stripper : "He's over there honey" she mumbles as she walks away towards a customer<br/><br/>
[[Head to the VIP|EntranceVIPMeetMason]]
<</nobr>><<nobr>>
You head into the VIP room, and stop outside the entrance. You are confronted by a large bouncer.<br/><br/>
Bouncer : I'm sorry, only VIP's are allowed back here. I'm going to have to ask you to move on.<br/><br/>
You inform him that you are here to see Mason, however he chuckles still refuses you entry.<br/><br/>
Bouncer : If we let everyone back here who just wanted to see Mason, well ... I wouldnt be a very good bouncer would I. Again, I am going to need you to move away.<br/><br/>
[[Show the Purple Lounge Card|ShowCardToBouncers]]<br/>
<<if $inhibition lte 800>>[[Offer the bouncer a favor|OfferBouncerFavor]]<<else>>Offer the bouncer a favor (too high inhibition)<</if>><br/>
<</nobr>>
<<nobr>>
You show the card to the bouncer, and inform him that you were given this and recommended to come here.<br/>
The bouncer looks over at the card, and mutters. "Well, there goes my fun".<br/><br/>
[[Walk past the bouncer to meet Mason|MeetMasonProper]]
<</nobr>><<nobr>>
$name : "Maybe we can work something out? If you know what I mean?"<br/><br/>
Bouncer : "Well, I suppose it is quite ... hard being a bouncer around here. We have a free room just round the corner, if you want to follow me.<br/><br/>
The bouncer calls over one of his friends to take over his post, while he takes you to an empty VIP Room.<br/><br/>
[[Follow one of the bouncers|FollowBouncerPerformService]]
<</nobr>><<nobr>>
You find yourself in a small room, full of couches and curtains, alone with the bouncer. He sits down on a chair in the room, and asks you to perform a small striptease for him.<br/><br/>
As you start dancing for him, you realise that hes getting more than slightly aroused. The huge bulge in his pants was enough for you to figure that out. It doesn't take him long to remove his cock from his trousers, and order you to give him a lapdance.<br/><br/>
<video width="576" height="324" autoplay muted loop>
<source src="images/places/purple-lounge/outercourse.webm" type="video/webm">
</video><br/><br/>
[[Remove your Clothes|BouncerService1]]
<</nobr>><<nobr>>
You head in to meet Mason. He gives off the gangsta vibe sitting with a large crew in the VIP, whilst they have half naked girls dancing and serving drinks around them.<br/><br/>
You walk over and try to introduce yourself.<br/><br/>
$name : "Hi, I've been told about this place, and I'm wondering if I could get some work here?"<br/><br/>
The group of guys all stop laughing and joking around, and instead their focus is firmly on you. Mason leans over and examines you.<br/><br/>
<<if $beauty gte 50>>
Mason : "[[Hmm, you do look fine. How about we give her trial boys?|GetTrialPurpleLounge]]"<br/>
[[Trial? Maybe this is too much|BackOutTrial]]
<<else>>
Mason : "[[Sorry babe, I don't wanna to sound too harsh, but ya know, we got some standards around here|RejectedMason]]"
<</if>><br/><br/>
<</nobr>><<nobr>>
As you dance ontop of him you feel his hands slide up your back and into your hair. His fingers tangling amongst the strands as you begin to rock against him.<br/><br/>
You start rocking against him just a little faster, a little harder as his hands slip up the back of your shirt to caress the soft skin there, giving him just enough room to slip the top over your head.<br/><br/>
<video width="576" height="324" autoplay muted loop>
<source src="images/places/purple-lounge/pantyjob1.webm" type="video/webm">
</video><br/><br/>
You start too rock faster, getting into a smooth rythm hoping to quick give him his release.<br/><br/>
[[Finish him off quick|BouncerService2]]
<</nobr>><<nobr>>
Your start to pick up pace with you movements, hoping to finish him off quickly and get this over with. You start to feel him come to full hardness beneath you. Thats when you reach down and tug at the hem of his shirt, signalling him to lift up his arms allowing you to remove his shirt.<br/><br/>
You take this moment to remove your panties, knowing that there isn't a thin piece of fabric giving you the safety barrier between your now wet pussy and his hard throbbing cock. That doesn't matter now though, as you jump back ontop of him, determined to make him cum.<br/><br/>
<video width="512" height="263" autoplay muted loop>
<source src="images/places/purple-lounge/pussyjob-finish.mp4" type="video/mp4">
</video><br/><br/>
The bouncer lets out a large groan, as you ride him to completion, getting cum all over the outside of your pussy and thighs. Not realizing the danger of this situation, you jump off the man, whos face is beaming with happiness, and start to excuse yourself.<br/><br/>
Corruption + 20<br/>
Inhibition - 20<br/>
Arousal + 10<br/><br/>
[[Get yourself tidied up, and go see Mason|MeetMasonProper]]
<<set $corruption += 20>>
<<set $inhibition -= 20>>
<<set $arousal -= 10>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You quickly change into some clothes one of the girls hands you, and you walk out infront of the guys. You slowly shake your body to the beats of the club, and start to run your hands down your body.<br/><br/>
<video width="380" height="640" autoplay muted loop>
<source src="images/places/purple-lounge/simplestrip.webm" type="video/webm">
</video><br/><br/>
Your clothes start to come off, as your derobe infront of Mason. You lift the short top over your head, exposing your bare breasts for him.<br/><br/>
Mason : "Nice, I'm really feeling this girl guys. However we need to see what you can bring to our club. <br/><br/>
[[Start to Twerk|TwerkInPurple]]
<</nobr>><<nobr>>
You are quickly rejected for not being 'up to standard' and eventually ushered out of The Purple Lounge.<br/><br/>
[[Outside|Outside]]
<</nobr>><<nobr>>
You're a little bit apprehensive about what you can only assume would be dancing infront of all these guys. You decide it's best for everyone if you back out and leave now.<br/><br/>
[[Outside|Outside]]
<</nobr>><<nobr>>
<<set $eventVariable to random(10)>>
<<if ndef $seenPeekEvent>>
<<set $seenPeekEvent = false>>
<</if>>
<<set $energy -= 5>>
<<if ($eventVariable eq 0) and ($seenPeekEvent == false)>>
<<set $seenPeekEvent = true>>
You hear some strange noises coming from one of the stalls, do you take a peek?<br/><br/>
[[Yes|YesPeekPublicBathroom]]<br/>
[[No|FemaleToiletsPark]]
<<else>>
<<set $seenPeekEvent = false>>
You head into the bathroom, but no-one is here.<br/><br/>
<<if $inhibition lte 700>>
You see a hole in the toilet closest to the back.<br/><br/>
<</if>>
<<if $inhibition lte 700>>
[[Check Stall with Gloryhole|StallWithGloryHolePark]]<br/>
<</if>>
<<if $energy gte 5>>
[[Use Toilet|UsePublicBathroomToilets]]<<else>>Use Toilet (No Energy)
<</if>><br/>
[[Leave|Park]]
<</if>><br/>
<</nobr>><<nobr>>
<<set $energy -= 5>>
You peek over one of the stalls, and see two people going at it. You stay a little, trying to avoid being noticed.<br/><br/>
<<set $variable to random(1)>>
<<if $variable eq 0>>
<video width="438" height="404" autoplay loop>
<source src="images/places/park/bathroomfuck.mp4" type="video/mp4">
</video>
<<elseif $variable eq 1>>
<video width="540" height="454" autoplay loop>
<source src="images/places/park/Lesbathroomfuck.mp4" type="video/mp4">
</video>
<</if>><br/><br/>
Arousal + 10<br/>
Inhibition - 5<br/>
<<set $arousal += 10>>
<<set $inhibition -= 5>>
[[Back to Park|Park]]
<</nobr>><<nobr>>
<<set $energy -= 5>>
You use the bathroom, relieving yourself.<br/>
<<if $arousal gte 100>>
You also take this time to play with yourself a little, relieving some built up stress<br/><br/>
<<set $arousal -= 20>>
<</if>>
[[Park|Park]]
<</nobr>><<nobr>>
You lean forward onto one of the chairs, giving the guys a good view.<br/><br/>
<video width="512" height="290" autoplay muted loop>
<source src="images/places/purple-lounge/twerk.mp4" type="video/mp4">
</video><br/><br/>
Masons face looks extremely pleased with your performance, however you can see that he is an ass-man and you decide to take this a little further.<br/><br/>
[[Grab Your Ass|GrabYourAssPurpleLounge]]
<</nobr>><<nobr>>
You finish your set by slowly removing your shorts, and grabbing your ass, giving it a firm squeeze.<br/><br/>
[img[images/places/purple-lounge/assgrabpanties.gif]]
Mason looks impressed, and leans forward to give your ass a firm grab.<br/><br/>
[[Accept the job|AcceptPurpleLounge]]
<</nobr>><<nobr>>
Mason : "I think I've seen enough. We'd be happy to have you here. We let the girls set their own hours, demand 40% of the cash from your private dances as house rent, but you get to keep all tips, cool?"<br/><br/>
Do you want to accept becoming a dancer as your side job? This will not affect any current employment that you will currently have.<br/><br/>
[[Accept|AcceptedWorkingPurpleLounge]]
<</nobr>><<nobr>>
You accept Masons offer to work there, and they provide you with the access key to backstage.<br/><br/>
[[Head back to the club|PurpleLounge]]
<<set $purpleLoungeWelcomed = true>>
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $tips to random(40, 70)>>
<<set $image to random(3)>>
<<set $multiplier = (1 + ($reputation / 400))>>
<<set $mood -= 2>>
<<set $eventVariable to random(5)>>
You get up on stage, and start to strut your stuff.<br/><br/>
<<if $image eq 0>>
<video width="620" height="384" autoplay loop muted>
<source src="images/places/purple-lounge/stripper-poledance1.mp4" type="video/mp4">
</video><br/><br/>
<<elseif $image eq 1>>
<video width="620" height="350" autoplay loop muted>
<source src="images/places/purple-lounge/stripper-poledance2.mp4" type="video/mp4">
</video><br/><br/>
<<elseif $image eq 2>>
<video width="640" height="480" autoplay loop muted>
<source src="images/places/purple-lounge/stripper-poledance3.mp4" type="video/mp4">
</video><br/><br/>
<<elseif $image eq 3>>
<video width="640" height="480" autoplay loop muted>
<source src="images/places/purple-lounge/tabledance1.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $moneyIncrease = Math.round($tips * $multiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
Your tips for the dance were : $$moneyIncrease
<br/><br/>
Inhibition - 5<br/>
Corruption + 1<br/>
<<if $eventVariable == 0 and $inhibition lte 500>>
A couple of girls come up to you after your dance and ask if you would like to participate in a VIP Party that's going on in one of the private rooms.<br/>
They explain that there is a large number of men in there celebrating, and they are in need of more girls to help keep them happy.<br/><br/>
You get the feeling that the entertainment they are looking for may mean more than dancing.<br/><br/>
[[Accept their invitation|PurpleLoungeParty]]<br/>
<</if>>
[[Head back to the Purple Lounge|PurpleLounge]]
<<set $money += $moneyIncrease>>
<<set $energy -= 10>>
<<set $inhibition -= 5>>
<<set $corruption += 1>>
<<set $reputation += 2>>
<</nobr>><<initInv>>
<<set $energy = 100>>
<<set $day = 1>>
<<set $money = 500>>
<<set $daysTilRent = 7>>
<<set $rent = 0>>
<<set $extraRent = 0>>
<<set $corruption = 0>>
<<set $inhibition = 1000>>
<<set $sexExperience = 0>>
<<set $beauty = 25>>
<<set $arousal = 0>>
<<set $reputation = 0>>
<<set $mood = 100>>
<<set $showDebug = false>>
<<set $high = false>>
<<set $clothesTop = "Plain White T-Shirt">>
<<set $clothesBottom = "Blue Jeans">>
<<set $clothesBra = "White Plain Bra">>
<<set $clothesPanties = "White Cotton Panties">>
<<set $clothesShoes = "White Trainers">>
<<set $clothesSwimwear = "">>
<<set $wearingBikini = false>>
<<set $storedWhitePanties = 0>>
<<set $storedPinkLaceShorts = 0>>
<<set $storedBikini = 0>>
<<set $storedOnePiece = 0>>
<<set $relationshipKatie = 0>>
<<set $relationshipWilson = 0>>
<<set $relationshipNick = 0>>
<<set $pregnant = false>>
<<set $father = "Unknown">>
<<set $daysPregnant = 0>>
<<set $period = "Luteal">>
<<set $showeredToday = false>>
<<set $job = "None">>
<<set $salsJob = "NotOffered">>
<<set $failedRentCount = 0>>
<<set $food = 5 >>
<<set $pornMag = 0>>
<<set $condoms = 0>>
<<set $makeup = 0>>
<<set $weedDealer = false>>
<<set $weed = 0>>
<<set $silverRing = false>>
<<set $wearingSilverRing = false>>
<<set $goldRing = false>>
<<set $wearingGoldRing = false>>
<<set $diamondRing = false>>
<<set $wearingDiamondRing = false>>
<<set $laptopOwned = false>>
<<set $webcamOwned = false>>
<<set $mobileOwned = false>>
<<set $coffeeMachine = false>>
<<set $tvOwned = false>>
<<set $cableSubscriber = false>>
<<set $autoMakeup = false>>
<<set $autoMakeupShower = false>>
<<set $dildoOwned = false>>
<<set $ohmibodOwned = false>>
<<set $analPlug = false>>
<<set $purpleLoungeInvitation = false>>
<<set $salsProstitutePurpleLounge = false>>
<<set $prostituteContact = false>>
<<set $katieEvents = 0>>
<<set $metNick = false>>
<<set $nicksEvents = false>>
<<set $salsEventReachUnderCounter eq 0>>
<<set $touchedUpBySal eq 0>>
<<set $favoursForRent = false>>
<<set $favoursInClub = false>>
<<set $fitnessMembership = 0>>
<<set $adultStoreFound = false>>
<<set $brothelWorker = false>>
<<set $camsiteFound = false>>
<<set $signedUpCamSite = false>>
<<set $onlineName = "PinkPetal">>
<<set $subscribers = 0>>
<<set $addictedSmokes eq false>>
<<set $addictedWeed eq false>>
<<set $classEnrolled = "None">>
<<set $inschool = false>>
<<set $totalGrade = 0>>
<<set $examsTaken = 0>>
<<set $beauticianQualification = false>>
<<set $STD = false>>
<<nobr>>
You hang out with Katie for a while, until the subject of money comes up.<br/>
You start to complain about how everything in this town is so expensive, and your worries for not being able to make ends meet.<br/><br/>
Katie : "You do know that there are ways to make living here ... more affordable?" Katie is unable to hold back her grin as she speaks.<br/><br/>
[[How?|FindOutWaysReduceRent]]<br/>
[[Maybe ask another time|SS-LivingRoom]]
<</nobr>><<nobr>>
Katie laughs at you.<br/>
Katie : "I haven't payed rent for this place in months! You do realize that our landlord is a massive perv right?"<br/><br/>
Katie quickly moves the topic of conversation onto something else, but you think that [[you know what she is getting at|SS-LivingRoom]]. You finish up your conversation and head out of her room.
<<set $katieEvents = 5>>
<<set $favoursForRent = true>>
<</nobr>><<nobr>>
You head over to your landlords to pay the rent owed.<br/><br/>
<<if $money gte $rentOwed>>
Money - $rentOwed<br/>
<<set $money -= $rentOwed>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
<br/>
[[Pay your rent|SS-Bedroom]]
<<else>>
[[You are unable to pay Rent|UnableToPayRent]]<br/>
<</if>>
<</nobr>><<nobr>>
<<if ($money gte $rentOwed) or ($money gte ($rentOwed * 0.9)) or (($inhibition lte 850) and ($money gte ($rentOwed * 0.8))) or (($inhibition lte 800) and ($money gte ($rentOwed * 0.7))) or (($inhibition lte 700) and ($money gte ($rentOwed * 0.6))) or (($inhibition lte 600) and ($money gte ($rentOwed * 0.5))) or (($inhibition lte 500) and ($money gte ($rentOwed * 0.4))) or (($inhibition lte 400) and ($money gte ($rentOwed * 0.35)))
or (($inhibition lte 350) and ($money gte ($rentOwed * 0.3))) or (($inhibition lte 300) and ($money gte ($rentOwed * 0.2)))>>
You inform Paul that perhaps there is another way to work this out?<br/>
Paul doesn't take much convincing to get onboard with the idea, and suggests he could offer "discounts" depending on the level of your service.<br/><br/>
<table style="width:100%">
<tbody>
<<if $money gte ($rentOwed * 0.9)>>
<tr>
<td style="width:70%">[[Flash your breasts|10PercentDiscountRent]]</td>
<td style="width:30%">10% Discount</td>
</tr>
<<else>>
Flash your breasts - You'd still be short<br/>
<</if>>
<<if $inhibition lte 850>>
<<if $money gte ($rentOwed * 0.8)>>
<tr>
<td style="width:70%">[[Let Paul feel your breasts|20PercentDiscountRent]]</td>
<td style="width:30%">20% Discount</td>
</tr>
<<else>>
Let Paul feel your breasts - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 800>>
<<if $money gte ($rentOwed * 0.7)>>
<tr>
<td style="width:70">[[Strip down to just panties|30PercentDiscountRent]]</td>
<td style="width:30%">30% Discount</td>
</tr>
<<else>>
Strip down to just panties - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 700>>
<<if $money gte ($rentOwed * 0.6)>>
<tr>
<td style="width:70">[[Let Paul feel your ass|40PercentDiscountRent]]</td>
<td style="width:30%">40% Discount</td>
</tr>
<<else>>
Let Paul feel your ass - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 600>>
<<if $money gte ($rentOwed * 0.5)>>
<tr>
<td style="width:70">[[Give Paul a Handjob|50PercentDiscountRent]]</td>
<td style="width:30%">50% Discount</td>
</tr>
<<else>>
Give Paul a Handjob - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 500>>
<<if $money gte ($rentOwed * 0.4)>>
<tr>
<td style="width:70">[[Give Paul a Blowjob|60PercentDiscountRent]]</td>
<td style="width:30%">60% Discount</td>
</tr>
<<else>>
Give Paul a Blowjob - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 400 and $condoms gte 1>>
<<if $money gte ($rentOwed * 0.35)>>
<tr>
<td style="width:70">[[Fuck Paul with Condom|65PercentDiscountRent]]</td>
<td style="width:30%">65% Discount</td>
</tr>
<<else>>
Fuck Paul - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 350>>
<<if $money gte ($rentOwed * 0.3)>>
<tr>
<td style="width:70">[[Fuck Paul|70PercentDiscountRent]]</td>
<td style="width:30%">70% Discount</td>
</tr>
<<else>>
Fuck Paul - You'd still be short<br/>
<</if>>
<</if>>
<<if $inhibition lte 300>>
<<if $money gte ($rentOwed * 0.2)>>
<tr>
<td style="width:70">[[Anal Sex with Paul|80PercentDiscountRent]]</td>
<td style="width:30%">80% Discount</td>
</tr>
<<else>>
Anal Sex with Paul - You'd still be short<br/>
<</if>>
<</if>>
</tbody>
</table>
<<else>>
[[You are unable to pay Rent|UnableToPayRent]]<br/>
<</if>>
<</nobr>><<nobr>>
You lift up your top, exposing your breasts for Paul.<br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
You remove your top, revealing your swollen breasts and baby bump.<br/><br/>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/pregnant-topless-dance.mp4" type="video/mp4">
</video>
<<else>>
<<if $breastSize eq "A" or $breastSize eq "B">>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop-s.mp4" type="video/mp4">
</video>
<<elseif $breastSize eq "C" or $breastSize eq "D" or $breastSize eq "DD">>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop.mp4" type="video/mp4">
</video>
<<else>>
<video width="320" height="400" autoplay loop>
<source src="images/Realtor/tittypop-l.webm" type="video/webm">
</video>
<</if>>
<</if>>
<br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 5<br/>
Corruption + 5<br/>
Inhibition - 10<br/><br/>
<<set $discountedRent = ($rentOwed * 0.9)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 10>>
<<set $daysTilRent = 7>>
<<set $arousal += 5>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You take your top off, over your head, and walk up to Paul. Paul spends some time feeling up your breasts, and finishes up by giving your boobs a big squeeze.<br/>
[img[images/Realtor/boobs-grope.gif]]
<br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 10<br/>
Corruption + 5<br/>
Inhibition - 10<br/><br/>
<<set $discountedRent = ($rentOwed * 0.8)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 10>>
<<set $daysTilRent = 7>>
<<set $arousal += 10>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You strip down to your panties, and turn around, giving Paul a good view of your ass.<br/>
[img[images/Realtor/assgrabpanties2.gif]]
<br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 10<br/>
Corruption + 5<br/>
Inhibition - 15<br/><br/>
<<set $discountedRent = ($rentOwed * 0.7)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 15>>
<<set $daysTilRent = 7>>
<<set $arousal += 10>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You strip down to your panties, and turn around, giving Paul a good view of your ass. He walks over to you, barely unable to contain his excitement, reaching out to grab your ass.<br/>
[img[images/Realtor/grabasspanties.gif]]
<br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 15<br/>
Corruption + 5<br/>
Inhibition - 20<br/><br/>
<<set $discountedRent = ($rentOwed * 0.6)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 5>>
<<set $inhibition -= 20>>
<<set $daysTilRent = 7>>
<<set $arousal += 15>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You strip down and head over to Paul, who has already sat down waiting for you. You lay beside him, and start stroking his erect member.<br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/handjob1.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum on Tits|50PercentPearlNecklace]]<br/>
<<if $inhibition lte 500>>
[[Finish with Tongue|50PercentFinishTongue]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(6)>>
<<set $mood -= 5>>
You wander around the club, chatting to as many patrons as you can.<br/><br/>
<<if $variable lte 4>>
You find a male patron who wants to buy a dance from you.<br/><br/>
[[Take him for a dance|MalePatronDance]]<br/><br/>
<<elseif $variable eq 5>>
You find a female patron who wants to buy a dance from you.<br/><br/>
[[Take her for a dance|FemalePatronDance]]<br/><br/>
<<else>>
<<set $meetProstitutePurpleLounge to random(5)>>
<<if $salsProstitutePurpleLounge == true and $meetProstitutePurpleLounge == 0>>
<<set $energy -= 20>>
You can't find any clients in need of a dance, however you do come across someone that you think you recognize<br/><br/>
[[See who it is|PurpleLoungeProstitute]]<br/><br/>
<<else>>
However it's pretty quiet and you are unable to find anyone who wants to buy a dance.<br/><br/>
<<set $energy -= 20>>
[[Back to the Lounge|PurpleLounge]]<br/><br/>
<</if>>
<</if>>
<</nobr>><<nobr>>
<<set $energy -=10>>
<<if $day eq 4 or $day eq 5 or $day eq 6 or $day eq 7>>
<<if ndef $reputation>>
<<set $reputation = 0>>
<</if>>
The Purple Lounge is open, [[enter.|PurpleLounge]]
<<else>>
You approach The Purple Lounge, however it looks like it is closed today. Maybe you should try coming back on the weekend? <br/><br/>
[[Head back|Outside]]
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $tips to random(30, 60)>>
<<set $image to random(2)>>
<<set $favoursRandom to random(4)>>
<<set $multiplier = (1 + ($reputation / 160))>>
<<set $beautyMultiplier = (1 + ($beauty / 110))>>
You lead your client into one of the VIP rooms, close the curtains, and proceed to dance.<br/><br/>
<<if $image eq 0>>
<video width="620" height="384" autoplay loop muted>
<source src="images/places/purple-lounge/lapdance1.mp4" type="video/mp4">
</video><br/><br/>
<<elseif $image eq 1>>
<video width="620" height="350" autoplay loop muted>
<source src="images/places/purple-lounge/lapdance2.mp4" type="video/mp4">
</video><br/><br/>
<<elseif $image eq 2>>
<video width="640" height="480" autoplay loop muted>
<source src="images/places/purple-lounge/lapdance3.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
Your payment for the dance was : $$moneyIncrease
<br/><br/>
Inhibition - 10<br/>
Corruption + 2<br/>
<<if ($favoursInClub == true) and ($favoursRandom eq 0)>>
The client looks extremely aroused by your performance, will you take this oppertunity to offer more of your services?<br/><br/>
<<if $inhibition lte 550>>
<<if $STD == false>>
[[Offer Services|OfferServicesMale]]
<<else>>
You want to offer your services, however you know that you are currently not clean. You don't want to get a reputation, therefore stop yourself offering more until you can get yourself cleaned up.<br/><br/>
<</if>>
<<else>>
Offer Service (Too High Inhibition)
<</if>>
<br/>
<</if>>
[[Purple Lounge|PurpleLounge]]
<<set $money += $moneyIncrease>>
<<set $energy -= 20>>
<<set $inhibition -= 10>>
<<set $corruption += 2>>
<<set $reputation += 1>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $image to random(2)>>
<<set $increaseArousal to random(50)>>
<<set $mood += 5>>
You walk around the club looking for a dancer to spend some time with. You quickly find an available dancer that pleases you, and request a dance with her in a private room.<br/><br/>
<<if $increaseArousal gte 15>>
<video width="725" height="450" autoplay loop muted>
<source src="images/places/purple-lounge/fflapdance2.mp4" type="video/mp4">
</video><br/><br/>
You enjoy the dance, feeling satisfied and aroused.<br/>
<<else>>
<video width="270" height="390" autoplay loop muted>
<source src="images/places/purple-lounge/fflapdance1.mp4" type="video/mp4">
</video><br/><br/>
The stripper was inexperienced and didn't live up to your expectations. Overall it felt more awkward than sexy. <br/>
<</if>>
<br/>
Arousal + $increaseArousal
<br/><br/>
[[Purple Lounge|PurpleLounge]]
<<set $energy -= 20>>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $arousal += $increaseArousal>>
<<set $money -= 75>>
<</nobr>><<nobr>>
You strip down and head over to Paul, who has already sat down waiting for you. You lay beside him, and start stroking his erect member.<br/>
When he is at full erection, you slowly lower your head to his member, and start to suck on his cock.<br/><br/>
<video width="720" height="420" autoplay loop>
<source src="images/Realtor/blowjob-bed.mp4" type="video/mp4">
</video>
<br/><br/>
[[Finish him off on your face|60PercentFacial]]<br/>
<<if $inhibition lte 400>>
[[Don't stop|60PercentCumMouthSuprise]]<br/>
<</if>>
<<if $inhibition lte 300>>
[[Finish in your mouth|60PercentCumMouth]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You strip down and head over to Paul, who has been waiting for you to undress.<br/>
You softly play with his cock, easily getting him to full erection<br/><br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<video width="640" height="360" autoplay loop muted>
<source src="images/Realtor/handjob1.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $variable eq 0>>
You slowly turn around and lie on your stomach. Paul doesn't waste any time before mounting himself ontop of you, pressing his erect cock against your wet pussy lips.<br/><br/>
<div style="width:100%">
<div style="width:45%; float:left; margin-right:5%">
<video width="450" height="260" autoplay loop muted>
<source src="images/Realtor/fuckingbehind2.mp4" type="video/mp4">
</video>
</div>
<div style="width:45%; float:left; margin-left:5%">
<video width="450" height="260" autoplay loop muted>
<source src="images/Realtor/fuckingbehind.mp4" type="video/mp4">
</video>
</div>
</div>
<br/><br/>
Paul starts slamming his cock into your moistening pussy, speeding up his movements to his pleasure. After only a few minutes, you feel Paul start to work harder, and become more vocal. You expect him to cum soon. <br/><br/>
<<else>>
Paul heads over and sits himself down on the sofa, and beckons you over. You walk up to him, turning yourself around so he can get a good look at your ass, and slowly lower yourself onto his cock.<br/><br/>
<<if $isPregnant == true>>
<video width="480" height="480" autoplay loop muted>
<source src="images/Realtor/pregnant-sex2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="450" height="260" autoplay loop muted>
<source src="images/Realtor/fucking-infront-tv.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
Paul becomes more audible, and you know he is going to start to cum soon.<br/><br/>
<</if>>
[[Cum Outside|70PercentCumOutside]]<br/>
<<if $inhibition lte 300>>
[[Cum in Mouth|70PercentSwallow]]<br/>
<</if>>
<<if $inhibition lte 200>>
[[Finish Inside|70PercentCreampie]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You strip down and head over to Paul, who has been waiting for you to undress.<br/>
You softly play with his cock, easily getting him to full erection before you<br/><br/>
<video width="640" height="360" autoplay loop muted>
<source src="images/Realtor/handjob1.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $variable eq 0>>
You waste no time in pushing Paul on the bed, getting yourself neatly straddled over the top of his throbbing dick.<br/><br/>
$name : "This time, I want you to put it in my ass"<br/><br/>
Paul looks shocked, and uncharacteristically submissive to your request, although he wouldn't have complained regardless.<br/><br/>
<video width="576" height="310" autoplay loop muted>
<source src="images/Realtor/realtor-anal2.mp4" type="video/mp4">
</video>
<br/><br/>
Paul's cock slides in your ass as you ride him hard. Your saliva is enough lubrication to accommidate his member comfortably in your anus. Your tight hole is becoming visibly difficult for Paul to withstand, and you expect him to cum soon. <br/><br/>
<<else>>
Paul bends you over the bed, and lubricates his your ass with some of his spit. He proceeds to thrust his member into your ass, and pound you in multiple positions around the bed, taking full advantage of this situation.<br/><br/>
<video width="576" height="310" autoplay loop muted>
<source src="images/Realtor/realtor-anal1.mp4" type="video/mp4">
</video><br/><br/>
Paul becomes more audible, and you know he is going to start to cum soon.<br/><br/>
<</if>>
[[Cum Outside|80PercentCumOutside]]<br/>
<<if $inhibition lte 250>>
[[Cum in Mouth|80PercentSwallow]]<br/>
<</if>>
<<if $inhibition lte 150>>
[[Finish Inside|80PercentCreampie]]<br/>
<</if>>
<</nobr>><<nobr>>
Paul enjoys your touch, until he can't contain himself any longer. You slowly lay down, with Paul getting ontop of you, where you stroke his member until he releases himself over your chest.<br/><br/>
<video width="720" height="480" autoplay loop>
<source src="images/Realtor/pearl-necklace.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 20<br/>
Corruption + 10<br/>
Inhibition - 20<br/><br/>
<<set $discountedRent = ($rentOwed * 0.5)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 10>>
<<set $inhibition -= 20>>
<<set $daysTilRent = 7>>
<<set $arousal += 20>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
Paul enjoys your touch, until he can't contain himself any longer. You move your mouth close to his throbbing member, and slowly lick his shaft with your tongue. He explodes from your touch, spraying his cum all around your face.<br/><br/>
<video width="240" height="260" autoplay loop>
<source src="images/Realtor/toungue-cum.mp4" type="video/mp4">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 25<br/>
Corruption + 12<br/>
Inhibition - 22<br/><br/>
<<set $discountedRent = ($rentOwed * 0.5)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 12>>
<<set $inhibition -= 22>>
<<set $daysTilRent = 7>>
<<set $arousal += 25>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
Paul enjoys his cock in your mouth, until he can't contain himself any longer. He lets you know that he is about to cum, and you remove his cock from your mouth, and let him cum on your face.<br/><br/>
<video width="480" height="860" autoplay loop>
<source src="images/Realtor/cum-face.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 30<br/>
Corruption + 15<br/>
Inhibition - 20<br/><br/>
<<set $discountedRent = ($rentOwed * 0.4)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 15>>
<<set $inhibition -= 20>>
<<set $daysTilRent = 7>>
<<set $arousal += 30>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
Paul enjoys his cock in your mouth, until he can't contain himself any longer. He doesn't let you know that he is about to cum, and releases a large load in your mouth. You recoil a little disgusted, but Paul seems very happy with himself. <br/><br/>
<video width="640" height="380" autoplay loop>
<source src="images/Realtor/came-in-mouth-without-telling.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 30<br/>
Corruption + 18<br/>
Inhibition - 25<br/><br/>
<<set $discountedRent = ($rentOwed * 0.4)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 18>>
<<set $inhibition -= 25>>
<<set $daysTilRent = 7>>
<<set $arousal += 30>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
Paul enjoys his cock in your mouth, until he can't contain himself any longer. He informs you that he is about to cum, but you only redouble your efforts and start sucking harder. He finishes by depositing a load in your mouth, which you drool all over his still hard cock. <br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/finish-in-mouth.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal + 35<br/>
Corruption + 20<br/>
Inhibition - 28<br/><br/>
<<set $discountedRent = ($rentOwed * 0.4)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 20>>
<<set $inhibition -= 28>>
<<set $daysTilRent = 7>>
<<set $arousal += 35>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You get lost in your own pleasure, that you did not even notice the shower turn off. You look at Katie starting to get dressed just in time to see her eyes meet yours, and the shock on her face knowing that she has just been spied upon.<br/><br/>
That shock soon turn to lust, as she invites you into the bathroom.<br/><br/>
<video width="320" height="400" autoplay loop>
<source src="images/flatmates/katie/lesbian-kissing.webm" type="video/webm">
</video><br/><br/>
[[Katie asks you to strip|Katie4.5RemovePanties]]
<</nobr>><<nobr>>
You start to remove some of your clothes for her, until you're standing there in just your panties.<br/><br/>
Katie : "Stop..."<br/><br/>
Katie : "I want you to sensually strip for me, like you were giving me a lapdance"<br/><br/>
You eagerly comply, and perform a sensual striptease for Katie.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/flatmates/katie/amazingass.webm" type="video/webm">
</video><br/><br/>
Katie : "Nice, now move over there on the floor"
[[Obey Katie|KatieSitOnFace]]
<</nobr>><<nobr>>
You sit down on the floor, and Katie proceeds to push you down. She removes her freshly applied panties, and starts to straddle your face.<br/><br/>
<video width="720" height="360" autoplay loop>
<source src="images/flatmates/katie/lesbianfacesitting.webm" type="video/webm">
</video><br/><br/>
You struggle to breathe, but keep going, managing to give Katie an orgasm, cumming all over your face.<br/><br/>
[[Let Katie return the favor|KatieReturnFavorBathroom]]
<</nobr>><<nobr>>
Katie : "Now its your turn"<br/><br/>
As you start to stand up, Katie pushes you around and forces you on all fours. She starts to tentatively finger you from behind. You're lost in the moment, until you feel a wet sensation on your groin. Katie has started to lick you out from behind, her skillful tongue starts to make you feel good.<br/><br/>
<video width="720" height="360" autoplay loop>
<source src="images/flatmates/katie/lesbianlickingfrombehind.webm" type="video/webm">
</video><br/><br/>
Between Katies tongue and her dominance, it doesn't take long before you can't hold back your own orgasm. <br/><br/>
<<if $arousal lte 50>>
Arousal - $arousal<br/>
<<set $arousal = 0>>
<<else>>
Arousal - 50<br/>
<<set $arousal -= 50>>
<</if>>
<<if $energy lte 10>>
<<set $energy = 0>>
<<else>>
<<set $energy -= 10>>
<</if>>
Inhibition - 5<br/>
Relationship + 15<br/>
<<set $inhibition -= 5>>
<<set $corruption += 1>>
<<set $relationshipKatie += 15>>
[[Shaken, you leave to gather yourself|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $tips to random(30, 90)>>
<<set $image to random(0)>>
<<set $multiplier = (1 + ($reputation / 150))>>
You lead your client into one of the VIP rooms, close the curtains, and proceed to dance.<br/><br/>
<<if $image eq 0>>
<video width="270" height="390" autoplay loop muted>
<source src="images/places/purple-lounge/fflapdance2.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $moneyIncrease = Math.round($tips * $multiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
Your payment for the dance was : $$moneyIncrease
<br/><br/>
Inhibition - 10<br/>
Corruption + 2<br/>
[[Purple Lounge|PurpleLounge]]
<<set $money += $moneyIncrease>>
<<set $energy -= 20>>
<<set $inhibition -= 10>>
<<set $corruption += 2>>
<<set $reputation += 1>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
Katie is evidently not here, so you take this time to look around her room.<br/>
You have a good look around, and start to notice that Katie has a large collection of expensive jewelry, designer clothes and unsuprisingly, sex toys. You start to wonder how she can afford all of these things working only a few nights per week.<br/><br/>
You don't get long to think about this when Katie walks into her room.<br/><br/>
[[You talk to Katie|KatieAdvice2]]
<</nobr>><<nobr>>
<<if $money gte 20>>
<<set $cigarettes += 1>>
<<set $money -= 20>>
You purchased 1 pack of smokes from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $cigarettes += 5>>
<<set $money -= 100>>
You purchased 5 packs of smokes from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 200>>
<<set $cigarettes += 10>>
<<set $money -= 200>>
You purchased 10 pack of smokes from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<set $randomChanceLosePacket to random(20)>>
<<set $randomAddictionChance to random(10)>>
You smoke a cigarette from the packet, you feel less inhibited and cooler.<br/><br/>
<<if $pregnant == true and $daysPregnant gte 60>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/kitchen/pregnant-smoking.mp4" type="video/mp4">
</video>
<<else>>
[img[images/character/smoking.gif]]
<</if>>
<br/><br/>
Corruption + 5<br/>
Inhibition - 2<br/>
Energy - 5<br/>
<<set $corruption += 5>>
<<set $inhibition -= 2>>
<<set $energy -= 5>>
<<set $mood += 5>>
<<if $randomChanceLosePacket eq 0>>
That was the last cigarette in the pack of smokes.<br/><br/>
<<set $cigarettes -= 1>>
<</if>>
<<if $randomAddictionChance eq 0 and $addictedSmokes eq false>>
You have become addicted to smoking.<br/><br/>
<<set $addictedSmokes = true>>
<</if>>
[[Back|SS-Kitchen]]
<</nobr>><<nobr>>
<<set $randomChanceLosePacket to random(20)>>
<<set $randomAddictionChance to random(10)>>
You smoke a cigarette from the packet, you feel less inhibited and cooler.<br/><br/>
[img[images/character/smoking.gif]]
<br/><br/>
Corruption + 5<br/>
Inhibition - 2<br/>
Energy - 5<br/>
<<set $corruption += 5>>
<<set $inhibition -= 2>>
<<set $energy -= 5>>
<<set $mood += 2>>
<<if $randomChanceLosePacket eq 0>>
That was the last cigarette in the pack of smokes.<br/><br/>
<<set $cigarettes -= 1>>
<</if>>
<<if $randomAddictionChance eq 0 and $addictedSmokes eq false>>
You have become addicted to smoking.<br/><br/>
<<set $addictedSmokes = true>>
<</if>>
[[Back|Park]]
<</nobr>><<nobr>>
Katie : "Hey $name, what are you doing here?"<br/><br/>
[["I'm just wondering if you want to hang out"|ChatWithKatie]]<br/> -or- <br/>
<<if $inhibition lte 600>>[["How can you afford all of these things?"|KatieAdvice3]]
<<else>>
"How can you afford all of these things?" (Too high Inhibition)
<</if>><br/>
<</nobr>><<nobr>>
Katie looks at you with a sly grin. You can see that she is torn between telling you and not telling you.<br/>
She finally breaks her silence.<br/><br/>
Katie : "Well, I can tell you, but you must keep it a secret?"<br/><br/>
You promise Katie that you'll keep this to yourself, as you position yourself on her bed, waiting to be let in on the secret.
[[Katie Explains|KatieAdvice4]]
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
You quickly remove Paul's cock from your pussy, and eagrely anticipate his cum.<br/><br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
<<set $videoVariable to random(1)>>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop>
<source src="images/Realtor/cum-pregnant-belly.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop>
<source src="images/Realtor/cum-pregnant-belly2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<else>>
<video width="512" height="260" autoplay loop>
<source src="images/Realtor/cum-stomach.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 20<br/>
Inhibition - 25<br/><br/>
<<set $discountedRent = ($rentOwed * 0.3)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 20>>
<<set $inhibition -= 25>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
You don't stop, you keep fucking on fucking him as you shout out. <br/><br/>
$name : "I want you to cum inside"<br/><br/>
After hearing your words, Paul instantly orgasms, filling your pussy with his cum.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/realtor-creampie.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Paul">>
<</if>>
<</if>>
<</if>>
<br/><br/>
"Fuck me that was great" Paul exclaims as he tries to recover. You get a hefty discount on this weeks rent.<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 25<br/>
Inhibition - 30<br/><br/>
<<set $discountedRent = ($rentOwed * 0.3)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 25>>
<<set $inhibition -= 30>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
You quickly remove Paul's cock from your pussy, turn round, and drop to your knees. You open your mouth and stick out your tongue, waiting for his load to be deposited. <br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/swallow.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 25<br/>
Inhibition - 25<br/><br/>
<<set $discountedRent = ($rentOwed * 0.3)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 25>>
<<set $inhibition -= 25>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
Paul quickly removes his cock from your ass, and unleashes his cum all over your butt.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/cum-ass.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 25<br/>
Inhibition - 30<br/><br/>
<<set $discountedRent = ($rentOwed * 0.2)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 25>>
<<set $inhibition -= 30>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
Paul quickly removes his cock from your ass, you spin round to try and catch his cum in your mouth.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/swallow.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 25<br/>
Inhibition - 35<br/><br/>
<<set $discountedRent = ($rentOwed * 0.2)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 25>>
<<set $inhibition -= 35>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
Paul doesn't stop thrusting even when he reaches his climax. You can feel hot fluids filling you up inside your ass.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/anal-creampie.webm" type="video/webm">
</video>
<br/><br/>
<br/><br/>
Paul : "Nice, I suppose I can let you off with some of this weeks rent"<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 25<br/>
Inhibition - 35<br/><br/>
<<set $discountedRent = ($rentOwed * 0.2)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 25>>
<<set $inhibition -= 35>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
<<set $katieEvents eq 6>>
<<set $favoursInClub = true>>
Katie doesn't waste much time in explaining her tricks for getting the extra money. She explains that she performs extra services in The Purple Lounge for wealthy patrons in exchange for larger tips.<br/><br/>
You initially seem shocked with what she is telling you, but the more you listen, the more what she says starts to make sense.<br/><br/>
Katie : "It initially started off with more intense rubbing, maybe using my hands a little. If you think about it, there only going to go home and get off to the thought of you anyways, whats the harm in helping them out a little?"<br/><br/>
After the talk with Katie, you head out of her room, with alot of things you need to think about.<br/><br/>
[[Leave Katies Room|SS-LivingRoom]]
<</nobr>><<nobr>>
<table style="width:100%">
<tbody>
<<if $inhibition lte 550>>
<tr>
<td style="width:50%">[[Offer a Handjob|HandjobFavourClub]]</td>
<td style="width:20%">20% Tip</td>
<td style="width:30%">
<<set $handjobTip = Math.round($moneyIncrease * 0.20)>>
$$handjobTip
</td>
</tr>
<</if>>
<<if $inhibition lte 500>>
<tr>
<td style="width:50%">[[Offer to Hotdog the Client|HotdogFavorClub]]</td>
<td style="width:20%">40% Tip</td>
<td style="width:30%">
<<set $hotdogTip = Math.round($moneyIncrease * 0.40)>>
$$hotdogTip
</td>
</tr>
<</if>>
<<if $inhibition lte 450>>
<tr>
<td style="width:50%">[[Offer a Blowjob|BlowjobFavorClub]]</td>
<td style="width:20%">60% Tip</td>
<td style="width:30%">
<<set $blowjobTip = Math.round($moneyIncrease * 0.60)>>
$$blowjobTip
</td>
</tr>
<</if>>
<<if $inhibition lte 400 and $condoms gte 1>>
<tr>
<td style="width:50%">[[Offer Safe Sex|SafeSexFavorClub]]</td>
<td style="width:20%">70% Tip</td>
<td style="width:30%">
<<set $sexTip = Math.round($moneyIncrease * 0.70)>>
$$sexTip
</td>
</tr>
<</if>>
<<if $inhibition lte 375>>
<tr>
<td style="width:50%">[[Offer Sex|SexFavorClub]]</td>
<td style="width:20%">80% Tip</td>
<td style="width:30%">
<<set $sexTip = Math.round($moneyIncrease * 0.80)>>
$$sexTip
</td>
</tr>
<</if>>
<<if $inhibition lte 350>>
<tr>
<td style="width:50%">[[Offer Anal Sex|AnalSexFavorClub]]</td>
<td style="width:20%">100% Tip</td>
<td style="width:30%">
<<set $analSexTip = Math.round($moneyIncrease * 1)>>
$$analSexTip
</td>
</tr>
<</if>>
</tbody>
</table>
<</nobr>><<nobr>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/> You firmly grab the shaft, and start working it, getting into long smooth motions.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/handjob1.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
As he is nearing his orgasm, you jerk him off onto your pregnant belly.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/places/purple-lounge/pregnant-hj-cum-belly.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Money + $handjobTip<br/>
Corruption + 5<br/>
Inhibition - 8<br/>
Arousal + 20<br/>
<<set $money += $handjobTip>>
<<set $corruption += 5>>
<<set $inhibition -= 8>>
<<set $arousal += 20>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/> You sit on his lap, and start to massage his cock with your ass cheeks.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/places/purple-lounge/lapdance-hotdog.mp4" type="video/mp4">
</video>
<br/><br/>
You keep giving your client an amazing ass-job, until he gets up and pushes you to the floor. He starts to thrust faster and faster bringing himself to a climax.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/places/purple-lounge/hotdog-cum.mp4" type="video/mp4">
</video>
<br/><br/>
Money + $hotdogTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal + 20<br/>
<<set $money += $handjobTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<set $arousal += 20>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
<<if $variable eq 0>>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/> You drop down to your knees, and place your mouth gently around the strangers cock. However things take a turn for the worst when the man stands up and starts to thrust down your throat. <br/><br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
<video width="560" height="340" autoplay loop>
<source src="images/places/purple-lounge/pregnant-facefuck.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="560" height="340" autoplay loop>
<source src="images/places/purple-lounge/throat-fuck.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You're still getting your throat assaulted when he grunts that he is about to cum and releases you from his grip.<br/><br/>
<<else>>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/>
You pull down your panties and drop down to your knees, placing your mouth gently around the strangers cock. <br/><br/>
<video width="720" height="420" autoplay loop>
<source src="images/places/purple-lounge/removepantiesstartsuck.mp4" type="video/mp4">
</video>
<br/><br/>
You realise that he is about to cum.<br/><br/>
<</if>>
[[Cum Outside Mouth|BlowjobFavorClubOutsideMouth]]<br/>
[[Cum In Mouth|BlowjobFavorClubMouth]]
<</nobr>><<nobr>>
You keep sucking the mans penis, and let him cum in your waiting mouth. You swallow his load, which the client is extremely happy at, increasing your <b>reputation</b>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/swallow.webm" type="video/webm">
</video>
<br/><br/>
Money + $blowjobTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal + 20<br/>
<<set $randomSTDChance to random(150)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $money += $blowjobTip>>
<<set $corruption += 8>>
<<set $reputation += 2>>
<<set $inhibition -= 10>>
<<set $arousal += 20>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
You stop sucking, and slowly jerk off the client, licking his shaft and head as you do so. It doesn't take too long before he starts to cum all over the side of your face.<br/><br/>
<video width="240" height="260" autoplay loop>
<source src="images/Realtor/toungue-cum.mp4" type="video/mp4">
</video>
<br/><br/>
Money + $blowjobTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal + 20<br/>
<<set $randomSTDChance to random(150)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $money += $blowjobTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<set $arousal += 20>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
You walk back over to the guy and start to remove his pants. He is already hard from your arousing dance earlier, and his dick is oozing precum from the tip.
You lie down and gesture him to come over and fuck you hard.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/purple-lounge/pregnant-sex-missionary.mp4" type="video/mp4">
</video>
<br/><br/>
You feel him insert his cock into your swollen pussy, his hands holding onto and caressing your pregnant belly as he pounds you with excitement.<br/><br/>
<<else>>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/>
You straddle the strangers cock, letting it slide in your moist pussy. <br/><br/>
<video width="200" height="380" autoplay loop>
<source src="images/places/purple-lounge/reverse-cowgirl.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Cum Outside|SexFavorClubOutside]]<br/>
[[Cum Inside|SexFavorClubInside]]
<</nobr>><<nobr>>
You stop riding the John, and lift yourself off of him. <br/>
He stands up, and moves himself over your face, it's obvious where he wants to finish.<br/>
<video width="200" height="380" autoplay loop>
<source src="images/places/purple-lounge/facial1.webm" type="video/webm">
</video>
<br/><br/>
<<set $randomSTDChance to random(85)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
Money + $sexTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $money += $sexTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
Your pace quickens and he thrusts back almost maniacally. You feel his balls getting tight and his dick beginning to twitch. You feel a hot torrent of cum filling up your womb.<br/>
<video width="720" height="420" autoplay loop>
<source src="images/places/purple-lounge/creampie1.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(85)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
Money + $sexTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal - 25<br/>
<<set $money += $sexTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 25>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
<<set $fitnessMembership = 7>>
<<set $money -= 100>>
You purchase a weeks membership to the gym. You can now use all the facilities here freely until your membership expires.<br/><br/>
[[Back to the Gym|Gym]]
<</nobr>><<nobr>>
<<set $fitnessMembership = 28>>
<<set $money -= 400>>
You purchase a weeks membership to the gym. You can now use all the facilities here freely until your membership expires.<br/><br/>
[[Back to the Gym|Gym]]
<</nobr>><<nobr>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/>
You straddle the strangers cock, pointing it directly at your asshole. You spit a little on your fingers, and lubricate his tip with your wet hands. You slowly lower yourself on him, letting his hard cock slide in your eagre asshole. <br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/places/purple-lounge/anal1.webm" type="video/webm">
</video>
<br/><br/>
[[Cum Outside|AnalSexFavorClubOutside]]<br/>
[[Cum Inside|AnalSexFavorClubInside]]
<</nobr>><<nobr>>
You stop riding the John, and lift yourself off of him. <br/>
He stands up, and moves himself over your face, it's obvious where he wants to finish.<br/>
<video width="200" height="380" autoplay loop>
<source src="images/places/purple-lounge/facial1.webm" type="video/webm">
</video>
<br/><br/>
Money + $analSexTip<br/>
Corruption + 10<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $randomSTDChance to random(115)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $money += $analSexTip>>
<<set $corruption += 10>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
Your pace quickens as you bounce ontop of him, and you feel as he thrusts back almost maniacally. You feel his balls getting tight and his dick beginning to twitch. You feel a hot torrent of cum filling up ass.<br/>
<video width="480" height="250" autoplay loop>
<source src="images/places/purple-lounge/anal-creampie-talking.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $randomSTDChance to random(115)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
Money + $analSexTip<br/>
Corruption + 10<br/>
Inhibition - 10<br/>
Arousal - 25<br/>
<<set $money += $analSexTip>>
<<set $corruption += 10>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 25>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
<<if ndef $firstTimeElectronicsStore>><<set $firstTimeElectronicsStore = true>><</if>>
<<if ndef $laptopOwned>><<set $laptopOwned = false>><</if>>
<<if ndef $webcamOwned>><<set $webcamOwned = false>><</if>>
<<if ndef $coffeeMachine>><<set $coffeeMachine = false>><</if>>
<<if ndef $tvOwned>><<set $tvOwned = false>><</if>>
<<if ndef $cellOwned>><<set $cellOwned = false>><</if>>
<<if $firstTimeElectronicsStore eq true>>
<<set $energy -= 10>>
<<set $firstTimeElectronicsStore = false>>
<</if>>
You arrive at a large national electronics store, you see it's full of people browsing for the latest electronic goods.<br/>
<br/>
<b>Buy</b><br/>
<br/>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:25%">Cost</th>
<th style="width:50%">Actions</th>
</thead>
<tbody>
<<if $webcamOwned eq false>>
<tr>
<td>Webcam</td>
<td>$300</td>
<td><<if $money gte 300>>[[Buy - $300|BuyWebcam]]<<else>>Buy - $300<</if>></td>
</tr>
<</if>>
<<if $coffeeMachine eq false>>
<tr>
<td>Coffee Machine</td>
<td>$450</td>
<td><<if $money gte 450>>[[Buy - $450|BuyCoffeeMachine]]<<else>>Buy - $450<</if>></td>
</tr>
<</if>>
<<if $cellOwned eq false>>
<tr>
<td>Cell Phone</td>
<td>$650</td>
<td><<if $money gte 650>>[[Buy - $650|BuyCell]]<<else>>Buy - $650<</if>></td>
</tr>
<</if>>
<<if $tvOwned eq false>>
<tr>
<td>HD TV</td>
<td>$750</td>
<td><<if $money gte 750>>[[Buy - $750|BuyTV]]<<else>>Buy - $750<</if>></td>
</tr>
<</if>>
<<if $laptopOwned eq false>>
<tr>
<td>Laptop</td>
<td>$800</td>
<td><<if $money gte 800>>[[Buy - $800|BuyLaptop]]<<else>>Buy - $800<</if>></td>
</tr>
<</if>>
</tbody>
</table>
<br/>
<br/>
[[Back Outside|Outside]]
<</nobr>><<nobr>>
You have purchased yourself a new laptop. It will be available to use in your bedroom from now on.<br/><br/>
<<set $laptopOwned = true>>
<<set $money -= 800>>
[[Continue Shopping|Store-ElectronicsStore]]
<</nobr>><<nobr>>
<<if ndef $cableSubscriber>><<set $cableSubscriber = false>><</if>>
You turn on your laptop, what do you want to do?<br/><br/>
<<if $energy gte 5>>[[Surf the Internet|SurfInternet]]<<else>>Surf the Internet (No Energy)<</if>><br/>
<<if $camsiteFound == true>><<if $mood gte 10>>[[Visit Camsite|VisitCamsite]]<<else>>Visit Camsite (Low Mood)<</if>><br/><br/><</if>>
[[Visit Cable Providers Website|VisitCableProvider]]<br/>
<br/>[[Turn the laptop off|SS-Bedroom]]
<</nobr>><<nobr>>
<<set $eventChance to random(15)>>
<<set $variable to random(5)>>
<<set $energy -= 5>>
<<set $mood += 5>>
<<if $eventChance == 0 and $camsiteFound == false>>
You come across a webcam site. You can see that both Women and Men are chatting to users and performing teases and sexual acts for tips. You think to yourself that this could be a way to earn some money from the comfort of your bedroom.<br/>
You bookmark the site, in the chance that you want to check it out later.<br/><br/>
<<set $camsiteFound = true>>
<<elseif $eventChance == 1 and $calledCarlos == false>>
You come across an ad on a site mentioning work for females. There is a phone number left on the site, informing you to call it, and ask for Carlos. <br/><br/>
<<if $corruption gte 299 and $inhibition lte 500>>
You take the number and place it in your phone, just incase you want to see what can come of it.<br/><br/>
<<set $prostituteContact = true>>
<<else>>
Feeling that the advertisement looks a little sketchy, you close the site without a second thought.<br/><br/>
<</if>>
<<else>>
You surf the internet, getting your fill of fake news and meme's.<br/><br/>
<<if $variable eq 0>>
[img[images/home/cheap-flat/bedroom/meme1.jpg]]
<<elseif $variable eq 1>>
[img[images/home/cheap-flat/bedroom/meme2.jpg]]
<<elseif $variable eq 2>>
[img[images/home/cheap-flat/bedroom/meme3.jpg]]
<<elseif $variable eq 3>>
[img[images/home/cheap-flat/bedroom/meme4.jpg]]
<<elseif $variable eq 4>>
[img[images/home/cheap-flat/bedroom/meme5.jpg]]
<<else>>
[img[images/home/cheap-flat/bedroom/meme6.jpg]]
<</if>><br/><br/>
<<set $arousal -= 5>>
<</if>>
[[Done|UseLaptop]]
<</nobr>><<nobr>>
<<if ndef $subscribers>>
<<set $subscribers = 0>>
<</if>>
<<if ndef $onlineName>>
<<set $onlineName = "PinkPetal">>
<</if>>
<<if ndef $signedUpCamSite>>
<<set $signedUpCamSite = false>>
<</if>>
<<if ndef $dildoOwned>>
<<set $dildoOwned = false>>
<</if>>
<<if $signedUpCamSite == false>>
You go to the <a href="https://chaturbate.com/affiliates/in/?track=default&tour=ZmU7&campaign=NE89M" target="_blank">Chaturbates</a> homepage and have a look around. You notice that there is a link to a signup page.<br/><br/>
[[Signup|SignupWebcam]]<br/>
[[Leave Page|UseLaptop]]
<<else>>
Hello $onlineName - You've logged into <a href="https://chaturbate.com/affiliates/in/?track=default&tour=ZmU7&campaign=NE89M" target="_blank">Chaturbate</a>. <br/><br/>
<table style="width:100%">
<thead>
<th style="width:30%"></th>
<th style="width:20%"></th>
<th style="width:30%"></th>
<th style="width:20%"></th>
</thead>
<tbody>
<tr>
<td><b>Beauty</b></td>
<td>$beauty</td>
<td><b>Reputation</b></td>
<td>$reputation</td>
</tr>
<tr>
<td><b>Subscribers</b></td>
<td>$subscribers</td>
<td><b></b></td>
<td></td>
</tr>
</tbody>
</table>
<br/><br/>
<table style="width:100%">
<thead>
<th style="width:80%"><b>Action</b></th>
<th style="width:20%"><b>Energy</b></th>
</thead>
<tbody>
<tr>
<td><<if $energy gte 10>>[[Chat|WebcamJustChat]]<<else>>Chat (No Energy)<</if>><br/></td>
<td>10</td>
</tr>
<<if $inhibition lte 800>>
<tr>
<td><<if $energy gte 15>>
[[Dance|WebcamDance]]<<else>>Dance (No Energy)
<</if>><br/></td>
<td>15</td>
</tr>
<</if>>
<<if $inhibition lte 700>>
<tr>
<td><<if $energy gte 20>>
[[Strip|WebcamStrip]]<<else>>Strip (No Energy)
<</if>><br/></td>
<td>20</td>
</tr>
<</if>>
<<if $inhibition lte 600>>
<tr>
<td><<if $energy gte 25>>
[[Masturbate|WebcamMasturbate]]<<else>>Masturbate (No Energy)
<</if>><br/></td>
<td>25</td>
</tr>
<</if>>
<<if ($inhibition lte 600) and ($dildoOwned eq true)>>
<tr>
<td><<if $energy gte 25>>
[[Masturbate with Toys|WebcamMasturbateDildo]]<<else>>Masturbate with Toys (No Energy)
<</if>><br/></td>
<td>25</td>
</tr>
<</if>>
<<if ($inhibition lte 600) and ($ohmibodOwned == true)>>
<tr>
<td><<if $energy gte 25>>
[[Ohmibod Interactive Masturbation|WebcamMasturbateOhMi]]<<else>>Ohmibod Interactive Masturbation (No Energy)
<</if>><br/></td>
<td>25</td>
</tr>
<</if>>
<<if ($inhibition lte 400) and ($dildoOwned eq true)>>
<tr>
<td><<if $energy gte 25>>
[[Masturbation with Anal|WebcamMasturbateAnal]]<<else>>Masturbation with Anal (No Energy)
<</if>><br/></td>
<td>25</td>
</tr>
<</if>>
</tbody>
</table>
<br/>
[[Log off|UseLaptop]]
<br/>
<br/>
<br/>
<i> Increasing your Beauty, Reputation and Subscribers (most important) will increase your payments</i>
<</if>>
<</nobr>><<nobr>>
<<if $webcamOwned == true>>
<<set $signedUpCamSite = true>>
<<set $subscribers = 0>>
You start to create yourself a profile on the site. You fill in all your information, and create a username for yourself.<br/><br/>
What do you call yourself online?
<<textbox "$onlineName" "PinkPetal" "VisitCamsite" autofocus>>
<<else>>
It looks like you don't have a webcam for your laptop. Unfortunately the site wont let you signup unless you have one.<br/><br/>
[[Leave Site|UseLaptop]]
<</if>>
<</nobr>>
<<nobr>>
You have purchased yourself a new HD Webcam for your laptop. You will now be able to record yourself on it in full 4k<br/><br/>
<<set $webcamOwned = true>>
<<set $money -= 300>>
[[Continue Shopping|Store-ElectronicsStore]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(1, 1.5)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $eventVariable to random(2)>>
<<set $extraSubs to random(10)>>
<<set $baseTips to random (7)>>
<<if $baseTips lte 1>>
<<set $baseTips to random (8)>>
<</if>>
<<set $energy -= 10>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
You chat a while, talking to members in your chatroom.<br/><br/>
[img[images/home/cheap-flat/bedroom/cam/hotgirlchatting.gif]]<br/><br/>
You gained $newSubs new subscribers.<br/>
<<set $beautyModifier = 1 + ($beauty/80)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
You were tipped : $$income<br/>
<<set $reputation += 1>>
<<set $subscribers += $newSubs>>
<<set $inhibition += 1>>
<<set $corruption -= 1>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<<if $eventVariable eq 0>>
While you talking to some of your viewers, a few of your chat members keep asking you to strip, and show some of your body.<br/><br/>
<<if $inhibition lte 700>>
[[Accept and show them a little bit more|TeaseStripChatWebcam]]<br/>
<</if>>
[[Refuse, but still tease them|TeaseChatWebcam]]<br/>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.5, 2.0)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(3)>>
<<set $extraSubs to random(30)>>
<<set $baseTips to random (2, 10)>>
<<if $baseTips lte 4>>
<<set $baseTips to random (2, 10)>>
<</if>>
<<set $energy -= 20>>
<<set $eventVariable to random(12)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr><th style="width:40%"></th>
<th style="width:60%"></th></tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy striptease for your viewers, stripping all the way down to your lingerie.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="320" height="600" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strip1.webm" type="video/webm">
</video>
<<elseif $variable == 1>>
<video width="320" height="600" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strip2.webm" type="video/webm">
</video>
<<elseif $variable == 2>>
<video width="320" height="600" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strip3.webm" type="video/webm">
</video>
<<elseif $variable == 3>>
<video width="320" height="600" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strip4.webm" type="video/webm">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<if $eventVariable eq 0>>
As you are stripping off, one of your viewers has asked you to show your spread your ass for the camera. The other members of the room also agree, offering you more tips if you do.<br/><br/>
[[Accept his offer|SpreadAssWebcam]]<br/>
<</if>>
<<if $eventVariable eq 1>>
As you are stripping off, one of your viewers has asked you to take a bath live on webcam for everyone to view.<br/><br/>
[[Accept his offer|BatheOnWebcam]]<br/>
<</if>>
<<if $eventVariable eq 2>>
As you are stripping off, one of your viewers has asked you to stuff your panties in your mouth.<br/><br/>
[[Accept his offer|StuffPantiesOnCam]]<br/>
<</if>>
<<set $reputation += 1>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 4>>
<<set $corruption += 1>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 15>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.75, 2.0)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(2)>>
<<set $extraSubs to random(40)>>
<<set $baseTips to random (2, 12)>>
<<if $baseTips lte 4>>
<<set $baseTips to random (2, 15)>>
<</if>>
<<set $energy -= 25>>
<<set $eventVariable to random(20)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr><th style="width:40%"></th>
<th style="width:60%"></th></tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy striptease for your viewers, stripping all the way down to your lingerie.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/masturbating1.webm" type="video/webm">
</video>
<<elseif $variable == 1>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/masturbating2.mp4" type="video/mp4">
</video>
<<elseif $variable == 2>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/masturbating3.webm" type="video/webm">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<if $eventVariable eq 0>>
As you are dancing, one of your viewers messages you with a request. He is asking if you would masturbate yourself with some food?<br/><br/>
[[Accept his offer|MasturbateCucumberWebcam]]<br/>
<</if>>
<<if ($eventVariable gte 2) and ($eventVariable lte 3) and ($energy gte 10) >>
You're about to finish your show until one of your viewers sends you a private message asking for a 1 on 1 session. He has offered to match atleast a quarter of the tips you have already earned this session.<br/><br/>
Trade 10 energy for a private show? <br/><br/>
[[Accept his offer|MasturbateOneOnOneDildo]]<br/>
<</if>>
<<if $eventVariable eq 4>>
As you are stripping off, one of your viewers has asked you to take a bath live on webcam for everyone to view.<br/><br/>
[[Accept his offer|BatheOnWebcam]]<br/>
<</if>>
<<if $eventVariable eq 5>>
As you are finishing yourself off, one of your viewers has asked you to stuff your panties in your mouth.<br/><br/>
[[Accept his offer|StuffPantiesOnCam]]<br/>
<</if>>
<<set $reputation += 1>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 5>>
<<set $corruption += 1>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.2, 1.75)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(0)>>
<<set $extraSubs to random(20)>>
<<set $baseTips to random (1, 8)>>
<<if $baseTips lte 2>>
<<set $baseTips to random (1, 10)>>
<</if>>
<<set $energy -= 15>>
<<set $eventVariable to random(15)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr>
<th style="width:40%"></th>
<th style="width:60%"></th>
</tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy dance for your viewers, teasing them with your body, giving them false hope of you removing your clothes.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="480" height="620" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dance1.webm" type="video/webm">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<set $reputation += 1>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 3>>
<<set $corruption += 1>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 10>>
<<if $eventVariable eq 0>>
As you are dancing, one of your viewers messages you with a request. He asks you if you would model some of your panties for him, offering you a substantial tip.<br/>Other viewers of the stream also agree to contribute also.<br/><br/>
[[Accept his offer|ModelPantiesWebcam]]<br/>
<</if>>
<<if $eventVariable eq 1>>
As you are dancing, one of your viewers messages you with a request. They ask you to flash them your tits and ass, in exchange for some extra tips.<br/><br/>
[[Accept his offer|FlashTitsandAssWebcam]]<br/>
<</if>>
<<if $eventVariable eq 2>>
As you are dancing, one of your viewers messages you with a request. They ask you to show them your ass, and they are willing to tip you for it.<br/><br/>
[[Accept his offer|WiggleAss]]<br/>
<</if>>
<<if $eventVariable eq 3>>
As you are dancing, one of your viewers has asked you to take a bath live on webcam for everyone to view.<br/><br/>
[[Accept his offer|BatheOnWebcam]]<br/>
<</if>>
<<if $eventVariable eq 4>>
As you are dancing, one of your viewers has asked to remove your panties, live for them on cam <br/><br/>
[[Accept his offer|RemovePantiesDanceWebcam]]<br/>
<</if>>
<!-- Pregnant events -->
<<if ($eventVariable eq 5 or $eventVariable eq 6) and $pregnant == true and $daysPregnant gte 60>>
As you are dancing, a few of your viewers are visibly turned on by your pregnant appearance. They ask if you would be willing to do a little more for them.<br/><br/>
<<set $pregnantVariable to random(2)>>
<<if $pregnantVariable == 0>>
You are asked if you could rub lotion into your baby bump, in exchange for more tips from your viewers.<br/><br/>
[[Accept their offer|CamPregnantRubLotion]]<br/>
<<elseif $pregnantVariable == 1>>
You are asked if you could flash your puffy and swolen breasts on cam, in exchange for more tips from your viewers.<br/><br/>
[[Accept their offer|CamPregnantFlashBreasts]]<br/>
<<else>>
You are asked if you could flash your sweet pussy on cam, in exchange for more tips from your viewers.<br/><br/>
[[Accept their offer|CamPregnantFlashPussy]]<br/>
<</if>>
<</if>>
<<if $eventVariable eq 7>>
As you are dancing, you are asked to show a little more skin.<br/><br/>
[[Accept their offer|DanceFlashTummy]]<br/>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.775, 2.1)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(1)>>
<<set $extraSubs to random(60)>>
<<set $baseTips to random (4, 20)>>
<<if $baseTips lte 7>>
<<set $baseTips to random (4, 22)>>
<</if>>
<<set $energy -= 25>>
<<set $eventVariable to random(25)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr><th style="width:40%"></th>
<th style="width:60%"></th></tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy striptease for your viewers, stripping all the way down to your lingerie. You pull out a wireless dildo from your drawer, and start to use it on yourself on cam.<br/>
Your viewers control the vibrators strength based on their tips.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/ohmibod1.mp4" type="video/mp4">
</video>
<<elseif $variable == 1>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/ohmibod2.mp4" type="video/mp4">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<if ($eventVariable lte 2) and ($energy gte 10)>>
You're about to finish your show until one of your viewers sends you a private message asking for a 1 on 1 session. He has offered to match atleast a quarter of the tips you have already earned this session.<br/><br/>
Trade 10 energy for a private show? <br/><br/>
[[Accept his offer|MasturbateOneOnOneDildo]]<br/>
<</if>>
<<if $eventVariable eq 3>>
As you are finishing yourself off, one of your viewers has asked you to stuff your panties in your mouth.<br/><br/>
[[Accept his offer|StuffPantiesOnCam]]<br/>
<</if>>
<<set $reputation += 2>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 7>>
<<set $corruption += 3>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 30>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.785, 2.105)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(2)>>
<<set $extraSubs to random(70)>>
<<set $baseTips to random (4, 18)>>
<<if $baseTips lte 7>>
<<set $baseTips to random (4, 21)>>
<</if>>
<<set $energy -= 25>>
<<set $eventVariable to random(10)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr><th style="width:40%"></th>
<th style="width:60%"></th></tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy striptease for your viewers, eventually exposing your naked body on cam. You reach for one of your dildo's, and start to masturbate yourself, paying particular attention to your anus.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildoanal1.webm" type="video/webm">
</video>
<<elseif $variable == 1>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildoanal2.webm" type="video/webm">
</video>
<<elseif $variable == 2>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildoanal3.mp4" type="video/mp4">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<if $eventVariable eq 0>>
As you are finishing yourself off, one of your viewers has asked you to stuff your panties in your mouth.<br/><br/>
[[Accept his offer|StuffPantiesOnCam]]<br/>
<</if>>
<<set $reputation += 2>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 7>>
<<set $corruption += 4>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<set $randomSubs to randomFloat(0.775, 2.05)>>
<<set $randomSubPercentage = $randomSubs / 100>>
<<set $variable to random(3)>>
<<set $extraSubs to random(50)>>
<<set $baseTips to random (2, 15)>>
<<if $baseTips lte 5>>
<<set $baseTips to random (2, 18)>>
<</if>>
<<set $energy -= 25>>
<<set $eventVariable to random(25)>>
<<set $newSubs = Math.round(($subscribers * $randomSubPercentage) + $extraSubs)>>
<<set $beautyModifier = 1 + ($beauty/100)>>
<<set $reputationModifier = 1 + ($reputation/100)>>
<<set $subscriberModifier = 1 + (-0.8 + ($subscribers/1000))>>
<<set $income = Math.round($baseTips * $beautyModifier * $reputationModifier * $subscriberModifier)>>
<table>
<thead>
<tr><th style="width:40%"></th>
<th style="width:60%"></th></tr>
</thead>
<tbody>
<tr>
<td>
You perform a sexy striptease for your viewers, stripping all the way down to your lingerie. You pull out a dildo from your drawer, and start to use it on yourself on cam.<br/><br/>
You gained $newSubs new subscribers.<br/>
You were tipped : $$income<br/>
You have gained reputation and subscribers<br/><br/>
</td>
<td>
<<if $variable == 0>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildo1.webm" type="video/webm">
</video>
<<elseif $variable == 1>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildo2.mp4" type="video/mp4">
</video>
<<elseif $variable == 2>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildo3.webm" type="video/webm">
</video>
<<elseif $variable == 3>>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildo4.mp4" type="video/mp4">
</video>
<</if>>
</td>
</tr>
</tbody>
</table>
<<if ($eventVariable lte 2) and ($energy gte 10)>>
You're about to finish your show until one of your viewers sends you a private message asking for a 1 on 1 session. He has offered to match atleast a quarter of the tips you have already earned this session.<br/><br/>
Trade 10 energy for a private show? <br/><br/>
[[Accept his offer|MasturbateOneOnOneDildo]]<br/>
<</if>>
<<if $eventVariable eq 3>>
As you are stripping off, one of your viewers has asked you to take a bath live on webcam for everyone to view.<br/><br/>
[[Accept his offer|BatheOnWebcam]]<br/>
<</if>>
<<if $eventVariable eq 4>>
As you are finishing yourself off, one of your viewers has asked you to stuff your panties in your mouth.<br/><br/>
[[Accept his offer|StuffPantiesOnCam]]<br/>
<</if>>
<<set $reputation += 2>>
<<set $subscribers += $newSubs>>
<<set $inhibition -= 6>>
<<set $corruption += 2>>
<<set $money += $income>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back|VisitCamsite]]
<</nobr>><<nobr>>
<<if ndef $firstTimeSexShop>>
<<set $firstTimeSexShop = true>>
<</if>>
<<if ndef $dildoOwned>><<set $dildoOwned = false>><</if>>
<<if ndef $ohmibodOwned>><<set $ohmibodOwned = false>><</if>>
<<if ndef $analPlug>><<set $analPlug = false>><</if>>
<<if $firstTimeSexShop eq true>>
<<set $energy -= 10>>
<<set $firstTimeSexShop = false>>
<</if>>
You head into an unsuspecting building close to downtown only to find yourself transported into an adult haven.<br/>
<br/>
<b>Buy</b><br/>
<br/>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:25%">Cost</th>
<th style="width:50%">Actions</th>
</thead>
<tbody>
<<if $dildoOwned eq false>>
<tr>
<td>Dildo</td>
<td>$150</td>
<td><<if $money gte 150>>[[Buy - $150|BuyDildo]]<<else>>Buy - $150<</if>></td>
</tr>
<</if>>
<<if $ohmibodOwned eq false>>
<tr>
<td>Ohmibod</td>
<td>$400</td>
<td><<if $money gte 400>>[[Buy - $400|BuyOhmibod]]<<else>>Buy - $400<</if>></td>
</tr>
<</if>>
<<if $analPlug eq false>>
<tr>
<td>Anal Plug</td>
<td>$250</td>
<td><<if $money gte 250>>[[Buy - $250|BuyAnalPlug]]<<else>>Buy - $250<</if>></td>
</tr>
<</if>>
</tbody>
</table>
<br/>
<br/>
[[Back Outside|Outside]]
<</nobr>><<nobr>>
You have purchased yourself a new dildo.<br/><br/>
[img[images/shops/sex-shop/dildo.jpg]]<br/><br/>
<<set $dildoOwned = true>>
<<set $money -= 150>>
[[Continue Shopping|Store-SexShop]]
<</nobr>><<nobr>>
You have purchased yourself a new wirelessly controlled dildo, the Ohmibod. Instructions on the box informs you that this can be controlled via your mobile, and even some applications on a computer. <br/><br/>
[img[images/shops/sex-shop/ohmibod.jpg]]<br/><br/>
<<set $ohmibodOwned = true>>
<<set $money -= 400>>
[[Continue Shopping|Store-SexShop]]
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.25, 1.25)>>
Careful to change off camera, you try on a variety of your panties for the eagrely awaiting viewers. You strut your stuff, making sure to seductively sway your hips, bringing their attention to your ass.<br/><br/>
You decide on your last pair of panties, to pull them up on camera, giving the viewers an extra show.<br/><br/>
<video width="500" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pulluppanties.mp4" type="video/mp4">
</video><br/><br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.2, 1.4)>>
You stop your dance for a moment, before hesitantly removing your clothes, until you are standing there in your top and panties.
You quickly lift up your shirt and give the viewers a flash of your boobs, then turning around and giving a flash of your ass in your panties.<br/>Some of the viewers are a little disappointed that you kept your panties on, however still tip you the money for fulfulling their request.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/flashboobsbendover.webm" type="video/webm">
</video><br/><br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.4, 1.2)>>
<<set $videoVariable to random(1)>>
You turn around and give your ass a wiggle for the viewers. You received an influx of tips for your performance.<br/><br/>
<<if $videoVariable eq 0>>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/purplepanties.webm" type="video/webm">
</video>
<<else>>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/ass-wiggle.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 2>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.65, 1.85)>>
You turn around facing away from the camera, and bend over slightly. You use your hands to part your cheeks, exposing your anus to the camera.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/spreadass.webm" type="video/webm">
</video><br/><br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
You purchased yourself a new Butt Plug. <br/><br/>
[img[images/shops/sex-shop/buttplug.jpg]]<br/><br/>
<<set $analPlug = true>>
<<set $money -= 250>>
[[Continue Shopping|Store-SexShop]]
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(1.2, 2.3)>>
<<set $variable to random(1)>>
You agree to the request of one of your viewers, however you inform him that he will need to be generous with the tips if you are to fulfil his unorthodox request.<br/><br/>
<<if $variable eq 0>>
You rummage round the kitchen looking for something suitable to play with, until to come across some cucumbers in the fridge. You grab the largest one, and head back into your room to put a private show on for your customer.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/cucumberplay.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
You rummage round the kitchen looking for something suitable to play with. You find yourself a pack of strawberries, which you quickly take and bring back to your room. You start to suck on the strawberries seductively whilst playing with your pussy.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strawberrysuck.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 7>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.25, 0.5)>>
<<set $energy -= 10>>
<<set $minTip = 25>>
You set up a private room, and invite your viewer into the room.<br/><br/>
You have their full attention, as you tease yourself by dipping your fingers between your parted lips. You stand up to dance, allowing them to get a good look at your entire body. Getting all excited, you decided to turn back to the camera, starting a slow bend at the waist as you pull out your dildo, giving then a great view of my ass and pussy from behind.<br/>
You place the dildo on the floor, and lift yourself slowly ontop of it, letting it sink into your wet awaiting pussy.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dildo-masturbation.webm" type="video/webm">
</video><br/><br/>
You ride the dildo for the viewer, trying to please them to the best of your ability, changing positions and angles based on their requests.
<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
<<if $tipAdd lte $minTip>>
<<set $tipAdd = $minTip>>
<</if>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 4>>
<<set $corruption += 1>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.85, 1.55)>>
<<set $variable to random(1)>>
<video width="300" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/strip-bathroom.mp4" type="video/mp4">
</video><br/><br/>
<<if $variable eq 0>>
You bring your laptop into the bathroom, and lock the door behind you. You strip off your clothes, and get yourself into the shower. You perform the sexiest routine to clean yourself that you can muster, lathering up your breasts, and paying special attention to your pussy.<br/><br/>
<video width="300" height="300" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/masturbateshowerhead.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
You bring your laptop into the bathroom, and lock the door behind you. You strip off your clothes, and get yourself into the bath. You start to clean yourself on cam, paying special attention to your Ass, Boobs and Pussy, before giving yourself an orgasm live on cam.<br/><br/>
[img[images/home/cheap-flat/bedroom/cam/masturbatebath.gif]]<br/><br/>
<</if>>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
You find yourself in the stall with the glory hole into the mens toilets next door.<br/>
[img[images/places/park/gloryhole.jpg]]<br/><br/>
<<if $energy gte 10>>[[Stick fingers through the hole|StickFingersGloryHole]]<<else>>Stick fingers through the hole (No Energy)<</if>><br/>
[[Back to the Park|Park]]
<</nobr>><<nobr>>
You have purchased yourself a new coffee machine. You will use it automatically in the mornings to give yourself more energy<br/><br/>
<<set $coffeeMachine = true>>
<<set $money -= 450>>
[[Continue Shopping|Store-ElectronicsStore]]
<</nobr>><<nobr>>
<<set $variable to random(10)>>
<<set $energy -=10>>
<<if $variable lte 6>>
A guy heads over to the gloryhole and sticks his cock through the hole.<br/><br/>
<table style="width:100%">
<thead>
<th style="width:60%"><b></b></th>
<th style="width:20%"><b></b></th>
<th style="width:20%"><b></b></th>
</thead>
<tbody>
<<if $inhibition lte 700>>
<tr>
<td>Give him a Handjob</td>
<td>[[Offer|OfferHandjobGloryHole]]</td>
<td>
<<if $corruption gte 200>>
[[Charge|ChargeHandjobGloryHole]]
<</if>>
</td>
</tr>
<</if>>
<<if $inhibition lte 600>>
<tr>
<td>Give him a Blowjob</td>
<td>[[Offer|OfferBlowjobGloryHole]]</td>
<td>
<<if $corruption gte 250>>
[[Charge|ChargeBlowjobGloryHole]]
<</if>>
</td>
</tr>
<</if>>
<<if $inhibition lte 500>>
<tr>
<td>Have Sex with Condom</td>
<td><<if $condoms gte 1>>[[Offer|OfferSexGHCondom]]<<else>>Offer (No Condoms)<</if>></td>
<td>
<<if $corruption gte 300>>
<<if $condoms gte 1>>[[Charge|ChargeSexGHCondom]]<<else>>Charge (No Condoms)<</if>>
<</if>>
</td>
</tr>
<</if>>
<<if $inhibition lte 400>>
<tr>
<td>Have Sex</td>
<td>[[Offer|OfferSexGH]]</td>
<td>
<<if $corruption gte 300>>
[[Charge|ChargeSexGH]]
<</if>>
</td>
</tr>
<</if>>
</tbody>
</table>
<br/>
[[Leave|StallWithGloryHolePark]]
<br/>
<<else>>
There is no-one on the other side that responds.<br/><br/>
[[Leave|StallWithGloryHolePark]]
<</if>>
<</nobr>><<nobr>>
<<set $gloryholePayment = false>>
You grab the cock, and start to massage it with your hands.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/places/park/gloryhole-handjob.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum on Floor|CumOnFloorGH]]<br/>
[[Cum on Face|CumOnFaceGH]]<br/>
<</nobr>><<nobr>>
<<set $gloryholePayment = true>>
You grab the cock, and start to massage it with your hands.<br/>You inform the guy that you charge for your services, to which he happily agrees to pay you<br/>
<video width="500" height="500" autoplay loop>
<source src="images/places/park/gloryhole-handjob.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum on Floor|CumOnFloorGH]]<br/>
[[Cum on Face|CumOnFaceGH]]<br/>
<</nobr>><<nobr>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(12 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You stroke the cock until it violently cums all across the bathroom floor.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-cum-floor.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 5<br/>
Arousal + 10<br/>
<<set $corruption += 3>>
<<set $inhibition -= 5>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 10>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(15 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You stroke the cock until it you hear an audible moan of a man about to orgasm. You quickly bring his cock up to your face, where he unleashes a torrent of cum over you.<br/><br/>
<<if $arousal lt 75>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-hj-facial.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
A great wave of arousal overcomes you and you find yourself down on your hands and knees, starting to clean up the spilt cum with your tongue off the floor.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-hj-facial-and-cleanup.webm" type="video/webm">
</video>
<br/><br/>
<</if>>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 5<br/>
Arousal + 10<br/>
<<set $corruption += 3>>
<<set $inhibition -= 5>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 10>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<set $video to random(1)>>
<<set $gloryholePayment = false>>
You grab the cock and direct it towards your lips. You eagerly start to suck on the strangers cock.<br/><br/>
<<if $video eq 0>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryholesuck.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryholesuck2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Cum on Face|FacialBJGH]]<br/>
[[Swallow Cum|SwallowBJGH]]<br/>
<</nobr>><<nobr>>
<<set $video to random(1)>>
<<set $gloryholePayment = true>>
You let the stranger know that you charge for blowjobs. Not being deterred by this, you grab his cock and direct it towards your lips. You eagerly start to suck on the strangers cock.<br/><br/>
<<if $video eq 0>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryholesuck.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryholesuck2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Cum on Face|FacialBJGH]]<br/>
[[Swallow Cum|SwallowBJGH]]<br/>
<</nobr>><<nobr>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(18 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You keep sucking the cock until you start to feel it pulsate in your mouth, you quickly remove it and direct his cum onto your face.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-suck-cum-facial.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 8<br/>
Arousal + 15<br/>
<<set $randomSTDChance to random(75)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $corruption += 3>>
<<set $inhibition -= 8>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 15>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(20 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You keep sucking the cock until you start to feel it pulsate in your mouth, you pick up the pace, wanting to finish him off in your mouth.<br/><br/>
<<if $arousal lt 75>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-swallow.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
You're feeling especially kinky, and start to deepthroat the cock infront of you. You don't let up until he has came down the back of your throat.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-deepthroat-cum.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $gloryholePayment == true>>
<<set $income = ($income + 10)>>
<</if>>
<</if>>
<<set $randomSTDChance to random(75)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 8<br/>
Arousal + 15<br/>
<<set $corruption += 3>>
<<set $inhibition -= 8>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal += 15>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<set $gloryholePayment = false>>
You <<if $clothesPanties != "None">>pull down your panties,<</if>> turn around and place your pussy to the gloryhole. You start to get fucked from behind by the stranger.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryhole-fucking.mp4" type="video/mp4">
</video>
<br/><br/>
[[Pull Out|PulloutGH]]<br/>
[[Creampie|CreampieGH]]<br/>
<</nobr>><<nobr>>
<<set $gloryholePayment = true>>
You <<if $clothesPanties != "None">>pull down your panties,<</if>> turn around and place your pussy to the gloryhole. You start to get fucked from behind by the stranger.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryhole-fucking.mp4" type="video/mp4">
</video>
<br/><br/>
[[Pull Out|PulloutGH]]<br/>
[[Creampie|CreampieGH]]<br/>
<</nobr>><<nobr>>
<<set $gloryholePayment = false>>
You take out a condom, and wrap it around the strangers cock.
You
<<if $clothesPanties != "None">>pull down your panties,<</if>>turn around and place your pussy to the gloryhole.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryhole-condom-fuck.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum Inside|CumInsideGHCondom]]<br/>
<</nobr>><<nobr>>
<<set $gloryholePayment = true>>
You take out a condom, and wrap it around the strangers cock. You
<<if $clothesPanties != "None">>pull down your panties,<</if>> turn around and place your pussy to the gloryhole.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/gloryhole-condom-fuck.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum Inside|CumInsideGHCondom]]<br/>
<</nobr>><<nobr>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(25 * $reputationModifier)>>
<<set $money += $income>>
<<set $condoms -= 1>>
<</if>>
You keep riding his cock sensing that he is close to cumming. As he picks up the pace, you thrust back, sending him over the edge, and cumming inside the condom.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-cum-condom.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $corruption += 3>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<set $video to random(1)>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(28 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You keep riding his cock sensing that he is close to cumming. As he picks up the pace, you thrust back while you let him know "Not inside".<br/>
He pulls out as you drop to your knees, trying your best to catch as much of his cum as possible.<br/><br/>
<<if $video eq 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-pullout.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-pullout2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $randomSTDChance to random(50)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $corruption += 3>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<set $video to random(1)>>
<<if $gloryholePayment == true>>
<<set $reputationModifier = 1 + ($reputation/50)>>
<<set $income = Math.round(30 * $reputationModifier)>>
<<set $money += $income>>
<</if>>
You keep riding his cock sensing that he is close to cumming. As he picks up the pace, you thrust back while you let him know "Cum inside".<br/>
This sends him over the edge instantly, and he starts to fill your pussy with his hot load.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/park/gloryhole-creampie.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(50)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<if $gloryholePayment == true>>Money + $income<br/><</if>>
Corruption + 3<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $corruption += 3>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
[[Back|StallWithGloryHolePark]]
<</nobr>><<nobr>>
<<if $money gte 50>>
<<set $condoms += 5>>
<<set $money -= 50>>
You purchased 5 condoms from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $condoms += 10>>
<<set $money -= 100>>
You purchased 10 condoms from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 200>>
<<set $condoms += 20>>
<<set $money -= 200>>
You purchased 20 condoms from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $firstTimeSalon eq true>>
<<set $energy -= 10>>
<<set $firstTimeSalon = false>>
<</if>>
<<if ndef $makeup>>
<<set $makeup to 0>>
<</if>>
<<if ndef $masseusePromotion>>
<<set $masseusePromotion = false>>
<</if>>
You walk into the Beauty Salon and look around. There is no better place to make you feel better about your looks.<br/><br/>
<<if $job == "Beautician">>
<<if $energy gte 45>>
[[Work on the beauty desks|WorkBeautySalon]]<br/>
<<if $masseusePromotion eq true>>
[[Work as a Masseuse|WorkBeautySalonMasseuse]]<br/>
<<else>>
<<if $masseuseQualification eq true>>
[[Apply for a promotion|ApplyBeautySalonMasseuse]]
<<else>>
[[Apply for a promotion to become a masseuse|NoExperienceMasseuse]]
<</if>><br/>
<</if>>
<br/>
<</if>>
<</if>>
<br/><br/>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:15%">Cost</th>
<th style="width:60%">Actions</th>
</thead>
<tbody>
<tr>
<td>Makeup</td>
<td>$5</td>
<td><<if $money gte 50>>[[Buy 10 - $50|Buy10Makeup]]<<else>>Buy 10 - $50<</if>> | <<if $money gte 125>>[[Buy 25 - $125|Buy25Makeup]]<<else>>Buy 25 - $125<</if>></td>
</tr>
</tbody>
</table><br/><br/>
[[Leave|Outside]]
<</nobr>><<nobr>>
<<set $makeup += 10>>
<<set $money -= 50>>
You bought enough makeup for 10 uses<br/>
[img[images/shops/beauty-salon/beautysalon.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Salon]]
<</nobr>><<nobr>>
<<set $makeup += 25>>
<<set $money -= 125>>
You bought enough makeup for 25 uses<br/>
[img[images/shops/beauty-salon/beautysalon.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Salon]]
<</nobr>><<nobr>>
<<if ndef $autoMakeup>><<set $autoMakeup = false>><</if>>
<<if ndef $autoPill>><<set $autoPill = false>><</if>>
<b>Auto Apply Makeup - <<if $autoMakeup == true>> Mornings, <</if>> <<if $autoMakeupShower == true>> After Shower<</if>></b><br/>
[[On|AutoApplyMakeupOn]] |[[Only After Shower|AutoApplyMakeupOnlyAfterShower]] | [[Off|AutoApplyMakeupOff]]
<br/>
<b>Take Contraceptive Pill - $autoPill</b><br/>
[[On|AutoApplyContraceptive]] | [[Off|AutoApplyContraceptiveOff]]
<br/><br/>
[[Back|SS-Bedroom]]
<</nobr>>
<<nobr>>
You are now automatically applying makeup on the mornings<br/><br/>
<<set $autoMakeup = true>>
<<set $autoMakeupShower = true>>
[[return|Manage]]<br/>
<</nobr>><<nobr>>
You are now not automatically applying makeup on the mornings<br/><br/>
<<set $autoMakeup = false>>
<<set $autoMakeupShower = false>>
[[return|Manage]]<br/>
<</nobr>><<nobr>>
<<set $video to random(1)>>
<<set $condoms -= 1>>
You walk over to the curtains and seductively close them, shaking your ass so the client gets a good view of your behind.<br/>
You walk back over to the guy, and quickly pull down his pants, leaving them around his ankles. He is already hard from the dance, with precum oozing from the tip of his penis.<br/>
You unwrap a condom from your bag, and you slowly slide it over his erect penis. You straddle the strangers cock, letting it slide in your moist pussy. <br/><br/>
<<if $video eq 0>>
<video width="400" height="400" autoplay loop>
<source src="images/places/purple-lounge/condom-fuck.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop>
<source src="images/places/purple-lounge/condom-fuck2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Cum Outside|SexFavorClubOutsideCondom]]<br/>
[[Cum Inside Condom|SexFavorClubInsideCondom]]
<</nobr>><<nobr>>
<<set $video to random(1)>>
You stop riding the John, and lift yourself off of him. <br/>
He stands up, rips off the condom and moves himself over your face, it's obvious where he wants to finish.<br/>
<<if $video eq 0>>
<video width="400" height="400" autoplay loop>
<source src="images/places/purple-lounge/facial2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="300" height="300" autoplay loop>
<source src="images/places/purple-lounge/facial3.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Money + $sexTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal - 20<br/>
<<set $money += $sexTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<set $arousal -= 20>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
Your pace quickens and he thrusts back almost maniacally. You feel his balls getting tight and his dick beginning to twitch. You feel his waves of cum filling up the condom inside, until he is totally spent.<br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/purple-lounge/cum-in-condom.webm" type="video/webm">
</video>
<br/><br/>
Money + $sexTip<br/>
Corruption + 8<br/>
Inhibition - 10<br/>
Arousal - 25<br/>
<<set $money += $sexTip>>
<<set $corruption += 8>>
<<set $inhibition -= 10>>
<<if $arousal gte 50>><<set $mood += 2>><<else>><<set $mood -= 2>><</if>>
<<set $arousal -= 25>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
[[Back to the Purple Lounge|PurpleLounge]]
<</nobr>><<nobr>>
<<if $firstTimeJewelers eq true>>
<<set $energy -= 10>>
<<set $firstTimeJewelers = false>>
<</if>>
<<if ndef $silverRing>>
<<set $silverRing to false>>
<</if>>
<<if ndef $goldRing>>
<<set $goldRing to false>>
<</if>>
<<if ndef $diamondRing>>
<<set $diamondRing to false>>
<</if>>
You walk into the Jewelry shop, and everything around you looks sparkly and glamorous.<br/><br/>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:15%">Cost</th>
<th style="width:60%">Actions</th>
</thead>
<tbody>
<<if $silverRing == false>>
<tr>
<td>Silver Ring</td>
<td>$150</td>
<td><<if $money gte 150>>[[Buy - $150|BuySilverRing]]<<else>>Buy - $150<</if>></td>
</tr>
<</if>>
<<if $goldRing == false>>
<tr>
<td>Gold Ring</td>
<td>$500</td>
<td><<if $money gte 500>>[[Buy - $500|BuyGoldRing]]<<else>>Buy - $500<</if>></td>
</tr>
<</if>>
<<if $diamondRing == false>>
<tr>
<td>Diamond Ring</td>
<td>$1500</td>
<td><<if $money gte 1500>>[[Buy - $1500|BuyDiamondRing]]<<else>>Buy - $1500<</if>></td>
</tr>
<</if>>
</tbody>
</table><br/><br/>
[[Leave|Outside]]
<</nobr>><<nobr>>
<<if $goldRing == true>>
You have removed your Gold Ring.<br/><br/>
<<set $wearingGoldRing = false>>
<<set $beauty -= 15>>
<</if>>
<<if $diamondRing == true>>
You have removed your Diamond Ring.<br/><br/>
<<set $wearingDiamondRing = false>>
<<set $beauty -= 30>>
<</if>>
<<set $silverRing = true>>
<<set $wearingSilverRing = true>>
<<set $beauty += 5>>
<<set $money -=150 >>
You bought yourself a Silver Ring, you leave the store wearing it.<br/><br/>
Beauty + 5<br/><br/>
[[Continue Shopping|Store-Jewelers]]
<</nobr>><<nobr>>
<<if ndef $silverRing>><<set $silverRing = false>><</if>>
<<if ndef $wearingSilverRing>><<set $wearingSilverRing = false>><</if>>
<<if ndef $goldRing>><<set $goldRing = false>><</if>>
<<if ndef $wearingGoldRing>><<set $wearingGoldRing = false>><</if>>
<<if ndef $diamondRing>><<set $diamondRing = false>><</if>>
<<if ndef $wearingDiamondRing>><<set $wearingDiamondRing = false>><</if>>
[[Check Owned Clothes|CheckClothes]]<br/><br/>
<b><u>Jewelry</u></b><br/>
<<if $silverRing == true>>
Silver Ring -
<<if $wearingSilverRing == false>>[[Wear|wearSilverRing]]<<else>>Wear<</if>>
|
<<if $wearingSilverRing == true>>[[Remove|takeOffSilverRing]]<<else>>Remove<</if>>
<br/>
<</if>>
<<if $goldRing == true>>
Gold Ring -
<<if $wearingGoldRing == false>>[[Wear|wearGoldRing]]<<else>>Wear<</if>>
|
<<if $wearingGoldRing == true>>[[Remove|takeOffGoldRing]]<<else>>Remove<</if>>
<br/>
<</if>>
<<if $diamondRing == true>>
Diamond Ring -
<<if $wearingDiamondRing == false>>[[Wear|wearDiamondRing]]<<else>>Wear<</if>>
|
<<if $wearingDiamondRing == true>>[[Remove|takeOffDiamondRing]]<<else>>Remove<</if>>
<br/>
<</if>>
<br/><br/><br/>
<b><u>Panties</u></b><br/><br/>
You are wearing : $clothesPanties<br/>
<<if $clothesPanties == "White Cotton Panties">>
[[Remove|RemoveWhiteCotton]]
<<else>>
<<if $storedWhitePanties gte 1>>
[[Wear White Cotton Panties|WearWhiteCotton]]
<</if>>
<</if>>
<br/>
<<if $clothesPanties == "Pink Lace Shorts">>
[[Remove|RemovePinkLaceShorts]]
<<else>>
<<if $storedPinkLaceShorts gte 1>>
[[Wear Pink Lace Shorts|WearPinkLaceShorts]]
<</if>>
<</if>>
<br/><br/>
[[Back|SS-Bedroom]]
<</nobr>><<nobr>>
<<if $goldRing == true>>
You have removed your Gold Ring.<br/><br/>
<<set $wearingGoldRing = false>>
<<set $beauty -= 15>>
<</if>>
<<if $diamondRing == true>>
You have removed your Diamond Ring.<br/><br/>
<<set $wearingDiamondRing = false>>
<<set $beauty -= 30>>
<</if>>
<<set $wearingSilverRing = true>>
<<set $beauty += 5>>
You put on the silver ring. It looks beautiful on your hand.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/silver-ring.jpg]]<br/><br/>
Beauty + 5<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $wearingSilverRing = false>>
<<set $beauty -= 5>>
You remove the silver ring from your finger.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/silver-ring.jpg]]<br/><br/>
Beauty - 5<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $goldRing = true>>
<<set $wearingGoldRing = true>>
<<set $money -= 500 >>
<<if $silverRing == true>>
You have removed your Silver Ring.<br/><br/>
<<set $wearingSilverRing = false>>
<<set $beauty -= 5>>
<</if>>
<<if $diamondRing == true>>
You have removed your Diamond Ring.<br/><br/>
<<set $wearingDiamondRing = false>>
<<set $beauty -= 30>>
<</if>>
<<set $beauty += 15>>
You bought yourself a Gold Ring, you leave the store wearing it.<br/><br/>
Beauty + 15<br/><br/>
[[Continue Shopping|Store-Jewelers]]
<</nobr>>
<<nobr>>
<<set $diamondRing = true>>
<<set $wearingDiamondRing = true>>
<<set $money -= 1500 >>
<<if $silverRing == true>>
You have removed your Silver Ring.<br/><br/>
<<set $wearingSilverRing = false>>
<<set $beauty -= 5>>
<</if>>
<<if $goldRing == true>>
You have removed your Gold Ring.<br/><br/>
<<set $wearingGoldRing = false>>
<<set $beauty -= 15>>
<</if>>
<<set $beauty += 30>>
You bought yourself a Diamond Ring, you leave the store wearing it.<br/><br/>
Beauty + 30<br/><br/>
[[Continue Shopping|Store-Jewelers]]
<</nobr>>
<<nobr>>
<<if $silverRing == true>>
You have removed your Silver Ring.<br/><br/>
<<set $wearingSilverRing = false>>
<<set $beauty -= 5>>
<</if>>
<<if $diamondRing == true>>
You have removed your Diamond Ring.<br/><br/>
<<set $wearingDiamondRing = false>>
<<set $beauty -= 30>>
<</if>>
<<set $wearingGoldRing = true>>
<<set $beauty += 15>>
You put on the gold ring. It looks beautiful on your hand.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/gold-ring.jpg]]<br/><br/>
Beauty + 15<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $wearingGoldRing = false>>
<<set $beauty -= 15>>
You remove the gold ring from your finger.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/gold-ring.jpg]]<br/><br/>
Beauty - 15<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<if $silverRing == true>>
You have removed your Silver Ring.<br/><br/>
<<set $wearingSilverRing = false>>
<<set $beauty -= 5>>
<</if>>
<<if $goldRing == true>>
You have removed your Gold Ring.<br/><br/>
<<set $wearingGoldRing = false>>
<<set $beauty -= 15>>
<</if>>
<<set $wearingDiamondRing = true>>
<<set $beauty += 30>>
You put on the diamond ring. It looks beautiful on your hand.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/diamond-ring.jpg]]<br/><br/>
Beauty + 30<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $wearingDiamondRing = false>>
<<set $beauty -= 30>>
You remove the diamond ring from your finger.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/diamond-ring.jpg]]<br/><br/>
Beauty - 30<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
You face an onslaught of abuse from Sal, for making a mess of his Kitchen, destroying his plates and his profit margin. <br/><br/>
Sal : "How am I meant to run a business if you can't do your job! This is going to come out of your tips!"<br/><br/>
[[Pay for the damages|YouPayForTheDamages]]<br/>
[[Try and work something out.|OfferWorkSomethingOut]]<br/>
<</nobr>><<nobr>>
You agree with Sal that you would pay for the damages.
<br/>You only receive a wage as all of your tips were used to settle your debts.<br/>
Money + 50<br/>
Energy - 35<br/>
Inhibition + 5<br/>
<<set $money += 50>>
<<set $energy -= 35>>
<<set $inhibition += 5>>
<<set $mood -= 5>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You ask Sal if there is anything you can do to make him let you off for this mistake.<br/><br/>
Sal : "Well, maybe we can come to some agreement, what are you offering?"<br/><br/>
[[Let Sal fondle you|LetSalFondle]]<br/>
<<if $inhibition lte 800 and $clothesPanties != "None">>
[[Offer him something|OfferPantiesSal]]<br/>
<</if>>
<<if $inhibition lte 650>>
[[Say you'll do anything|ServeBottomless]]<br/>
<</if>>
<<if $inhibition lte 575>>
[[Off Sal a Blowjob|BlowSalBrokenPlates]]<br/>
<</if>>
[[Change your mind and pay with your tips|YouPayForTheDamages]]
<</nobr>><<nobr>>
<<set $tips to random(50, 160)>>
<<set $eventVariable to random(2)>>
You suggest that you will give Sal something of equal value of yours to settle your debts. You start to regret this as Sal calms down, and sports the largest grin imaginable.<br/><br/>
Sal : "I know what I want, and I'm willing to buy them off you, and forget this whole situation."<br/><br/>
There is a brief pause, whilst your thinking about that this could mean. Before you can draw any conclusions, Sal breaks the silence.<br/><br/>
Sal : "Your panties. I'll put 50 bucks in your tips if you give them to me"<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/remove-panties-self.mp4" type="video/mp4">
</video>
<br/><br/>
Sal leaves, feeling incredibly happy with himself and his experience. You even find he's put some money in your tips for your effort.<br/>
Money + 50 (+ $tips tips)<br/>
Energy - 35<br/>
Inhibition - 8<br/>
Corruption + 2<br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $inhibition -= 8>>
<<set $corruption += 2>>
<<set $mood -= 2>>
<<set $clothesPanties = "None">>
<br/>
<<if $eventVariable eq 0 and $inhibition lte 500>>
[[Head Home|ConfrontedBySalCumPanties]]
<<else>>
[[Head Home|SS-LivingRoom]]
<</if>>
<</nobr>><<nobr>>
<<set $tips to random(75, 150)>>
You beg Sal that you'll do anything to make up for your mistakes. Anything.<br/><br/>
Sal : "Anything you say?"<br/><br/>
You sense where this is going, and you nod acceptingly. "Anything"<br/><br/>
Sal : "Well it is a little slow today, how about we liven things up a little? I want to watch you as you wear this apron, and serve our customers bottomless." <br/> "Try not to get caught"<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/bottomless-waitress.mp4" type="video/mp4">
</video>
<br/><br/>
You spend the last hour or so of your shift trying not to bring attention to your bare ass, all the while Sal stands and watches from the counter, extremely happy with himself.<br/>
Money + 50 (+ $tips tips)<br/>
Energy - 35<br/>
Inhibition - 10<br/>
Corruption + 4<br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $inhibition -= 10>>
<<set $corruption += 4>>
<<set $mood -= 2>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $tips to random(30, 120)>>
As you suggest that Sal cops a feel, you see his face light up with a large grin, and his anger subsided. He closes the kitchen door and checks that there is no-one around. He pulls down your pants and panties, and starts to massage your ass vigorously.<br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/grope-ass.mp4" type="video/mp4">
</video>
<br/><br/>
Sal leaves, feeling incredibly happy with himself and his experience. You even find he's put some money in your tips for your effort.<br/>
Money + 50 (+ $tips tips)<br/>
Energy - 35<br/>
Inhibition - 5<br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $inhibition -= 5>>
<<set $mood -= 2>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $tips to random(75, 150)>>
You seductively walk up to Sal, and brush your hands over his crotch. <br/><br/>
$name : "How about I make you feel good, and we forget about this whole situation?"<br/><br/>
It's not a suprise that Sal jumps at this invitation, and grabs your hand and leads you to an empty booth, too excited to care about anyone around him.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/blowjob-cafe.mp4" type="video/mp4">
</video>
<br/><br/>
Money + 50 (+ $tips tips)<br/>
Energy - 35<br/>
Inhibition - 12<br/>
Corruption + 4<br/>
<<set $money += 50>>
<<set $money += $tips>>
<<set $energy -= 35>>
<<set $inhibition -= 12>>
<<set $corruption += 4>>
<<set $mood -= 2>>
<br/>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.5, 1.2)>>
You politely refuse to show more on cam, but you decide to tease your viewers by pretending to suck dick live on cam, letting them know that you prefer to do it for real than on cam.<br/>
Your viewers seem to appreciate this, and you receive more tips as a result.
<br/><br/>
[img[images/home/cheap-flat/bedroom/cam/airblowjob.gif]]
<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 2>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.4, 1.0)>>
<<set $imageVariable to random(5)>>
You grab your damp panties, and start rubbing them on your pussy infront of your viewers. You slowly bring them to your nose, where you inhale your sweet scent, before stuffing them into your mouth.<br/><br/>
<<if $imageVariable eq 0>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth1.jpg]]
</div>
<<elseif $imageVariable eq 1>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth2.jpg]]
</div>
<<elseif $imageVariable eq 2>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth3.jpg]]
</div>
<<elseif $imageVariable eq 3>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth4.jpg]]
</div>
<<elseif $imageVariable eq 4>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth5.jpg]]
</div>
<<elseif $imageVariable eq 5>>
<div class="image-sm image-container">
[img[images/home/cheap-flat/bedroom/cam/panties-mouth6.jpg]]
</div>
<</if>><br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 1>>
<<set $inhibition -= 4>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
You have purchased yourself a new TV capable of displaying video in 4K greatness.<br/><br/>
<<set $tvOwned = true>>
<<set $money -= 750>>
[[Continue Shopping|Store-ElectronicsStore]]
<</nobr>><<nobr>>
<<if ndef $cableSubscriber>><<set $cableSubscriber = false>><</if>>
You turn on your TV. What channel do you want to watch?
<table style="width:100%">
<thead>
<th style="width:80%"><b>Action</b></th>
<th style="width:20%"><b>Energy</b></th>
</thead>
<tbody>
<tr>
<td><<if $energy gte 10>>[[Watch a Romantic Movie|WatchRomanticMovie]]<<else>>Watch a Romantic Movie (No Energy)<</if>><br/></td>
<td>10</td>
</tr>
<tr>
<td><<if $energy gte 10>>[[Watch a Action Movie|WatchActionMovie]]<<else>>Watch a Action Movie (No Energy)<</if>><br/></td>
<td>10</td>
</tr>
<<if $cableSubscriber == true>>
<tr>
<td><<if $energy gte 10>>[[Watch Porn|WatchPornMovie]]<<else>>Watch Porn (No Energy)<</if>><br/></td>
<td>10</td>
</tr>
<</if>>
</tbody>
</table>
<br/><br/>
<<if $cableSubscriber == false>>
<i>You wish that you had cable to enjoy more channels to watch</i>
<<else>>
<i>You have cable, the quality (and effects) of your channels are better.</i>
<</if>>
<br/>
[[Living Room|SS-LivingRoom]]
<</nobr>><<nobr>>
You sit down and watch a romantic movie on your television. <br/><br/>
[img[images/home/cheap-flat/livingroom/romantic-movie.gif]]<br/><br/>
You feel less corrupt and more inhibited after watching this movie, leaving yourself with a new view on romantic relationships and happy endings.<br/><br/>
<<if $cableSubscriber == false>>
Inhibition + 4<br/>
Corruption - 4<br/>
<<set $energy -= 10>>
<<set $corruption -= 4>>
<<set $inhibition += 4>>
<<set $mood += 2>>
<<else>>
Inhibition + 8<br/>
Corruption - 8<br/>
<<set $energy -= 10>>
<<set $corruption -= 8>>
<<set $inhibition += 8>>
<<set $mood += 5>>
<</if>>
[[Back|WatchTV]]
<br/><br/>
<</nobr>><<nobr>>
You sit down and watch an action movie on your television. <br/><br/>
[img[images/home/cheap-flat/livingroom/action-movie.gif]]<br/><br/>
You feel a little more corrupt after watching all them gunfights and car chases.<br/><br/>
<<if $cableSubscriber == false>>
Corruption + 3<br/>
<<set $energy -= 10>>
<<set $corruption += 3>>
<<set $mood += 2>>
<<else>>
Corruption + 6<br/>
<<set $energy -= 10>>
<<set $corruption += 6>>
<<set $mood += 5>>
<</if>>
[[Back|WatchTV]]
<br/><br/>
<</nobr>><<nobr>>
<<if $cableSubscriber == false>>
You interested in seeing all the latest movies, sports, tv shows and porn? for only a *small fee, purchase your cable subscription today!<br/><br/>
<<if $money gte 50>>
[[Purchase Cable ($50)|SubscribeCable]]
<<else>>
Purchase Cable ($50) - (No Money)
<</if>><br/><br/>
<sub>* small = large<br/>
Your cable subscription will automatically renew weekly, until you spend 5 hours trying to cancel.<br/><br/>
</sub>
<<else>>
<<if $energy gte 50>>
[[Cancel Subscription|CancelCable]]
<<else>>
Cancel Subscription - (Not Enough Energy - 50 Required)
<</if>><br/><br/>
<</if>>
[[Back|UseLaptop]]
<</nobr>><<nobr>>
<<set $cableSubscriber = true>>
<<set $money -= 50>>
You have subscribed to cable for $50/week.<br/><br/>
[[Back|UseLaptop]]
<</nobr>><<nobr>>
<<set $cableSubscriber = false>>
<<set $energy -= 50>>
After being given the runaround, and passing through the "retention" department, you have unsubscribed from your cable plan.<br/><br/>
[[Back|UseLaptop]]
<</nobr>><<nobr>>
<<if ndef $metNick>><<set $metNick = false>><</if>>
<<set $nickMeetChance to random(4)>>
<<set $videoVariable to random(9)>>
<<if $videoVariable eq 0>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/bj1.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 1>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/bj2.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 2>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/bj3.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 3>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/doggy1.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 4>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/doggy2.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 5>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/doggy3.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 6>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/doggy4.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 7>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/doggy5.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 8>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/riding1.mp4" type="video/mp4">
</video>
<<elseif $videoVariable eq 9>>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/livingroom/porn/riding2.mp4" type="video/mp4">
</video>
<</if>>
<<if $nickMeetChance == 0 and $metNick == false>>
You think you're alone, so you settle down to start watching the porn movie. You get a shock when you hear the door close, and somebody enter the house.<br/>
[[Quickly turn off the Porn, and see who it is|MeetNickHouseFirstTime]]<br/>
<<else>>
You are more aroused, and less inhibited.<br/><br/>
Arousal + 20<br/>
Inhibition - 5<br/>
Corruption + 2<br/>
<<set $arousal += 20>>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $energy -=10>>
<<set $mood += 5>>
[[Back|WatchTV]]
<</if>>
<</nobr>>
<<nobr>>
<<set $variable to random(1)>>
You strip down and head over to Paul, who has been waiting for you to undress.<br/>
<<set $isPregnant to window.IsVisiblyPregnant();>>
<<if $isPregnant == true>>
Before you go ahead and push him down on the bed you reach in the drawer and unwrap a condom; rolling it nicely over Pauls cock.<br/>
You take the oppertunity to mount him, sliding his sheathed member between your already wet lips.<br/><br/>
<video width="640" height="360" autoplay loop muted>
<source src="images/Realtor/pregnant-sex.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
You softly play with his cock, easily getting him to full erection. You unwrap one of your condoms, and place it over his cock.<br/><br/>
<video width="640" height="360" autoplay loop muted>
<source src="images/Realtor/put-on-condom.mp4" type="video/mp4">
</video>
<br/><br/>
You slowly turn around and lie on your side. Paul doesn't waste any time before pressing his erect cock against your wet pussy lips.<br/><br/>
<div style="width:100%">
<video width="450" height="260" autoplay loop muted>
<source src="images/Realtor/sex-condom.mp4" type="video/mp4">
</video>
</div>
<br/><br/>
<</if>>
Paul starts slamming his cock into your moistening pussy, speeding up his movements to his pleasure. After only a few minutes, you feel Paul start to work harder, and become more vocal. You expect him to cum soon. <br/><br/>
[[Cum Inside|65PercentCumInside]]<br/>
<<if $inhibition lte 300>>
[[Cum in Mouth|65PercentSwallow]]<br/>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
You don't stop, you keep fucking on fucking him as you shout out. <br/><br/>
$name : "I want you to cum inside"<br/><br/>
After hearing your words, Paul instantly orgasms, filling the condom inside your pussy with his cum.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/cum-in-condom.mp4" type="video/mp4">
</video>
<br/><br/>
<br/><br/>
"Fuck me that was great" Paul exclaims as he tries to recover. You get a hefty discount on this weeks rent.<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 15<br/>
Inhibition - 25<br/><br/>
<<set $discountedRent = ($rentOwed * 0.35)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 15>>
<<set $inhibition -= 25>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
Paul : "I'm gonna cum!"<br/><br/>
You don't stop, you keep fucking on fucking him as you shout out. <br/><br/>
$name : "I want to taste your cum"<br/><br/>
After hearing your words, Paul instantly orgasms, filling the condom inside your pussy with his cum. He looks disappointed that he couldn't hold on long enough to cum in your mouth.<br/> However his disappointment doesn't last too long, as you pull off his condom, and drink the sperm anyways.<br/><br/>
<video width="640" height="360" autoplay loop>
<source src="images/Realtor/drink-from-condom.mp4" type="video/mp4">
</video>
<br/><br/>
<br/><br/>
"Fuck me that was great" Paul exclaims as he tries to recover. You get a hefty discount on this weeks rent.<br/>
As Paul leaves, you notice the large grin on his face.<br/><br/>
Arousal - 20<br/>
Corruption + 20<br/>
Inhibition - 25<br/><br/>
<<set $discountedRent = ($rentOwed * 0.35)>>
Money - $discountedRent<br/>
<<set $money -= $discountedRent>>
<<set $daysTilRent = 7>>
<<set $extraRent = 0>>
[[Continue the Day|SS-Bedroom]]
<<set $corruption += 20>>
<<set $inhibition -= 25>>
<<set $daysTilRent = 7>>
<<set $arousal -= 20>>
<<set $mood -= 5>>
<<if $arousal lt 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
As you are about to leave the empty cafe, you are stopped by Sal blocking your exit.<br/><br/>
Sal : "That was a naughty thing you've done today $name. I didn't know you could be such a whore."<br/><br/>
Sal doesn't wait for a response, before ushering you over to an empty booth.<br/>
He pulls out the panties that you gave him earlier, and places them on the table, just out of your reach.<br/>
Sal : "I've been enjoying these the past few hours, thinking about you out here, wearing nothing under that uniform. How about we make a deal, I want you to suck me off with theses panties, and I won't tell everyone here what a dirty little slut you are."<br/><br/>
[[Accept his proposal|AcceptHisProposal]]<br/>
[[Refuse his proposal|RefuseHisProposal]]
<</nobr>><<nobr>>
You grab your panties, and move yourself between Sal's legs, removing his pants and exposing his erect cock.<br/>
You imediatetly get to work, sucking the tip with your mouth, whilst working the shaft with your hand and panties.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/panty-blowjob1.mp4" type="video/mp4">
</video>
<br/><br/>
[[Sal cums on your face|CumFaceSalPanties]]
<</nobr>><<nobr>>
You refuse Sal's proposal, not willing to demean yourself infront of your boss.<br/>
Although disappointed, Sal lets you leave the Cafe.<br/><br/>
Inhibition + 5<br/>
Mood - 5<br/>
<<set $inhibition += 5>>
<<set $mood -= 5>>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
Sal pulls his member out of your mouth, and rips the panties from your hands. He aggressively stuffs them in your mouth, and jerks his cock until he finishes with a load all over your face.
<br/><br/>
<div class="image-container image-med">
[img[images/cafe/panties-cum-mouth.jpg]]
</div>
<br/><br/>
Before you get away, Sal takes out his phone and takes a snap of your face, dripping with his cum.<br/><br/>
Sal : "I think I'll keep that for later, now, go get yourself cleaned up. You can't be serving my customers looking like that!"<br/>
<br/>
Inhibition - 10<br/>
Mood - 5<br/>
<<set $inhibition -= 10>>
<<set $mood -= 5>>
<<set $salBlackmailMaterial = true>>
[[Head Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You walk into the administrative building of the local school. You head over to the receptionist and apply for the assistant teachers position<br/><br/>
You are told to take a seat, and someone will be out soon to interview you.<br/><br/>
[[Take a Seat|GetJobSchoolTeacherAssistant]]
<</nobr>><<nobr>>
The head of the school comes out of her office, and asks you to follow her for a quick chat.<br/><br/>
Headmistress : "Hi, I see that you are interested in a job here. We currently do not require much in the way of qualifications, just that you have a clean criminal record and turn up to work sober."
<br/>
<br/>
Headmistress : "We currently pay $70 a shift for our assistant teachers, and you will be working alongside a teacher at all times. Does this sound like something that would interest you?"
<br/><br/>
<<if $job == "None">>
[[Yes|AcceptJobTeachingAssistant]]
<<else>>
Yes - You currently have a job
<</if>><br/>
[[No|Look for a Job]] <br/>
<</nobr>><<nobr>>
You accept the job working for the school as a classroom assistant. You head out into the schools corridors feeling pleased with yourself.
<br/><br/>
[[Back to School|School]]
<<set $job = "Teaching Assistant">>
<</nobr>><<nobr>>
<<set $variable to random(5)>>
<div class="image-container image-med">
[img[images/places/school/school.jpg]]
</div>
You work at the school for a few hours, helping around with the classes. You recieved $70 for your efforts.<br/><br/>
<<if $variable == 0>>
<<if $relationshipWilson gte 50>>
You come across Mr Wilson in the hallway after you've been helping teach one of your classes.<br/>
He asks you for your help in his classroom regarding needing a second pair of eyes for a pupils coursework.<br/><br/>
[[Offer your help|JokeAndFlirtTeacher]]
<<else>>
Whilst you were working at the school, you find yourself chatting to Mr Wilson, one of the teachers here. Your relationship with him has increased.<br/><br/>
<</if>>
<</if>>
Corruption - 1<br/>
Energy - 45<br/>
Inhibition + 2<br/>
Money + 70
<br/><br/>
<<set $energy -= 45>>
<<set $money += 70>>
<<set $inhibition += 2>>
<<set $corruption -= 1>>
<<set $mood -= 2>>
<<set $relationshipWilson += 5>>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You walk further into the cafe with Sal<br/><br/>
Sal : "So I see that you want your old job back? Unfortunately it isn't going to be as easy as you just walking back in here and asking for it." <br/><br/>
Sal : "You let me down $name. I feel like your going to have to make it up for me to get your job back, if you know what I mean?"<br/><br/>
<<if $inhibition lte 600 or $money lte 300>>
[[Offer yourself|OfferYourselfJobBack]]<br/>
<</if>>
[[Refuse and go home|SS-LivingRoom]]
<</nobr>><<nobr>>
You move your way over to Sal, telling him that you are willing to help him out, on the condition that you both head to the back in private.<br/>
You drag him in his office around the back and hesitantly strip down to your birthday suit.<br/>
You want to maintain some resemblance of control of the situation, so you push Sal down, and straddle yourself ontop of him.
<video width="480" height="400" autoplay loop>
<source src="images/cafe/fucking-couch.mp4" type="video/mp4">
</video>
<br/><br/>
You ride Sal until he is about to cum, where you move yourself off him and let him cum all over his chest. As he lies there in ecstasy, you take this as your opportunity to scramble for your clothes and head out.
<br/><br/>
It looks like you have successfully gotten your job back.<br/><br/>
Arousal - 15<br/>
Corruption + 5<br/>
Inhibition - 5<br/>
Mood - 5<br/>
<<set $inhibition -= 5>>
<<set $corruption += 5>>
<<if $mood gte 5>><<set $mood -= 5>><<else>><<set $mood = 0>><</if>>
<<if $arousal gte 15>><<set $arousal -= 15>><<else>><<set $arousal = 0>><</if>>
<<set $job = "Sals Cafe">>
<<set $firstTimeSals eq true>>
<<set $salsJob = "Offered">>
<br/>
[[Go back home|SS-LivingRoom]]
<</nobr>><<nobr>>
A guy in a van pulls up beside you, and asks you if you would be able to show him how to get to town from here.<br/><br/>
You get a weird vibe of this guy, his van is old and run down, and he looks to be very nervous and agitated.<br/><br/>
[[Get in the van and show him|GetInVanAndShow]]<br/>
[[Refuse and get somewhere less secluded|Park]]
<</nobr>><<nobr>>
You get in the strangers van, perhaps against your instincts and start to exchange plesantries and small talk.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/helpless-teen-park2.mp4" type="video/mp4">
</video>
<br/><br/>
<br/><br/>
You start to let him know what turns he needs to take, and where you need to drive to before [[things turn bad|RapedInPark1]]
<</nobr>><<nobr>>
The driver starts to pull into a quieter part of the park, against your directions. Before you can fully asses the situation, you find him climbing ontop of you, pressing his whole weight onto you, preventing your from being moved.<br/><br/>
You feel his hand reach your your bottoms, and rip them off, next moving to your top. Before you realize what is going on, he has started to shove his cock into your mouth.
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/helpless-teen-park3.mp4" type="video/mp4">
</video>
<br/><br/>
You start to get fucked by this stranger, against your will in the front seat of his van. You scream but no-one comes to your aid, as your pussy gets aggressively violated by this man.<br/><br/>
You can feel him getting close, and even though you try to resist him, he finishes inside your pussy.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/park/push-out-creampie.webm" type="video/webm">
</video>
<br/><br/>
<<if $pillTaken == true>>
Although you suffered a terrible ordeal, you are atleast glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(50)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
<</if>>
To make matters worse you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
Arousal - 15<br/>
Corruption + 5<br/>
Inhibition - 5<br/>
Mood - 25<br/>
<<set $inhibition -= 5>>
<<set $corruption += 5>>
<<if $mood gte 25>><<set $mood -= 25>><<else>><<set $mood = 0>><</if>>
<<if $arousal gte 15>><<set $arousal -= 15>><<else>><<set $arousal = 0>><</if>>
<br/>
[[You scramble out of the van, and get away|Park]]
<</nobr>><<nobr>>
<<if ndef $classEnrolled>><<set $classEnrolled = "None">><</if>>
<<if ndef $courseStarted>><<set $courseStarted = false>><</if>>
<<if ndef $courseStarting>><<set $courseStarting = false>><</if>>
You arrive at the local school.<br/><br/>
<div class="image-container image-med">
[img[images/places/school/school.jpg]]
</div><br/><br/>
<<if $day lte 5>>
<<if $job eq "None">>
<<if $energy gte 15>>
<<if $mood gte 25>>[[Assistant Teacher at a School|TakeJobSchool]]<<else>>Assistant Teacher at a School (You're not in the mood)<</if>><br/>
<<else>>Assistant Teacher at a School (Too Tired)<</if>>
<<elseif $job eq "Teaching Assistant">>
<<if $energy gte 45>>
[[Work|WorkAtSchoolAsAssistant]]<br/><br/>
<<else>>
Work (No Energy)<br/><br/>
<</if>>
<</if>>
<<if $courseStarted == false and $courseStarting == false >>
[[Enroll in a Class|EnrollInSchool]]<br/>
<<elseif $courseStarted == true>>
<<if $daysTilExam == 0>>
Today is the day of the weekly test. You see other students line up outside the centre, do you want to join them?<br/><br/>
[[Take Test|TakeSchoolTests]]<br/>
<<else>>
<<if $energy gte 40>>
<<if $mood gte 15>> [[Go to class|Classroom]]
<<else>>Go to class (Low Mood)<</if>>
<<else>>
Go to class (Too Tired)<</if>><br/>
<</if>>
<<elseif $courseStarting == true>>
Your course has not started yet, come back next week.<br/><br/>
<</if>>
<<if $job eq "Teaching Assistant">>
[[Work|WorkAtSchoolAsAssistant]]<br/>
<</if>>
<<else>>
<b>The School is closed on the weekends.</b><br/>
<</if>>
[[Leave|Outside]]<br/>
<</nobr>><<nobr>>
<<if ndef $masseuseQualification>>
<<set $masseuseQualification = false>>
<</if>>
You walk over to the admissions desk and ask the recptionist what courses they have available to enroll on.<br/><br/>
<table style="width:100%; text-align:center">
<thead>
<th style="width:25%"><b></b></th>
<th style="width:15%"><b>Duration (Weeks)</b></th>
<th style="width:25%"><b>Cost</b></th>
<th style="width:35%"><b></b></th>
</thead>
<tbody>
<tr>
<td><b><u>Vocational Courses</u></b></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Beautician Course</td>
<td>5</td>
<td>$2000</td>
<td><<if $beauticianQualification == false>>[[Enroll|Enroll-Beautician]]<<else>>Earned<</if>></td>
</tr>
<tr>
<td>Masseuse Course</td>
<td>5</td>
<td>$3000</td>
<td><<if $masseuseQualification == false>>
<<if $beauticianQualification == true>>
[[Enroll|Enroll-Masseuse]]
<<else>>
Enroll - (Needs Beautician Qualification
<</if>>
<<else>>
Earned
<</if>>
</td>
</tr>
<tr>
<td><b><u>Degree Courses</u></b></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Teaching Degree</td>
<td>28</td>
<td>$10000</td>
<td>Unavailable</td>
</tr>
</tbody>
</table>
<br/><br/>
[[Back to School|School]]
<</nobr>><<nobr>>
<<if $money gte 2000>>
You hand over the application form to the receptionist, and give her the money for the course.<br/><br/>
She smiles as she hands you your welcome pack and class information sheet, and welcomes you to the school.<br/><br/>
[[Read Course Requirements|BeautyCourseReq]]<br/>
[[School|School]]
<<set $classEnrolled = "Beautician">>
<<set $inschool = true>>
<<set $money -= 2000>>
<<set $courseStarted = false>>
<<set $courseStarting = true>>
<<set $testPreparedness = 0>>
<<set $testsRemaining = 5>>
<<else>>
You cannot afford this course.<br/><br/>
[[Back|School]]
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(3)>>
<<set $learningVariable to random(5,20)>>
<<set $energy -= 40>>
<<if ndef $relationshipWilson>><<set $relationshipWilson = 0>><</if>>
<<if ndef $testPreparedness>><<set $testPreparedness = 0>><</if>>
<<if $classEnrolled == "Masseuse" and $variable == 0>>
You walk into the lesson where there is a massage table laid out in the classroom.<br/><br/>
Mr Wilson : "OK class, today we're going to assess you on your practical skills for the class.<br/><br/>
The students are all assigned partners in which they are to practice their skills on, apart from you. You're a little bit confused until you see the teacher walk towards you.<br/><br/>
Mr Wilson : "Hey $name, the class has odd numbers, so I thought that we could be each others partners." He mentions, barely containing his smile.<br/><br/>
[["Yeah, that's fine"|BuddyUpTeacherMasseuse]]<br/><br/>
<<else>>
You sit down in one of the seats, and try and learn as much as you can about the course materials.<br/><br/>
<<set $testPreparedness += $learningVariable>>
<<set $mood -= 5>>
<<if $testPreparedness lte 20>>
You don't seem to have a very good grasp of this weeks work.
<<elseif $testPreparedness lte 40>>
You seem to be getting the hang of the course workload.
<<elseif $testPreparedness lte 60>>
You know about as much as you don't, you're fairly average within the class.
<<elseif $testPreparedness lte 80>>
You feel confident in your ability of passing this weeks test.
<<else>>
You couldn't be more prepared for the test ahead, even if you wrote it yourself.
<</if>><br/><br/>
<<if $variable lte 2>>
<<if$relationshipWilson gte 25>>
Mr Wilson : "Hey $name, I see you could use some help for the upcoming exam. I can provide some private tutoring after school if you'd like"<br/><br/>
<<if $energy gte 5>>[[Accept private tutor lessons|SchoolAcceptTutorLessons]]<<else>>Accept private tutor lessons (Too Tired)<</if>><br/><br/>
<<else>>
Your teacher Mr Wilson grabs a hold of you as the class is leaving.<br/><br/>
<div class="image-container image-med">
[img[images/places/school/school.jpg]]
</div><br/><br/>
Mr Wilson : "Hey $name, I see you're making some good progress in my class. I hope you can keep it up.<br/><br/>
Relationship with Mr Wilson + 5<br/>
<<set $relationshipWilson += 5>>
<</if>>
<</if>>
<br/>
[[Back to School|School]]
<</if>>
<</nobr>><<nobr>>
Requirements<br/><br/>
<ul>
<li>The course pass rate is 60%.</li>
<li>Tests are every Friday, and count for 20% of the total grade.</li>
<li>Failure to attend the test will result in 0% for that test.</li>
<li>Your course will start the next monday</li>
</ul>
<br/><br/>
<<back>>
<</nobr>><<nobr>>
<b>Warning</b><br/><br/>
Don't use this if you are in the middle of a chain of events. This could break setting certain needed flags for future events. Every effort has been made to prevent this, however I am only human.<br/><br/>
[[Quick Sleep|SleepSSBedroom]]
<</nobr>><<nobr>>
<<if ndef $totalGrade>><<set $totalGrade = 0>><</if>>
<<if ndef $averageGrade>><<set $averageGrade = 0>><</if>>
<<if ndef $examsTaken>><<set $examsTaken = 0>><</if>>
<<if ndef $beauticianQualification>><<set $beauticianQualification = true>><</if>>
You sit down in the test centre and try to answer as many questions about your course as possible.<br/><br/>
<div class="image-container image-med">
[img[images/places/school/test-school.jpg]]
</div><br/><br/>
<<if $testPreparedness gte 100>>
<<set $testPreparedness = 100>>
<</if>>
<<set $totalGrade += $testPreparedness>>
<<set $examsTaken += 1>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
You leave test and await your results. Your teacher quickly gets back to you and informs you of your test score of $testPreparedness.<br/>
This brings your average grade for this class to $averageGrade <br/><br/>
<<if $averageGrade lte 60 and $relationshipWilson gte 45 and $inhibition lte 600 and $testsRemaining != 0>>
Mr Wilson : "It seems as if you're failing this class at the moment $name"<br/><br/>
Mr Wilson : "If you would like, I could arrange it for you to have a better grade, however you'll have to do something for me"<br/><br/>
[[Accept his offer|IncreaseGradeMrWilson]]<br/><br/>
<</if>>
<<set $daysTilExam = 7>>
<<set $testsRemaining -= 1>>
<<set $testPreparedness = 0>>
<<if $testsRemaining == 0>>
<<if $averageGrade gte 60>>
<<if $classEnrolled == "Beautician">>
You have finished your course, and gained a good enough grade to get your qualification in Hair and Beauty, congratulations.<br/><br/>
<<set $beauticianQualification = true>>
<<set $classEnrolled = "None">>
<<set $inschool = true>>
<<set $courseStarted = false>>
<<set $courseStarting = false>>
<<set $testPreparedness = 0>>
<<set $testsRemaining = 0>>
<</if>>
<<if $classEnrolled == "Masseuse">>
You have finished your course, and gained a good enough grade to get your qualification in physical massage theropy, congratulations.<br/><br/>
<<set $masseuseQualification = true>>
<<set $classEnrolled = "None">>
<<set $inschool = true>>
<<set $courseStarted = false>>
<<set $courseStarting = false>>
<<set $testPreparedness = 0>>
<<set $testsRemaining = 0>>
<</if>>
<<else>>
You have unfortunately not been successful in aquiring this qualification.<br/><br/>
<<set $classEnrolled = "None">>
<<set $inschool = true>>
<<set $courseStarted = false>>
<<set $courseStarting = false>>
<<set $testPreparedness = 0>>
<<set $testsRemaining = 0>>
<</if>>
<</if>>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $variable to random(4)>>
<<if $variable eq 4 and $high == true>>
You're sat down in the class, unable to concentrate due to being high when Mr Wilson walks over to your desk with a unhappy look.<br/>
He can smell the sweet aroma from the joint you had earlier, and is furious that you have came to his classroom all doped up<br/><br/>
Mr Wilson : "Young lady, this is unacceptable behavior. You do know that the school has a 'No drugs policy' and you can be expelled for being high on campus?"<br/><br/>
Mr Wilson : "Give me one good reason I shouldn't get you removed from this school at once?"<br/><br/>
Relationship - 10<br/><br/>
<<set $relationshipWilson -= 10>>
[[Beg and plead for his silence|BegAndPleadMrWilsonBlackmail]]<br/>
<<if $inhibition lte 800>>[[Shake your ass for Mr Wilson|ShakeAssMrWilson]]<br/><</if>>
<<if $inhibition lte 700>>[[Let him grope your ass|GropeAssMrWilson]]<br/><</if>>
<<if $inhibition lte 600>>[[Offer him a blowjob|OfferBlowjobMrWilsonBlackmail]]<br/><</if>>
<<if $inhibition lte 500>>[[Offer to have sex|OfferSexMrWilsonBlackmail]]<br/><</if>>
<<else>>
You head down to Mr Wilson's classroom after the lesson is over to start your private lessons.<br/><br/>
<<if $corruption gte 50 and $variable lte 3>>
You are a little bored, do you decide to [[joke and flirt|JokeAndFlirtTeacher]] with the teacher?<br/>
<</if>>
<<if ($corruption gte 75) and ($inhibition lte 900) and ($relationshipWilson gte 50) and $variable lte 3>>
You think that you catch Mr. Wilson checking you out a few times. Do you want to [[spread your legs and mess with him?|MessWithTeacher]]<br/>
<</if>>
<<if ($corruption gte 100) and ($inhibition lte 750) and $arousal gte 50 and $variable lte 3>>
<<if $clothesPanties != "None">>
You are feeling a little horny, and you find yourself daydreaming more about your teacher than actually listening in on the lesson. You feel you hand move towards your panties, do you stop yourself or [[continue|MasturbateClassWithPanties]]<br/>
<<else>>
You are feeling a little horny, and you find yourself daydreaming more about your teacher than actually listening in on the lesson. You feel you hand move towards your pantyless crotch, do you stop yourself or [[continue|MasturbateClassWithoutPanties]]<br/>
<</if>>
<</if>>
<br/>
You feel like you are now better prepared for the upcoming exam, and your relationship with Mr Wilson has improved.<br/><br/>
<<set $energy -=5>>
<<set $relationshipWilson += 5>>
<<if $testPreparedness lte 95>><<set $testPreparedness += 5>><<else>><<set $testPreparedness = 100>><</if>>
[[School|School]]
<</if>>
<</nobr>><<nobr>>
<<if ndef $mood>>[[Set Mood|SetMood]]<<else>>[[Unset Mood|UnsetMood]]<</if>><br/><br/>
<br/><br/>
[[Back to your Bedroom|SS-Bedroom]]
<</nobr>><<nobr>>
<<set $mood = 100>>
[[Back|Debug]]
<</nobr>><<nobr>>
<<unset $mood>>
[[Back|Debug]]
<</nobr>><<nobr>>
Debugging Enabled<br/><br/>
<<set $showDebug = true>>
<<return>>
<</nobr>>
<<nobr>>
Debugging Disabled<br/><br/>
<<set $showDebug = false>>
<<return>>
<</nobr>><<nobr>>
You're feeling a little bored and mischevious, struggling to focus on the lesson. You feign ignorance on the topics being discussed, using it as an excuse to get out of your seat and get close to Mr Wilson.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/flirt-teacher.mp4" type="video/mp4">
</video><br/><br/>
You decide to pull the topic of conversation to more casual matters, and spend some time joking and flirting with your teacher.<br/><br/>
Mr Wilson seems to appreciate the attention, and you feel like your relationship has grown stronger as a result.<br/><br/>
<<set $relationshipWilson += 5>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(1)>>
Mr. Wilson is lecturing you about one thing or another, you're not really interested in what he has to say at the moment. You decide that it would be fun to tease him a little, and show him a glimpse of your <<if $clothesPanties != "None">>panties.<<else>>pussy.<</if>><br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/school/classroom/tease-flash-panties.mp4" type="video/mp4">
</video><br/><br/>
You slowly part your legs, and run your hands down your body to your inner thighs,<<if $clothesPanties != "None">> highlighting your $clothesPanties.<<else>> exposing your bare pussy.<</if>> You hear your teacher stutter and mess up his words, obviously distracted by the show you are putting on.<br/><br/>
<<set $relationshipWilson += 5>>
<<set $inhibition -= 3>>
<<set $corruption += 3>>
<<set $mood += 5>>
<<set $arousal += 10>>
<<if $variable == 0 and $relationshipWilson gte 50>>
You can see Mr Wilson is very distracted, and is unable to continue on with the private tutoring. You could [[suggest he comes to your desk for a closer look|MrWilsonCloserLook]]<br/><br/>
<</if>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(5)>>
You let yourself go, rolling your hands down your body til they reached their destination ad the now wet spot inbetween your legs.<br/>
Feeling a little nervous about being caught, you decided to keep your clothes on, to save you from the embarrasement of being caught by your teacher.<br/><br/>
<video width="450" height="450" autoplay loop>
<source src="images/places/school/classroom/school-masturbate-clothed.mp4" type="video/mp4">
</video><br/><br/>
You subtly rub the outside of your skirt, applying a gentle amount of pressure on your clit, aware that you need to be quiet and inconspicious to prevent yourself from being caught.
<<if $variable lte 4>>
You start rubbing yourself faster. With your teacher being blissfully unaware of your building orgasm, you bite down on your lower lip and bring yourself over the edge.
<br/><br/>
<video width="250" height="250" autoplay loop>
<source src="images/places/school/classroom/orgasm-face-1.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
You close your eyes losing yourself in the moment, before you are brought crashing back to reality after hearing your teacher clear his throat.<br/><br/>
<<if $relationshipWilson lte 75>>
[[You've been busted|BustedTeacherMasturbation]]<br/><br/>
<<else>>
[[You've been busted|BustedTeacherMasturbationNice]]<br/><br/>
<</if>>
<</if>>
<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $mood += 10>>
<<if $mood gte 100>><<set $mood = 100>><</if>>
<<set $arousal -= 25>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Your heart drops, and you are mortified that Mr Wilson has caught you masturbating in his classroom. He looks a little angry and shocked. He immediately calls you up to the front of the room. <br/><br/>
Mr Wilson : "$name, what do you think you're doing? I'm going out of my way to help you with your exams, and this is how you behave?"<br/><br/>
Mr Wilson grabs you by the wrists, and forcefully bends you over his desk. With a quick movement, he yanks your panties down and tells you that you need to be punished.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/school/classroom/school-rip-remove-panties.mp4" type="video/mp4">
</video><br/><br/>
You are let go from the classroom, however you are now not wearing any panties.
<<set $clothesPanties = "None">>
<br/><br/>
<<set $relationshipWilson += 2>>
<<set $inhibition -= 3>>
<<set $corruption += 1>>
<<set $mood -= 2>>
<<set $arousal += 5>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(5)>>
You let yourself go, rolling your hands down your body til they reached their destination ad the now wet spot inbetween your legs.<br/>
You feel more bold about your situation and you quietly stand up from your seat, giving you unrestricted access to your dripping wet pussy.<br/><br/>
<video width="450" height="450" autoplay loop>
<source src="images/places/school/classroom/masturbate-no-panties-upskirt.mp4" type="video/mp4">
</video><br/><br/>
<<if $variable lte 4>>
You rub yourself faster, knowing that you will cum soon. You slide one finger in your slit, whilst your other and goes to town on your clit.<br/><br/>
It doesn't take long before you cum, biting your lip to prevent yourself from being caught.
<br/><br/>
<video width="250" height="250" autoplay loop>
<source src="images/places/school/classroom/orgasm-face-1.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
You start to stand up, but you made too much noise and your teacher has turned around, catching you with one hand under your skirt.<br/><br/>
[[You've been busted|BustedTeacherMasturbationNoPanties]]<br/><br/>
<</if>>
<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $mood += 10>>
<<if $mood gte 100>><<set $mood = 100>><</if>>
<<set $arousal -= 25>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Your heart drops, and you are mortified that Mr Wilson has caught you masturbating in his classroom. He initially looks a little disappointed in one of his favorite students, but that soom changes as he get an idea, and quickly starts making his way to your desk. <br/><br/>
Mr Wilson : "$name, please don't stop on my account. It's refreshing seeing young girls so ... enthusiastic in my class"<br/><br/>
You don't stop, but keep on masturbating yourself infront of your teacher, turning yourself on knowing you're doing something very bad.<br/>
Mr Wilson finally cracks, and reaches over to get a good feel of your pussy. You quickly pull your panties back over, and prevent him from getting a feel.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/school/classroom/no-touch-schoolgirl-panties.mp4" type="video/mp4">
</video><br/><br/>
You get up and leave the classroom, not before turning around and giving Mr Wilson a cheeky smile..
<br/><br/>
<<set $relationshipWilson += 5>>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $mood += 2>>
<<set $arousal += 10>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Your heart drops, and you are mortified that Mr Wilson has caught you masturbating in his classroom. He looks a little angry and shocked. He immediately calls you up to the front of the room. <br/><br/>
Mr Wilson : "$name, what do you think you're doing? I'm going out of my way to help you with your exams, and this is how you behave?"<br/>
Mr Wilson : "If you're going to behave like a slut in my classroom, you may aswell show me what is under your skirt!"<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/school/classroom/lift-skirt-no-panties.mp4" type="video/mp4">
</video><br/><br/>
You slowly lift up your skirt, showing Mr Wilson your bare pussy underneath.<br/>
Mr Wilson : "Nice, now I want you to pay attention in my class from now on. If you don't, expect to make it up to me.<br/><br/>
<br/><br/>
<<set $relationshipWilson += 2>>
<<set $inhibition -= 5>>
<<set $corruption += 1>>
<<set $mood -= 5>>
<<set $arousal += 10>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<if ndef $firstTimeMall>>
<<set $firstTimeMall = true>>
<</if>>
<<if $firstTimeMall eq true>>
<<set $energy -= 10>>
<<set $firstTimeMall = false>>
<</if>>
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:50%"><b>Shopping</b></th>
<th style="width:50%"><b></b></th>
</tr>
</thead>
<tbody>
<tr>
<td>[[Kat's Closet|Store-Clothes]]</td>
<td></td>
</tr>
</tbody>
</table>
[[Leave Mall|Outside]]
<</nobr>><<nobr>>
<<if ndef $storedWhitePanties>><<set $storedWhitePanties = 0>><</if>>
<div style="width:48%; margin-right:4%; padding-top:5%; float:left;">
You walk into a brightly lit shop. They seem to sell a range of everyday clothes here.
</div>
<div style="width:48%; float:left">
<div class="image-container">
<video width="400" height="225" autoplay loop muted>
<source src="images/shops/mall/clothes-store/shopping.mp4" type="video/mp4">
</video>
<br/><br/>
</div>
</div>
<br/><br/>
<h4> What are you looking for? </h4>
<br/>
[[Underwear|Store-ClothesUnderwear]]<br/><br/>
[[Swimwear|Store-ClothesSwimwear]]<br/><br/>
<br/>
<br/>
[[Back Outside|Mall]]
<</nobr>>
<<nobr>>
You buy yourself some new underwear.<br/><br/>
<div class="image-container image-med">
[img[images/shops/mall/clothes-store/white-cotton-panties.jpg]]<br/><br/>
</div>
<<set $storedWhitePanties += 1>>
<<set $money -= 30>>
[[Continue Shopping|Store-ClothesUnderwear]]
<</nobr>><<nobr>>
<<set $clothesPanties = "None">>
<<set $storedWhitePanties += 1>>
You remove your white cotton panties.<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $clothesPanties = "White Cotton Panties">>
<<set $storedWhitePanties -= 1>>
You put on your white cotton panties.<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
White Cotton Panties : $storedWhitePanties<br/>
Pink Panties : $storedPinkPanties<br/>
One Piece Swimsuit : $storedOnePiece<br/>
Bikini : $storedBikini<br/>
[[Back to Wardrobe|PlayerWardrobe]]
<</nobr>><<nobr>>
You buy yourself some new underwear.<br/><br/>
<div class="image-container image-med">
[img[images/home/cheap-flat/bedroom/wardrobe/pink-lace-shorts.jpg]]<br/><br/>
</div>
<<set $storedPinkLaceShorts += 1>>
<<set $money -= 50>>
[[Continue Shopping|Store-ClothesUnderwear]]
<</nobr>><<nobr>>
<<set $clothesPanties = "None">>
<<set $storedPinkLaceShorts += 1>>
You remove your pink lace shorts.<br/><br/>
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
<<set $clothesPanties = "Pink Lace Shorts">>
<<set $storedPinkLaceShorts -= 1>>
You put on your pink lace shorts.<br/><br/>
[img[images/home/cheap-flat/bedroom/wardrobe/pink-lace-shorts.jpg]]
[[Back|PlayerWardrobe]]
<</nobr>><<nobr>>
You walk up to Sal, who is behind the counter just out of sight of the customers.<br/><br/>
Sal whips out a phone and shows you a picture of yourself, panties stuffed in mouth, covered in his cum.<br/><br/>
Sal : "$name, I was just looking at this picture out back, thinking of getting off to it when I had the best idea. It's pretty quiet out here, and I'm very confident that you'd be more useful serving me"<br/><br/>
Sal : "We wouldn't want anyone to lose their jobs, or be humiliated by this photo would we?"<br/><br/>
[[Submit yourself to Sals Demands|SubmitSalBlackmail]]
<</nobr>><<nobr>>
You realize that you don't really havea choice in the matter, you don't want that photo getting out, and you also need this job. You reluctantly accept what Sal is trying to say.<br/><br/>
You are led throught the back into Sal's office, where he immediately drops his pants in excitement.<br/><br/>
[[Tease Sal First by Lifting your skirt|TeaseSalLiftSkirt]]<br/>
[[Flash your breasts|SalsFlashBreasts]]<br/>
<<if $inhibition lte 700>>
[[Give Sal a Blowjob at his desk|BlowjobSalDesk]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Fuck Sal Doggystyle|FuckSalDoggyStyle]]
<</if>>
<<set $mood -= 5>>
<</nobr>><<nobr>>
You tell Sal to sit down, and close his office door to give you some privacy.<br/>
Sal : "$name, show me what you're wearing under your skirt"<br/><br/>
<<if $clothesPanties != "None">>
You slowly lift up your skirt, revealing your $clothesPanties for Sal.
<video width="480" height="400" autoplay loop>
<source src="images/cafe/lift-skirt-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
You inform Sal that you are not wearing any panties at the moment, to which he smiles, grabs your ass, and turns you around facing away from him.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/lift-skirt-no-panties.mp4" type="video/mp4">
</video>
<br/><br/>
You feel Sal lift up you skirt, and start to play with your butt cheeks and pussy.<br/><br/>
<</if>>
<<set $inhibition -= 5>>
<<set $mood -= 2>>
<<set $arousal += 10>>
[[Show Sal More|SalsFlashBreasts]]<br/>
[[Give Sal a Blowjob|BlowjobSalDesk]]<br/>
<</nobr>><<nobr>>
<<if $breastSize == "A" or $breastSize == "B">>
You lift up your top, exposing your small $breastSize cup breasts to Sal, who nods in agreement.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/blackmail-remove-top-small-breasts.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $breastSize == "C" or $breastSize == "D">>
You reluctantly lift up your top, exposing your $breastSize cup breasts to Sal. Your resistance seems to make Sal more aroused at the situation.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/blackmail-remove-top.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
Sal : "One of my favorite things about you are your large breasts. Be a good girl and give me a smile and show me them."<br/><br/>
You put on your best fake smile, wanting to keep Sal sweet, whilst you lift your top over your head, exposing your large breasts to him.<br/><br/>
<video width="480" height="400" autoplay loop>
<source src="images/cafe/flash-large-breasts.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $inhibition -= 5>>
<<set $mood -= 2>>
<<set $arousal += 5>>
[[Give Sal a Blowjob|BlowjobSalDesk]]<br/>
<<if $inhibition lte 500>>
[[Fuck Sal Doggystyle|FuckSalDoggyStyle]]
<</if>>
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You drop to your knees infront of Sal, who is patiently waiting with his dick in his hand.<br/><br/>
You wrap your hand around his hard member, and slowly, reluctantly take it into your mouth.<br/><br/>
<video width="500" height="420" autoplay loop>
<source src="images/cafe/blackmail-suck.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $variable == 0>>
Sal pushes your head away, and stand up from his chair, leaving you on your knees. He forces his cock in your mouth, and starts to thrust himself into the back of your throat.<br/><br/>
<video width="500" height="420" autoplay loop>
<source src="images/cafe/blackmailed-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
Sal looks like he is almost ready to [[cum|SalCumMouthBlackmail]] down your throat.<br/>
<<else>>
Sal looks like he is almost ready to cum.<br/><br/>
[[Cum on Face|SalCumOnFace]]<br/>
[[Cum in Mouth|SalCumInMouth]]<br/>
<</if>>
<</nobr>><<nobr>>
You drop to your knees infront of Sal, who is patiently waiting with his dick in his hand.<br/><br/>
Sal : "I want you on all fours as I take you from behind."<br/><br/>
You oblige with his request, and get on all fours, with your face down, presenting your ass to your boss.<br/><br/>
<video width="500" height="420" autoplay loop>
<source src="images/cafe/doggy-behind.webm" type="video/webm">
</video>
<br/><br/>
[[Cum on Ass|CumOnAssSals]]<br/>
<<if $inhibition lte 650>>
[[Facial|CumOnFaceSalCafeBlackmail]]
<</if>>
<</nobr>><<nobr>>
<<set $tips to random(15, 40)>>
Sal forces his cock down your throat for the last time. He unloads his seed down your throat, however you can't manage it all. You choke on his cum as it pumps deep down your throat and spurts out of your mouth and nose.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/cafe/cum-deepthroat-forced.mp4" type="video/mp4">
</video>
<br/><br/>
Your tips are lower as the time spent with Sal prevented you from working as much.<br/><br/>
[[Clean up and quietly finish your shift|SS-LivingRoom]]<br/><br/>
Arousal + 15<br/>
Corruption + 10<br/>
Inhibition - 15<br/>
Money + 50 (+ $tips tips)<br/>
Mood - 5<br/><br/>
<<set $corruption += 10>>
<<set $inhibition -= 15>>
<<set $arousal += 15>>
<<set $mood -= 5>>
<<set $money += 50>>
<<set $money += $tips>>
<</nobr>><<nobr>>
<<set $tips to random(15, 40)>>
Sal groans as he starts to cum. He pulls his dick out and grabs you by your hair. You feel your head get slammed onto his desk, and the unmistakeable wetness of a mans cum rolls down your cheeks.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/cafe/cum-face-table.mp4" type="video/mp4">
</video>
<br/><br/>
Your tips are lower as the time spent with Sal prevented you from working as much.<br/><br/>
Arousal + 15<br/>
Corruption + 10<br/>
Inhibition - 12<br/>
Money + 50 (+ $tips tips)<br/>
Mood - 2<br/><br/>
[[Clean up and quietly finish your shift|SS-LivingRoom]]
<<set $corruption += 10>>
<<set $inhibition -= 12>>
<<set $arousal += 15>>
<<set $mood -= 2>>
<<set $money += 50>>
<<set $money += $tips>>
<</nobr>><<nobr>>
<<set $tips to random(15, 40)>>
Sal groans as he starts to cum in your mouth. Your head is held in place as he cums into your now open mouth, you let his cum roll off your tounge onto his office floor.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/cafe/cum-face-open-mouth.mp4" type="video/mp4">
</video>
<br/><br/>
Your tips are lower as the time spent with Sal prevented you from working as much.<br/><br/>
[[Clean up and quietly finish your shift|SS-LivingRoom]]<br/><br/>
Arousal + 15<br/>
Corruption + 10<br/>
Inhibition - 12<br/>
Money + 50 (+ $tips tips)<br/>
Mood - 2<br/><br/>
<<set $corruption += 10>>
<<set $inhibition -= 12>>
<<set $arousal += 15>>
<<set $mood -= 2>>
<<set $money += 50>>
<<set $money += $tips>>
<</nobr>><<nobr>>
<<set $tips to random(15, 45)>>
You feel Sal pull out of your hole and start furiously jerking himself.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/cafe/cum-on-ass.mp4" type="video/mp4">
</video>
<br/><br/>
He unloads his seed all over your ass, then sits back and admires the view.<br/><br/>
Your tips are lower as the time spent with Sal prevented you from working as much.<br/><br/>
[[Clean up and quietly finish your shift|SS-LivingRoom]]<br/><br/>
Arousal -5 <br/>
Corruption + 10<br/>
Inhibition - 16<br/>
Money + 50 (+ $tips tips)<br/>
Mood - 2<br/><br/>
<<set $corruption += 10>>
<<set $inhibition -= 16>>
<<set $arousal -= 15>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $mood -= 2>>
<<set $money += 50>>
<<set $money += $tips>>
<</nobr>><<nobr>>
<<set $tips to random(15, 45)>>
You feel Sal pull out of your hole and start furiously jerking himself.<br/>
You turn around and move your face closer to his cock, begging him to cum over your face. Sal is more than happy with your initiative and patience as he rewards you with his large load.<br/><br/>
<video width="500" height="600" autoplay loop>
<source src="images/cafe/patiently-waiting-facial.webm" type="video/webm">
</video>
<br/><br/>
Your tips are lower as the time spent with Sal prevented you from working as much.<br/><br/>
[[Clean up and quietly finish your shift|SS-LivingRoom]]<br/><br/>
Corruption + 10<br/>
Inhibition - 18<br/>
Money + 50 (+ $tips tips)<br/>
<<set $corruption += 10>>
<<set $inhibition -= 18>>
<<set $money += 50>>
<<set $money += $tips>>
<</nobr>><<nobr>>
<<set $eventVariable to random(10)>>
You work at the beauty salon for a few hours, providing manicures and beauty treatments for clients. You recieved $100 for your efforts.<br/><br/>
Corruption - 1<br/>
Energy - 45<br/>
Inhibition + 2<br/>
Money + 100
<br/><br/>
<<if $eventVariable == 0>>
Before the end of your shift, you hear a noise coming from one of the tanning rooms.<br/><br/>
[[Investigate|InvestigateNoiseTanningRoom]]<br/><br/>
<</if>>
<<set $energy -= 45>>
<<set $money += 100>>
<<set $inhibition += 2>>
<<set $corruption -= 1>>
<<set $mood -= 2>>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You show your qualifications to the store owner, who informs you that there is a space opening for a young and budding beauty entrepreneur.<br/>
You take the job, and can now work at the Beauty Salon.<br/><br/>
<<set $job = "Beautician">>
[[Back to Salon|Store-Salon]]
<</nobr>><<nobr>>
Mr Wilson doesn't take much to convince him to come over.<br/><br/>
<<if $clothesPanties != "None">>
You give him a closer look at your panties, showing off your $clothesPanties, as you seductively rub your mound for him.<br/>
Mr Wilson, unable to hold himself back, grabs hold of you, and lifts you up out of your seat. He instantly dives for your behind, rubbing your ass and pussy through the fabric of the material.<br/>
As you let out a little moan, he takes this as a cue to go further, placing his other hand down the front of your panties, and directly rubbing your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/feel-ass-panties.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
You give him a closer look at your pussy, seductively rubbing your mound and lips for him. You let out a little moan as you bring yourself close to orgasm, your teacher, Mr Wilson looks in awe, and desperate to get involved.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/masturbate-upskirt-no-panties.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $relationshipWilson += 5>>
<<if $relationshipWilson gte 75>>
[[You let Mr. Wilson push it further|MrWilsonPushFurther]]<br/>
<</if>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(5)>>
You're now stood in the classroom with Mr Wilson, both waiting on each others moves.<br/><br/>
<<if $clothesPanties != "None">>
<<if $inhibition lte 800>>
[[Tease Mr Wilson with your Panties|MrWilsonTeasePanties]]<br/>
<</if>>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
[[Stop the fun and leave the room|School]]
<</nobr>><<nobr>>
You give permission for Mr Wilson to remove your panties.
<br/>
<<if $clothesPanties == "White Cotton Panties">>
Without hesitating you are bent over a desk with your skirt flipped up over your ass, exposing yourself in your white cotton panties. Savouring the moment, your panties are peeled from your bottom. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/white-panties/school-pull-down-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $storedWhitePanties += 1>>
<<elseif $clothesPanties == "Pink Lace Shorts">>
Without hesitating you are bent over a desk with your skirt flipped up over your ass, exposing yourself in your pink lacy boyshorts. Savouring the moment, your panties are peeled from your bottom. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-rip-remove-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $storedPinkLaceShorts += 1>>
<</if>>
<<set $clothesPanties = "None">>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<br/><br/>
[[Things are moving too quick, make an excuse and leave|School]]
<</nobr>><<nobr>>
You push your teacher down onto an available chair and start to work his cock with your hands, ensuring that he is excited enough for you to take him into your mouth. You slowly move your lips to the tip of his head, gently kissing his erect penis, cruelly teasing him. <br/>
Mr Wilson can't take much more, and starts to gently push your head down, letting his member part your lips, and slide inside your warm, wet, mouth.<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/white-panties/blowjob-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/pink-lace-panties/blowjob-pink-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "None">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/blowjob-lingerie.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Make him cum on your face|CumFaceMrWilsonSchool]]<br/><br/>
<<if $clothesPanties != "None">>
<<if $inhibition lte 800>>
[[Tease Mr Wilson with your Panties|MrWilsonTeasePanties]]<br/>
<</if>>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<br/>
[[Stop the fun and leave the room|School]]
<</nobr>><<nobr>>
You move clear of your desk, and tell Mr Wilson that he can only watch.
<br/>
<<if $clothesPanties == "White Cotton Panties">>
You pull up your skirt, exposing your $clothesPanties. You start to pull on your underwear, exposing the outline of your fresh teen lips, a perfect cameltoe for your favorite teacher.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/white-panties/tease-white-panties-cameltoe.mp4" type="video/mp4">
</video>
<br/><br/>
[[Tease Further|Tease2WhitePantiesSchool]]<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
You pull up your skirt, exposing your $clothesPanties. You start to pull on your underwear, exposing the outline of your fresh teen lips, a perfect cameltoe for your favorite teacher.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/pink-lace-panties/pink-panties-tease.mp4" type="video/mp4">
</video>
<br/><br/>
[[Tease Further|Tease2PinkLacePantiesSchool]]<br/><br/>
<</if>>
<<if $clothesPanties != "None">>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<br/>
[[Stop the fun and leave the room|School]]
<</nobr>><<nobr>>
You start seductively dancing, gyrating your hips and periodically lifting your skirt. You feel Mr Wilson appreciated the view of you without your panties on.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-dance-just-skirt.webm" type="video/webm">
</video>
<br/><br/>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<br/>
[[Stop the fun and leave the room|School]]
<</nobr>><<nobr>>
You go along with being bent over Mr Wilsons desk, as he positions himself behind you.<br/> You feel your skirt being hiked up, exposing your bare ass and pussy to your teacher. The tip of his penis press against your lips, you're unsure if the moisture you're feeling is his precum, or your own arousal.<br/><br>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-doggy.mp4" type="video/mp4">
</video>
<br/><br/>
[[Cum Inside|MrWilsonCumInside]]<br/><br/>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<br/>
<</nobr>><<nobr>>
Seeing the delight on your teachers face you start getting more brave with your teasing, pulling harder on your panties so they slide inbetween your now wet pussylips. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/white-panties/tease-white-panties-cameltoe2.mp4" type="video/mp4">
</video>
<br/><br/>
[[Tease Further|Tease3WhitePantiesSchool]]<br/><br/>
<<if $clothesPanties != "None">>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<</nobr>><<nobr>>
You place your hands strategically inside your panties, without relenting on the tugging, you have maneuvered your fingers to be just over your clit. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/white-panties/tease-white-panties-flash.mp4" type="video/mp4">
</video>
<br/><br/>
You stroke yourself, making yourself more aroused and wet. All the while Mr Wilson starts rubbing himself at the view of your sweet teen pussy in the gaps of your panties.<br/><br/>
<<if $clothesPanties != "None">>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<<set $arousal += 5>>
<<set $relationshipWilson += 2>>
<<set $inhibition -= 2>>
<</nobr>><<nobr>>
Mr Wilson pulls out of your mouth, and cums all over your pretty face. You keep sucking, trying to clean his cock like a good little pupil.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/sucking-after-facial.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 15<br/>
Corruption + 5<br/>
Inhibition - 15<br/>
<<set $arousal += 15>>
<<set $inhibition -= 15>>
<<set $corruption += 5>>
<<set $mood += 2>>
<<set $relationshipWilson += 2>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
You keep getting fucked hard, constantly being dragged around the room, in multiple positions. You lose count of how many times you've came, all you know is that your teacher is getting close.<br/><br/>
Mr Wilson : "Oh god I'm gonna cum"<br/><br/>
$name : "Oh ... Oh .... Yeah, cum for me"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/creampie.mp4" type="video/mp4">
</video>
<br/><br/>
He takes that as his cue that it's okay to cum inside of you, releasing his seed into your awaiting pussy.<br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Mr Wilson">>
<</if>>
<</if>>
<</if>>
You dress yourself as best you can, and head out of the classroom.<br/><br/>
Arousal - 20<br/>
Corruption + 5<br/>
Inhibition - 15<br/>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 5>>
<<set $mood += 5>>
<<set $relationshipWilson += 5>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Seeing the delight on your teachers face you start getting more brave with your teasing, pulling harder on your panties so they slide inbetween your now wet pussylips. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/pink-lace-panties/pull-panties-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $clothesPanties != "None">>
<<if $inhibition lte 700>>
[[Let Mr Wilson remove your Panties|MrWilsonRemovePanties]]<br/>
<</if>>
<</if>>
<<if $inhibition lte 600 and $clothesPanties == "None">>
[[Dance for Mr Wilson|MrWilsonDance]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Give Mr Wilson a Blowjob|MrWilsonBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400 and $clothesPanties == "None">>
[[Have Sex with Mr Wilson|MrWilsonSexClassroom]]<br/>
<</if>>
<</nobr>><<nobr>>
You jump on one of the treadmills, a little out of sight of the other gym members. You look around to ensure no-one is paying you any attention, when you slowly flash your breasts to the unsuspecting room.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/gym/flash-gym.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 10<br/>
Corruption + 1<br/>
Inhibition - 5<br/>
Mood + 10<br/>
[[Back to Gym|Gym]]
<<set $corruption += 1>>
<<set $inhibition -= 5>>
<<set $arousal += 10>>
<<set $energy -= 5>>
<<set $mood += 10>>
<</nobr>><<nobr>>
<<set $energy -= 5>>
<<set $mood += 5>>
You decide that you want to be a little naughty in the park, and head off down a more secluded path.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/park/flash-park.mp4" type="video/mp4">
</video><br/><br/>
You start by rubbing your pussy through your clothes, driving your arousal forward, giving you the confidence and motivation to keep going. You quickly start to strip off your clothes, trying to avoid being caught as you start to streak through the park.<br/><br/>
Arousal + 5<br/>
Inhibition - 5 <br/>
Mood + 5 <br/>
<<set $arousal += 5>>
<<set $inhibition -= 5>>
[[Back to Park|Park]]
<</nobr>><<nobr>>
<<set $energy -= 25>>
<<if $beauty lte 200>>
<<set $beauty += 5>>
<</if>>
<<set $money -= 50>>
<<set $videoVariable to random(4)>>
<<set $eventVariable to random(2)>>
You start your 1 on 1 session with the personal trainer. You excersise harder than you have every worked out before, and feel much better for it.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/workout-1.mp4" type="video/mp4">
</video>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/workout-2.mp4" type="video/mp4">
</video>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/workout-3.mp4" type="video/mp4">
</video>
<<elseif $videoVariable == 3>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/workout-4.mp4" type="video/mp4">
</video>
<<elseif $videoVariable == 4>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/workout-5.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
<<if ($inhibition lte 900 or $arousal gte 50) and ($eventVariable lte 1)>>
You're feeling a little frisky, and decide to try and tease the instructor a little.<br/><br/>
[[Tease using a fitness ball|TeaseFitnessBall]]<br/>
<<if $inhibition lte 750>>
[[Grind whilst squatting|TeaseGrindWhilstSquat]]<br/>
<</if>>
<</if>>
<br/><br/>
Energy - 25<br/>
Beauty + 5<br/>
Money - 50
<br/><br/>
[[Head back to the Fitness Center|Gym]]
<</nobr>><<nobr>>
You are now automatically applying makeup after you shower<br/><br/>
<<set $autoMakeup = false>>
<<set $autoMakeupShower = true>>
[[return|Manage]]<br/>
<</nobr>><<nobr>>
You jump on the medicine ball, performing your required stretches and balancing excersises. However you ensure that you position your "best features" always at the instructor, making it almost impossible for him to ignore your curves.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/tease-gym-ball.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 2>>
<<if $inhibition lte 875>>
[[Push it a little further|TeaseRemoveTopPersonalTrainer]]<br/>
<</if>>
[[Head back to the Fitness Center|Gym]]
<</nobr>><<nobr>>
Your next excersice involves you performing some squats with weights in your hands.<br/>
You decide to play dumb, and ask if he can come over to make sure your doing it correctly.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/tease-cock-gym.mp4" type="video/mp4">
</video>
<br/><br/>
This was all part of your plan, waiting for him to position himself behind you, you back up just enough that you end up using your body to grind against his.<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 2>>
<<if $inhibition lte 650>>
[[Move onto the mats and keep teasing|TeaseGrindWhilstStretching]]<br/>
<</if>>
[[Head back to the Fitness Center|Gym]]
<</nobr>><<nobr>>
You're lead across the gym into one of the yoga rooms, where you both try and find some space on the mats.<br/>
With the feeling of your tight ass fresh in his mind, your instructor decides to push his luck, and gets you to do some stretches with you on all fours.<br/>
You mischievously position your ass towards him, knowing he will be getting an almost irresistable view. What you didn't expect was his hands making contact with your hips, followed by his hard erect cock pressing up between your cheeks. He attempts to justify this behavior as "instruction" but you know he's secretly getting off on groping your young body.
<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/tease-gym-ass.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 2>>
<<set $corruption += 2>>
<<if $arousal gte 80 or $inhibition lte 650>>
[[Lean in for a kiss|LeanInKissTrainer]]<br/>
<</if>>
[[That's enough fun, end the session|Gym]]
<</nobr>><<nobr>>
You decide to push it a little further.<br/>
Complaining that you are too hot, you start to remove your gym top leaving only a sports bra on underneath. Taking advantage of this situation, you pick up some weights and start to perform some excersices infront of your trainer.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/strip-top-tease.mp4" type="video/mp4">
</video>
<br/><br/>
You can clearly see that he is enjoying the view from his POV, and you're tempted about taking this further.<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 2>>
<<set $corruption += 2>>
<<if $arousal gte 80 or $inhibition lte 650>>
[[Lean in for a kiss|LeanInKissTrainer]]<br/>
<</if>>
[[That's enough fun, end the session|Gym]]
<</nobr>><<nobr>>
You momentarily stop toying with your trainer. Your eyes meet as you slowly walk towards him, never breaking eye contact.<br/>
<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/gym/personal-trainer/kiss-trainer-gym.mp4" type="video/mp4">
</video>
<br/><br/>
You walk over and place your lips against his, you both become locked in a passionate embrace.<br/>
<<set $arousal += 5>>
<<set $inhibition -= 1>>
<<set $corruption += 1>>
<<if $inhibition lte 625 or $arousal gte 80>>
[[Find a secluded place, and pull out his cock|PullOutCockGym]]<br/>
<</if>>
<<if $inhibition lte 600 or $arousal gte 80>>
[[Tease him a little further|TeaseOnGymLegPress]]<br/>
<</if>>
<br/>
[[That's enough fun, end the session|Gym]]
<</nobr>><<nobr>>
You walk over to a secluded part of the gym, where you're not likely to get caught.<br/>
You lay the trainer down on a unused bench, and start to pull down his shorts, releasing his already erect member.
<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/tease-exposed-cock.mp4" type="video/mp4">
</video>
<br/><br/>
Using your behind, you gently sit on his lap and start gyrating over his shaft. He quietly moans in pleasure as the fabric excites him.<br/>
<<set $arousal += 5>>
<<set $inhibition -= 4>>
<<set $corruption += 2>>
<<if $inhibition lte 600 or $arousal gte 80>>
[[Remove your shorts|RemoveYourShortsGym]]<br/><br/>
<</if>>
[[That's enough fun, end the session|Gym]]
<</nobr>><<nobr>>
You stand up and turn around moving towards a wall mirror, leaving him sat on the bench alone.<br/>
You slowly start to wiggle out of your shorts, leaving yourself with just your panties on in the gym.
<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/tease-remove-shorts.mp4" type="video/mp4">
</video>
<br/><br/>
The thought that you could be caught at any moment is exciting you further<br/><br/>
<<set $arousal += 10>>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<if $arousal gte 100 or $inhibition lte 350>>
[[You've become too horny to care about anyone else, fuck your trainer|FuckTrainerGym]]<br/>
<</if>>
<br/>
[[Stop now before you are caught|Gym]]
<</nobr>><<nobr>>
You let the teasing calm down for a while, focusing your attention on the workout.<br/>
This confuses your trainer, who has now become obsessed with your body, and desperate to fuck you. Taking advantage of this, you suggest that you should go focus on some leg workouts on the machines in the corner.
<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/gym/personal-trainer/pull-panties-side.mp4" type="video/mp4">
</video>
<br/><br/>
As you are going through your repetitions, you decide now would be a great time to continue with your teasing. You slowly slide your hand down to your shorts, and pull them to one side exposing your fresh teen pussy.<br/>
<<set $arousal += 5>>
<<set $inhibition -= 1>>
<<set $corruption += 1>>
<<if $beauty lte 200>>
<<set $beauty += 1>>
<</if>>
<<if $inhibition lte 625 or $arousal gte 80>>
[[Find a secluded place, and pull out his cock|PullOutCockGym]]<br/>
<</if>>
<br/>
[[That's enough fun, end the session|Gym]]
<</nobr>><<nobr>>
You're dripping wet from all the sexual tension built up over the training session, and you're desperate to fuck.<br/>
Without a care for the other members of the gym, you lead your trainer to some machines in a secluded corner, and pull on his exposed cock as you force him down on one of the benches.
<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/ride-cock-gym.mp4" type="video/mp4">
</video>
<br/><br/>
You slowly lower your body ontop of his, sliding your pussy down his rock solid shaft. You only have just enough control to stifle your moans of pleasure as you bounce up and down on his dick.<br/><br/>
[[Make him cum|CumPersonalTrainerGymDoggystyle]]
<</nobr>><<nobr>>
He slowly pushes you off his lap, forcing you down onto the floor. Laughing as he tells you that "you're going to finish up with some mat work".<br/>
He enters you from behind. Ramming his cock into your wet pussy, you can't help but notice that you've been spotted by some members, and have attracted a little audience.
<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/gym/personal-trainer/doggy-gym-facial.mp4" type="video/mp4">
</video>
<br/><br/>
Before you know it, you are flipped round, with your trainer moving his body over yours. Even though you know what is about to happen, your're still taken by suprise when the first stream of cum hits your face.<br/><br/>
<<set $arousal -= 45>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 10>>
<<set $corruption += 5>>
<br/>
[[Clean yourself up in the bathrrom and go back to the Gym|Gym]]
<</nobr>><<nobr>>
[img[images/places/park/park.jpg]]<br/><br/>
You start to casually ask around for information regarding who is selling them their product.<br/>
One of the men from the crowd steps forward and introduces himself as Jake.<br/><br/>
Jake : "If you're ever looking for a hook up, just come find me. Most day's I'll be found here in the park."<br/><br/>
<i>You now have a weed dealer.</i><br/><br/>
<<set $weedDealer = true>>
[[Back to Park|Park]]
<</nobr>><<nobr>>
<<if ndef $weed>><<set $weed = 0>><</if>>
You head towards Jake, the dealer and enquire about what he has for sale.<br/>
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:50%"><b>Amount</b></th>
<th style="width:50%"><b>Cost</b></th>
</tr>
</thead>
<tbody>
<<if $money lte 50 or $corruption gte 400>>
<tr>
<td>Ask for some Free Weed</td>
<td>[[Beg|BegWeedFree]]</td>
</tr>
<</if>>
<tr>
<td>Eighth (3.5g)</td>
<td>[[$50|BuyEigthWeed]]</td>
</tr>
<tr>
<td>Quarter (7g)</td>
<td>[[$100|BuyQuarterWeed]]</td>
</tr>
<tr>
<td>Half (14g)</td>
<td>[[$200|BuyHalfWeed]]</td>
</tr>
<tr>
<td>Ounce (28g)</td>
<td>[[$400|BuyOunceWeed]]</td>
</tr>
</tbody>
</table>
<br/><br/>
[[Leave|Park]]
<</nobr>><<nobr>>
<<if $money gte 50>>
<<set $weed += 7>>
<<set $money -= 50>>
You purchased a 3.5g bag of weed.
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Back to the Park|Park]]
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $weed += 14>>
<<set $money -= 100>>
You purchased a 7g bag of weed.
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Back to the Park|Park]]
<</nobr>><<nobr>>
<<if $money gte 200>>
<<set $weed += 28>>
<<set $money -= 200>>
You purchased a 14g bag of weed.
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Back to the Park|Park]]
<</nobr>><<nobr>>
<<if $money gte 400>>
<<set $weed += 56>>
<<set $money -= 400>>
You purchased a 28g bag of weed.
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Back to the Park|Park]]
<</nobr>><<nobr>>
<<set $randomAddictionChance to random(10)>>
<<if ndef $high>><<set $high = false>><</if>>
You rollup a joint from your stash and smoke it in the park. You feel quite buzzed.<br/><br/>
<video width="400" height="400" autoplay loop>
<source src="images/places/park/smoke-weed.mp4" type="video/mp4">
</video><br/><br/>
<br/><br/>
Corruption + 5<br/>
Inhibition - 5<br/>
Energy - 5<br/>
Mood + 5<br/>
<<set $corruption += 5>>
<<set $inhibition -= 2>>
<<set $energy -= 5>>
<<set $mood += 5>>
<<if $high == false>>
You are now High<br/>
<i>Your inhibition has been temporarily lowered, and your corruption raised.</i><br/>
<<set $high = true>>
<<set $inhibition -= 50>>
<<set $corruption += 25>>
<</if>>
<<if $randomAddictionChance eq 0 and $addictedSmokes eq false>>
You have become addicted to Weed.<br/><br/>
<<set $addictedWeed = true>>
<</if>>
[[Back|Park]]
<</nobr>><<nobr>>
<<if $money gte 50>>
You lie and try and fool Jake into thinking you don't have any money.<br/><br/>
<<else>>
You try and explain to Jake your lack of money situation.<br/><br/>
<</if>>
Jake : "I'm sorry, but I'm not running a charity here. If you want weed, you're going to have to pay for it."<br/><br/>
<<if $inhibition lte 750>>
<<if $energy gte 10>>
[[Make him an offer he can't refuse|MakeOfferCantRefuseWeed]]<br/>
<<else>>
Make him an offer he can't refuse (No Energy)<br/>
<</if>>
<</if>>
[[Accept this and leave|Park]]
<</nobr>><<nobr>>
Jake looks at you puzzled.<br/><br/>
Jake : "What can you offer me that's better than money?"<br/><br/>
<<if $inhibition lte 750>>
[[Flash Breasts|FlashBreastsFreeWeed]]<br/>
<</if>>
<<if $inhibition lte 550 and $clothesPanties != "None">>
[[Trade Panties|TradePantiesFreeWeed]]<br/>
<</if>>
[[Nothing|Park]]<br/>
<<set $energy -= 10>>
<</nobr>><<nobr>>
You offer to flash your breasts for some free weed, and ask how much he would give you for it.<br/>
Jake : "I can give you this small 1g bag of shake, depends on how nice your tits are."<br/><br/>
You accept his offer, and slowly pull up your shirt and bra, baring your breasts in public for him.<br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/places/park/flash-breasts.mp4" type="video/mp4">
</video>
<br/><br/>
You are given a small 1g bag of weed, and told to leave him alone. <<if $corruption lte 200>> You feel ashamed what you have had to resort to.<</if>><br/><br/>
<<set $inhibition -= 3>>
<<set $corruption += 2>>
<<set $weed += 2>>
Weed + 1g<br/>
[[Back to the Park|Park]]<br/>
<</nobr>><<nobr>>
You offer to trade your panties in exchange for some weed, and you ask how much he would give you for them.<br/>
Jake : "Interesting, I know some guys who would love to buy your panties, and I'll be able to get a good price for them. I can give you this 3g bag here if you're interested"<br/><br/>
You accept his offer, but realise that there is no way you could be inconspicious removing your panties in the middle of the park. You suggest that you both head off to the picnic area, where you'd be able to sit down and more easily remove your panties.<br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/places/park/remove-panties-public.mp4" type="video/mp4">
</video>
<br/><br/>
You are given a 3g bag of weed, and Jake left with your used panties. <<if $corruption lte 400>> You feel ashamed what you have had to resort to.<</if>><br/><br/>
<<set $inhibition -= 4>>
<<set $corruption += 4>>
<<set $weed += 6>>
<<set $clothesPanties = "None">>
Weed + 3g<br/>
[[Back to the Park|Park]]<br/>
<</nobr>><<nobr>>
You beg and plead with Mr Wilson to not get you in trouble. <<if $corruption lte 300>> You start to break down into tears, fearing you will be kicked out of school for a silly mistake, promising not to do it again. <<else>> <</if>><br/><br/>
Your teacher looks at you for a while, you could see he realizes that he has considerable leverage over you.<br/><br/>
Mr Wilson : "Ok, I can maybe let you off this time, but I still think that you need punishing."<br/><br/>
Before you realize you are thrown over his desk, and your skirt flipped up over your waist.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/spanked-schoolgirl.mp4" type="video/mp4">
</video>
<br/><br/>
You're a little unsure what happened, but you leave the classroom with a sore behind.<br/><br/>
Arousal + 10<br/>
Corruption + 5<br/>
Inhibition - 10<br/>
Mood - 5<br/>
<<set $arousal += 10>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 10>>
<<set $corruption += 5>>
<<set $mood -= 5>>
<<set $relationshipWilson += 2>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(3)>>
You beg and plead with Mr Wilson. Although you can see you're slowly wearing him down, you feel like you'll need to offer him something more to keep you out of trouble.<br/>
$name : "How about I offer you something to keep this between you and me? Maybe I can lift up my skirt and show you my young teen ass?" you say, as sexy and seductively as you can.<br/><br/>
<<if $variable eq 0 and $inhibition lte 700>>
Mr Wilson : "Actually, I don't think that you merely showing your ass is going to cut it."<br/><br/>
[[Allow him to also grope your ass|GropeAssMrWilson]]
<<else>>
Mr Wilson happily agrees the trade of a young tight ass in exchange for his silence.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-shake-ass.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 12<br/>
Corruption + 5<br/>
Inhibition - 10<br/>
Mood - 4<br/>
Relationship + 4<br/>
<<set $arousal += 12>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 10>>
<<set $corruption += 5>>
<<set $mood -= 4>>
<<set $relationshipWilson += 4>>
[[Leave the classroom|School]]
<</if>>
<</nobr>><<nobr>>
You beg and plead with Mr Wilson. Although you can see you're slowly wearing him down, you feel like you'll need to offer him something more to keep you out of trouble.<br/>
$name : "How about I offer you something to keep this between you and me? I know you keep looking at my ass, so how about I let you feel it?"<br/><br/>
Mr Wilson happily agrees the trade of a young tight ass in exchange for his silence.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/feel-ass-panties.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 15<br/>
Corruption + 5<br/>
Inhibition - 12<br/>
Mood - 2<br/>
Relationship + 6<br/>
<<set $arousal += 15>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 12>>
<<set $corruption += 5>>
<<set $mood -= 2>>
<<set $relationshipWilson += 6>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
You drop to your knees infront of Mr. Wilson as if to beg him to keep silent, however he's about to find out that you have other plans.<br/>
$name : "If you keep this quiet for me, I can do something to pay you back for your kindness?"<br/><br/>
Without waiting for a reply, you start to undo his zipper, freeing his cock from his trousers.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-bj.mp4" type="video/mp4">
</video>
<br/><br/>
You start to suck on his cock, taking it as deep as you can without choking.<br/><br/>
<<if $inhibition lte 550>>
[[Let him fuck your throat|ThroatFuckMrWilsonBlackmail]]<br/>
<</if>>
<br/>
[[Let him cum on your face|CumFaceMrWilsonBlackmail]]
<</nobr>><<nobr>>
$name : "Maybe we can work out a deal in order for us to keep this between ourselves?"<br/><br/>
Mr Wilson looks at you with lustful eyes. He knows he holds all the power, and he plans on using this situation to his advantage.<br/><br/>
Mr Wilson : "I can keep this to myself, however you must do something for me"<br/><br/>
[[Like what?|LikeWhatBlackmailMrWilson]]
<</nobr>><<nobr>>
You drop to your knees, and let Mr Wilson know that your cool with him cumming on your face.
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/facial-school.mp4" type="video/mp4">
</video>
<br/><br/>
He releases his load all over your face, calling you his special little whore, before telling you to get yourself cleaned up.<br/><br/>
Arousal + 20<br/>
Corruption + 8<br/>
Inhibition - 15<br/>
Mood - 2<br/>
Relationship + 10<br/>
<<set $arousal += 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 8>>
<<set $mood -= 2>>
<<set $relationshipWilson += 10>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Mr Wilson grabs you by the back of your hair, and starts to ram his cock down your throat.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-facefucked.mp4" type="video/mp4">
</video>
<br/><br/>
You struggle to breathe as he has his way with your petite mouth, hitting the back of your throat without mercy.<br/><br/>
[[Let him cum on your face|CumFaceMrWilsonBlackmail]]<br/>
<<if $inhibition lte 400 or $arousal gte 80>>[[He cums down your throat|CumDownThroatBlackmailSchool]]<</if>>
<</nobr>><<nobr>>
You keep sucking Mr. Wilson's cock until you can feel him pulsate. You have a feeling that he is about to cum soon.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/cum-in-throat.mp4" type="video/mp4">
</video>
<br/><br/>
Before you can react, you feel strings of semen hit the back of your throat. Unsure what to do, you keep sucking, resisting the urge to gag.<br/><br/>
Mr Wilson is extremely impressed with your efforts. He praises you as you leave his classroom.<br/><br/>
Arousal + 20<br/>
Corruption + 10<br/>
Inhibition - 15<br/>
Mood - 6<br/>
Relationship + 15<br/>
<<set $arousal += 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 10>>
<<set $mood -= 6>>
<<set $relationshipWilson += 15>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Mr Wilson : "Well, it depends. What do you want to do for me that will keep your secret?"<br/><br/>
[[Start with a blowjob|StartWithABlowjob]]<br/>
<<if $arousal gte 30 and $clothesPanties != "None">>[[Remove your panties|RemovePantiesBlackmailSchool]] / [[Let him Remove your panties|ForcefulRemovePantiesBlackmailSchool]]<br/><</if>>
<<if $arousal gte 60 and $clothesPanties == "None">>[[You're wet enough, fuck standing up|FuckMrWilsonStandingUp]]<br/><</if>>
<</nobr>><<nobr>>
You suck on his cock, working his shaft with your mouth and tounge. You can tell by his moans that he is enjoying this experience.<br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $arousal += 10>>
<<if $clothesPanties != "None">>[[Get on the floor and continue sucking him|ContinueSuckingFloor]]<br/><<else>>[[Keep Sucking him|StartWithABlowjob]]<br/><</if>>
<<if $arousal gte 30 and $clothesPanties != "None">>[[Remove your panties|RemovePantiesBlackmailSchool]] / [[Let him Remove your panties|ForcefulRemovePantiesBlackmailSchool]]<br/><</if>>
<<if $arousal gte 60 and $clothesPanties == "None">>[[You're wet enough, fuck standing up|FuckMrWilsonStandingUp]]<br/><</if>>
<</nobr>><<nobr>>
You peel down your panties seductively infront of Mr Wilson, teasing him and giving him a great show. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-strip-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<<set $storedWhitePanties += 1>>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<<set $storedPinkLaceShorts += 1>>
<</if>>
<<set $clothesPanties = "None">>
You can feel your own arousal building.<br/><br/>
<<set $arousal += 10>>
[[Keep Sucking him|StartWithABlowjob]]<br/>
<<if $arousal gte 60 and $clothesPanties == "None">>[[You're wet enough, fuck standing up|FuckMrWilsonStandingUp]]<br/><</if>>
<</nobr>><<nobr>>
Your pushed against a desk in the room, and turned to face away from Mr. Wilson. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/remove-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $clothesPanties = "None">>
He lifts up your skirt, and reaches for the back of your panties. With one swift motion your panties were pulled from your body, leaving your ass and pussy exposed.<br/><br/>
Your panties are too damaged to keep<br/><br/>
<<set $arousal += 10>>
[[Keep Sucking him|StartWithABlowjob]]<br/>
<<if $arousal gte 60 and $clothesPanties == "None">>[[You're wet enough, fuck standing up|FuckMrWilsonStandingUp]]<br/><</if>>
<</nobr>><<nobr>>
Your thrown about the room again, and pressed up against the classroom door.<br/>
You feel your pussy lips being gently parted by the tip of his cock. Your excitement is building and you're now desperate for him to be inside of you. You push back, forcing him inside, unprotected.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-fuck-skirt-standing.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $arousal += 10>>
[[Finish him off on your face|FacialMrWilsonBlackmail]]<br/>
<<if $inhibition lte 450 or $arousal gte 65>>
[[Let him cum on your ass|CumAssMrWilsonBlackmail]]<br/>
<</if>>
<<if $inhibition lte 400 or $arousal gte 80>>
[[Let him Cum inside|CreampieMrWilsonBlackmail]]<br/>
<</if>>
<<if $inhibition lte 350 or $arousal gte 100>>
[[Let Mr Wilson fuck you Anally|FuckAnalMrWilsonBlackmail]]<br/>
<</if>>
<</nobr>><<nobr>>
You get down on your hands and knees, and start bobbing your head up and down on his cock.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/blowjob-upskirt.mp4" type="video/mp4">
</video>
<br/><br/>
You can feel your arousal building.<br/><br/>
<<set $arousal += 10>>
[[Keep Sucking him|StartWithABlowjob]]<br/>
<<if $arousal gte 30 and $clothesPanties != "None">>[[Remove your panties|RemovePantiesBlackmailSchool]] / [[Let him Remove your panties|ForcefulRemovePantiesBlackmailSchool]]<br/><</if>>
<<if $arousal gte 60 and $clothesPanties == "None">>[[You're wet enough, fuck standing up|FuckMrWilsonStandingUp]]<br/><</if>>
<</nobr>><<nobr>>
Mr Wilson pulls out of your pussy, and aims his cock at you. It's not long before he lets a load out on your face <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/facial.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal - 20<br/>
Corruption + 5<br/>
Inhibition - 15<br/>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 5>>
<<set $mood += 2>>
<<set $relationshipWilson += 3>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Mr Wilson pulls out of your pussy, and aims his cock at your back. You can feel the ropes of his cum covering your arched back, and you feel satisfied with the result. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/cumonass.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal - 25<br/>
Corruption + 5<br/>
Inhibition - 18<br/>
Relationship + 4<br/>
<<set $arousal -= 25>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 18>>
<<set $corruption += 5>>
<<set $mood += 4>>
<<set $relationshipWilson += 4>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Your pussy keeps getting slammed by the teacher. You can feel him tense up, he is ready to blow.<br/>
You think to yourself that you should make him pull out. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/creampie2.mp4" type="video/mp4">
</video>
<br/><br/>
However it is too late, your indecision meand that Mr Wilson unloads directly into your teen pussy.<br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Mr Wilson">>
<</if>>
<</if>>
<</if>>
Arousal - 30<br/>
Corruption + 5<br/>
Inhibition - 20<br/>
Relationship + 4<br/>
<<set $arousal -= 30>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 20>>
<<set $corruption += 5>>
<<set $mood += 3>>
<<set $relationshipWilson += 6>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Mr. Wilson pulls his cock out of your pussy. He stands you up against a wall, and turns you around, exposing your tight teen ass.<br/><br/>
He presses the top of his erect cock against your spread ass, and slowly applies pressure until he fully penetrates you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/anal-insertion.mp4" type="video/mp4">
</video>
<br/><br/>
You get the feeling of being full as you're pounded from behind vigorously.<br/><br/>
<<set $arousal += 5>>
[[Keep getting your ass pounded|PoundedAnalBlackmailMrWilson]]<br/>
<</nobr>><<nobr>>
You body shakes as you can feel your arousal building, Mr Wilson doesn't relent and infact increases his speed. You're asshole is getting torn apart by the ferocious thrusts from the man behind.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/anal-after-insertion-sex.mp4" type="video/mp4">
</video>
<br/><br/>
He starts to groan, you know he will cum soon.<br/><br/>
<<set $arousal += 5>>
[[Pull out and cum on your back|CumBackAfterAnalMrWilsonBlackmail]]<br/>
<<if $inhibition lte 400>>[[Let him cum on your face|FacialAfterAnalMrWilsonBlackmail]]<br/><</if>>
<<if $inhibition lte 350>>[[Let him give you an anal creampie|AnalCreampieMrWilsonBlackmail]]<br/><</if>>
<</nobr>><<nobr>>
Mr Wilson pulls out of your ass, and instantly unloads onto your back. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/cum-on-back-after-anal.mp4" type="video/mp4">
</video>
<br/><br/>
You're left a little exhausted and sore, with Mr Wilsons cum pooling on your lower back<br/><br/>
Arousal - 20<br/>
Corruption + 7<br/>
Inhibition - 15<br/>
Mood - 3 <br/>
Relationship + 5 <br/>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 7>>
<<set $mood -= 3>>
<<set $relationshipWilson += 5>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Mr Wilson pulls out of your ass, and flipps you round . <br/><br/>
Mr Wilson : "Get up, on your knees now!"<br/><br/>
You do as you're told, and kneel down infront of the teacher. He's furiously stroking himself, wanting to unload on your pretty little face.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/facial1.mp4" type="video/mp4">
</video>
<br/><br/>
You're left a little exhausted and sore, with Mr Wilsons cum dripping down your face<br/><br/>
Arousal - 20<br/>
Corruption + 7<br/>
Inhibition - 15<br/>
Mood - 1 <br/>
Relationship + 7 <br/>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 7>>
<<set $mood -= 1>>
<<set $relationshipWilson += 7>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
Without warning, Mr Wilson starts to cum into your ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/anal-creampie.mp4" type="video/mp4">
</video>
<br/><br/>
You're left a little exhausted and sore, with Mr Wilsons cum dripping out of your anus<br/><br/>
Arousal - 20<br/>
Corruption + 10<br/>
Inhibition - 15<br/>
Relationship + 8 <br/>
<<set $arousal -= 20>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<set $inhibition -= 15>>
<<set $corruption += 10>>
<<set $relationshipWilson += 8>>
[[Leave the classroom|School]]
<</nobr>><<nobr>>
<<set $variable to random(12)>>
<<if $day gte 5>>
<<if $variable lte 6 >>
You head over to Nick's room and knock on the door. <br/>
Nick shouts from the inside to come on in<br/><br/>
<<if $energy gte 10>>[[Enter Nicks Room|SS-InsideNicksRoom]]<<else>>Enter Nicks Room (No Energy)<</if>><br/>
<<elseif $variable == 7>>
You walk over to Nicks room. Just before you start to knock on the door, you hear moaning and sex sounds. You believe that it is just you and Nick in the house.<br/><br/>
[[Investigate|CatchNickMasturbating]]<br/><br/>
<<else>>
You head over to Nick's room, however the door is locked and there is no answer.<br/><br/>
<</if>>
<<else>>
You head over to Nick's room, however the door is locked and there is no answer.<br/><br/>
<</if>>
[[Head back to the living room|SS-LivingRoom]]
<</nobr>>
<<nobr>>
<<set $metNick = true>>
A young man walks through the door into the living room. <br/><br/>
Young Man : "Hi there, I'm Nick. You must be my new roommate!"<br/>
[img[images/flatmates/nick/default.jpg]]
You exchange pleasantries with your new housemate, and he leaves for his room.<br/><br/>
[[Back in the living room|SS-LivingRoom]]
<</nobr>>
<<nobr>>
<<if ndef $relationshipNick>><<set $relationshipNick = 0>><</if>>
<<set $energy -= 10>>
You enter Nick's room. He is currently studying at his desk for a class he takes at the local school.<br/><br/>
[[Chat|ChatWithNick]]<br/>
<<if $corruption gte 350 and $relationshipNick gte 75>>
[[Try and Distract Nick from his studies|DistractNick]]<br/>
<</if>>
<br/>
[[Leave|SS-LivingRoom]]<br/>
<</nobr>>
<<nobr>>
You start chatting to Nick about both of your days.<br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/flatmates/nick/tease/subtle-tease.mp4" type="video/mp4">
</video>
<br/><br/>
<br/>
You feel like you both have gotten to know each other better.<br/><br/>
<<set $relationshipNick += 5>>
[[Leave his room|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You sit yourself next to Nick. You can see that he is deep in concentration with his studies, but you decide that you want to mess with him a little.<br/>
<<if $eventVariable == 0>>
You head over to nick and try to start up a conversation with him.<br/>
You purposefully exaggerate your lip movements, and at times even resort to blatantly licking your lips to try and turn him on.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/flatmates/nick/tease/talking.mp4" type="video/mp4">
</video>
<br/><br/>
<br/>
You leave his room satisfied you made the desired effect.<br/><br/>
<<set $relationshipNick += 8>>
<<else>>
You head over to nick and try to start up a conversation with him.<br/>
As you're chatting with him, you start to play with the zipper on your top.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/flatmates/nick/tease/tease-strip-jacket.mp4" type="video/mp4">
</video>
<br/><br/>
<br/>
You can tell as you leave that his thoughts will be that of your cleavage, and not his textbooks.<br/><br/>
<<set $relationshipNick += 12>>
<</if>>
[[Leave his room|SS-LivingRoom]]
<</nobr>><<nobr>>
You lead the landlord through the apartment, starting with the living room.<br/><br/>
<<if ($inhibition lte 600 and $arousal gte 40) or ($inhibition lte 500 and $arousal gte 20) or ($inhibition lte 400)>>
You are casually chatting with the landlord as he is making his way around the rooms, and a a naughty idea crosses your mind. You let him take the lead in inspecting the property, dropping back so that he can't easily see you.<br/><br/>
<video width="360" height="360" autoplay loop muted>
<source src="images/Realtor/tease-landlord.mp4" type="video/mp4">
</video>
<br/><br/>
You start to expose yourself, carefully trying not be get caught. You manage to pull your bottoms and panties down exposing your tight ass.<br/>
As he reaches the final room in the house, your bedroom, you feel as if you have pushed the situation too far. You quickly rearrange your clothes to try and smarten up, just as he turns around to you and moves the topic back over onto your rent owed.<br/><br/>
<<else>>
Your landlord completes his inspection of the property, and is satisfied that it is in good enough condition. He moves the conversation back onto the topic of money.<br/><br/>
<</if>>
[[Pay Rent|PayRent]]<br/>
<</nobr>><<nobr>>
You walk in the direction of the living room, and slowly press your ear to the door, hoping to hear what is going on.<br/><br/>
You can just about hear the faint sounds of slurping coming from inside. You can't help but get aroused by the thoughts of what they could be doing.<br/><br/>
<<set $arousal += 10>>
[[Investigate|InvestigateNoiseLivingroom]]<br/>
[[Give them some privacy and head to your room|SS-Bedroom]]
<</nobr>><<nobr>>
You slowly start to push against the door, trying to make as little noise as possible When you manage to pry the door open just enough, you are met with the wonderful sight of Katie giving a blowjob to Nick.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/livingroom/sensual-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 5<br/>
Inhibition - 5<br/><br/>
<<set $arousal += 5>>
<<set $inhibition -= 5>>
[[Keep Watching|InvestigateNoiseLivingroom2]]<br/>
[[Give them some privacy and head to your room|SS-Bedroom]]
<</nobr>><<nobr>>
You keep watching as the show continues. Katie stops sucking on Nick, and gives him a cheeky smile.<br/><br/>
Katie : "Are you ready for this?" She remarks whilst starting to pull down her panties.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/livingroom/cowgirl.mp4" type="video/mp4">
</video>
<br/><br/>
You watch as Katie climbs ontop of Nick and starts to ride him.<br/>
You can tell they are both extremely into the act and thoroughly enjoying themselves, oblivious to the fact that you are spying on them from the half open livingroom door.<br/><br/>
Arousal + 10<br/>
Inhibition - 5<br/><br/>
<<set $arousal += 10>>
<<set $inhibition -= 5>>
[[You decide to leave before you get caught|SS-Bedroom]]
<</nobr>><<nobr>>
You slowly peel back the door, trying your hardest not to make too much noise.<br/>
The moans become more audible, and you manage to sneak your head through the door. You are greeted by the sight of Nick, masturbating himself to some lesbian porn.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/flatmates/nick/voyeur/watching-masturbation-door.mp4" type="video/mp4">
</video>
<br/><br/>
You move yourself into the doorframe to get a better view of what is going on. You are confident he won't hear you due to the volume of the porn that is playing.<br/><br/>
You start to feel yourself getting turned on. You feel yourself wanting to be touched.<br/><br/>
<<if ($inhibition lte 700 and $arousal gte 60) or ($inhibition lte 600 and $arousal gte 30) or ($inhibition lte 500)>>
[[Be daring, strip and enjoy the show|StripEnjoyTheShow]]<br/>
<</if>>
[[Head back to the living room|SS-LivingRoom]]
<<set $arousal += 10>>
<<set $inhibition -= 5>>
<</nobr>>
<<nobr>>
You quickly and quietly start to undress out of your clothes, which you discard outside of Nicks bedroom door out of sight.<br/> You are standing there naked but for your panties, in your roommates doorway, watching him masturbate himself to porn.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/flatmates/nick/voyeur/watching-masturbation-door-2.mp4" type="video/mp4">
</video>
<br/><br/>
You take the final plunge, and start to step out of your panties, letting them slide effortlessly down your legs.<br/><br/>
[[You're afraid of getting caught, leave while you can|SS-LivingRoom]]
<<set $arousal += 10>>
<<set $inhibition -= 5>>
<<set $corruption -= 5>>
<</nobr>>
<<nobr>>
You slowly make your way over the door, trying to make as little noise as possible. You peek through the gap trying to see what is going on.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/spying-nick-shower.mp4" type="video/mp4">
</video>
<br/><br/>
You're greeted by the sight of your roommate, Nick, enjoying himself in the shower.<br/><br/>
Arousal + 10<br/>
Inhibition -3<br/>
[[Reach down and start touching yourself|TouchYourselfNickSpySHower]]<br/>
[[This is wrong, leave before you get caught|SS-LivingRoom]]<br/>
<<set $inhibition -= 3>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
Feeling aroused by the situation, you slowly run your hands down your top, ending at the elastic of your pants.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/rub-panties-nick-shower.mp4" type="video/mp4">
</video>
<br/><br/>
You slowly penetrate the waist of your pants, and run your hands down your mound reaching your now wet lips.<br/><br/>
Arousal + 10<br/>
Inhibition -3<br/>
[[Keep Going|TouchYourselfNickSpyShower2]]<br/>
[[Leave before you get caught|SS-LivingRoom]]<br/>
<<set $inhibition -= 3>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
You stand there, lost in your own pleasure as you keep stimulating your clit under your pants. You forget for a moment that you're meant to be hiding, instead standing fully in the doorway watching Nick stroke himself in the shower.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/masturbate-spy-ass-view.mp4" type="video/mp4">
</video>
<br/><br/>
You keep rubbing, getting faster with every stroke of your fingers, bringing yourself closer to climax, and less aware of your surroundings.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/rub-panties-nick-shower2.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 10<br/>
Inhibition -5<br/>
<<if $inhibition lte 600>>
[[Don't stop now|GetCaughtNickShowerSpy]]<br/>
<<else>>
Don't stop now (Too High Inhibition)<br/>
<</if>>
[[Leave before you get caught|SS-LivingRoom]]<br/>
<<set $inhibition -= 5>>
<<set $arousal += 10>>
<</nobr>><<nobr>>
You start to twist and turn in your own pleasure, inadvertantly knocking the door just enough to get Nicks attention.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/caught-spying-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
You quickly try to keep him quiet, not wanting to risk Katie hearing and investigating the situation, only to find out you have been spying on Nick<br/><br/>
<<if $inhibition lte 575>>
[[Try and keep Nick quiet|KeepNickQuietCaughtShower]]<br/>
<<else>>
Try and keep Nick quiet (Too High Inhibition)<br/>
<</if>>
[[Apologize Profusely and leave|ApologizeNickSpyingShower]]<br/>
<</nobr>><<nobr>>
You start to apologize to Nick, begging him not to make a scene, telling him that you will do <i>anything</i> to make it up to him.<br/><br/>
Before you give him a chance to reply, to reiterate the word <i>anything</i>. <br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/strip-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
You start to remove you clothes as he stands there speechless.<br/><br/>
$name : "So ... Do we have a deal?"<br/><br/>
Arousal + 5<br/>
Inhibition -5<br/>
[[Give Nick a handjob|HandjobNickSpyShower]]<br/>
<<set $inhibition -= 5>>
<<set $arousal += 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
You start apologizing profusely to Nick, and quickly make your exit.<br/><br/>
You feel like Nick is a little disappointed and angry at his privacy being violated<br/><br/>
<<set $relationshipNick -= 10>>
[[Your Bedroom|SS-Bedroom]]<br/>
<</nobr>><<nobr>>
You step into the shower and start to tease him by running your hands down his back, over his butt and down his legs. As you start to get up, your hands slowly make their way back over his body, finding their way to his now erect penis.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/handjob-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
You start to softly rub him as the hot water flows over his body, using the water as a makeshift lube.<br/>
You can feel him start to relax in your company, and you respond by increasing the speed of your strokes.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/handjob-spy-shower-nick2.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal + 5<br/>
[[Start fucking Nick|FuckNickInShowerSpy]]<br/>
[[Get out of the shower and give him a blowjob|SuckNickBathroomSpyShower]]<br/>
<<set $inhibition -= 2>>
<<set $arousal += 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
After turning around you press your face up against the wall arching your back in just the right way for your pussy to be exposed and inviting.<br/>
You do nothing but wait patiently for Nick to position himself behind you.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/start-fucking-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
You feel the tip of his cock press against your lips, instincitvely you start to push your ass back into him, forcing him to enter your wet and awaiting pussy.<br/>
Both you and Nick get lost in the moment to the point where you both don't care what noise your are making. You keep slamming your ass back into Nicks crotch, trying to get him as deep as you can.<br/>
Arousal + 5<br/>
[[Nick leads you outside to suck his cock|SuckNickBathroomSpyShower]]<br/>
<<set $inhibition -= 5>>
<<set $arousal += 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
Nick leads you out of the shower, and stands in the middle of the bathroom. He places his hands on your shoulders, and pushes you onto your knees.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/blowjob-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
With his hand firmly against the back of your head, he drives his cock into your mouth, and starts thrusting his hips and fucking your throat.<br/>
You become lost in the moment, following Nicks forceful direction as you try and accomodate his large member.<br/>
Nick : "Ahh, this is awesome $name. If I knew you sucked cock like this, I'd always let you spy on me in the shower."<br/><br/>
Arousal + 5<br/>
[[Start fucking Nick|FuckBathroomShowerSpy]]<br/>
<<set $inhibition -= 3>>
<<set $arousal += 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
Your moved over to the corner, where your placed over one of the walls of the bath, positioned ready to have sex doggystyle. You can feel Nicks hands placed on your hips as he starts to tighten his grip, ready to pull you back onto his throbbing hard member.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/fucking-reverse-cowgirl-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
Your moans start to intensify, and you forget about being quiet. You think that you can hear a noise outside so you quickly jump off of Nicks cock and head towards the door to see who is there.<br/><br/>
Before you can close the door, you can feel Nick insert himself back into you, and continue thrusting, filling your pussy with his large member.<br/>
Unable to muster the willpower to resist, you start bouncing back, which is well received from Nicks moans. You can sense that he is close to finishing.<br/><br/>
[[Let him cum inside|CumInsideShowerSpyNick]]<br/>
[[Tell him to pull out|CreampieSupriseShowerSpyNick]]<br/>
<<set $inhibition -= 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
Nick starts to slam into you like an animal. You hear him start to grunt, and you can feel your insides getting filled by his cum.<br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/creampie-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
Your left there standing motionless next to the bathroom door. In just a few seconds you start to feel the cum as it starts to make it's way down your leg. You regain your senses, and realize that you need to get out of here.<br/>
Nick smiles as you leave, you feel like you have made a lasting impression on him.<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
Arousal - 35 <br/>
Inhibition - 5<br/><br/>
+ Relationship with Nick <br/><br/>
[[Make your way back to your room|SS-Bedroom]]<br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $arousal -= 35>>
<<set $relationshipNick += 8>>
<</nobr>><<nobr>>
Nick starts to slam into you like an animal. You hear him start to grunt. You quickly tell him not to cum inside you, as you're not using any protection.<br/><br/>
Your pleas seem to go unnoticed, as he starts to pump his load into your awaiting womb, thrusting harder in order to get deeper inside.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/creampie-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
You realize what he has done, and turn around to confront him.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-scene/unwanted-creampie-spy-shower-nick.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $pillTaken == true>>
Even if it was against your wishes, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
Arousal - 35 <br/>
Inhibition - 5<br/><br/>
- Relationship with Nick <br/><br/>
[[Storm out back to your room|SS-Bedroom]]<br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $arousal -= 35>>
<<set $relationshipNick -= 12>>
<</nobr>><<nobr>>
You're struggling to get "lost in the moment", and you feel like you're being watched<br/>
It wasn't until you heard a noise at your door, that you look up to see that Nick has been enjoying the unintended show you've been putting on for him.<br/><br/>
<video width="720" height="480" autoplay loop>
<source src="images/home/cheap-flat/bedroom/caught-masturbating-bed.mp4" type="video/mp4"></video>
<br/><br/>
You shreik and scramble to cover yourself up, but before you can act on anything else, Nick has made a run for his own room.<br/><br/>
Arousal + 10<br/>
<<set $arousal += 10>>
<<set $energy -= 10>>
<<set $relationshipNick += 2>>
[[Back to bedroom|SS-Bedroom]]
<</nobr>><<nobr>>
<div class="image-lg image-container">
[img[images/home/cheap-flat/garden/garden.jpg]]
</div>
<br/>
You arrive in the flat's communal garden. It's generally quite quiet, and not much goes on here.<br/><br/>
<<if $energy gte 15>>[[Sunbathe|SunbatheInGarden]]<<else>>Sunbathe (No Energy)<</if>><br/><br/>
[[Back Inside|SS-Kitchen]]
<</nobr>><<nobr>>
<<set $eventVariable to random(5)>>
<<if ndef $suncream>>
<<set $suncream = 0>>
<</if>>
<<if ndef $lotionApplied>>
<<set $lotionApplied = false>>
<</if>>
<div class="image-lg image-container">
[img[images/home/cheap-flat/garden/garden.jpg]]
</div>
You decide that you want to work on your tan by enjoying the sun in the communal garden.<br/><br/>
<<if $lotionApplied == false>>
You are not wearing suncream, you know that you could burn without it.<br/><br/>
<<if $suncream gte 1>>
<<if $energy gte 5>>
[[Apply Suncream|ApplySuncreamFlat]]<br/><br/>
<<else>>
Apply Sunscreen (No Energy)<br/>
<</if>>
<<else>>
Apply Sunscreen (Don't have any)<br/>
<</if>>
<br/>
You could also not use suncream, you'll get a better tan anyways.<br/>
<<else>>
You are protected and wearing Suncream.<br/><br/>
<</if>>
<br/><br/>
<<if $energy gte 15>>[[Sunbathe|SunbatheGarden]]
<<else>>Sunbathe (No Energy)<</if>><br/>
<<if $energy gte 15 and $inhibition lte 400 and $analPlug == true and $arousal gte 50>>[[You're feeling a little frisky, sunbathe with your butt plug|SunbatheButtPlug]]<</if>><br/><br/>
[[Head Back Inside|SS-LivingRoom]]
<</nobr>><<nobr>>
<<set $eventVariable to random(15)>>
<<set $energy -= 5>>
<<set $lotionApplied = true>>
<<if ($eventVariable == 0 and $metNick == true and $relationshipNick gte 20) or ($eventVariable lte 3 and $metNick == true and $relationshipNick gte 40) or ($eventVariable lte 5 and $metNick == true and $relationshipNick gte 60)>>
You are about to apply some suncream to yourself before heading out to try and get a tan, until you see Nick standing in the kitchen. He asks you if you would like some help.<br/><br/>
[[Accept his help|SunbatheInGardenNicksHelp]]<br/>
[[Do it yourself|SunbatheInGarden]]
<<else>>
You generously apply some suncream all over your body.<br/><br/>
<<if $breastSize neq "A" and $breastSize neq "B" and $breastSize neq "C" and $breastSize neq "D">>>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/suntan-lotion-large-breasts.mp4" type="video/mp4"></video>
<br/><br/>
<<elseif $breastSize neq "C" and $breastSize neq "D">>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/apply-lotion2.mp4" type="video/mp4"></video>
<br/><br/>
<<else>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/apply-lotion.mp4" type="video/mp4"></video>
<br/><br/>
<</if>>
[[Done!|SunbatheInGarden]]
<</if>>
<</nobr>><<nobr>>
<<set $imageVariable to random(4)>>
<<set $burnVariable to random(6)>>
<<set $energy -= 15>>
You lay in the garden for a few hours, relaxing in the sun.<br/><br/>
<<if $imageVariable == 0>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe1.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 1>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe2.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 2>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe3.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 3>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe4.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 4>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe5.mp4" type="video/mp4"></video>
<</if>>
<br/><br/>
<<if $burnVariable lte 2 and $lotionApplied == false>>
Just as you finished your tanning session, you start to feel pain all over your body. You realize that you have burned yourself in the sun, which has caused damage to your skin.<br/><br/>
Beauty - 6<br/>
<<set $beauty -= 6>>
<<else>>
After you've had enough time in the sun you start to pack up your stuff and head inside, you feel reinvigorated, sporting a glorious new tanned body. <br/><br/>
Beauty + 4<br/>
<<set $beauty += 4>>
<</if>>
<<if $lotionApplied == true>>
<<set $lotionApplied = false>>
<</if>>
<br/><br/>
[[Head Inside|SS-LivingRoom]]<br/>
<</nobr>><<nobr>>
<<if $money gte 75>>
<<set $suncream += 5>>
<<set $money -= 75>>
You purchased a small bottle of suncream from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 150>>
<<set $suncream += 10>>
<<set $money -= 150>>
You purchased a medium bottle of suncream from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 300>>
<<set $suncream += 20>>
<<set $money -= 300>>
You purchased a large bottle of suncream from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.2, 1.6)>>
You agree to their request, provided that they adequately increase their tips<br/><br/>
You restart your dance on cam, however this time you ensure that you face away from them, giving them a great view of your tight teen ass.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/dancing-strip-panties.mp4" type="video/mp4">
</video><br/><br/><br/>
You start to get into the routine, teasing the viewers at every oppertunity until you can tease no more. You hook your fingers around your panties, and quickly remove them in one swift motion. Baring your ass for the world to see.<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 6>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<if ndef $firstTimePharmacy>>
<<set $firstTimePharmacy = true>>
<</if>>
<<if ndef $pregnancyTest>>
<<set $pregnancyTest = 0>>
<</if>>
<<if ndef $pill>><<set $pill = 0>><</if>>
<<if $firstTimePharmacy eq true>>
<<set $energy -= 10>>
<<set $firstTimePharmacy = false>>
<</if>>
You walk into the local pharmacy.<br/>
<br/>
<b>Buy</b><br/>
<br/>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:25%">Cost</th>
<th style="width:50%">Actions</th>
</thead>
<tbody>
<tr>
<td>Contraceptive Pill (7)</td>
<td>$70</td>
<td>[[Buy 1 - $70|BuyPill1Weeks]] | [[Buy 4 - $280|BuyPill4Weeks]]</td>
</tr>
<tr>
<td>Pregnancy Test</td>
<td>$100</td>
<td>[[Buy 1 - $100|BuyPregTest]]</td>
</tr>
</tbody>
</table>
<br/>
<br/>
[[Back Outside|Outside]]
<</nobr>><<nobr>>
<<if $money gte 70>>
<<set $pill += 7>>
<<set $money -= 70>>
You purchased 1 weeks worth of the contraceptive pill from the pharmacy, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Continue Shopping|Pharmacy]]
<</nobr>><<nobr>>
<<if $money gte 280>>
<<set $pill += 28>>
<<set $money -= 280>>
You purchased 4 weeks worth of the contraceptive pill from the pharmacy, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Continue Shopping|Pharmacy]]
<</nobr>><<nobr>>
You are now automatically taking a contraceptive pill on the mornings.<br/><br/>
<<set $autoPill = true>>
[[return|Manage]]<br/>
<</nobr>><<nobr>>
You have now stopped automatically taking a contraceptive pill on the mornings.<br/><br/>
<<set $autoPill = false>>
[[return|Manage]]<br/>
<</nobr>><<nobr>>
Females:<br/>
[[Katie|ShowKatieStats]] (Roommate)
<br/><br/>
Males:<br/>
[[Paul Paulson|ShowPaulStats]] (Landlord)<br/>
[[Sal|ShowSalStats]] (Sal's Cafe)<br/>
[[Mr. Wilson|ShowWilsonStats]] (Teacher)<br/>
[[Nick|ShowNickStats]] (Roommate)<br/>
[[Carlos|ShowCarlosStats]] (Pimp)<br/>
<br/><br/>
<<back>>
<</nobr>>
<<nobr>>
<h3>Katie</h3>
<div class="image-sm image-container">
[img[images/flatmates/katie/sexypyjamas2.jpg]]
</div>
<br/>
Relationship : $relationshipKatie<br/>
<br/>
<h4>Info</h4>
Age : 19<br/>
Job : <<if $katiesEvents lte 2>>Unknown<<else>>Stripper<</if>><br/>
Bio : Katie spends most of her time working, but can be found around the flat towards the weekends. She always seems well dressed, rocking the latest and most expensive fashions. <br/><br/>
<<back>>
<</nobr>><<nobr>>
<h3>Paul Paulson</h3>
<div class="image-sm image-container">
[img[images/realtor/Paul.jpg]]
</div>
<br/>
<<if $favoursForRent == true>>You are able to perform sexual favors for discounts on your rent.<br/><</if>>
<br/><br/>
<h4>Info</h4>
Age: 34<br/>
Job: Landlord<br/>
Bio: Paul, Married with 2 Kids and a Wife. He currently works as a sleazy landlord New York City. Paul can be slightly depraved and perverted given the opportunity. He values money and self satisfaction above all else.
<br/>
<<back>>
<</nobr>>
<<nobr>>
<h3>Sal</h3>
<div class="image-sm image-container">
[img[images/people/Sal.jpg]]
</div>
<br/>
Relationship Level: $relationshipSal
<br/><br/>
<h4>Info</h4>
Age: 45<br/>
Job: Small Businessman<br/>
Bio: Married to his passion, his beloved cafe. Sal can be found at work most nights. Nothing drives him more than his passion to become wealthy, and all the percieved perks like women.
<br/>
<<back>>
<</nobr>>
<<nobr>>
<h3>Mr John Wilson</h3>
<div class="image-sm image-container">
[img[images/people/MrWilson.jpg]]
</div>
<br/>
Relationship Level: $relationshipWilson
<br/><br/>
<h4>Info</h4>
Age: Early 30s<br/>
Job: Teacher<br/>
Bio: A teacher at the local school, John Wilson ("Mr Wilson") is a man who loves his job, and likes the satisfaction of educating his students.<br/><br/>
<<back>>
<</nobr>>
<<nobr>>
<h3>Nick</h3>
<div class="image-sm image-container">
[img[images/flatmates/nick/default.jpg]]
</div>
<br/>
Relationship Level: $relationshipNick
<br/><br/>
<h4>Info</h4>
Age: 19<br/>
Job: Student<br/>
Bio: Your roomate who attends the local school. Nick seems to be a guy who knows what he wants, and is not afraid to be forceful about it.<br/><br/>
<<back>>
<</nobr>>
<<nobr>>
You head over to the room where you can hear some faint noises. You take out your staff key, and carefully open up the door, trying not to make a noise.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/shops/beauty-salon/masturbate-tanning-salon.mp4" type="video/mp4">
</video>
<br/><br/>
You are greeted by the sight of one of the customers pleasuring herself in one of the tanning beds.<br/><br/>
You stay for a while, watching the show before you are forced to leave and actually do some work. You can't help but feel aroused for the duration of your shift.<br/><br/>
<<set $arousal += 15>>
<<set $inhibition -= 5>>
<<set $corruption += 3>>
[[Back to the Salon|Store-Salon]]
<</nobr>><<nobr>>
You drop your towel to the floor, and start to check yourself out in the mirror.<br/> You don't realize that your housemate Nick is watching you from the bathroom door.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/spy-bathroom.mp4" type="video/mp4">
</video>
<br/><br/>
He feels confident enough to walk in, given your past. You catch a glimpse of him in the mirror, and turn around to confront him.<br/><br/>
[[Confront Nick|ConfrontNickRevengeScene]]<br/>
[[Scream at him to leave|ScreamNickLeaveBathroom]]<br/>
<<set $inhibition -= 2>>
<<set $arousal += 3>>
<</nobr>><<nobr>>
$name : "WHAT ARE YOU DOING?!"<br/><br/>
Nick : "That's no way to greet your fellow housemate is it? Anyways, I thought I'm owed a few "shows" after all the snooping around that you get up to?"<br/><br/>
You stand there silently, unable to argue against his point. <br/>
You both stand there silently, looking into each other eyes, waiting.<br/><br/>
Nick breaks the pause by getting very close to you.<br/><br/>
Nick : "So Katies out at work, we have the house all to ourselves. I think we should start getting you to even out the score between us." He uses his hands to gesture towards his pants. "I think you know what I mean?"<br/><br/>
Nick pushes you down into your knees with his hands, and starts to unziup his pants. You know what he wants, and you comply, taking his cock into your mouth.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/sucking-bathroom.mp4" type="video/mp4">
</video>
<br/><br/>
[[Make Nick Cum|CumFaceBathroomNickRevengeScene]]<br/>
<<if $inhibition lte 550>>
[[Further|DragBedroomNickRevengeScene]]<br/>
<</if>>
<<set $inhibition -= 2>>
<<set $arousal += 3>>
<</nobr>><<nobr>>
You keep sucking Nick until you can feel his balls start to swell and his moans intensify.<br/><br/>
Pulling his cock out of your mouth, you start to stroke it <<if $inhibition lte 500>>enthusiastically <</if>> over your face.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/cum-face.mp4" type="video/mp4">
</video>
<br/><br/>
Nick takes his leave only after he covers your face in his cum. You can hear him shout a half assed thank you as he leaves you in the bathroom.<br/><br/>
[[Back to your room|SS-Bedroom]]<br/>
Inhibition - 8<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/>
<<set $inhibition -= 8>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
Nick : "You do suck cock real good $name. However I think that we should take advantage of the empty house and take this into the bedroom, what do you think?"<br/><br/>
You stop sucking his cock and look up at him. You can tell that he is eagre, and deep down, you are too.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/lead-from-bathroom-into-bedroom.mp4" type="video/mp4">
</video>
<br/><br/>
You stand up and grab Nick's hand as you start to lead him into the bedroom. When you get there, you mount the bed in doggy position, waiting for him to start fucking you from behind.<br/><br/>
[[Get Fucked|GetFuckedNickRevengeBathroom]]<br/>
<<set $relationshipNick += 1>>
<</nobr>><<nobr>>
For what seems like a blissful eternity you get pounded from behind by Nick, acceptingly welcoming his cock into your wet pussy.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/fucked-behind.mp4" type="video/mp4">
</video>
<br/><br/>
[[Nick suggests 69|SixtyNineNickRevenge]]<br/>
[[Nick pushes you down on the bed|LieDownProseNickRevenge]]<br/>
<<if $corruption gte 400 and $inhibition lte 500>>
[[You try to take control of the situation|TakeControlNickRevenge]]
<</if>>
<<set $relationshipNick += 1>>
<</nobr>><<nobr>>
Nick suggests that you should be rewarded for your compliance and effort, and offers to go down on you. You start to smile before you realize that hes not being entirely generous with his offer.<br/><br/>
Nick picks you up and spins you around ontop of him, leaving your head next to his cock, whilst he starts to gently caress your pussylips with his tongue.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/bedroom-sixty-nine.mp4" type="video/mp4">
</video>
<br/><br/>
[[Nick is about to cum|SixtyNineNickRevengeCum]]
<</nobr>><<nobr>>
You are pushed down on the bed until you are flat. Nick proceeds to mount you, placing his cock against your pussy from behind. He starts to fuck you, resting his weight on you burying his cock deep inside you.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/fucking-prose.mp4" type="video/mp4">
</video>
<br/><br/>
It doesn't take you long before you start to violently cum, further lubricating Nick.<br/>
Nick seems to be getting close to finishing.<br/><br/>
[[Let him cum inside|CumInsideNicksRevenge]]<br/>
[[Plead with him to cum outside|BegCumOutsideNicksRevenge]]<br/>
<<set $arousal -= 30>>
<<if $arousal lte 0>><<set $arousal = 0>><</if>>
<</nobr>><<nobr>>
It doesn't take you long before you start to violently cum, dripping your juices all over his open mouth.<br/>
In almost the same instant you feel your mouth getting filled with the unmistakenly salty taste of cum.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/bedroom-sixty-nine-cum-mouth.mp4" type="video/mp4">
</video>
<br/><br/>
Arousal - 30<br/>
Corruption + 3<br/>
Inhibition - 10<br/>
Relationship with Nick + 5<br/>
<<set $corruption +=3>>
<<set $inhibition -= 8>>
<<set $arousal -= 30>>
<<if $arousal lte 0>><<set $arousal = 0>><</if>>
<<set $relationshipNick += 5>>
[[Clean up and head back to your room|SS-Bedroom]]<br/>
<</nobr>><<nobr>>
You decide that you want to take control of the situation. You start to push Nick off of you, much to his suprise.<br/><br/>
$name : "Get on the bed now, It's my turn to fuck you" You demand as you push him backwards on the bed.<br/><br/>
You straddle ontop of him, spreading your legs and teasing his cock with your pussy, before letting it slide inbetween your wet lips.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/fucking-reverse-cowgirl.mp4" type="video/mp4">
</video>
<br/><br/>
You start to ride him reverse cowgirl, slamming your ass down into his lap, focusing on stimulating your G-Spot at his expense.<br/><br/>
[[Ride him til you both cum|NickRevengeTakeControlCreampie]]<br/>
<</nobr>><<nobr>>
You beg Nick to finish himself inside of you, and not to pull out.<br/><br/>
Nick : "Hmm, sure"<br/><br/>
You feel Nick start to pick up his pace, thrusting deeper and faster into your tight snatch. It doesn't take long for him to start unloading himself into you.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/creampie.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $pillTaken == true>>
Your safe in the knowledge that there is almost no risk of pregnancy as you are currently on protection.
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
Corruption + 5<br/>
Inhibition - 10<br/>
Relationship with Nick + 5<br/>
Mood + 5<br/>
<<set $corruption += 5>>
<<set $inhibition -= 10>>
<<set $relationshipNick += 5>>
<<set $mood += 5>>
[[Clean up and head back to your room|SS-Bedroom]]<br/>
<</nobr>><<nobr>>
You beg Nick not to finish himself inside of you, but to pull out.<br/><br/>
Nick : "Sure, I'll pull out babe"<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/cum-on-pussy-push-in.mp4" type="video/mp4">
</video>
<br/><br/>
Nick pulls out from inside of you as he is about to cum, and sprays it all over your dripping wet pussy. Not having enjoyed being told what to do, Nick quickly re-inserts his cum covered cock back into your pussy, pushing the cum inside of you.<br/><br/>
Nick : "I told you I'd pull out, I just didn't mention I would put it back in"<br/><br/>
You're kinda pissed that Nick tricked you like that, but you realize that it is too late to do anything about it now.<br/><br/>
<<if $pillTaken == true>>
Even if it was against your wishes, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
Corruption + 3<br/>
Inhibition - 10<br/>
Relationship with Nick + 5<br/>
Mood - 10<br/>
<<set $corruption +=3>>
<<set $inhibition -= 10>>
<<set $relationshipNick += 5>>
<<set $mood -= 10>>
[[Clean up and head back to your room|SS-Bedroom]]<br/>
<</nobr>><<nobr>>
You both get carried away with yourselves, you're nearing your orgasm and nothing else matters. As your pussy starts to contract around Nicks cock, you feel his hands wrap around you and pull you down ontop of him.<br/><br/>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-revenge-scene/creampie-bed.mp4" type="video/mp4">
</video>
<br/><br/>
You tentatively lift yourself off him, feeling the cum drip out of your pussy.<br/><br/>
Arousal - 30<br/>
Corruption + 6<br/>
Inhibition - 10<br/>
Relationship with Nick + 5<br/><br/>
<<set $corruption += 6>>
<<set $inhibition -= 10>>
<<set $arousal -= 30>>
<<if $arousal lte 0>><<set $arousal = 0>><</if>>
<<set $relationshipNick += 5>>
<<if $pillTaken == true>>
Your safe in the knowledge that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
[[Sort yourself out and head to the livingroom|SS-LivingRoom]]<br/>
<</nobr>><<nobr>>
You scream at Nick, shouting at him for being a pervert.<br/><br/>
Nick backs out of the bathroom, apologizing for his behavior<br/><br/>
[[Gather your things and go to your room to calm down|SS-Bedroom]]<br/><br/>
Relationship With Nick - 5<br/><br/>
<<set $relationshipNick -= 5>>
<</nobr>><<nobr>>
<<if $money gte 3000>>
You hand over the application form to the receptionist, and give her the money for the course.<br/><br/>
She smiles as she hands you your welcome pack and class information sheet, and welcomes you to the school.<br/><br/>
[[Read Course Requirements|BeautyCourseReq]]<br/>
[[School|School]]
<<set $classEnrolled = "Masseuse">>
<<set $inschool = true>>
<<set $money -= 3000>>
<<set $courseStarted = false>>
<<set $courseStarting = true>>
<<set $testPreparedness = 0>>
<<set $testsRemaining = 5>>
<<else>>
You cannot afford this course.<br/><br/>
[[Back|School]]
<</if>>
<</nobr>><<nobr>>
<<if ndef $sexOfferChanceMassage>>
<<set $sexOfferChanceMassage = 50>>
<</if>>
<<set $randomEncounter to random($sexOfferChanceMassage)>>
<<if $randomEncounter < 5 and $inhibition lte 750>>
You start your shift working as a masseuse. During one of the massages, your male client enquires about any 'extra' services that you offer.<br/><br/>
[[Politely decline, and finish your shift as normal|FinishShiftMasseuseClean]]<br/>
<<if $inhibition lte 600>>
<<if $STD == false>>
[[Offer a full service sensual massage|MasseuseNuruMassage]] <i>Includes joint shower and nude massage.</i><br/>
<<else>>
Whilst you want to offer a "full service" massage, you feel it's best not to, atleast until you can get yourself cleaned up. Maybe you should visit the Hospital.<br/><br/>
<</if>>
<</if>>
<br/>
<<else>>
<<set $videoVariable to random(2)>>
You work at the beauty salon as a masseuse for a few hours, providing massages for inhouse clients.<br/><br/>
<<if $videoVariable == 0 >>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-1.mp4" type="video/mp4">
</video>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-2.mp4" type="video/mp4">
</video>
<</if>><br/><br/>
[[Finish your shift|FinishShiftMasseuseClean]]
<</if>>
<</nobr>><<nobr>>
You head over to the manager of the salon and enquire about becoming a masseuse.<br/><br/>
As you get chatting with him, you soon realize that you don't have the required experience or qualifications that they are looking for, and realize that you need a <b>Beauticians Qualification</b> from the school.<br/><br/>
[[Leave|Store-Salon]]
<</nobr>><<nobr>>
You accept Mr Wilsons proposal to increase your grades, and proceed to follow him into his empty classroom locking the door behind you.<br/><br/>
Mr Wilson : "So, how are we going to do this?"<br/><br/>
[[Try and bribe him with money|BribeWithMoneySchoolGrades]]<br/>
<<if $clothesPanties != "None">>
[[Tease him|TeaseMrWilsonSchoolGrades]]<br/>
[[Remove Panties|RemovePantiesSchoolGrades]]<br/>
<<else>>
[[Let him Play with Pussy|PlayWithPussySchoolGrades]]<br/>
<<if $inhibition lte 500>>
[[Jerk him off with your ass|HotDogSchoolGrades]]<br/>
<</if>>
<</if>>
<</nobr>><<nobr>>
You look at your teacher standing there, he is clearly expecting some sexual favors from you, but you have other things on your mind.<br/><br/>
<<if $money gte 250>>
[[Offer $250 for better grades|250DollarsBetterGrades]]
<<else>>
Offer $250 for better grades - (Not enough cash)
<</if>><br/>
<<if $money gte 500>>
[[Offer $500 for better grades|500DollarsBetterGrades]]
<<else>>
Offer $500 for better grades - (Not enough cash)
<</if>><br/>
<<if $money gte 750>>
[[Offer $750 for better grades|750DollarsBetterGrades]]
<<else>>
Offer $750 for better grades - (Not enough cash)
<</if>><br/>
<<if $money gte 1000>>
[[Offer $1000 for better grades|1000DollarsBetterGrades]]
<<else>>
Offer $1000 for better grades - (Not enough cash)
<</if>><br/>
<</nobr>><<nobr>>
You lie back against one of the walls, and remove your skirt. You start to tease your teacher by slowly sliding your hands down inside your panties, slowly circling your soft mound.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/tease-hand-in-panties.mp4" type="video/mp4">
</video>
<br/><br/>
You start to peel away your underwear, just ever so slightly, giving Mr Wilson a great sneak preview of your teen pussy.<br/><br/>
<<if $clothesPanties != "None">>
[[Remove Panties|RemovePantiesSchoolGrades]]<br/>
[[Offer Mr Wilson an intimate lapdance|PantyJobSchoolGrades]]<br/>
<<else>>
[[Let him Play with Pussy|PlayWithPussySchoolGrades]]<br/>
<<if $inhibition lte 500>>
[[Jerk him off with your ass|HotDogSchoolGrades]]<br/>
<</if>>
<</if>>
<</nobr>><<nobr>>
You slowly start to peel off your panties infront of Mr Wilson, trying your hardest to turn him on.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/school-strip-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<<set $storedWhitePanties += 1>>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<<set $storedPinkLaceShorts += 1>>
<</if>>
<<set $clothesPanties = "None">>
You can feel your own arousal building.<br/><br/>
<<set $arousal += 5>>
[[Let him Play with Pussy|PlayWithPussySchoolGrades]]<br/>
<<if $inhibition lte 500>>
[[Jerk him off with your ass|HotDogSchoolGrades]]<br/>
<</if>>
<</nobr>><<nobr>>
You bend forward and push out your perky butt. You can feel Mr Wilson's hands grab your cheeks firmly and start to massage your ass.<br/><br/>
<<if $variable == 0 >>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/play-with-pussy-and-asshole.mp4" type="video/mp4">
</video>
<br/><br/>
His fingers and thumbs slowly caress your puffy and wet pussylips as he plays with your body in his classroom.<br/><br/>
<<if $variable == 0 >>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/finger-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
He takes no time in sliding his fingers into your now soaking wet and awaiting vagina, slowly massaging you from the inside. You start to uncontrollably moan as he picks up the pace, using his tongue to stimulate your clit while he digs around for your G-Spot.<br/><br/>
You end up cumming violently from his touch. Satisfied you end up leaving the classroom, with him a little disappointed with the lack of reciprocation, but with your grades improved.<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 4>>
<<set $relationshipWilson += 5>>
<<set $arousal -= 15>>
<<set $increase = $examsTaken * 22>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
<br/>
Corruption + 4<br/>
Inhibition - 5</br>
Arousal - 15<br/><br/>
[[Back to School|School]]<br/>
<</nobr>><<nobr>>
<<set $variable to random(2)>>
Mr Wilson : "How about I get a good feel of letting me rub one off on your ass, and we can see about improving your grade?"
<br/><br/>
<<if $inhibition lte 350>>
You stare at your teacher, thinking about his proposal, and if passing this class is even that important to you.<br/><br/>
$name : "I'm not sure ... You promise to give me a good grade if I let you?"<br/><br/>
Mr Wilson : "Sure, I'll go slow, so you're comfortable, and I'll make sure you pass this class"<br/><br/?
<<else>>
You don't need much time to think on his proposal, and excitedly accept his proposal. Although you're unsure if it was the promise of better grades, or the chance to get you ass covered in his hot sticky load.<br/><br/>
<</if>>
You turn around, presenting your firm supple butt to your teacher, inviting him to come over and claim his prize.<br/><br/>
<<if $variable == 0 >>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/hotdog1.mp4" type="video/mp4">
</video>
<<elseif $variable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/hotdog2.mp4" type="video/mp4">
</video>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/hotdog3.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
[[Wiggle your ass and beg him to cum|CumOnAssBetterGrades]]<br/>
<</nobr>><<nobr>>
<<set $randomAcceptance to random(4)>>
<<if $randomAcceptance == 0>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... You can't be serious thinking I will risk my job for $250?"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/seductive-smile.mp4" type="video/mp4">
</video>
<br/><br/>
You give your teacher a seductive smile, and beg him to consider your offer.<br/><br/>
Mr Wilson : "Alright, but I'll be keeping the increase subtle so we don't get caught"<br/><br/>
<<set $money -= 250>>
<<set $relationshipWilson -= 5>>
<<set $increase = $examsTaken * 10>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
[[Back to School|School]]<br/>
<<else>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... You can't be serious thinking I will risk my job for $250?"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/seductive-smile.mp4" type="video/mp4">
</video>
<br/><br/>
You give your teacher a seductive smile, and beg him to consider your offer.<br/><br/>
Mr Wilson : "I'm sorry, but I don't think I can risk my job for that. Just study harder next time $name"<br/><br/>
<<set $relationshipWilson -= 5>>
[[Back to School|School]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $randomAcceptance to random(4)>>
<<if $randomAcceptance != 0>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... You can't be serious thinking I will risk my job for $500?"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/seductive-smile.mp4" type="video/mp4">
</video>
<br/><br/>
You give your teacher a seductive smile, and beg him to consider your offer.<br/><br/>
Mr Wilson : "Alright, but I'll be keeping the increase subtle so we don't get caught"<br/><br/>
<<set $money -= 500>>
<<set $relationshipWilson += 2>>
<<set $increase = $examsTaken * 15>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
[[Back to School|School]]<br/>
<<else>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... You can't be serious thinking I will risk my job for $500?"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/seductive-smile.mp4" type="video/mp4">
</video>
<br/><br/>
You give your teacher a seductive smile, and beg him to consider your offer.<br/><br/>
Mr Wilson : "I'm sorry, but I don't think I can risk my job for that. Just study harder next time $name"<br/><br/>
<<set $relationshipWilson -= 2>>
[[Back to School|School]]<br/>
<</if>>
<</nobr>><<nobr>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... But I suppose I could use the cash"<br/><br/>
<<set $money -= 750>>
<<set $relationshipWilson += 5>>
<<set $increase = $examsTaken * 20>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
[[Back to School|School]]<br/>
<</nobr>><<nobr>>
Mr Wilson : "To be honest, I invited you in here not expecting you to pay me.... The money would come in handy though"<br/><br/>
<<set $money -= 1000>>
<<set $relationshipWilson += 10>>
<<set $increase = $examsTaken * 25>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
[[Back to School|School]]<br/>
<</nobr>><<nobr>>
You push your teacher down and start to straddle him. Placing the fabric of your panties on his hard cock, you start to slowly grind back and forwards.<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/panty-job.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/pink-pantyjob.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You can feel him start to tense up, and you know that he is close to having an orgasm.<br/><br/>
[[Let him cum in your panties|CumInPantiesSchoolGrades]]
<</nobr>><<nobr>>
You stand up and start to peel the panties off your body, opening them up so your precious pussy is in full view.<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/cum-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/cum-pink-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You invite your teacher to finish himself inside your panties, filling your underwear up with his stick cum, which he so willingly provides.<br/><br/>
Mr Wilson : "Thanks $name, be sure to wear them for the rest of the day"<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $relationshipWilson += 10>>
<<set $increase = $examsTaken * 25>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
<br/>
Corruption + 2<br/>
Inhibition - 5<br/>
[[Back to School|School]]<br/>
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You arch your back forcing your ass out towards his member. You can feel him lightly touching your bum as he strokes himself just above your butt, waiting to unload onto you.<br/>
<<if $variable == 0 >>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/cum-bum2.mp4" type="video/mp4">
</video>
<<elseif>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/school/classroom/better-grades/cum-bum.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
Hot ropes of cum splash on your rear as he starts to cum.<br/>
You feel happy and strangely aroused as you leave, knowing that you've improved your grades.<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $relationshipWilson += 10>>
<<set $arousal += 15>>
<<set $increase = $examsTaken * 28>>
<<set $totalGrade += $increase>>
<<set $averageGrade = Math.round($totalGrade / $examsTaken)>>
<<set $averageIncrease = Math.round($increase / $examsTaken)>>
Your average grade is now $averageGrade : (+$averageIncrease)<br/><br/>
<br/>
Corruption + 2<br/>
Inhibition - 5<br/>
Arousal + 15<br/><br/>
[[Back to School|School]]<br/>
<</nobr>><<nobr>>
You head over to the manager of the salon and enquire about becoming a masseuse.<br/><br/>
As you get chatting with him you show him your masseuses qualification. He seems quite impressed and offers you the promotion.<br/><br/>
You can now work as a masseuse, which bring in more money plus client tips. You can also still work your old job.<br/><br/>
<<set $masseusePromotion = true>>
[[Leave|Store-Salon]]
<</nobr>><<nobr>>
<<set $variable to random (1)>>
<<if $variable == 0>>
Mr Wilson : "Today I'll be massaging you, showing you how to give someone a massage, and how to make them feel good"<br/><br/>
You head over to your massage table behind the teachers desk, fairly obscured from the rest of the class, where you are asked to strip down to your underwear and position yourself onto the table.<br/><br/>
[[Undress|UndressReceiveMassageTeacher]]<br/><br/>
<<else>>
Mr Wilson : "Today you'll be showing me how much you've learned, and will be demonstrating your massage skills on me."<br/>
Mr Wilson : "It's a little inappropriate if I get undressed infront of the class, so we'll be using my office just down the hall."<br/><br/>
[[Go with your teacher to his office|GoOfficeMassageTeacher]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
You head over to the table, how do you want your massage?<br/><br/>
[[Leave your Panties on|PantiesOnMassagedLesson]]<br/>
[[Remove your Panties|PantiesOffMassagedLesson]]
<</nobr>><<nobr>>
<<set $variable to random(1)>>
You head to Mr Wilson's office, where he proceeds to strip down fully naked and hauls himself onto the table, just covering his modest with a small towel.<br/><br/>
You get to work on starting to massage Mr Wilson, working his upper back, then moving onto his legs.<br/><br/>
<<if $variable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-1.mp4" type="video/mp4">
</video>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-2.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
<<if $corruption gte 600>>
[[Tease him|TeaseMrWilsonMassageLesson]]<br/>
<</if>>
<<if $relationshipWilson gte 60>>
[[Mr Wilson asks you massage his upper thigh|UpperThighMassageLesson]]<br/>
<</if>>
[[Finish up the Massage|FinishMassageLessonSFW]]<br/>
<</nobr>><<nobr>>
You remove your shirt, much to Mr Wilson's suprise and protests. You inform him that you don't want to get any massage oils on your school top, and instead feel comfortable just performing the massage in your bra, justifying it as being the same as a bikini top.<br/><br/>
After he calms down, and accepts your state of dress, you start to run your hands up your teachers legs, just enough to cause a stir under his towel.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-lesson-tease.mp4" type="video/mp4">
</video>
<br/><br/>
You then place your hand firmly on his cock, with only the fabric of the towel between you both.<br/><br/>
<<if $relationshipWilson gte 75>>
Mr Wilson's eyes start to close, and you can hear the small moans of enjoyment that he is getting from this.<br/>
[[Push it further|RemoveMrWilsonsTowel]]<br/><br/>
<<else>>
Your teacher jumps up off of the table clutching the towel around his waist.<br/><br/>
Mr Wilson : "What are you doing? This is extremely inappropriate $name. I think that we should end this lesson now."<br/><br/>
[[Reluctantly Leave your massage lesson|BadEndMassageLesson]]<br/>
<</if>>
<</nobr>><<nobr>>
You oblige and start to move your hand up his legs, resting on his upper thighs.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-hardon.mp4" type="video/mp4">
</video>
<br/><br/>
You can't help notice how close to his privates you are, which is only worsened by his now apparent hard on.<br/><br/>
Mr Wilson : "The towel is getting in the way of the massage, don't you think? How about we remove it and keep going?"<br/><br/>
[[End the massage early|FinishMassageLessonSFW]]<br/>
[[Agree to his suggestion|RemoveTowelMassageLesson]]<br/><br/>
<</nobr>><<nobr>>
After some instruction you finish up the massage with Mr Wilson. You receive your feedback and then you leave the room allowing him to get dressed. <br/><br/>
You've become better and more knowledgeable in the art of massage.<br/><br/>
<<set $relationshipWilson += 5>>
<<set $inhibition -= 5>>
<<if $testPreparedness lte 85>>
<<set $testPreparedness += 15>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
[[School|School]]
<</nobr>><<nobr>>
You grab your teachers towel and start to lift it off of his body, telling him to relax and enjoy his 'personal massage'<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-lesson-remove-towel.mp4" type="video/mp4">
</video>
<br/><br/>
You pump more oil onto your hands, and reach for his penis, slowly starting to stroke it, passionately and attentively.<br/><br/>
His cock stiffens inside your warm hands, and his hand starts to wander around your body. He unzips your bottoms, letting them drop to the floor, leaving you there only in your underwear. <br/><br/>
[[Keep Going|RemoveBraMassageLesson]]
<</nobr>><<nobr>>
You quickly get redressed and leave the office. <br/><br/>
You don't think that you had enough time or practice to learn anything beneficial.<br/><br/>
<<set $relationshipWilson -= 5>>
<<set $mood -= 10>>
<<if $testPreparedness gte 5>>
<<set $testPreparedness -= 5>>
<<else>>
<<set $testPreparedness = 0>>
<</if>>
[[School|School]]
<</nobr>><<nobr>>
You keep jerking his cock in your hands, whilst you feel his hands grope almost every part of your body. You can feel his enjoyment in his pulsating member, and wandering hands.<br/><br/>
You feel his hands trace up your back and over to your shoulder where you can feel him tug on your bra straps. Taking the hint, you start to remove your bra, freeing your breasts for him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-lesson-remove-bra.mp4" type="video/mp4">
</video>
<br/><br/>
His cock stiffens again, becoming ever more excited by your touches.<br/><br/>
[[Take it further|RemovePantiesMassageLesson]]
<</nobr>><<nobr>>
Spurred on from his successful advances, Mr Wilson grabs your bum, squeezing it before hooking his finger around the material, gentely tugging it downwards.<br/><br/>
You assist him in removing your panties.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-lesson-remove-panties.mp4" type="video/mp4">
</video>
<br/><br/>
You're now standing over your teacher, naked, stroking his cock. You feel like this lesson is going well, but you're excited to get to the big finale. You start stroking ever faster, bringing him closer to the inevitable orgasm he's been so desperate for.<br/><br/>
[[Finish him off|CumMrWilsonMassageLesson]]
<</nobr>><<nobr>>
You feel the twitching of his cock between your fingers. You take this as a sign to cup his balls and start to milk him for his cum.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-lesson-cum.mp4" type="video/mp4">
</video>
<br/><br/>
He starts to pulsate and spasm uncontrollably from your touch, and starts to ejaculate all over himself and your hands.<br/><br/>
$name : "I think my job is done here, how did I do?"<br/><br/>
Mr Wilson : "Perfect ... just perfect..."<br/><br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 8>>
<<set $arousal += 25>>
<<set $mood += 5>>
<<if $testPreparedness lte 80>>
<<set $testPreparedness += 20>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
You can't help but leave in a good mood, you feel like you're doing better in class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>><<nobr>>
You think a little about what he said. You know that it can only really lead to one place...<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-tempted.mp4" type="video/mp4">
</video>
<br/><br/>
You agree to his suggestion, and start to remove his towel, slowly, releasing his cock out in the open. Impressed with his size, you grab hold firmly with your hands, and start to slowly stroke it up and down the shaft.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-remove-towel.mp4" type="video/mp4">
</video>
<br/><br/>
[[Apply some Oil|HandjobMassageLessonMrWilson]]
<</nobr>><<nobr>>
Applying some lotion to your hands, you get to work giving him a 'special massage', using your fingers in particular to tease him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-handjob.mp4" type="video/mp4">
</video>
<br/><br/>
[[Suck his dick|BlowjobMassageLessonMrWilson]]<br/><br/>
[[Use your feet|FootjobMassageLessonMrWilson]]<br/><br/>
<</nobr>><<nobr>>
You remove your top, exposing your teen breasts to the man infront of you. You jump on the massage table and bring your head down to his crotch, teasing him with your tongue and fingers.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
Finally you take him into your mouth, sucking on him as if he was a lollypop.
<br/><br/>
[[You hear he is moaning that he is about to cum|CumTitsMassageLessonMrWilson]]
<</nobr>><<nobr>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-footjob.mp4" type="video/mp4">
</video>
<br/><br/>
With yourself positioned on the table with Mr Wilson, you start to use your feet to gently massage his cock. Your toes slide effortlessly up and down his well oiled shaft.<br/><br/>
[[Fuck Mr Wilson|FuckMassageLessonMrWilson]]<br/>
[[Make him cum on your tits|CumTitsMassageLessonMrWilson]]
<</nobr>><<nobr>>
You sit on the edge of the table and spread your legs wide, inviting him to enter you. His cock slides effortlessly into your soaking wet pussy, and you lie back and enjoy being fucked by your teacher.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-fucking.mp4" type="video/mp4">
</video>
<br/><br/>
He unexpectadley pulls his cock out of you and unloads himself all over your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/cum-on-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 10>>
<<set $arousal -= 25>>
<<set $mood += 5>>
<<if $testPreparedness lte 80>>
<<set $testPreparedness += 20>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
You leave feeling satisfied and safe in the knowledge that you'll find it hard to fail this class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>><<nobr>>
You pull yourself away from Mr Wilson and get on your knees infront of him. You grab your breasts with your hands and start to sqeeze them together, giving him the perfect platform in which to unload himself onto.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massage-cum-tits.mp4" type="video/mp4">
</video>
<br/><br/>
He unloads a large deposit on your chest which you happily accept.<br/><br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 8>>
<<set $arousal += 10>>
<<set $mood += 5>>
<<if $testPreparedness lte 80>>
<<set $testPreparedness += 20>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
You can't help but leave in a good mood, you feel like you're doing better in class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>><<nobr>>
You strip down to your panties and climb onto the massage table. You quickly cover yourself up with the towel, and await your teacher.<br/><br/>
[[Begin massage|MassagedLessonBegin]]
<</nobr>><<nobr>>
You strip down to your panties, and look over the desk at Mr Wilson. Feeling a sudden urge to be naughty, you also remove your panties and climb onto the massage table. You quickly cover yourself up with the towel, and await your teacher.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-strip.mp4" type="video/mp4">
</video>
<br/><br/>
[[Begin massage|MassagedLessonBeginNoPanties]]
<</nobr>><<nobr>>
You lie there and begin to be massaged by your teacher. He tries to be professional and informative, describing what he is doing at any one time, and why.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-massage.mp4" type="video/mp4">
</video>
<br/><br/>
Suddenly he start to massage your buttocks, claiming that this is good for your glutes. You, however are unsure ... <br/><br/>
[[Call him out|MassagedLessonAssCallOut]]<br/><br/>
[[Enjoy the attention|MassagedLessonAss]]<br/><br/>
<</nobr>><<nobr>>
You decide to call him out for being a perv, shouting at him about his inappropriateness infront of the class.<br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-feel-ass-caught.mp4" type="video/mp4">
</video>
<br/><br/>
Some of the students look at the teacher, who is extremely embarrased now. You know that this is going to damage your reputation with him.<br/><br/>
Mood - 10<br/>
Relationship - 20<br/>
<<set $relationshipWilson -= 20>>
<<set $mood -= 10>>
<<if $testPreparedness gte 5>>
<<set $testPreparedness -= 5>>
<<else>>
<<set $testPreparedness = 0>>
<</if>>
[[Leave|School]]
<</nobr>><<nobr>>
You relax and decide to allow Mr Wilson to keep fondling your ass. It feels too good to stop, and it's starting to turn you on.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-feel-ass.mp4" type="video/mp4">
</video>
<br/><br/>
Eventually all good things need to come to an end, and he withdraws his hands and moves around the table.<br/><br/>
Mr Wilson : "Turn over, I'll show you how to perform a frontal massage on someone"<br/><br/>
[[Turn over|TurnOverMassagePantiesOnLesson]]
<</nobr>><<nobr>>
Now on your back you expose your breasts and close your eyes. It doesn't take long for him to focus on your tits, grabbing, squeezing and pinching them when your on the table.<br/><br/>
You are blissfully unaware that he has released his penis, and placed it right on your head, subtly rubbing himself over your mostly naked body.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-cock-face.mp4" type="video/mp4">
</video>
<br/><br/>
After a few pokes in the face, you come to realize whats actually lying on your forehead ... <br/><br/>
[[Tell him off|TellOffMassageLessonCockFace]]<br/>
[[Turn around and start to suck it|SuckCockMassageLessonPanties]]<br/>
<</nobr>><<nobr>>
Quietly freaking out, you jump up off the table. Unable to believe the situation, you give your teacher a telling off before grabbing your clothes and storming off.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-cock-face-caught.mp4" type="video/mp4">
</video>
<br/><br/>
Your teacher leaves the lesson embarrassed by being turned down which leaves him thinking less of you.<br/><br/>
Mood - 8<br/>
Relationship - 10<br/>
<<set $relationshipWilson -= 10>>
<<set $mood -= 8>>
<<if $testPreparedness gte 5>>
<<set $testPreparedness -= 5>>
<<else>>
<<set $testPreparedness = 0>>
<</if>>
[[Leave|School]]
<</nobr>><<nobr>>
Managing to take it all, you've spun round on the table, throwing the towel off, you start to suck on Mr Wilsons exposed cock. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
Not being able to wait anymore, you decide to fuck your teacher in your secluded area of the classroom.<br/><br/>
[[Fuck him quietly in the classroom|FuckMassagePantiesLesson]]<br/>
<</nobr>><<nobr>>
Your picked up, turned round and stripped. Left bare at the side of the table, your pushed over it, with your hands and knees on the frame, with your ass sticking out, exposed for Mr Wilson.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-panties-fucking.mp4" type="video/mp4">
</video>
<br/><br/>
You try to stifle your moans, trying to keep a low profile as your pussy gets assaulted from behind. Despite the embarrassment and the risk of being caught, your secretely loving it.<br/><br/>
[[Make him cum|FuckMassagePantiesLessonCumInside]]<br/>
[[Make him pull out|FuckMassagePantiesLessonCumOutside]]<br/>
<</nobr>><<nobr>>
You hear a quiet moan, then feel some intense thrusting.<br/>
You know that familiar feeling, it must be that he has just finished inside you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/creampie-dripping.mp4" type="video/mp4">
</video>
<br/><br/>
Your suspicions have been confirmed as you feel his seed slowly drip out of your wet pussy.<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Mr Wilson">>
<</if>>
<</if>>
<</if>><br/><br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 8>>
<<set $arousal -= 25>>
<<set $mood += 5>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<if $testPreparedness lte 85>>
<<set $testPreparedness += 15>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
You can't help but leave in a good mood, you feel like you're doing better in class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>><<nobr>>
Mr Wilson pulls out of you and spreads your legs. With one swift motion he pushes his cock against your pussy and unloads himself all over your private area.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/cum-on-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 8>>
<<set $arousal -= 25>>
<<set $mood += 5>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<if $testPreparedness lte 85>>
<<set $testPreparedness += 15>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
You can't help but leave in a good mood, you feel like you're doing better in class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>><<nobr>>
You lie there and begin to be massaged by your teacher. He tries to be professional and informative, describing what he is doing at any one time, and why.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-massage.mp4" type="video/mp4">
</video>
<br/><br/>
You feel him start to push the towel down, exposing your bum. A little unsure of whats happening, you do nothing, letting him progressively strip you naked.<br/><br/>
[[He focuses his attention lower down from your back|MassagedLessonNoPantiesBum]]
<</nobr>><<nobr>>
As he makes it lower down your back you start to feel him massage your buttocks. He tries to pass this off claiming that this is good for your glutes. You, however are unsure ... <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-feel-bum.mp4" type="video/mp4">
</video>
<br/><br/>
You start to feel aroused from his touch, losing yourself to the massage, forgetting that you're in a classroom with other students.<br/><br/>
Subliminally you start spreading your legs, [[exposing your pussy for your masseur|MassagedLessonNoPantiesSpreadLegs]]<br/><br/>
<</nobr>>
<<nobr>>
Mr Wilson refrains from touching you intimately, but ensures that his presence is felt. He takes special care on the muscles just next to your now soaking wet lips, occassionally brushing up against you, knowing that it is now driving you crazy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-tease-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
Suddenly he stops. You don't know why, but you're dissapointed.<br/><br/>
[[Suddenly|MassagedLessonNoPantiesFucked]]
<</nobr>>
<<nobr>>
You feel some pressure applied to your sensitive area. It is the unmistakeable feeling of the tip of a penis.<br/><br/>
You are quite stunned that he would attempt this in a classroom full of other students, especially when you're barely out of sight.<br/>
You keep quiet though, your arousal gets the better of you and you eagerly anticipate his cock entering you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-fucked.mp4" type="video/mp4">
</video>
<br/><br/>
You feel him slide into you.<br/>
You're barely able to contain your moans inbetween his thrusts when you hear him whisper to you that he is about to cum.<br/><br/>
[[Mr Wilson cums|MassagedLessonNoPantiesCumBreasts]]
<</nobr>>
<<nobr>>
He quickly pulls out of you, and flips you on your back.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/massaged-cum-breasts.mp4" type="video/mp4">
</video>
<br/><br/>
Jerking himself, he unloads a torrent of cum all over your breasts. When he stops, you obediently suck his cock clean, demonstrating that you 'understood' his lesson.<br/>
<<set $relationshipWilson += 10>>
<<set $inhibition -= 8>>
<<set $arousal -= 25>>
<<set $mood += 5>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<<if $testPreparedness lte 85>>
<<set $testPreparedness += 15>>
<<else>>
<<set $testPreparedness = 100>>
<</if>>
You can't help but leave in a good mood, you feel like you're doing better in class.<br/><br/>
[[You clean up and finish the lesson|School]]
<</nobr>>
<<nobr>>
<<set $tips to random(50, 150)>>
<<set $pay = $tips + 150>>
You finish your last client and start to pack up your things. You collect your salary and your tips for the day.<br/><br/>
Energy - 45<br/>
Money + $pay
<<set $energy -= 45>>
<<set $money += $pay>>
<<set $corruption -= 1>>
<<set $mood -= 2>>
<br/><br/>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You strip off your robe, and ask your client to remove their clothes.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-strip-dressing-gown.mp4" type="video/mp4">
</video><br/><br/>
[[Take off your panties|MasseuseNuruMassagePanties]]
<</nobr>><<nobr>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-strip-panties-bra.mp4" type="video/mp4">
</video><br/><br/>
You start to remove your panties, trying to entertain the client as much as possible.<br/>
You grab his hand and start to lead him round the back of the massage room, to the showers.<br/><br/>
[[Start showering with your client|MasseuseNuruMassageShowerStart]]
<</nobr>><<nobr>>
You take your time lathering him up with hot soapy water, taking care to focus around his chest and back.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-shower.mp4" type="video/mp4">
</video><br/><br/>
However your client becomes too eagre and impatient, and keeps moving your hand towards his penis.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-shower-touch-penis.mp4" type="video/mp4">
</video><br/><br/>
[[Try to avoid his penis, whilst keep washing the client|MasseuseNuruMassageShowerPussy]]
<</nobr>><<nobr>>
You spin him around, trying to focus on his back, far away from his flaccid cock. However as you focus on rubbing his shoulders, you feel his hand come from no-where and touch up your inner groin.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-shower-touch-pussy.mp4" type="video/mp4">
</video><br/><br/>
Whilst you try to ignore this, you can't help but feel a little turned on.
[[You hurridly try and finish up in the shower, before things go too far|MasseuseNuruMassageStartMassage]]
<</nobr>><<nobr>>
Laying down your client on one of the beds, you grab all of your oils and take a seat next to him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-start-massage.mp4" type="video/mp4">
</video><br/><br/>
Starting with him on his front, you focus on massaging his back and buttocks, before finishing off with his legs.<br/>
You can sense that he is enjoying this massage greatly, and you notice that he has become aroused with an erection.<br/><br/>
[[Finish up the Massage|MasseuseNuruMassageNoSexEnd]]<br/>
<<if $inhibition lte 550>>
[[Use your hands to massage his cock|MasseuseNuruMassageHandjob]]<br/>
<</if>>
<<if $inhibition lte 400>>
[[Use your body to massage him|MasseuseNuruMassageBodyMassage]]
<</if>>
<</nobr>><<nobr>>
You finish up with the client, removing yourself from the room so he can get dressed. You know that he is disappointed that he didn't get to have a "happy ending".<br/> When you walk back into the room you notice that your client has already left, but you see that he gave you an extra fifty in tips for the experience.<br/><br/>
<<set $tips to random(100, 200)>>
<<set $pay = $tips + 150>>
Continuing for the day, you just about finish up with your last client. You collect your salary and your tips for the day.<br/><br/>
Energy - 45<br/>
Money + $pay
<<set $energy -= 45>>
<<set $money += $pay>>
<<set $corruption -= 3>>
<<set $mood += 2>>
<br/><br/>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
As he turns around, you start to straddle him over his chest. You use this position to gently massage his shoulders, all the while his cock becomes pressed up against your bum.<br/><br/>
You start to become more vigarous in your massaging, rocking your body back and forth. This causes your now wet lips to slide over his shaft.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-sit-tease-cock.mp4" type="video/mp4">
</video><br/><br/>
Starting to get aroused yourself, you start to push it a little further. You start to run your pussy up and down his shaft, even pressing his tip against your opening, then moving it away at the last minute.<br/><br/>
[[Insert his cock|MasseuseNuruMassagePenetration]]
<</nobr>><<nobr>>
You start to apply a copious amound of oil to yourself, rubbing it in around your breasts and stomach.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-boob-back-massage.mp4" type="video/mp4">
</video><br/><br/>
Gently leaning forward, you start to massage his back with your body. You feel him shift his weight around, readjusting his cock which has now swelled to full length.<br/><br/>
[[Ask him to turn around|MasseuseNuruMassageTeaseCock]]
<</nobr>><<nobr>>
You apply a generous amount of oil to your hands, ensuring that they are very wet and slippy. You then reach for his erect member, and with both hands, start to give it it's own personal massage.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-handjob.mp4" type="video/mp4">
</video><br/><br/>
You client seems lost in ecstasy, sensing that he is about to cum, what do you want to do?<br/><br/>
[[Make him cum|MasseuseNuruMassageHandjobCumEnd]]<br/>
<<if $inhibition lte 475>>
[[Switch to using your mouth|MasseuseNuruMassageBlowjob]]<br/>
<</if>>
<<if $inhibition lte 400>>
[[Hold off and use your body to tease him|MasseuseNuruMassageBodyMassage]]
<</if>>
<</nobr>><<nobr>>
<<set $videoVariable to random(1)>>
<<set $clientRegular to random(3)>>
You start to pick up the pace of your stroking, impatiently wanting him to cum.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/handjob-cum-1.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/handjob-cum-2.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
Your client left very satisfied with his massage, and has generously tipped you an extra 100 bucks!<br/>
<<if $clientRegular == 0>>
<<if $sexOfferChanceMassage gte 5>>
<<set $sexOfferChanceMassage -= 1>>
As he leaves he tells you that you'll be seeing him again more reguarly.<br/><br/>
<</if>>
<</if>>
<<set $tips to random(150, 250)>>
<<set $pay = $tips + 150>>
Continuing for the day, you just about finish up with your last client. You collect your salary and your tips for the day.<br/><br/>
Energy - 45<br/>
Money + $pay
<<set $energy -= 45>>
<<set $money += $pay>>
<<set $corruption += 3>>
<<set $mood += 2>>
<br/><br/>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You lower yourself so that he can feel your warm breath on his cock. In one sensual movement, you wrap your lips around his head, and start to gently suck on his member.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-blowjob.mp4" type="video/mp4">
</video><br/><br/>
You feel his dick twitching in your mouth, you know that he is close.<br/><br/>
[[Make him cum|MasseuseNuruMassageBlowjobCumEnd]]<br/>
<<if $inhibition lte 400>>
[[Hold off and use your body to tease him|MasseuseNuruMassageBodyMassage]]
<</if>>
<</nobr>><<nobr>>
<<set $clientRegular to random(2)>>
You start to suck him harder, going as deep as your throat can take. You anticipate that he is going to cum soon, and you can't wait.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/deepthroat-cum-face.mp4" type="video/mp4">
</video><br/><br/>
You pull his cock out of your mouth just in time, letting him spray his seed all over your face.<br/><br/>
Your client left very satisfied with his massage, and has generously tipped you an extra 150 bucks!<br/>
<<if $clientRegular == 0>>
<<if $sexOfferChanceMassage gte 5>>
<<set $sexOfferChanceMassage -= 1>>
As he leaves he tells you that you'll be seeing him again more reguarly.<br/><br/>
<</if>>
<</if>>
<<set $randomSTDChance to random(200)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $tips to random(200, 300)>>
<<set $pay = $tips + 150>>
Continuing for the day, you just about finish up with your last client. You collect your salary and your tips for the day.<br/><br/>
Energy - 45<br/>
Money + $pay
<<set $energy -= 45>>
<<set $money += $pay>>
<<set $corruption += 3>>
<<set $mood += 2>>
<br/><br/>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
Not being able to take the teasing anymore, you push yourself down on his cock, inserting it into yourself.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-penetration.mp4" type="video/mp4">
</video><br/><br/>
There is no going back now, you've started to fuck your client bareback in the name of a massage, and you're loving it.<br/>
You start to ride him harder and faster, letting his shaft slide almost out of your pussy, before slamming yourself down, completely filling yourself with his cock. You get so into it, that you even lean down and start to kiss him passionately<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-cowgirl.mp4" type="video/mp4">
</video><br/><br/>
[[Let him fuck you doggy|MasseuseNuruMassageDoggy]]
<</nobr>><<nobr>>
You jump off him and get on all fours. You instruct him to start fucking you from behind.<br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/nuru-doggy.mp4" type="video/mp4">
</video><br/><br/>
You don't last long in this position. The rythmic pounding from behind plus the extra stimulation of your clit from your fingers push you over the edge.<br/><br/>
[[There's only one thing left to do, let him finish|MasseuseNuruMassageCumOutside]]
<</nobr>><<nobr>>
<<set $clientRegular to random(1)>>
You tell him to pull out, and not to cum inside of you, which he obliges to. You feel him shoot his load all over your ass and your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/shops/beauty-salon/work/nuru/cum-ass.mp4" type="video/mp4">
</video><br/><br/>
Your client left very satisfied with his massage, and has generously tipped you an extra 250 bucks!<br/>
<<if $clientRegular == 0>>
<<if $sexOfferChanceMassage gte 5>>
<<set $sexOfferChanceMassage -= 1>>
As he leaves he tells you that you'll be seeing him again more reguarly.<br/><br/>
<</if>>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $tips to random(300, 400)>>
<<set $pay = $tips + 150>>
Continuing for the day, you just about finish up with your last client. You collect your salary and your tips for the day.<br/><br/>
Energy - 45<br/>
Money + $pay
<<set $energy -= 45>>
<<set $money += $pay>>
<<set $corruption += 5>>
<<set $mood += 2>>
<<set $inhibition -= 5>>
<<set $arousal -= 40>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<br/><br/>
[[Back Home|SS-LivingRoom]]
<</nobr>><<nobr>>
You're finishing up in the bathroom, brushing your teeth when Nick walks into the room<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-brush-teeth/brush-teeth-interuppted.mp4" type="video/mp4">
</video><br/><br/>
You notice that Nick is harboring a hard on, and is making his way closer to you.<br/><br/>
[[Shoo him away and finish up|SS-Bathroom]]<br/>
[[Ignore him and continue brushing your teeth|IgnoreNickBrushTeeth]]
<</nobr>><<nobr>>
Nick positions himself behind you, which puts him in a position where his cock is pressed against your bottom.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-brush-teeth/brush-teeth-prod-bum.mp4" type="video/mp4">
</video><br/><br/>
Nick : "So $name, how about we have a little fun?"<br/><br/>
[[You're not in the mood|SS-Bathroom]]<br/>
[[Smile and push your ass into Nick|PantiesPulledDownBrushTeeth]]
<</nobr>><<nobr>>
Not waiting to be asked twice, Nick wraps his fingers around the elastic in your panties, and gives them a firm tug downwards. Your underwear finds itself crumpled at your feed on the floor, and Nick's fingers find their way onto your moistening pussy. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-brush-teeth/brush-teeth-pulldown-panties-fuck.mp4" type="video/mp4">
</video><br/><br/>
You feel his hands move away from your lips, and replaced by the tip of his dick. As he thrusts forwards, you push yourself back onto him submerging his shaft deep into you.<br/><br/>
[[Keep Fucking Nick|FuckNickBrushTeeth]]
<</nobr>><<nobr>>
You've now dropped your toothbrush and find yourself on all fours on the bathroom floor. Nick is behind you thrusting himself vigorously<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-brush-teeth/brush-teeth-doggy-bathroom-floor.mp4" type="video/mp4">
</video><br/><br/>
He's taking great pleasure in slapping your ass from behind. You think he is enjoying himself too much as he starts to show the obvious signs that he is about to cum.<br/><br/>
[[You receive a creampie|CreampieNickBrushTeeth]]
<</nobr>><<nobr>>
You feel your ass being squeezed as Nick unloads himself into your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-brush-teeth/brush-teeth-creampie.mp4" type="video/mp4">
</video><br/><br/>
Nick : "Thanks $name, you know how to milk my cock."<br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Nick">>
<</if>>
<</if>>
<</if>>
Arousal - 35 <br/>
Inhibition - 5<br/><br/>
+ Relationship with Nick <br/><br/>
[[Make your way back to your room|SS-Bedroom]]<br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $arousal -= 35>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
<<set $eventVariable to random(4)>>
You walk to your bedroom, and insert your buttplug into yourself, under your bikini bottoms. Feeling full, and slightly naughty, you decide to head outside to sunbathe.<br/><br/>
<<if $eventVariable == 0>>
[[Head outside and sunbathe|SunbatheGardenButtplug]]<br/>
<<else>>
[[Head outside and sunbathe|SunbatheGardenButtplugGetCaught]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $imageVariable to random(4)>>
<<set $burnVariable to random(6)>>
<<set $energy -= 15>>
You lay in the garden for a few hours, relaxing in the sun.<br/><br/>
<<if $imageVariable == 0>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe1.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 1>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe2.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 2>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe3.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 3>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe4.mp4" type="video/mp4"></video>
<<elseif $imageVariable == 4>>
<video width="500" height="480" autoplay loop>
<source src="images/home/cheap-flat/garden/sunbathing/sunbathe5.mp4" type="video/mp4"></video>
<</if>>
<br/><br/>
<<if $burnVariable lte 2 and $lotionApplied == false>>
Just as you finished your tanning session, you start to feel pain all over your body. You realize that you have burned yourself in the sun, which has caused damage to your skin.<br/><br/>
Beauty - 6<br/>
<<set $beauty -= 6>>
<<else>>
After you've had enough time in the sun you start to pack up your stuff and head inside, you feel reinvigorated, sporting a glorious new tanned body. <br/><br/>
You also feel more aroused keeping a buttplug inside you as you suntan.<br/><br/>
Arousal + 10<br/>
Beauty + 4<br/>
<<set $beauty += 4>>
<<set $arousal += 10>>
<</if>>
<<if $lotionApplied == true>>
<<set $lotionApplied = false>>
<</if>>
<br/><br/>
[[Head Inside|SS-LivingRoom]]<br/>
<</nobr>><<nobr>>
You head over to the garden in your bikini to sunbathe.<br/>
You are however caught by Nick as you attempt to leave the flat.<br/><br/>
Nick : "Wow, where are you heading to?"<br/><br/>
$name : "I'm about to head out to catch a little sun. You want to join me?"<br/><br/>
Nick : "No thanks, maybe later though"<br/><br/>
You continue on your way until Nick shouts you back.<br/><br/>
Nick : "Hey $name, [[come back here|NickDiscoverButtplugSunbathe]]"<br/><br/>
It looks like Nick has noticed something.<br/><br/>
<</nobr>><<nobr>>
You head back over to Nick, who now has a large grin across his face.<br/><br/>
Nick : "That's a nice bikini you've got there, is it new? Why don't you give me a twirl in it?"<br/><br/>
You spin around, giving NIck a good view of your body in your bikini.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/garden/plug/buttplug-bikini.mp4" type="video/mp4">
</video>
<br/><br/>
Nick : "Wait a second ... [[Is that what I think it is?|NickSunbatheButtplugStripPanties]]"<br/><br/>
<</nobr>><<nobr>>
You feel a little flushed. You know that you've been had, and he's noticed what you've got packed away.<br/><br/>
He reaches out and pulls your bikini bottoms slightly to the side, exposing your buttplug out the back.<br/><br/>
Nick : "How about you give me a closer look?"<br/><br/>
[[Give him a closer look|NickSunbatheCloserLookButtPlug]]<br/>
[[Refuse|RefuseNickSunbatheCloserLookButtPlug]]
<</nobr>><<nobr>>
You smile and agree to show Nick what you're hiding under your bikini bottoms.<br/><br/>
Facing away from Nick, you start to peel down your bottoms, slowly letting them slide over your bum.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/garden/plug/buttplug-strip-panties.mp4" type="video/mp4">
</video>
<br/><br/>
+ Relationship with Nick<br/><br/>
<<set $inhibition -= 5>>
<<set $corruption += 2>>
<<set $arousal += 5>>
<<set $relationshipNick += 5>>
You quickly pull your pants back up.<br/><br/>
$name : "I think that's enough of a show for you."<br/><br/>
[[Leave Nick and head outside to sunbathe.|SunbatheGardenButtplug]]
<</nobr>><<nobr>>
You refuse to show NIck what is hidden under your panties. You straighten yourself up, and head outside to sunbathe.<br/><br/>
- Relationship with Nick<br/><br/>
<<set $inhibition += 5>>
<<set $corruption -= 2>>
<<set $arousal -= 5>>
<<set $relationshipNick -= 5>>
[[Continue outside and sunbathe|SunbatheGardenButtplug]]
<</nobr>><<nobr>>
You start to get changed in your bedroom, you do however notice that the door isn't closed.<br/><br/>
<<if $inhibition gte 600>>
You are a little scared that someone will walk in. <br/><br/>
<<set $arousal -= 5>>
<<if $arousal lte 0>>
<<set $arousal -= 5>>
<</if>>
<<else>>
You are a little aroused by the fact that anyone could see you getting changed.<br/><br/>
<<set $arousal == 5>>
<</if>>
[[Leave the door unlocked|DoorUnlockedSpiedUpon]]<br/>
[[Lock door and finish getting ready|SS-Bedroom]]
<</nobr>><<nobr>>
<<set $character to random(2)>>
<<set $spiedChance to random(1)>>
You decide to just get changed and leave the door as it is, and continue getting dressed.<br/><br/>
<<if $spiedChance == 0>>
You don't realize but <<if $character lte 1>>Katie<<else>>Nick<</if>> walks past your room. They notice that you are in a state of undress, and stop outside your door to peek on you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bedroom/caught-getting-dressed.mp4" type="video/mp4">
</video>
<br/><br/>
They quickly leave before you notice they were there.<br/><br/>
<<else>>
You finish getting dressed without a scene.<br/><br/>
<</if>>
[[You're finished|SS-Bedroom]]
<</nobr>><<nobr>>
You feel a little excited with what you have saw and decide to fuck with Nick a little bit.<br/><br/>
You throw the door open fully, and barge into the room. Before he has a chance to cover himself up fully, you grab the panties out from his hands and cock and hold them up to your face.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-jerk-panties/panties-masturbation-caught.mp4" type="video/mp4">
</video>
<br/><br/>
$name : "Are these my panties?"<br/><br/>
Nick sits there in silence with his cock in his hand, ashamed and embarrassed.<br/><br/>
<<if $inhibition lte 600>>
[[Here, let me help you with that|FuckNickPantiesMasturbate]]<br/>
<</if>>
[[Scold Nick|InterruptNickPantiesMasturbateScold]]
<</nobr>><<nobr>>
<<if $clothesPanties == "White Cotton Panties">>
You hop ontop of NIck leaving on your white panties, but just pulling them slightly to one side.<br><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-jerk-panties/sex-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
You start to strip out of your panties and straddle Nick. You slowly insert him into your pussy, letting him fill you up inside.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-jerk-panties/panties-masturbation-straddle.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
[[Bend over the sink|BendOverSinkNickMasturbatingPanties]]<br/>
[[Let him cum on your face|CumFaceNickMasturbatingPanties]]<br/>
<</nobr>><<nobr>>
You scold Nick, telling him that he's breached your trust and is a pervert for taking your panties..<br/><br/>
[[Go back to your bedroom|SS-Bedroom]]<br/><br/>
Relationship With Nick - 5<br/><br/>
<<set $relationshipNick -= 5>>
<</nobr>><<nobr>>
You remove yourself from ontop of Nick, and bend yourself over the sink. Nick eagrely follows you, removing his pants as he does.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-jerk-panties/tease-pussy-insertion.mp4" type="video/mp4">
</video>
<br/><br/>
It doesn't take long before Nick is back inside of you, pumping away furiously. You smile as you think to yourself that he wouldn't have expected this to happen when he took your panties earlier.<br/><br/>
It doesn't take long for him to signal that he is about to cum.<br/><br/>
[[Let him cum on your face|CumFaceNickMasturbatingPanties]]<br/>
<</nobr>><<nobr>>
You pull out and get on your kneed infront of Nick.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/nick-jerk-panties/panties-masturbation-cum-face.mp4" type="video/mp4">
</video>
<br/><br/>
Feeling streams of warm cum splash on your face, you feel satisfied and fulfilled that you could help out your housemate in his time of need.<br/><br/>
[[Back to your room|SS-Bedroom]]<br/>
Inhibition - 8<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/>
<<set $inhibition -= 8>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
You agree to Nick's suggestion, and hand him the bottle of lotion.<br/><br/>
$name : "If you wouldn't mind, I need some lotion on my back and shoulders"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/garden/sunbathing/nick-apply-sunscreen-back.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $inhibition lte 750>>
Enjoying the feel of Nicks hands on your back, your mind wanders to what else he could be doing.<br/><br/>
[[Ask Nick if he could apply some suncream lower down|ApplySuncreambumNick]]<br/>
<<else>>
You enjoy the feeling of Nicks hands on your back. When he is done, you thank him for being so helpful before you head off to finish sunbathing.<br/><br/>
<</if>>
[[Continue to sunbathe|SunbatheInGarden]]
<<set $arousal += 5>>
<<set $relationshipNick += 2>>
<</nobr>><<nobr>>
You suggest that you could burn on your lower back, and ask him if he could apply some lotion further down.<br/><br/>
Not wanting to miss this oppertunity, Nick agrees and starts to move down your back. He doesn't seem to stop there though, and suggests that with so much of your bum on show, it may burn and that he should apply some there too.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/home/cheap-flat/garden/sunbathing/nick-apply-sunscreen-ass.mp4" type="video/mp4">
</video>
<br/><br/>
After he spends far too long applying lotion to your bum, you are done.<br/><br/>
[[Continue to sunbathe|SunbatheInGarden]]
<<set $inhibition -= 2>>
<<set $corruption += 1>>
<<set $arousal += 5>>
<<set $relationshipNick += 3>>
<</nobr>><<nobr>>
You have purchased yourself a new cell phone.<br/><br/>
<<set $cellOwned = true>>
<<set $money -= 650>>
[[Continue Shopping|Store-ElectronicsStore]]
<</nobr>><<nobr>>
<<if ndef $calledCarlos>><<set $calledCarlos = false>><</if>>
<<if $prostituteContact == true and $calledCarlos == false>>
[[Call Carlos' number from the card you recieved earlier|CallCarlosPimp]]<br/><br/>
<</if>>
<<if $nickNudeRequest == true >>
[[Read the message from Nick|NickNudeRequest]]<br/>
<</if>>
[[Turn off Phone|$location]]
<</nobr>>
<<nobr>>
You take out the card that you found from the young girl in the cafe. You see that it has a name on it, Carlos, and a number below.<br/><br/>
You remember that the girl looked visibly distressed, and you feel like this could somehow be the cause.<br/><br/>
<<if $corruption gte 300 and $inhibition lte 500>>
[[Call the number|CallCarlosForRealThisTime]]<br/><br/>
<<else>>
You don't feel comfortable calling this number. You're not that desperate and you get a bad feeling about this.<br/><br/>
<</if>>
[[Change your mind and close the phone|Phone]]<br/>
<</nobr>><<nobr>>
<<set $metCarlos = false>>
<<set $calledCarlos = true>>
You dial the number...
<br/><br/>
...
<br/><br/>
...
<br/><br/>
Carlos : "Hello, who is this?"<br/><br/>
$name : "Hi, I'm $name, I was given your card (lie) by one of the girls who came to my workplace earlier. I've got some ... financial difficulties and she said that maybe you could help me out?"<br/><br/>
<<if $reputation lte 250>>
Carlos : "I'm thinking maybe you're not understanding what type of business I run down here.I'm thinking you wont like what we do here"<br/><br/>
Carlos : "But maybe I should give you a chance, come meet me at my place down 57th Street. If you got looks then we can make some good money"<br/><br/>
<<else>>
Carlos : "I think I've seen you around some places, you seem to know your way around my area of business $name. Maybe you should come meet me at my place down 57th Street so that we can make some good money"<br/><br/>
<</if>>
Carlos hangs up the phone after giving you his address, and you save it in your phone. You get the feeling you'll have to wear something sexy when you meet him.<br/><br/>
[[Done|Phone]]
<</nobr>><<nobr>>
<<if $brothelWorker == false>>
<<if $beauty gte 60>>
You head over to Carlos' house. There are a couple of men outside on his lawn, and after taking one look at you, wave you in.<br/><br/>
[[Meet Carlos|MeetCarlosAtHome]]<br/><br/>
<<else>>
Thug : "I'm sorry chica, you won't be seeing Carlos looking like that. Come back when you get yourself looking fine"<br/><br/>
<</if>>
<<else>>
<<if $energy gte 20>>
<<if $mood gte 10>>
[[Look for Client (Energy - 25)|LookClientsBrothel]]
<<else>>
Look for Client (Low Mood)
<</if>>
<<else>>
Look for Client (No Energy)
<</if>><br/><br/>
<</if>>
[[Leave|Outside]]<br/>
<</nobr>><<nobr>>
<<set $metCarlos = true>>
<<set $relationshipCarlos = 0>>
You walk into the house, and taken straight to the man himself.<br/>
Carlos : "You look finer in person than I thought you would. Come sit, let's get down to business"<br/><br/>
You listen as Carlos explains his operations to you. He operates a small brothel from one of the larger houses down the other end of the street. He and his boys provide the protection and "workplace" for the girls, in exchange for a percentage of their takings.<br/>
Carlos : "There are a few bedrooms and a few "themed" rooms for you to work in. Some of our girls make some real good money. Is this something that you'd be interested in?"<br/><br/>
[[Accept Carlos' proposal|AcceptMemberBrothel]]<br/>
[[Decline Carlos' proposal|DeclineMemberBrothel]]<br/>
<</nobr>><<nobr>>
<h3>Carlos</h3>
<div class="image-sm image-container">
[img[images/people/carlos.jpg]]
</div>
<br/>
Relationship Level: $relationshipCarlos
<br/><br/>
<h4>Info</h4>
Age: 30's<br/>
Job: Pimp<br/>
Bio: A man who sepecializes in getting customers whatever their sexual desires require. Some people say that he owns some property in a rundown part of town, retrofitted into a fairly successful underground brothel.<br/><br/>
<<back>>
<</nobr>>
<<nobr>>
<<set $brothelWorker = true>>
You inform Carlos that working at his brothel is something that you'd be happy to do.<br/><br/>
However you get a confused look when he starts to laugh with his men.<br/><br/>
Carlos : "Ahhh $name, I think we've got a misunderstanding. You see here we take actions much more seriously than words. If you want to work in our establishment, you're going to have to show us how much you really want this."<br/><br/>
[[Understanding what they want, you drop to your knees|FormallyAcceptCarlosInvitation]]
<</nobr>><<nobr>>
You're not entirely comfortable with this situation. Even though you've already exposed yourself to some stuff, the thought of selling yourself in a brothel is a low that you can't bring yourself to do. You tell Carlos that you'll go home and think about his offer, before heading out without the intention to return.<br/><br/>
[[Outside|Outside]]
<</nobr>><<nobr>>
You don't even have time to full drop to your knees before Carlos has his pants unzipped his pants and made himself comfortable.<br/>
You wrap your mouth around his cock, and start enthusiastically sucking him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/blowjob1.mp4" type="video/mp4">
</video>
<br/><br/>
His hands gently caress your face, clearly enjoying your efforts.<br/><br/>
[[Make him cum|CarlosCumInitiation]]<br/>
<</nobr>><<nobr>>
Feeling a hand rest firmly on the back of your head, you start to speed up the speed of your sucking.<br/><br/>
Knowing that he is about to finish soon, where do you want him to finish?<br/><br/>
[[Use your mouth|CarlosCumMouthInitiation]]<br/>
[[Use your face|CarlosCumFaceInitiation]]<br/>
<</nobr>><<nobr>>
A torrent of cum unloads into your mouth, too much for you to handle. Your breasts catch the falling drops of cum as you stroke him to completion over your already filled mouth.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/mouth-pie.mp4" type="video/mp4">
</video>
<br/><br/>
You quickly clean yourself up before Carlos informs you that you can now work at his establishment.<br/><br/>
[[Leave the house|57th Street]]
<<set $inhibition -= 3>>
<<set $corruption += 2>>
<<set $arousal += 5>>
<<set $relationshipCarlos += 5>>
<</nobr>><<nobr>>
A torrent of cum unloads all over your face. Your breasts catch the falling drops of cum as he strokes himself to completion over your already glazed body.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/cum-face.mp4" type="video/mp4">
</video>
<br/><br/>
You quickly clean yourself up before Carlos informs you that you can now work at his establishment.<br/><br/>
[[Leave the house|57th Street]]
<<set $inhibition -= 3>>
<<set $corruption += 2>>
<<set $arousal += 5>>
<<set $relationshipCarlos += 5>>
<</nobr>><<nobr>>
<<set $initialChance to random(5)>>
<<set $mood -= 5>>
<<set $energy -= 25>>
<<set $inhibitionChance = 0 >>
<<set $beautyChance = 0 >>
<<if $inhibition gte 1>>
<<set $inhibitionChance = 10 - ($inhibition / 50)>>
<<else>>
<<set $inhibitionChance = 15>>
<</if>>
<<set $toIncreaseInhibition to random($inhibitionChance)>>
<<if $beauty lte 150>>
<<set $beautyChance = -10 + ($beauty / 10)>>
<<else>>
<<set $beautyChance = 15>>
<</if>>
<<set $toIncreaseBeauty to random($beautyChance)>>
<<set $brothelVariable = $initialChance + $toIncreaseInhibition + $toIncreaseBeauty>>
<<if $brothelVariable lt 0>>
<<set $brothelVariable = 0>>
<</if>>
<<if $STD == false>>
You agree a fee with one of the bouncers for a room, and you start to [[look|LookBrothelClient]] around for a potential client.<br/><br/>
<<else>>
You have failed a recent health checkup and you are prevented from working here. You are advised to seek medical help at the Hospital.<br/><br/>
[[Back|57th Street]]
<</if>>
<</nobr>><<nobr>>
<<set $basePay = 50>>
<<set $beautyMultiplier = 1 + ($beauty/300)>>
<<set $corruptionMultiplier = 1 + ($corruption/2400)>>
<<set $reputationMultiplier = 1 + ($reputation/500)>>
<<set $genderChance to random(2)>>
<!-- 66% Male / 33% Female-->
<<set $ageClient to random(3)>>
<<if $inhibition gte 1>>
<<set $inhibitionMultiplier = 1.5 - ($inhibition/1000)>>
<<else>>
<<set $inhibitionMultiplier = 1.5>>
<</if>>
<<set $brothelPay = $basePay * $beautyMultiplier * $corruptionMultiplier * $reputationMultiplier * $inhibitionMultiplier>>
<<if $brothelVariable lte 1>>
<!-- No Customers -->
You look around, but you are unable to find yourself a client. <br/><br/>
[[Stop looking and head back|57th Street]]
<<elseif $brothelVariable lte 10>>
<!-- Foreplay / Teasing -->
<!-- Handjob -->
<<if $genderChance lte 1>>
A <<if $ageClient == 0>> young <</if>> male patron walks up to you and asks if he could get a handjob from you.<br/><br/>
[[Accept|HandjobClientBrothel]]<br/>
<!-- Female Fingering -->
<<else>>
A <<if $ageClient == 0>> young <<else>> mature <</if>> female patron walks up to you and asks if she could be brought to orgasm from your fingers.<br/><br/>
[[Accept|FingerClientBrothel]]<br/>
<</if>>
<<elseif $brothelVariable lte 20>>
<!-- Oral -->
<!-- Blowjob -->
<<if $genderChance lte 1>>
A <<if $ageClient == 0>> young <</if>> male patron walks up to you and asks if he could get a blowjob from you.<br/><br/>
[[Accept|BlowjobClientBrothel]]<br/>
<!-- Cunnilingus -->
<<else>>
A <<if $ageClient == 0>> young <<else>> mature <</if>> female patron walks up to you and asks if you could go down on her.<br/><br/>
[[Accept|EatOutClientBrothel]]<br/>
<</if>>
<<elseif $brothelVariable lte 30>>
<!-- Sex / Anal -->
<<set $sexOrAnal to random(2)>>
<<if $sexOrAnal lte 1>>
<!-- Sex -->
<<if $genderChance lte 1>>
A <<if $ageClient == 0>> young <</if>> male patron walks up to you and asks if he could fuck you.<br/><br/>
[[Accept|SexClientBrothel]]<br/>
<!-- Lesbian Sex -->
<<else>>
A <<if $ageClient == 0>> young <<else>> mature <</if>> female patron walks up to you and asks if you could have sex.<br/><br/>
[[Accept|LesbianSexClientBrothel]]<br/>
<</if>>
<<else>>
<!-- Anal -->
<<if $genderChance lte 1>>
A <<if $ageClient == 0>> young <</if>> male patron walks up to you and asks if he could fuck you in the ass.<br/><br/>
[[Accept|AnalClientBrothel]]<br/>
<!-- Lesbian Anal -->
<<else>>
A <<if $ageClient == 0>> young <<else>> mature <</if>> female patron walks up to you and asks if you would be interested in some ass-play.<br/><br/>
[[Accept|LesbianAnalClientBrothel]]<br/>
<</if>>
<</if>>
<<else>>
<!-- Extreme Fetishes -->
<</if>>
<<if $brothelVariable gte 2>>
<br/>
[[Refuse|57th Street]]<br/>
<</if>>
<br/><br/>
<<if $beauty lte 50>>
<i> You feel like you could get more clients and money if you looked a little bit better.</i>
<</if>>
<<if $inhibition gte 500>>
<i> If you were less inhibited, you would be hired to do more lewd acts.</i>
<</if>>
<</nobr>><<nobr>>
You take the client back to one of the rooms and you sit him down. As he is making himself comfortable you start to dance infront of him whilst ushering him to take off his pants.<br/><br/>
[[Handjob|HandjobClothedBrothel]]<br/>
[[Naked Handjob|NakedHandjobBrothel]]
<</nobr>><<nobr>>
<<set $sexVariable to random(1)>>
You start by passionately kissing the <<if $ageClient == 0>> young <<else>> mature <</if>> woman. You start to move your fingers down her body, leaving them on her pussy, with just a small amount of fabric between them.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/girlskissing.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $sexVariable == 0>>
You push her against the wall and start to remove her pants. Before they are removed fully you wet your fingers and place them delicately on her exposed pussy.<br/><br/>
With your client pushed up against the wall you become more forceful in your actions, now attacking her wet and exposed pussy with your fingers.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/lez-fingering.mp4" type="video/mp4">
</video>
<br/><br/>
It doesn't take long before she is cumming in your hands.<br/><br/>
<<else>>
You strip your client down and push her onto the bed. Using your fingers you start to play with her exposed pussy, gently massaging around her clit and teasing her with the tips of your fingers.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/lez-fingering2.mp4" type="video/mp4">
</video>
<br/><br/>
It doesn't take long before she is cumming in your hands.<br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.1)>>
You clean yourself up and take payment from the <<if $ageClient == 0>> young <<else>> mature <</if>> woman.<br/><br/>
You earned $$brothelPay for your actions.
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 4>>
<<set $corruption += 3>>
<<set $arousal += 5>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $lewdRequestChance to random(8)>>
You join the <<if $ageClient == 0>> young <</if>> man on the bed and start to grab his now hard cock with your fingers. You start to stroke his shaft while making an extra effort to massage his balls with your other hand.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-clothed.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $lewdRequestChance == 0 and $clothesPanties != "None">>
[[Your client asks if he can cum inside your panties.|HandjobClothedBrothelCumPanties]]<br/><br/>
<<else>>
[[You pick up the speed of your strokes.|HandjobClothedBrothelCum]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
<<set $sexVariable to random(10)>>
Relieving yourself from your clothes, you make your way to the bed to join the your client. You start to stroke his shaft while making an extra effort to massage his balls with your other hand.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-naked.mp4" type="video/mp4">
</video>
<br/><br/>
Your naked body only helps to excite the <<if $ageClient == 0>> young <</if>> man your with, with him unable to take his eyes off you as you service his manhood. <br/><br>
<<if $sexVariable lte 2>>
Seeing you naked seems to be too much of a temptation for him, and he nervously asks if it's okay to masturbate you whilst he recieves his handjob.<br/><br/>
<<if $inhibition lte 700>>
[[Let him touch your pussy|NakedHandjobMutualMasturbation]]
<<else>>
Let him touch your pussy ( Too High Inhibition )
<</if>><br/>
[[Refuse but let him cum on your body|NakedHandjobBrothelCumBody]]<br/><br/>
<<else>>
You pick up the pace with your strokes. His body starts to shake, you know what is coming.<br/><br/>
[[Let him cum on your body|NakedHandjobBrothelCumBody]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
He reaches down and starts to finger your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-mutual.mp4" type="video/mp4">
</video>
<br/><br/>
The motions on your clit becomes too much to bear; you start to cum in the hands of a stranger in a seedy brothels bedroom.<br/>
After you calm down, you start to think about bringing this event to a 'finale'<br/><br/>
[[Let him cum on your body|NakedHandjobBrothelCumBody]]<br/><br/>
<<set $arousal -= 30>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
<</nobr>><<nobr>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-naked-cum-body.mp4" type="video/mp4">
</video>
<br/><br/>
It doesn't take long before he is cumming all over your naked body.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.2)>>
You clean yourself up and take payment from the <<if $ageClient == 0>> young <</if>> man.<br/><br/>
You earned $$brothelPay for your actions.
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 4>>
<<set $corruption += 3>>
<<set $arousal += 5>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
After you take the client into a free room, push him firmly down onto the bed. You begin to strip him down to so he is lying naked ontop of the sheets.<br/><br/>
<<if $eventVariable == 0 >>
[[You get on your knees and start to suck|SuckCockBrothelBlowjob]]<br/>
<<else>>
[[You sit down next to him and start to suck|SuckCockBrothelBlowjobLeadDeepthroat]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $eventVariable to random(2)>>
After you take the client into a free room, you start to passionately kiss her on the lips. You become lost in the moment where you both start to move your hands all over each others bodies.<br/><br/>
You strip your client down and push her onto the bed. Your breasts push up against hers as you roll around ontop of the sheets.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/kissing-bed.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $eventVariable == 0 and $clothesPanties != "None">>
[[Start to go down on her|EatOutClientBrothelSniffYourPanties]]<br/>
<<elseif $eventVariable == 1>>
[[Start to go down on her|EatOutClientCloseUp]]<br/>
<<else>>
[[Start to go down on her|EatOutClientBrothel2]]<br/>
<</if>>
<</nobr>><<nobr>>
Your client starts to push your head down down so that you end up coming face to face with her glistening pussy. You decide to take some initiative by forcing her legs apart, leaving her oh so wet pussy exposed for your pleasure.<br/><br/>
<<if $ageClient == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/puppy-eyes.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/mature-eat-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
It only takes mere minutes, but your tongue on her clit was too much for her to handle. One last flick and you start to feel her clit exploding. <br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.20)>>
After she recovers from the orgasm, you leave in order to clean yourself up. You take the payment and bid her farewell.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $arousal += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $leavePanties to random(6)>>
Your client starts to push your head down down so that you end up coming face to face with her glistening pussy. You decide to take some initiative by forcing her legs apart, leaving her oh so wet pussy exposed for your pleasure.<br/><br/>
However you are stopped just short of tasting her sex, and she commands you to take off your panties and hand them over to her.<br/> You comply with her request, squeezing your behind out of your $clothesPanties and hand them over to the stranger on the bed.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/les-lick-pussy-sniff-panties.mp4" type="video/mp4">
</video>
<br/><br/>
You move back into position and start to run your tongue actross the length of her slit, preparing her for the pleasure that you have planned. You take a quick glance up to see her face now burried deep in your used panties. <br/>
<<if $leavePanties == 0>>
You bring her to a climax before leave her lying there on the bed, with your panties still stuffed in her mouth.<br/><br/>
<<set $clothesPanties = "None">>
<<else>>
You bring her to a climax and start to gather your clothes, leaving her lying naked on the bed<br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.35)>>
After she recovers from the orgasm, you leave in order to clean yourself up. You take the payment and bid her farewell.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $arousal += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/les-lick-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
You decide to go down on her gently, using your tongue to carefully flick and tease her clit, to bring her to a nice and gentle orgasm.
It doesn't take long before she is cumming over your face.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.25)>>
You clean yourself up and take her payment<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 5>>
<<set $corruption += 3>>
<<set $arousal += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
You prepare yourself by positioning yourself on your knees infront of him.<br/><br/>
Without using your hands you move your mouth towards his erect cock, and take it fully between your lips. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/seductive-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
You bob your head alongside his shaft, taking care to pay special attention to his head.<br/><br/>
[[Cum on face|SuckCockBrothelBlowjobCumFace]]<br/>
[[Swallow his cum|SuckCockBrothelBlowjobCumSwallow]]<br/>
<</nobr>><<nobr>>
You prepare yourself by positioning yourself on next to your client beside him on the bed.<br/><br/>
You lean forward and start to take his member fully between your lips. One of your free hands move towards his shaft, rubbing his cock in perfect syncronization with your mouth.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sitting-blowjob.webm" type="video/webm">
</video>
<br/><br/>
Occasionally you push your head down deeper, letting his cock hit the back of your throat. Everytime this happens you can hear moans of ecstasy, indicating that he likes what you are doing.<br/><br/>
[[Deepthroat him even more|SuckCockBrothelBlowjobDeepthroat]]<br/>
[[Cum on face|SuckCockBrothelBlowjobCumFace]]<br/>
[[Swallow his cum|SuckCockBrothelBlowjobCumSwallow]]<br/>
<</nobr>><<nobr>>
<<set $videoVariable to random(3)>>
Client : "I'm cumming"<br/><br/>
You have just enough time to move yourself into a position to catch his cum all over your face.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/facial/cum-face.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/facial/cum-face2.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/facial/cum-face3.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 3>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/facial/cum-face4.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.35)>>
You take the payment from the client, then leave to clean yourself up.<br/><br/>
<<set $randomSTDChance to random(175)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 7>>
<<set $corruption += 6>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $videoVariable to random(4)>>
Client : "I'm cumming"<br/><br/>
You don't let up on the blowjob, and infact you start to increase your pace. It doesn't take too long before he starts to cum, and you try your best to catch as much as you can in your mouth.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/swallow/swallow1.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/swallow/swallow2.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/swallow/swallow3.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 3>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/swallow/swallow4.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 4>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/swallow/swallow5.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.35)>>
<<set $randomSTDChance to random(175)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You take the payment from the client, then leave to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
Relaxing your throat, you're able to accomodate more of his cock in your mouth.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/blowjob-deepthroat.mp4" type="video/mp4">
</video>
<br/><br/>
He is very close, how do you want to finish him off?<br/><br/>
[[Cum on face|SuckCockBrothelBlowjobCumFace]]<br/>
[[Swallow his cum|SuckCockBrothelBlowjobCumSwallowDeepthroat]]<br/>
<</nobr>><<nobr>>
Client : "I'm cumming"<br/><br/>
You don't let up on the blowjob, and infact you start to increase your pace. It doesn't take too long before he is shooting his load down the back of your throat.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/cum-throat.mp4" type="video/mp4">
</video>
<br/><br/>
Client : "Wow, you took my load all down the back of your throat. That's hot!"<br/><br/>
Client : "Here, take this as a little extra"<br/>
<i>You recieve some extra cash as a tip</i><br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.55)>>
<<set $randomSTDChance to random(175)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You take the payment from the client, then leave to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
<<set $requestVariable to random(8)>>
<<set $isPregnant to window.IsVisiblyPregnant();>>
You start to lead your client to one of the rooms in the brothel, where do you want to take him?<br/><br/>
<<if $eventVariable == 0>>
[[A free bedroom|SexBedroomBrothel]]<br/>
<<else>>
[[A free bedroom|SexBedroomBrothel2]]<br/>
<</if>>
<<if $requestVariable lte 1>>
<br/><br/>
<<set $isNervous to random(1)>>
<<if $isNervous == 0>>
You client looks a little nervous, like he wants to ask you something but doesn't know how.<br/><br/>
He eventually asks if you would be willing to let him cum on your clothed ass.<br/><br/>
[[Accept|BrothelAssJob1]]<br/>
<<else>>
You client comes up to you and asks if you would be prepared to do something, a little out of the ordinary for him.<br/><br/>
He wants to grind himself over your ass, and blow a load all over you, whilst you wear tight yoga pants.<br/><br/>
[[Accept|BrothelAssJob1]]<br/>
<</if>>
<<elseif $isPregnant == true and ($requestVariable == 2 or $requestVariable == 3)>>
You client comes up to you and asks if you would be prepared to do something, a little out of the ordinary for him.<br/><br/>
He always wanted to fuck a pregnant chick.<br/><br/>
[[Oblige|BrothelPregnantPeg]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You start to lead your client to one of the rooms in the brothel, where do you want to take her?<br/><br/>
[[A free bedroom|LesSexBedroomBrothel]]<br/>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You start to lead your client to one of the rooms in the brothel, where do you want to take him?<br/><br/>
[[A free bedroom|AnalSexBedroomBrothel]]<br/>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You start to lead your client to one of the rooms in the brothel, where do you want to take her?<br/><br/>
[[A free bedroom|LesAnalSexBedroomBrothel]]<br/>
<</nobr>><<nobr>>
You walk over to the familiar face and introduce yourself.<br/><br/>
You realize that infront of you is the girl who you met down on her luck at the cafe. You start up a conversation with her, trying to find out what she is doing in an esablishment like this.<br/><br/>
After you two talk for a bit, you find out her name is Sarah, and that she's been down on her luck recently. She has like you moved into the big city and is struggling to find (and pay) her way. She talks about working for this guy called Carlos at a location at 57th Street, and how she had to resort to selling herself at his place to cover her rent.<br/><br/>
She said that working for him wasn't for her, and she couldn't live with herself by performing degrading acts for money. As the conversation ends she asks you where the owner of the place is, and what it's like to work here. You point her in the direction of the back offices and let her leave, amused at her thinking working here isn't degrading.<br/><br/><br/>
You see her leave her bag next to security as she makes her way to see Mason.<br/><br/>
[[Leave and go back to work|PurpleLounge]]<br/>
[[Look through her phone to find out who Carlos is|FindCarlosNumberPurpleLounge]]
<</nobr>><<nobr>>
You flirt your way past the security and move over to where her bag is located. Rummaging around you find her phone, to your suprise it's not locked nor requires a password.<br/><br/>
You quickly scan her numbers and find a contact named Carlos. You copy down the number and place the phone back in her bag where you found it.<br/><br/>
<<set $prostituteContact = true>>
[[Hastily leave and go back to work|PurpleLounge]]<br/>
<i>Maybe you should try and call the number?</i>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You lead your client into an unused bedroom and close the door behind you. He sits down on the bed looking at you expectantly.<br/><br/>
<<if $eventVariable lte 1>>
[[You start by offering him a blowjob|BrothelSexMaleBedroom1]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $photoVariable to random(8)>>
Crawling onto the bed, you start to kiss the stranger infront of you. You let your hands wander all over his body, spending a disproportinate amount of time around his lap in an attempt to wind him up.<br/><br/>
Releasing yourself from the kiss you start to bring your head down to where your hand rests, whilst starting to undo his trousers with your free hand.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-suck-bed.mp4" type="video/mp4">
</video>
<br/><br/>
You start to work his cock with your mouth while you let your fingers move down to your <<if $clothesPanties != "None">> panties<<else>>exposed pussy<</if>>.<br/><br/>
<<if $photoVariable == 0>>
The man grabs your face with his hands, and gets your attention.<br/><br/>
Client : "Do you mind if I record this? It's soo good and I'd like to be able to relive this later, I'll pay more obviously"<br/><br/>
[[Accept|BrothelSexMaleBedroom1Record]]<br/>
[[Decline and continue by removing your clothes.|BrothelSexMaleBedroom1Naked]]<br/>
<<else>>
[[Start to remove your clothes.|BrothelSexMaleBedroom1Naked]]<br/>
<</if>>
<</nobr>><<nobr>>
You agree to let him record you.<br/>
He doesn't waste any time, and whips out his cell to start recording you sucking his cock.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-suck-bed-record.mp4" type="video/mp4">
</video>
<br/><br/>
You decide that he already has enough footage, and ask him to put down the camera. Letting him know that the real event is about to begin.<br/><br/>
[[Start to remove your clothes.|BrothelSexMaleBedroom1Naked]]<br/>
<</nobr>><<nobr>>
You remove yourself from all of your clothing leaving you naked on the bed next to the stranger.<br/>
You grab hold of his member and start to resume his blowjob.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-suck-bed-naked.mp4" type="video/mp4">
</video>
<br/><br/>
Not wanting to make him blow his load before the main event, [[you start to straddle him|BrothelSexMaleBedroom1Sex]]<br/><br/>
[[It may be prudent to wear a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
With your legs positioned either side of his legs you slowly lower yourself, letting his bare cock press against your pussy.<br/><br/>
Pressing your weight down you feel you lips engulf his member. You rythmically bounce yourself up and down, giving his a great view of your ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-ride-bed.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $eventVariable == 0 >>
[[You feel like he is about to cum|BrothelSexMaleBedroom1SexCumOutside]]<br/>
<<else>>
[[He moans that he is about to cum|BrothelSexMaleBedroom1SexCumOutsideReinsert]]<br/>
<</if>>
<</nobr>><<nobr>>
With your legs positioned either side of his legs you slowly lower yourself, letting his cock press against your pussy.<br/><br/>
Pressing your weight down you feel you lips engulf his member. You rythmically bounce yourself up and down, giving his a great view of your ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/reverse-doggy-cum.mp4" type="video/mp4">
</video>
<br/><br/>
[[He moans that he is about to cum|BrothelSexMaleBedroom1SexCumCondom]]<br/>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You client pulls out his cock from your pussy and starts to cum all over your pussy and stomach. You lightly moan as you rub the cum into your stomach, trying to tease as much enjoyment out of situation as you can for him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/cum-on-stomach.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.75)>>
<<if $photoVariable == 0>>
<<set $brothelPay = Math.round($brothelPay * 1.05)>>
<</if>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $pillTaken == true>>
Although he didn't cum inside you, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You client pulls out his cock from your pussy and starts to cum all over your pussy and stomach. He takes great pleasure in rubbing his cum into your skin with his member, and even cheekily reinserts his cum covered cock back into your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/cum-outside-pussy-reinsert.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.80)>>
<<if $photoVariable == 0>>
<<set $brothelPay = Math.round($brothelPay * 1.05)>>
<</if>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $pillTaken == true>>
After his reinsertion, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You keep riding him as he start to unload himself inside of you. You can feel the warmth radiating from the condom in your pussy, satisfied you slow your strokes down til you're sitting still on his spent cock.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/reverse-doggy-cum2.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.55)>>
<<if $photoVariable == 0 or ($photoVariable == -1 and $eventVariable lte 5)>>
You get some extra cash for fulfilling your clients request.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.05)>>
<</if>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You lead your client into an unused bedroom and close the door behind you. She sits down on the bed excited at the prospect of enjoying your body.<br/><br/>
<<if $eventVariable lte 1>>
[[You start by removing her from her clothes.|BrothelSexFemaleBedroom1]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $clothesVariable to random(1)>>
<<if $clothesVariable lte 1>>
You ask her to remove her dress, which she happily obliges. You just stand there for a moment, mesmorized by the sight of her seductively releasing herself from her clothes.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/strip-clothes.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Immediately after she has de-robed herself, you push her down onto the bed and climb ontop of her. <br/><br/>
[[You want to grab her now exposed breasts and take them into your mouth|BrothelSexFemaleBedroom1SuckAndLick]]<br/>
-or-<br/>
[[Go down on her and finger her pussy.|BrothelSexFemaleBedroom1LickAndFinger]]<br/>
<</nobr>><<nobr>>
As you suck her nipples you use your free hands to explore her naked body. You both become lost in passion as you utilize every square inch of the bed finalizing with you pinning her down and teasing her pussy with your tongue.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-licking.mp4" type="video/mp4">
</video>
<br/><br/>
[[You reach into a drawer filled with sex toys and bring out a strapon|BrothelSexFemaleBedroom1Strapon]]<br/><br/>
<</nobr>><<nobr>>
As you suck her nipples you use your free hands to explore her naked body. You both become lost in passion as you utilize every square inch of the bed finalizing with you pinning her down and teasing her pussy with your tongue.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-licking.mp4" type="video/mp4">
</video>
<br/><br/>
[[You manouver yourself next to her on the bed, and start to finger her clit|BrothelSexFemaleBedroomLickAndFinger2]]<br/><br/>
<</nobr>><<nobr>>
<<set $videoVariable to random(4)>>
You attach the strapon to yourself and climb back onto the bed. Pushing your client down you enter her with some vigor.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-strapon.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-strapon2.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-strapon3.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 3>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-strapon4.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-strapon5.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You keep up a steady pace, pounding into her soaked and excited pussy. You use your fingers to stimulate her clit, meaning it doesn't take too long for her to cum.<br/>
Once she finishes her climax, you pull the toy out of her pussy and back yourself off the bed.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.75)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
You move your mouth back over her nipples, slowly sucking her breasts whilst you fingers massage her pussy.<br/>
Using your spit as lube, you make swirl motions around her clit, forcing her to arch her back in pleasure.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-bed-suck-finger.mp4" type="video/mp4">
</video>
<br/><br/>
You can feel her close to her orgasm. You pull your fingers from her pussy and head over to one of the drawers near the bed.<br/><br/>
[[You pull out a dildo|BrothelSexFemaleBedroomLickAndFingerDildo]]<br/><br/>
<</nobr>><<nobr>>
As she is bent down infront of you, you start to lubricate the dildo with your mouth. Using your saliva to make the long rubber toy all wet and slippery.<br/><br/>
You press the tip against her eagre and awaiting pussy, slowly letting the shaft slide fully in and out.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/les-dildo.mp4" type="video/mp4">
</video>
<br/><br/>
To excite her more you take your free hand, and with your thumb, press gently against her anus. You manage to keep up the pace until you feel her cum in your hands.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.70)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 9>>
<<set $corruption += 7>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You lead your client into an unused bedroom and close the door behind you. She sits down on the bed excited at the prospect of enjoying your body.<br/><br/>
<<if $eventVariable lte 1>>
[[You start by removing her from her clothes.|BrothelAnalSexFemaleBedroom1]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $clothesVariable to random(1)>>
<<if $clothesVariable lte 1>>
You ask her to remove her dress, which she happily obliges. You just stand there for a moment, mesmorized by the sight of her seductively releasing herself from her clothes.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/sex/strip-clothes.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Immediately after she has de-robed herself, you push her down onto the bed and climb ontop of her. <br/><br/>
[[You want to play with her pussy and tease her asshole|BrothelAnalSexFemaleBedroom1LickAndFinger]]<br/>
-or-<br/>
[[Go down on her and lick her ass.|BrothelAnalSexFemaleBedroom1Lick]]<br/>
<</nobr>><<nobr>>
As you suck her nipples you use your free hands to explore her naked body. You both become lost in passion as you utilize every square inch of the bed finalizing with you pinning her down and teasing her exposed butthole with your tongue.<br/><br/>
Using one of your free hands, you move your fingers to her clit, and start to lightly apply pressure, trying to time your movements with that of your tongue.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/les-eat-ass-finger.mp4" type="video/mp4">
</video>
<br/><br/>
[[You reach into a drawer filled with sex toys and bring out a dildo|BrothelAnalSexFemaleBedroom1Dildo]]<br/><br/>
<</nobr>><<nobr>>
As you suck her nipples you use your free hands to explore her naked body. You both become lost in passion as you utilize every square inch of the bed finalizing with you pinning her down and teasing her exposed butthole with your tongue.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/lick-les-anal.mp4" type="video/mp4">
</video>
<br/><br/>
[[You reach into a drawer filled with sex toys and bring out a strapon|BrothelAnalSexFemaleBedroom1Strapon]]<br/><br/>
<</nobr>><<nobr>>
<<set $videoVariable to random(2)>>
You attach the strapon to yourself and climb back onto the bed carrying a generous handful of lube. Pushing your client down you enter her with some vigor.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/strap-les-anal.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/strap-les-anal2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/strap-les-anal3.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
You keep up a steady pace, pounding into her slick and slippery anus. You slowly tease the tip into her, trying not to rush, keeping her relaxed. Once fully submerged you start to build a rythm with your strokes, letting the strapon become fully engulfed in her ass, before pulling it back out to just the tip. Your client helps herself along by playing with her pussy with one of her free hands, complimenting the full feeling she has in her ass.<br/>
It doesn't take too long before she is cumming under you. Afterwards you pull the toy out of her ass and move yourself off the bed.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.85)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $arousal += 15>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
You cover the dildo with a generous amount of lubricant and move the tip towards her anticipating entrance.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/lesbian/ass/dildo-les-anal.mp4" type="video/mp4">
</video>
<br/><br/>
As you apply more pressure, the tip eventually penetrates her tight ass. After allowing enough time for her to relax herself. you start to build up a steady pace, pounding the dildo into her slick and slippery hole.<br/><br/>
Your client helps herself along by playing with her pussy with one of her free hands, complimenting the full feeling she has in her ass. It doesn't take too long before she is in a full blown orgasm. Afterwards you pull the toy out of her ass and move yourself off the bed.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.80)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $arousal += 15>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
You lead your client into an unused bedroom and close the door behind you. He sits down on the bed looking at you expectantly.<br/><br/>
<<if $eventVariable lte 1>>
[[You start by offering him a blowjob|BrothelAnalSexMaleBedroom1]]<br/>
<</if>>
<</nobr>><<nobr>>
After crawling onto the bed you start to make out with the man. You let your hands wander all over his body, spending a disproportinate amount of time around his lap in an attempt to excite him, and yourself.<br/><br/>
Releasing yourself from the kiss you start to bring your head down to where your hand rests, undoing his trousers with your free hand.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-suck-bed.mp4" type="video/mp4">
</video>
<br/><br/>
You start to work his cock with your mouth while you let your fingers move down to your <<if $clothesPanties != "None">> panties<<else>>exposed pussy<</if>>.<br/><br/>
[[Start to remove your clothes.|BrothelAnalSexMaleBedroom1Naked]]<br/>
<</nobr>><<nobr>>
You remove yourself from all of your clothing leaving you naked on the bed next to the stranger.<br/>
You grab hold of his member and start to resume his blowjob.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/white-tee-suck-bed-naked.mp4" type="video/mp4">
</video>
<br/><br/>
[[You want to know what he feels like inside of you|BrothelAnalSexMaleBedroom1Sex]]<br/><br/>
[[Request that he wears a condom|BrothelAnalSexMaleBedroom1SexCondom]]<br/>
<</nobr>><<nobr>>
After grabbing some lube from a desk drawer, you move yourself into position atop of the bed on your hands and knees, with your face down. You prepare your ass with a generous amount of lube, preparing you for what it to come.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal-tease.mp4" type="video/mp4">
</video>
<br/><br/>
After asking him to apply the lube to his member, you feel him press the tip of his cock against your hole. With a little force he manages to get his head all of the way in.<br/>
Trying to slow his advances you start to move your hips in a circular motion, gyrating on his throbbing cock. <br/><br/>
[[You feel ready to take more of him|BrothelAnalSexMaleBedroom1Sex2]]<br/><br/>
<</nobr>><<nobr>>
After grabbing some lube from a desk drawer, you move yourself into position atop of the bed on your hands and knees, with your face down. You prepare your ass with a generous amount of lube, preparing you for what it to come.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal-condom-start.mp4" type="video/mp4">
</video>
<br/><br/>
After asking him to apply the lube to his member, you feel the latex on the tip of his cock press gently against your hole. With a little force he manages to get his head all of the way in.<br/><br/>
[[You start to pick up the pace|BrothelAnalSexMaleBedroom1SexCondom2]]<br/><br/>
<</nobr>><<nobr>>
<<set $videoVariable to random(1)>>
<<set $painVariable to random(7)>>
<<set $cumVariable to random(2)>>
With a thrust of your hips backwards you let his entire shaft become engulfed inside you.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal1.mp4" type="video/mp4">
</video>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal2.mp4" type="video/mp4">
</video>
<</if>>
<br/><br/>
<<if $painVariable lte 4>>
You get lost in the rythmic thrusting with the client, you feel relaxed and get to enjoy the experience. You almost get to cum until ...
<<else>>
You feel sore as the client mercilessly rams his cock into your ass. You feel like you are about to pass out due to the pain until...
<</if>><br/><br/>
<<if $cumVariable == 0>>
[[You feel ready to take more of him|BrothelAnalSexMaleBedroom1CumInside]]<br/><br/>
<<else>>
[[You feel ready to take more of him|BrothelAnalSexMaleBedroom1CumOutside]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
You notice your client start to slow down his thrusts and moan out in pleasure. Feeling a warm sensation inside, you know that he has finished inside of your ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal-creampie.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.99)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $painVariable lte 4>>
<<set $arousal += 10>>
<<else>>
<<set $arousal -= 25>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
You're sore after the pounding that you recieved, and feel a little used by the experience.<br/><br/>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $videoVariable to random(3)>>
You client pulls out his cock from your ass and starts to spray his load all over you.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-on-ass.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass1.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass3mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.95)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $painVariable lte 4>>
<<set $arousal += 10>>
<<else>>
<<set $arousal -= 25>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
You're sore after the pounding that you recieved, and feel a little used by the experience.<br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $painVariable to random(7)>>
With a thrust of your hips backwards you let his entire shaft become engulfed inside you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal-condom1.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $painVariable lte 4>>
You get lost in the rythmic thrusting with the client, you feel relaxed and get to enjoy the experience.<br/><br/>
As you're about to cum you feel him pull out and [[flip you onto your back|BrothelAnalSexMaleBedroomCondom2]].<br/><br/>
<<else>>
You feel sore as the client mercilessly rams his cock into your ass. You feel like you are about to pass out due to the pain until...<br/><br/>
[[He is about to cum|BrothelAnalSexMaleBedroomCondom1CumOutside]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
Lying on your back you feel him reinsert his cock into your gaping ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/anal-condom2.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $painVariable lte 4>>
You seem to take more pleasure from being on your back, having his dick angled perfectly inside you whilst you have easy access to your clit. You manage to bring yourself to orgasm easily, and just in time too.<br/><br/>
<<else>>
The pain is not letting up, and now the latex is starting to cause uncomfortable friction inside your hole. You can only endure the pain, and hope he finishes soon.<br/><br/>
<</if>>
[[He is about to cum|BrothelAnalSexMaleBedroomCondom1CumOutside]]<br/><br/>
<</nobr>><<nobr>>
<<set $videoVariable to random(3)>>
You client pulls out his cock from your ass and rips off the condom. He pumps his shaft and starts to spray his load all over your ass.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-on-ass.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 1>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass1.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $videoVariable == 2>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/anal/cum-ass3mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $brothelPay = Math.round($brothelPay * 1.85)>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $painVariable lte 4>>
<<set $arousal += 10>>
<<else>>
<<set $arousal -= 35>>
<<if $arousal lte 0>>
<<set $arousal = 0>>
<</if>>
You're sore after the pounding that you recieved, and feel a little used by the experience.<br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $sexVariable to random(1)>>
As you pick up the pace with your strokes, you start to feel his body starts to shake.<br/>
This can only mean one thing.<br/><br/>
<<if $sexVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-cum-clothed2.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/handjob-cum-clothed.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
With a loud moan you start to feel his cock tense in your hands, followed by subtle convulsions in his body as he starts to cum.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.1)>>
You clean yourself up and take payment from the <<if $ageClient == 0>> young <<else>> mature <</if>> man.<br/><br/>
You earned $$brothelPay for your actions.
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 4>>
<<set $corruption += 3>>
<<set $arousal += 5>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $videoVariable to random(1)>>
As you pick up the pace with your strokes, you start to feel his body starts to shake.<br/>
You quickly take this as your cue that he is about to cum, you stop stroking his member and point it to your now opened panties.<br/><br/>
<<if $videoVariable == 0>>
<<if $clothesPanties == "White Cotton Panties">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/cum-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/cum-pink-panties.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<else>>
<<if $clothesPanties == "White Cotton Panties">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/cum-white-panties2.mp4" type="video/mp4">
</video>
<br/><br/>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/cum-pink-panties2.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<</if>>
He happily unloads himself into your panties, filling them with cum.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.3)>>
You clean yourself up and take payment from the <<if $ageClient == 0>> young <<else>> mature <</if>> man.<br/><br/>
You earned $$brothelPay for your actions.
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 5>>
<<set $corruption += 4>>
<<set $arousal += 15>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
You open up Nicks message and read what it says : <br/><br/>
"Hey $name, I've been sat here unable to get you out of my head. I don't suppose you have any sexy pics you could send me?"<br/><br/>
<<if $clothesPanties == "White Cotton Panties">>
<<if $inhibition lte 700>>
[[Show him your behind in a short skirt|ShowAssWhitePantiesNickNudes]]<br/>
<</if>>
<<if $inhibition lte 600>>
[[Smack your bottom|SmackYourAssWhitePantiesNickNudes]]<br/>
<</if>>
<<if $inhibition lte 500>>
[[Strip out of your panties|StripWhitePantiesNickNudes]]<br/>
<</if>>
<<if $inhibition lte 450>>
[[Dance for Nick whilst Stripping out of your panties|StripWhitePantiesDanceNickNudes]]<br/>
<</if>>
<<elseif $clothesPanties == "Pink Lace Shorts">>
<<if $inhibition lte 600>>
[[Tease with your panties|StripPinkPantiesNickNudes]]<br/>
<</if>>
<</if>>
<<if $location.includes("SS")>>
<<if $inhibition lte 500>>
[[Take off your top|StriptopLivingRoomNickNudes]]<br/>
<</if>>
<<if $inhibition lte 400 and $corruption gte 150>>
[[Let him see you shaving|ShavePussyNickNudes]]<br/>
<</if>>
<<if $inhibition lte 350 and $corruption gte 250>>
[[Take a video of you peeing for Nick|PeeNickNudes]]<br/>
<</if>>
<</if>>
<<if $location.includes("Store-Clothes")>>
<<if $inhibition lte 700>>
[[Show Nick you trying on swimsuits|SwimsuitsNickNudes]]<br/>
<</if>>
<</if>>
<hr/>
[[Refuse to send Nick any pictures|RefuseNickNudes]]<br/>
<</nobr>>
<<nobr>>
You position your phone camera skillfully behind you as you hike your skirt up and start your walk.<br/>
The video came out suprisingly well, and you send it to Nick, hoping he would enjoy it.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/short-skirt-school.mp4" type="video/mp4">
</video>
<br/><br/>
Inhibition - 4<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|SS-Bedroom]]<br/>
<<set $nickNudeRequest = false>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
You setup your camera so you can get a good shot of your stripping out of your panties. You remove all off your clothes leaving you standing there in your underwear, perfect to begin the video for Nick.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/peel-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
Slowly and seductively you start to peel the panties from your skin, lowering them down past the curves of your ass until you're fully exposed.<br/><br/>
Happy with the outcome, you send the image to Nick. You're sure that he will be very happy with it.<br/><br/>
Inhibition - 6<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $nickNudeRequest = false>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
You setup your camera so you can get a good shot of you teasing using your panties. You remove all off your clothes leaving you standing there in your underwear, perfect to begin the video for Nick.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/pink-panties-tease.mp4" type="video/mp4">
</video>
<br/><br/>
Slowly and seductively you start to play with your panties, flicking them and twisting them with your fingers.
After you feel you have enough for a sexy video and you are appy with the outcome, you send it over to Nick. You can imagine that would keep him busy for a while <br/><br/>
Inhibition - 4<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $nickNudeRequest = false>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
<<if $inhibition gte 700>>
You're quite offended by Nicks request, and promptly refuse his request.<br/><br/>
<<else>>
You don't feel like sending Nick any pictures just now and poilitely refuse his request.<br/><br/>
<</if>>
Inhibition + 4<br/>
Arousal - 10<br/>
Relationship with Nick - 5<br/><br/>
[[Back to your phone|SS-Bedroom]]<br/>
<<set $inhibition += 4>>
<<set $arousal -= 10>>
<<set $relationshipNick -= 5>>
<<set $nickNudeRequest = false>>
<</nobr>><<nobr>>
You setup your camera so you can get a good shot for Nick, and start to record.<br/>
Leaning forwards you hike up your skirt showing off your $clothesPanties to the camera. Without hesitating you start to smack yourself on the buttocks, letting out little whimpers as you do so.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/smack-bottom-white-panties.mp4" type="video/mp4">
</video>
<br/><br/>
You stop recording and save the video.<br/><br/>
Happy with the outcome, you send the image to Nick. You are a little unsure if this is what he is into, but it excites you that he'll be watching you perform for him.<br/><br/>
Corruption + 3<br/>
Inhibition - 4<br/>
Arousal + 10<br/>
Relationship with Nick + 3<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $nickNudeRequest = false>>
<<set $corruption += 3>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 3>>
<</nobr>><<nobr>>
You setup your camera so you can get a good shot of your stripping out of your panties. You remove all off your clothes leaving you standing there in your underwear, perfect to begin the video for Nick.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/dancing-strip-panties.mp4" type="video/mp4">
</video>
<br/><br/>
With a high tempo and enthusiasm you start to gyrate around in your underwear. <br/><br/>
Happy with the outcome, you send the image to Nick. You're sure that he will be very happy with it. With a smooth motion you start to remove your panties, all the while continuing to dance.<br/><br/>
<<if $energy gte 5>>
Energy - 5<br/>
<</if>>
Inhibition - 6<br/>
Arousal + 10<br/>
Relationship with Nick + 6<br/><br/>
[[Back to your phone|Phone]]<br/>
<<if $energy gte 5>>
<<set $energy -= 5>>
<</if>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 6>>
<<set $nickNudeRequest = false>>
<</nobr>><<nobr>>
Standing there naked with your legs parted and the camera pointed to your crotch, you start to release a stream from your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/pee1.mp4" type="video/mp4">
</video>
<br/><br/>
You send the video to Nick, excited that you've done something so dirty for him.<br/><br/>
It doesn't take long for him to reply back<br/><br/>
Nick : "What the ... "<br/><br/>
You can tell that he is unsure of what to make of your stunt. <br/><br/>
Corruption + 3<br/>
Inhibition - 6<br/>
Arousal + 5<br/>
Relationship with Nick + 3<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $corruption += 3>>
<<set $inhibition -= 6>>
<<set $arousal += 5>>
<<set $relationshipNick += 3>>
<<set $nickNudeRequest = false>>
<</nobr>><<nobr>>
You head over to the bathroom where you decide to start stripping down.<br/> You grab your razor and shaving cream, and after setting up the camera correctly, start to shave your pussy.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/shaving-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
You send the video to Nick, excited that you've done something so dirty for him.<br/><br/>
Corruption + 3<br/>
Inhibition - 5<br/>
Arousal + 5<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $nickNudeRequest = false>>
<<set $corruption += 3>>
<<set $inhibition -= 5>>
<<set $arousal += 5>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
Whilst slowly removing your top, you manage to get an awesome shot of your breasts for Nick. You know that he would appreciate you strutting your stuff around the house that you guys share, letting him know what he is missing when he isn't there.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/strip-top-living-room.mp4" type="video/mp4">
</video>
<br/><br/>
You send the video to Nick.<br/><br/>
Corruption + 2<br/>
Inhibition - 6<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|Phone]]<br/>
<<set $nickNudeRequest = false>>
<<set $corruption += 2>>
<<set $inhibition -= 6>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
<<set $videoVariable to random(1)>>
Taking some swimwear from the shop, you take it into the changing rooms to try it on.<br/><br/>
<<if $videoVariable == 0>>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/try-on-white-top.mp4" type="video/mp4">
</video>
<br/><br/>
<<else>>
<video width="400" height="400" autoplay loop muted>
<source src="images/phone/nudes/try-on-blue-bra.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Looking fine, you pull out your phone and start to take some selfies and videos of yourself half nakes. You know these will go down a treat with Nick.<br/><br/>
Inhibition - 4<br/>
Arousal + 10<br/>
Relationship with Nick + 5<br/><br/>
[[Back to your phone|SS-Bedroom]]<br/>
<<set $nickNudeRequest = false>>
<<set $inhibition -= 4>>
<<set $arousal += 10>>
<<set $relationshipNick += 5>>
<</nobr>><<nobr>>
<<set $eventVariable to random(1)>>
<<set $photoVariable = -1>>
You lead your client into an unused bedroom and close the door behind you. He sits on the end of the bed waiting for you to make the first move.<br/><br/>
<<if $eventVariable lte 1>>
[[You start by offering him a blowjob|BrothelSexMaleBedroom2]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $eventVariable to random(10)>>
Kneeling down infront of him, you start to undo his belt from his trousers. His cock pleasantly springs out of his briefs as you pull them down, letting his cock bounce infront of your face.<br/><br/>
You start to take his cock into your awaiting mouth, where you start to suck him tentatively.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/101-blowjob.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $eventVariable lte 2>>
The man grabs your face with his hands, and gets your attention.<br/><br/>
Client : "Can you suck on my balls, I love it when you whores do that"<br/><br/>
[[Accept|BrothelSexMaleBedroom2SuckBalls]]<br/>
[[Decline and start initiating sex.|BrothelSexMaleBedroom2Sex]]<br/>
[[Insist that he wears a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<<elseif $eventVariable lte 5 >>
The man grabs your face with his hands, and gets your attention.<br/><br/>
Client : "I want to lick your pussy, I need to taste it"<br/><br/>
[[Accept|BrothelSexMaleBedroom2LickPussy]]<br/>
[[Decline and start initiating sex.|BrothelSexMaleBedroom2Sex]]<br/>
[[Insist that he wears a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<<else>>
[[Lie on your back and wait for the main event.|BrothelSexMaleBedroom2Sex]]<br/>
[[Insist that he wears a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<</if>>
<</nobr>><<nobr>>
You move mouth off of his shaft, and start to trace it down towards his balls.<br/><br/>
Managing to fit most of him in your mouth you start to suck gently on them, trying to massage them with your tongue whilst your hand gently jerks his cock.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/101-blowjob2.mp4" type="video/mp4">
</video>
<br/><br/>
You suck for what feels like forever before you pull away.<br/><br/>
$name : "Lets get onto the main event shall we?"<br/><br/>
[[Lie on your back and wait for the main event.|BrothelSexMaleBedroom2Sex]]<br/>
[[Insist that he wears a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<</nobr>>
<<nobr>>
<<set $orgasmVariable to random(3)>>
Client : "This is amazing, you're so tight"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/101-sex.mp4" type="video/mp4">
</video>
<br/><br/>
You can feel his bare cock pound into your pussy, and you become lost in the heat of the moment.<br/><br/>
<<if $orgasmVariable == 0 and $arousal gte 50>>
You orgasm from under his thrusts.<br/><br/>
Arousal - 20<br/><br/>
<<set $arousal -= 20>>
<</if>>
[[You want to get on top and ride him|BrothelSexMaleBedroom2Cowgirl]]<br/>
<</nobr>><<nobr>>
You move mouth off of his shaft, and back away from him, lifting yourself up onto the bed.<br/><br/>
He gets onto his knees infront of you as you lie back onto the bed. You feel a warmth between your legs as he starts to suck and lick your sensitive place.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/101-lick-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
The pleasure is almost unbearable as you almost cum from his efforts.<br/><br/>
[[He backs off and prepares his cock for insertion.|BrothelSexMaleBedroom2Sex]]<br/>
[[Insist that he wears a condom|BrothelSexMaleBedroom1SexCondom]]<br/>
<<set $arousal += 5>>
<</nobr>>
<<nobr>>
You push him down as you position yourself above him.<br/>
With one slow motion, you lower yourself down until his cock is engulfed inside your pussy. You're movements start to pick up, and you can't help but gasp and moan as you feel his cock move around inside of you.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/101-sex-cowgirl.mp4" type="video/mp4">
</video>
<br/><br/>
He treats you like a peice of meat, grabbing and molesting you as you bounce around ontop of him.<<if $inhibition lte 500>> However deep down you secretly love being treated this way, and you keep leading his hands towards your firm cheeks.<</if>><br/><br/>
Client : [["Let me feel those breasts"|BrothelSexMaleBedroom2Cowgirl2]]<br/>
<</nobr>><<nobr>>
His hands has no issues in finding their way to your breasts. By now you're soaking wet, and too enthralled in the sex to care about the world around you. You start to slam down on his dick, letting out audible moans which no doubt will echo throughout the building.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/101-sex-cowgirl-grab-breasts.mp4" type="video/mp4">
</video>
<br/><br/>
Client : "Oh god, I'm gonna cum!"<br/><br/>
$name : "Yes... yes... I want you to cum for me"<br/><br/>
[[Let him cum inside of you|BrothelSexMaleBedroom2Creampie]]<br/>
[[Make him pull out|BrothelSexMaleBedroom2Facial]]<br/>
<</nobr>><<nobr>>
You're flipped over onto your knees, in which your pussy becomes assaulted from behind by your client.<br/><br/>
Client : "Here I cum!"<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/101-doggy-creampie.mp4" type="video/mp4">
</video>
<br/><br/>
You can feel him start to unload himself inside of you, filling your insides with his warm semen.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.80)>>
<<if $eventVariable lte 5>>
<<set $brothelPay = Math.round($brothelPay * 1.05)>>
<</if>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $pillTaken == true>>
After his reinsertion, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
You're pushed so you land on your back, with your client towering above you. He start to energetically rub his cock until he spurts cum all over your pussy and stomach. You lightly moan as you rub the cum into your stomach, trying to tease as much enjoyment out of situation as you can.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/sex/cum-on-stomach.mp4" type="video/mp4">
</video>
<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.75)>>
<<if $eventVariable lte 5>>
<<set $brothelPay = Math.round($brothelPay * 1.05)>>
<</if>>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<if $pillTaken == true>>
After his reinsertion, you are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(125)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 8>>
<<set $corruption += 8>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
[img[images/places/beach/beach.jpg]]<br/><br/>
<<if ndef $storedBikini>><<set $storedBikini = 0>><</if>>
<<if ndef $storedOnePiece>><<set $storedOnePiece = 0>><</if>>
<<if ndef $clothesSwimwear>><<set $clothesSwimwear = "">><</if>>
<<if $firstTimeBeach eq true>>
<<set $energy -= 10>>
<<set $firstTimeBeach = false>>
<</if>>
<<if $weather eq "Sunny">>
<<if $clothesSwimwear == "">>
You are still wearing your clothes. Do you want to change into some swimwear?<br/><br/>
<<if $storedOnePiece gte 1>>[[One Piece|BeachChangeOnePiece]]<br/><</if>>
<<if $storedBikini gte 1>>
<<if $inhibition lte 750>>
[[Bikini|BeachChangeBikini]]
<<else>>
Bikini (You are too inhibited)
<</if>><br/>
<</if>>
<<if $storedBikini == 0 and $storedOnePiece == 0>>
It looks like you don't have any swimsuites to wear. You should consider getting some at the mall.<br/><br/>
<</if>>
<br/><br/>
Or you can [[Leave the beach|Outside]]<br/>
<<else>>
You make your way over to the beach. It's a nice day, what do you decide to do?<br/><br/>
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:50%"><b></b></th>
<th style="width:50%"><b></b></th>
</tr>
</thead>
<tbody>
<tr>
<td>
[[Change back into your normal clothes|BeachChangeNormalClothes]]
</td>
<td>
</td>
</tr>
<tr>
<td>
<<if $energy gte 10>>[[Sunbathe|SunbatheOnTheBeach]]<<else>>Sunbathe (No Energy)<</if>>
</td>
<td>
<<if $energy gte 15>>[[Take a stroll|StrollOnTheBeach]]<<else>>Take a stroll (No Energy)<</if>>
</td>
</tr>
<tr>
<td>
<<if $clothesSwimwear == "Bikini">>
<<if $inhibition lte 550>>
<<if $energy gte 10 >>[[Sunbathe Nude|SunbatheNudeOnTheBeach]]<<else>>Sunbathe Nude (No Energy)<</if>>
<<else>>
Sunbathe Nude (Too Inhibited)
<</if>>
<</if>>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<br/><br/>
<</if>>
<<else>>
It's raining and the beach is looking dull and empty. There is no-one around, and nothing to do but [[leave the beach|Outside]]<br/>
<</if>>
<</nobr>><<nobr>>
<<set $energy -= 10>>
<<if $beauty lte 200>>
<<set $beauty += 3>>
<</if>>
<<set $mood += 5>>
<<set $eventVariable to random(7)>>
You lie down on a sunbed and start to soak up the rays.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/sunbathing.mp4" type="video/mp4">
</video>
<br/><br/>
Enjoying the peace and quiet, you work on your tan whilst improving your mood.<br/><br/>
<<if $eventVariable lte 1 and $inhibition lte 500>>
You notice a stranger staring at you as they walk down the beach. You can tell that they are checking you out.<br/><br/>
[[Give them a little show|BeachSunbatheGiveShowStranger]]<br/><br/>
<</if>>
[[Beach|Beach]]<br/>
<</nobr>><<nobr>>
<<set $energy -= 15>>
<<if $beauty lte 200>>
<<set $beauty += 1>>
<</if>>
<<set $mood += 10>>
You start to take a casual stroll along the beach. You enjoy hearing the waves crash beside you, and people having fun.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/walking-beach-bikini.mp4" type="video/mp4">
</video>
<br/><br/>
Your mood has greatly increased.<br/><br/>
[[Beach|Beach]]<br/>
<</nobr>><<nobr>>
<<if ndef $storedWhitePanties>><<set $storedWhitePanties = 0>><</if>>
You head over to the underwear section of the shop and start to browse.<br/><br/>
<b>Buy</b><br/><br/>
<table style="width:100%">
<thead>
<th style="width:25%"></th>
<th style="width:25%">Item</th>
<th style="width:20%">Cost</th>
<th style="width:30%">Actions</th>
</thead>
<tbody>
<tr>
<td><div class="image-container image-lg">[img[images/shops/mall/clothes-store/white-cotton-panties.jpg]]</div></td>
<td>White Cotton Panties</td>
<td>$30</td>
<td><<if $money gte 30>>[[Buy - $30|BuyWhiteCottonPanties]]<<else>>Buy - $30<</if>></td>
</tr>
<tr>
<td><div class="image-container image-lg">[img[images/home/cheap-flat/bedroom/wardrobe/pink-lace-shorts.jpg]]</div></td>
<td>Pink Lace Shorts</td>
<td>$50</td>
<td><<if $money gte 50>>[[Buy - $50|BuyPinkLaceShorts]]<<else>>Buy - $50<</if>></td>
</tr>
</tbody>
</table>
[[Back|Store-Clothes]]<br/>
<</nobr>><<nobr>>
<<if ndef $storedBikini>><<set $storedBikini = 0>><</if>>
<<if ndef $storedOnePiece>><<set $storedOnePiece = 0>><</if>>
You head over to the Swimwear section of the shop and start to browse.<br/><br/>
<b>Buy</b><br/><br/>
<table style="width:100%">
<thead>
<th style="width:25%"></th>
<th style="width:25%">Item</th>
<th style="width:20%">Cost</th>
<th style="width:30%">Actions</th>
</thead>
<tbody>
<tr>
<td><div class="image-container image-lg">[img[images/shops/mall/clothes-store/swimwear-onepiece.jpg]]</div></td>
<td>One Piece</td>
<td>$60</td>
<td><<if $money gte 60>>[[Buy - $60|BuySwimwearOnePiece]]<<else>>Buy - $60<</if>></td>
</tr>
<tr>
<td><div class="image-container image-lg">[img[images/shops/mall/clothes-store/swimwear-bikini.jpg]]</div></td>
<td>Bikini</td>
<td>$100</td>
<td><<if $money gte 100>>[[Buy - $100|BuySwimwearBikini]]<<else>>Buy - $100<</if>></td>
</tr>
</tbody>
</table>
[[Back|Store-Clothes]]<br/>
<</nobr>><<nobr>>
You pick up a one piece swimsuit and head over to the cashier to buy it.<br/><br/>
<div class="image-container image-med">
[img[images/shops/mall/clothes-store/swimwear-onepiece.jpg]]<br/><br/>
</div>
<<set $storedOnePiece += 1>>
<<set $money -= 60>>
[[Continue Shopping|Store-ClothesSwimwear]]
<</nobr>><<nobr>>
You pick up a sexy looking bikini from one of the racks and head over to the cashier to buy it.<br/><br/>
<div class="image-container image-med">
[img[images/shops/mall/clothes-store/swimwear-bikini.jpg]]<br/><br/>
</div>
<<set $storedBikini += 1>>
<<set $money -= 100>>
[[Continue Shopping|Store-ClothesSwimwear]]
<</nobr>><<nobr>>
<<set $clothesSwimwear = "One Piece Swimsuit">>
<div class="image-container image-med">
[img[images/shops/mall/clothes-store/swimwear-onepiece.jpg]]<br/><br/>
</div>
You change out of your ordinary clothes, and into a One Piece swimsuit.<br/><br/>
[[Head back onto the beach|Beach]]<br/>
<</nobr>><<nobr>>
<<set $clothesSwimwear = "Bikini">>
<div class="image-container image-med">
[img[images/shops/mall/clothes-store/swimwear-bikini.jpg]]<br/><br/>
</div>
You change out of your ordinary clothes, and into a Bikini.<br/><br/>
[[Head back onto the beach|Beach]]<br/>
<</nobr>><<nobr>>
You start to make your way back to the changing area of the beach.<br/><br/>
<<if $clothesSwimwear == "Bikini">>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/walk-up-stairs-bikini.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
<<set $clothesSwimwear = "">>
You change out of your swimsuit and back into your ordinary clothes.<br/><br/>
[[Head back onto the beach|Beach]]<br/>
<</nobr>><<nobr>>
<<set $energy -= 10>>
<<if $beauty lte 200>>
<<set $beauty += 3>>
<</if>>
<<set $mood += 5>>
<<set $inhibition -= 3>>
<<set $corruption += 1>>
You head over to a secluded part of the beach before you start to strip off your clothes.<br/><br/>
You start by removing your shorts, leaving you in your bikini bottoms and top.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/nude/beach-nude-strip-shorts.mp4" type="video/mp4">
</video>
<br/><br/>
[[Remove your top|SunbatheNudeOnTheBeachRemoveTop]]<br/>
<</nobr>><<nobr>>
Followed shortly by you removing your top.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/nude/beach-nude-strip-bra.mp4" type="video/mp4">
</video>
<br/><br/>
[[You proceed to remove your bottoms|SunbatheNudeOnTheBeachRemovePanties]]<br/>
<</nobr>><<nobr>>
You slide of your bottoms, leaving your entirely naked. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/nude/beach-nude-strip-bra.mp4" type="video/mp4">
</video>
<br/><br/>
You sit down on your own secluded area of the beach, enjoying the sun.<br/><br/>
<<if $lotionApplied == false>>
<<if $suncream gte 1>>
<<if $energy gte 5>>
[[Apply some suncream|SunbatheBeachApplySuncream1]]<br/>
<<else>>
Apply Sunscreen (No Energy)<br/>
<</if>>
<<else>>
Apply Sunscreen (Don't have any)<br/>
<</if>>
<</if>>
<<if $energy gte 15>>
[[Sunbathe|SunbatheBeach]]<br/>
<<else>>
Sunbathe (No Energy)<br/>
<</if>>
<</nobr>><<nobr>>
<<set $burnVariable to random(5)>>
<<set $energy -= 15>>
You lay on the beach for an hour or two, relaxing in the sun.<br/><br/>
<video width="500" height="480" autoplay loop>
<source src="images/places/beach/nude/beach-nude-sunbathe.mp4" type="video/mp4"></video>
<br/><br/>
<<if $burnVariable lte 2 and $lotionApplied == false>>
Just as you finished your tanning session, you start to feel pain all over your body. You realize that you have burned yourself in the sun, which has caused damage to your skin.<br/><br/>
Beauty - 6<br/>
<<set $beauty -= 6>>
<<else>>
Having enjoyed your time in the sun, you come away feeling beautifully tanned.<br/><br/>
Beauty + 6<br/>
<<set $beauty += 6>>
<</if>>
<<if $lotionApplied == true>>
<<set $lotionApplied = false>>
<</if>>
<br/><br/>
[[Go back and get dressed|Beach]]<br/>
<</nobr>><<nobr>>
<<set $energy -= 5>>
<<set $lotionApplied = true>>
You start to apply some suncream to your now naked body, focusing initially on your legs [[before moving onto other parts of your body|SunbatheBeachApplySuncream2]]<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/nude/beach-nude-apply-cream.mp4" type="video/mp4">
</video>
<br/><br/>
<</nobr>><<nobr>>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/nude/beach-nude-apply-cream-bum.mp4" type="video/mp4">
</video>
<br/><br/>
After finishing applying your suncream, you now feel ready to enjoy the rays at the beach.<br/><br/>
[[All done|SunbatheNudeOnTheBeachRemovePanties]]
<</nobr>><<nobr>>
<<set $inhibition -= 2>>
You catch the attention of the passer by, they panic, knowing that they've been caught until you alleviate their fears by offering them a cheeky smile.<br/><br/>
With your eyes locked to theirs, you quickly lift up your top to give them a short view of your breasts.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/beach-flash-tits.mp4" type="video/mp4">
</video>
<br/><br/>
You don't leave them out for long, and quickly cover yourself back up.<br/><br/>
<<if $inhibition lte 400>>
[[You decide that you want to show them a little bit more|BeachSunbathingFlashPussy]]<br/>
<</if>>
[[You blow them a kiss and wave goodbye|Beach]]<br/>
<</nobr>><<nobr>>
<<set $inhibition -= 3>>
<<set $arousal += 5>>
Not content with just exposing your breasts you start to move you hands down to your panties.<br/>
You spread your legs and move the fabric slightly to the side, letting your lips feel the cool sea breeze.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/beach/beach-flash-pussy.mp4" type="video/mp4">
</video>
<br/><br/>
You put yourself right, moving the fabric back over your mount,<br/><br/>[[then wave them goodbye|Beach]]<br/>
<</nobr>><<nobr>>
You start off by changing into some clean yoga clothes, taken from the brothels "fetish wardrobe".<br/><br/>
Once you have changed, you <<if $corruption gte 500>>command<<else>>ask<</if>> him to move over and stand next to the wall. You then squeeze yourself inbetween, letting your ass rest snugly against his crotch.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/grind-ass-yoga-pants.mp4" type="video/mp4">
</video>
<br/><br/>
Slowly starting to twerk your ass, you start to feel him harden under his shorts.
<br/><br/>
[[Continue|BrothelAssJob2]]
<</nobr>><<nobr>>
You can feel him start to really get into the grinding, with his hands now round your waist, pushing you harder into him.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/grind-ass-yoga-pants-force.mp4" type="video/mp4">
</video>
<br/><br/>
He asks you if he could grind himself against your naked ass.<br/><br/>
<<if $inhibition lte 550>>
[[You agree|BrothelAssJobBareAss]]<br/>
<<else>>
[[You decline|BrothelAssJob3]]<br/>
<</if>>
<</nobr>><<nobr>>
His fingers wrap around the waist of your pants, and before you know it he has them pulled down below your cheeks, exposing your ass.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/grind-ass-yoga-pants-expose-ass.mp4" type="video/mp4">
</video>
<br/><br/>
You finally stop him and pull back up your pants. You direct him to the bed where you tell him to follow you without his pants<br/><br/>
[[Continue|BrothelAssJob3]]<br/>
<</nobr>><<nobr>>
You manouvre yourself onto all fours and stick out your behind invitingly. After a little shuffling behind you start to feel a hand press against your ass, then you get the heat from his warm member pressing into the cracks between your cheeks.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/ass-job-yoga-pants.mp4" type="video/mp4">
</video>
<br/><br/>
<<if $inhibition lte 450>>
$name : "[[You can take my pants off if you want|BrothelAssJob2BareAss]]"<br/>
<</if>>
You can feel he is close [[and about to cum|BrothelAssJobCum]]<br/>
<</nobr>><<nobr>>
His hands reach for your clothes without giving a verbal response. You find your pants removed from your ass in record time, with his cock now nestled inbetween your cheeks. <br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/ass-job-yoga-pants-expose-ass.mp4" type="video/mp4">
</video>
<br/><br/>
He starts to thrust behind you, squeezing his cock inbetween your ass. You can feel his precum starting to lubricate your crevice.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/ass-job.mp4" type="video/mp4">
</video>
<br/><br/>
Client : "I'm about to cum. I want to cum on your pants."<br/><br/>
[[You do as he says|BrothelAssJobCum]]
<</nobr>><<nobr>>
His thrusts start to gain some speed. You can hear his moaning increase, alluding to the fact he is getting ready to cum.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/requests/ass-job-yoga-pants-cum.mp4" type="video/mp4">
</video>
<br/><br/>
He releases himself all over your behind. Covering your pants with his cum.<br/><br/>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.85)>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<if $firstTimeHospital eq true>>
<<set $energy -= 10>>
<<set $firstTimeHospital = false>>
<</if>>
<div class="image-container image-med">
[img[images/places/hospital/hospital.jpg]]
</div>
<table style="width:100%">
<thead>
<th style="width:25%">Item</th>
<th style="width:15%">Cost</th>
<th style="width:60%">Actions</th>
</thead>
<tbody>
<tr>
<td>STD Treatment</td>
<td>$250</td>
<td>
<<if $STD == true >>
<<if $money gte 250>>
<<if $energy gte 40>>
[[Seek Treatment|BuySTDTreatment]]
<<else>>
Seek Treatment - (Need 40 Energy)
<</if>>
<<else>>
Seek Treatment - $250
<</if>>
<<else>>
Treatment not needed.
<</if>>
</td>
</tr>
<tr>
<td>Breast Implants</td>
<td>$5000</td>
<td><<if $money gte 5000>>[[Buy|BuyBreastImplants]]<<else>>Buy - $5000<</if>></td>
</tr>
<tr>
<td>Breast Reduction</td>
<td>$5000</td>
<td><<if $money gte 5000>>[[Buy|BuyBreastReduction]]<<else>>Buy - $5000<</if>></td>
</tr>
<<if $pregnant == true>>
<tr>
<td>Terminate Pregnancy</td>
<td>$2000</td>
<td><<if $money gte 2000>>[[Buy|BuyAbortion]]<<else>>Buy - $2000<</if>></td>
</tr>
<</if>>
</tbody>
</table><br/><br/>
[[Leave|Outside]]
<</nobr>><<nobr>>
<<set $money -= 250>>
<<set $STD = false>>
<div class="image-container image-med">
[img[images/places/hospital/antibiotics.jpg]]
</div>
You spend hours at the hospital receiving treatment for your illness.<br/>
The Doctor discharges you after going through intensive treatment, your STD has suibsided and the course of antibiotics provided will ensure that it will clear up.<br/><br/>
[[Leave|Hospital]]<br/>
<</nobr>><<nobr>>
<<set $money -= 5000>>
You head into the doctors office to discuss enlarging your breasts.
<<if $breastSize == "A">>
<<set $breastSize = "B">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "B">>
<<set $breastSize = "C">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "C">>
<<set $breastSize = "D">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "D">>
<<set $breastSize = "DD">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "DD">>
<<set $breastSize = "E">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "E">>
<<set $breastSize = "F">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has increased to a $breastSize.<br/><br/>
<<elseif $breastSize == "F">>
<<set $money += 5000>>
The doctor has indicated that they will not operate to enlarge your breasts any further. Atleast not now.<br/>
<<else>>
<<set $money += 5000>>
Error : We could not determine your current breast size.<br/><br/>
<</if>>
<br/><br/>
[[Leave|Hospital]]<br/>
<</nobr>><<nobr>>
<<set $money -= 5000>>
You head into the doctors office to discuss reducing the size of your breasts.
<<if $breastSize == "A">>
<<set $money += 5000>>
The doctor takes one look at your small pert tits and shakes his head. <br/><br/>
Due to the already small size of your breasts, they wont perform any more breast reduction surgery on you anymore.<br/><br/>
<<elseif $breastSize == "B">>
<<set $breastSize = "A">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<elseif $breastSize == "C">>
<<set $breastSize = "B">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<elseif $breastSize == "D">>
<<set $breastSize = "C">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<elseif $breastSize == "DD">>
<<set $breastSize = "D">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<elseif $breastSize == "E">>
<<set $breastSize = "DD">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<elseif $breastSize == "F">>
<<set $breastSize = "E">>
The doctor is happy to perform the operation on you, and you are quickly whisked away to an available theatre room.<br/><br/>
When you finally come back around, you find that your breast size has decreased to a $breastSize.<br/><br/>
<<else>>
<<set $money += 5000>>
Error : We could not determine your current breast size.<br/><br/>
<</if>>
<br/><br/>
[[Leave|Hospital]]<br/>
<</nobr>><<nobr>>
<<if $money gte 40>>
<<set $tampons += 5>>
<<set $money -= 40>>
You purchased 5 tampons from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 80>>
<<set $tampons += 10>>
<<set $money -= 80>>
You purchased 10 tampons from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 160>>
<<set $tampons += 20>>
<<set $money -= 160>>
You purchased 20 tampons from the supermarket, and has been added to your Inventory
<<else>>
You cannot afford this purchase
<</if>>
<br/>
[img[images/shops/supermarket.jpg]]<br/>
<br/>
[[Continue Shopping|Store-Supermarket]]
<</nobr>><<nobr>>
<<if $money gte 100>>
<<set $pregnancyTest += 1>>
<<set $money -= 100>>
You bought a Pregnancy Test, it has been added to your inventory.<br/><br/>
<<else>>
You cannot afford this purchase
<</if>>
<br/>
<br/>
[[Continue Shopping|Pharmacy]]
<</nobr>><<nobr>>
<<if ndef $takenPregnancyTest>>
<<set $takenPregnancyTest = true>>
<</if>>
<video width="350" height="350" autoplay loop muted>
<source src="images/home/cheap-flat/bathroom/pregnant/pregnancy-test.mp4" type="video/mp4">
</video>
<br/><br/>
You sit on the toilet and take out the pregnancy test from the box.<br/><br/>
After using the test, you sit back and nervously wait the results.<br/><br/>
<<set $pregnancyTest -= 1>>
It's not long before you get the results of the test.<br/><br/>
<<if $pregnant>>
Congratulations, you are pregnant.<br/>
<<else>>
You are currently <b>not</b> pregnant.<br/>
<</if>>
<br/><br/>
[[Back|SS-Bathroom]]
<</nobr>><<nobr>>
<<if ndef $children>><<set $children = []>><</if>>
<<set $childsName = "">>
<<set $gender to random(1)>>
After hours of labor, you give birth to a healthy baby<<if $gender == 0>> boy.<<else>>girl<</if>><br/><br/>
What do you want to call your child? <<textbox "$childsName" "New Name" autofocus>>
<<if $childsName != "">>
[[Submit|BirthChildName]]<br/>
<</if>>
<</nobr>>
<<nobr>>
<<if $gender == 0>>
<<set $genderName = "Male">>
<<else>>
<<set $genderName = "Female">>
<</if>>
<<set $child = {
name: $childsName,
gender: $genderName,
father : $father
}>>
<<set $children.push($child)>>
You name your child $childsName. You have now given birth $children.length times.<br/><br/>
<<set $pregnant = false>>
<<set $father = "None">>
<<set $daysPregnant = 0>>
[[Take your child home|SS-LivingRoom]]<br/><br/>
<</nobr>><<nobr>>
<<if $daysPregnant lte 189>>
<<set $money -= 2000>>
You go into the Doctors office to recieve the treatment. After all is said and done, you pay the $2,000 fee and leave.<br/><br/>
You are not pregnant anymore.<br/><br/>
<<set $pregnant = false>>
<<set $father = "None">>
<<set $daysPregnant = 0>>
[[Head back to the hospital|Hospital]]<br/><br/>
<<else>>
The doctor takes one look at you, and asks how far along with your pregnancy you are.<br/><br/>
When he find out that you are past your 21st week, he refuses to perform the termination, and instead tells you that there is now nothing that can be done for you at the Hospital anymore, and he wishes you luck with your pregnancy.<br/><br/>
[[Leave his office|Hospital]]<br/><br/>
<</if>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.6, 1.25)>>
<br/>
<<if $pregnant == true and $daysPregnant gte 60>>
You're viewers seem extremely interested in your bump, and after wearing you down, get you to show them.<br/>
You tentatively push back your bedsheets and move your hands down to the bottom of your top. With a slow and sensual movement you lift up your top to expose your bump.<br/>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pregnant-belly-reveal.mp4" type="video/mp4">
</video>
<<else>>
You get a little caught up in the moment so you do what you think it sexiest. You rip your top open, exposing your breast for your viewers.<br/>
<video width="400" height="400" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/chat-cam-strip-top.mp4" type="video/mp4">
</video>
<br/><br/>
<</if>>
Your viewers seem to appreciate this, and you receive more tips as a result.
<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 3>>
<<set $corruption += 2>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.40, 1.38)>>
You agree to their request, provided that they adequately increase their tips<br/><br/>
You stop your dance and go fetch a bottle of lotion. You slowly sway as you empty the contents onto your stomach, and sensually start to rub it into your skin.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pregnant-rub-lotion.mp4" type="video/mp4">
</video><br/><br/><br/>
Your fans seem to enjoy the show, and you feel like you get the added benefit of a smoother skin afterwards.<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 6>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<<set $beauty += 1>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.44, 1.46)>>
<<set $videoVariable to random(1)>>
You agree to their request, provided that they adequately increase their tips<br/><br/>
You dance around a little more before you start to raise your top. Your swollen breasts become exposed for the camera; your tips start to roll in from your viewers.<br/><br/>
<<if $videoVariable == 0>>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pregnant-flash-breasts.mp4" type="video/mp4">
</video><br/><br/><br/>
<<else>>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pregnant-flash-boobs.mp4" type="video/mp4">
</video><br/><br/><br/>
<</if>>
You end your show with your viewers satisfied, you are happy with the extra tips that you recieved.<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 6>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.49, 1.56)>>
You agree to their request, provided that they adequately increase their tips<br/><br/>
You dance around a little more before you start making your way back to your bed. You play with your audience and get them to beg for a peek, before you finally succumb and grant them their wishes.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/pregnant-flash-pussy.mp4" type="video/mp4">
</video><br/><br/><br/>
You end your show with your viewers satisfied, you are happy with the extra tips that you recieved.<br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 6>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
<<set $randomTipMod to randomFloat(0.28, 1.62)>>
You agree to their request, provided that they adequately increase their tips<br/><br/>
As you continue to dance on your show, you start to slowly lift up your shirt to show more of your body on camera.<br/><br/>
<video width="500" height="500" autoplay loop>
<source src="images/home/cheap-flat/bedroom/cam/cam-dance-tease.mp4" type="video/mp4">
</video><br/><br/><br/>
<<set $tipAdd = Math.round($income * $randomTipMod)>>
You earned an extra $$tipAdd<br/><br/>
[[Back|VisitCamsite]]
<<set $reputation += 2>>
<<set $inhibition -= 6>>
<<set $corruption += 3>>
<<set $money += $tipAdd>>
<</nobr>><<nobr>>
You take your John over to the bed where you start to lay with him.<br/><br/>
It doesn't take too long before you are both making out; your breasts are completely exposed as he enjoys himself playing with them.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/pregnant/preg-sex-kiss-bed.mp4" type="video/mp4">
</video>
<br/><br/>
The sensation of his hands on your already sensitive breasts excite you.<br/>
<br/><br/>
[[You ask if he can play with your pussy|BrothelPregnantPeg2]]
<</nobr>><<nobr>>
He eagrely obliges and starts to move his hand down between your legs. You provide him easy access by spreading your legs and allowing him to make you feel good.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/pregnant/preg-sex-masturbate.mp4" type="video/mp4">
</video>
<br/><br/>
Feeling your lust begin to build, you know that you want to feel him inside of you.<br/><br/>
<br/><br/>
[[Take charge and fuck him|BrothelPregnantPeg3]]
<</nobr>><<nobr>>
You make use of all the available space in the room as you're fucked in almost every conceivable position.<br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/pregnant/preg-sex-01.mp4" type="video/mp4">
</video>
<br/><br/>
Your client warns you that he is about to cum, and he wants to put it on your face.<br/><br/>
<br/><br/>
[[Get a facial|BrothelPregnantPegFacial]]
<</nobr>><<nobr>>
He releases himself all over your your face, leaving you with a sticky mess all over your face.<br/><br/>
<video width="400" height="400" autoplay loop muted>
<source src="images/places/57-street/brothel/straight/pregnant/preg-sex-cum.mp4" type="video/mp4">
</video>
<br/><br/>
You take the payment from the client as he makes a swift exit, leaving you to clean yourself up.<br/><br/>
<<set $brothelPay = Math.round($brothelPay * 1.85)>>
You earned $$brothelPay for your actions.<br/><br/>
[[Head back to the brothel|57th Street]]
<<set $inhibition -= 10>>
<<set $corruption += 8>>
<<set $arousal += 10>>
<<set $money += $brothelPay>>
<</nobr>><<nobr>>
<<set $eventVariable to random(5)>>
You follow the girls into a room round the back. The music is playing loud and the party looks to be in full swing.<br/><br/>
<<if $eventVariable lte 2>>
As you're walking and socializing at the party you feel some of the more drunk and handsy patrons attempt to try and grab your ass.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/groped-club.mp4" type="video/mp4">
</video><br/><br/>
<<set $inhibition -= 5>>
<<set $mood -= 2>>
<</if>>
You make your way over to the busiest part of the room to see if you can provide the people there with some entertainment.<br/><br/>
[[Head over to one of the guys near the bar and offer them a lapdance|PurpleLoungePartyLapdance]]<br/>
[[Start dancing sensually against the hottest girl|PurpleLoungePartySexyDance]]<br/>
<<if $inhibition lte 400>>
[[See if anyone wants to sample your pussy|PurpleLoungePartyFuck]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
<<set $eventVariable to random(5)>>
You start asking round to see if anyone wanted to buy a lapdance off you.<br/><br/>
<<if ($beauty gte 20 and $eventVariable lte 1) or ($beauty gte 40 and $eventVariable lte 3) or ($beauty gte 60)>>
With your beauty you don't struggle to find someone who is willing to buy a dance off you. You start to lead him to a more secluded area with sofas and start to [[mount him|PurpleLoungePartyLapdance1]]<br/>
<<else>>
You were unable to find anyone to buy a dance off you. <br/><br/>
<<set $energy -= 5>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</if>>
<</nobr>><<nobr>>
<<set $eventVariable to random(4)>>
You start to make you way into the crowd wanting to find some sexy girls to try and tease the other customers.<br/>
After finding some hot and willing ladies you start to sensually dance with them. You take this opportunity to caress their bodies and dance seductively.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/dance-club.mp4" type="video/mp4">
</video><br/><br/>
When you feel that you've teased enough, you vacate the dancefloor. You feel less inhibited and more confident<br/><br/>
<<set $inhibition -= 4>>
<<set $corruption += 2>>
<<set $energy -= 5>>
<<if $energy gte 5 and $eventVariable lte 1>>
You have been propositioned by someone on the dancefloor. They are asking you to give them a handjob in exchange for some money.<br/><br/>
[[Give handjob|PurpleLoungePartyHandjob]]<br/>
<<elseif $energy gte 5 and $eventVariable == 2 and $inhibition lte 450 and $corruption gte 200>>
You have been propositioned by someone on the dancefloor. They are asking if they could fuck you.<br/><br/>
[[Let Them|PurpleLoungePartyFuck]]<br/>
<</if>><br/>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>>
<<nobr>>
You lead him to the edge of the dancefloor where you then proceed to remove his pants.<br/><br/>
Man : "Here?"<br/><br/>
$name : "Yes, here is fine"<br/><br/>
With a firm grip and some spit, you start to massage his shaft.<br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/handjob-club.mp4" type="video/mp4">
</video><br/><br/>
You can feel he is close to cumming.<br/><br/>
[[Finish him off|PurpleLoungePartyDancefloorHandjobCum]]<br/><br/>
<</nobr>><<nobr>>
Upon accepting his request you drop to your knees and start to release his cock from his pants. Putting your mouth around his tip, you start to use your tongue to tease and stimulate him, hardening his cock for what is about to come.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/tease-party-mouth.mp4" type="video/mp4">
</video><br/><br/>
He starts to swell and your mouth instinctively wraps around his [[head|PurpleLoungePartyFuck1]]
<</nobr>><<nobr>>
<<set $eventVariable to random(5)>>
<<set $tips to random(25, 60)>>
<<set $multiplier = (1 + ($reputation / 225))>>
<<set $beautyMultiplier = (1 + ($beauty / 125))>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
You strip to become completely naked and start to grind your body on the man sat down infront of you.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/lapdance.mp4" type="video/mp4">
</video><br/><br/>
He seems to really enjoy your dancing.
<br/>
When you finish you take payment of $$moneyIncrease from him
<br/><br/>
<<set $money += $moneyIncrease>>
<<if ($beauty gte 60 and $eventVariable lte 1) or ($beauty gte 80 and $eventVariable lte 2) or ($beauty gte 100 and $eventVariable lte 3)>>
He grabs you before you can leave and asks you another favor, he has been left with a rock hard cock and he wants to feel what it's like buried deep inside of you.<br/><br/>
[[Accept his offer|PurpleLoungePartyLapdance2]]<br/><br/>
[[Accept his offer, but insist on protection|PurpleLoungePartyLapdance2Condom]]<br/><br/>
<</if>>
<<set $energy -= 5>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
You let him bury his hard bare cock deep inside of you as you start to bounce around on his lap. You can hear the sounds of his cock slapping into your pussy even over the clubs lound music<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/fuck-club2.mp4" type="video/mp4">
</video><br/><br/>
You can feel he is close to cumming.<br/><br/>
[[Let him cum inside of you|PurpleLoungePartyLapdanceCreampie]]<br/><br/>
<</nobr>><<nobr>>
You let him bury his hard bare cock deep inside of you as you start to bounce around on his lap. You can hear the sounds of his cock slapping into your pussy even over the clubs lound music<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/fuck-club2.mp4" type="video/mp4">
</video><br/><br/>
You can feel he is close to cumming.<br/><br/>
[[Ride him until he cums|PurpleLoungePartyLapdanceCondomCreampie]]<br/><br/>
<</nobr>><<nobr>>
He squeezes his hands on your hips, forcing you down on his now pulsating cock.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/lapdance-creampie.mp4" type="video/mp4">
</video><br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(85)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $moneyIncrease = $moneyIncrease/2>>
<<set $money += $moneyIncrease>>
You stand up and leave, receiving another tip of $$moneyIncrease from him
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
He squeezes his hands on your hips, forcing you down on his now pulsating cock.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/condom-fuck2.mp4" type="video/mp4">
</video><br/><br/>
Collapsing backwards onto the seat, you know that you've made him cum.<br/><br/>
<<set $moneyIncrease = $moneyIncrease/2.2>>
<<set $money += $moneyIncrease>>
You stand up and leave, leaving him there with his cock in the condom but taking a larger tip of $$moneyIncrease
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
<<set $tips to random(25, 55)>>
<<set $multiplier = (1 + ($reputation / 225))>>
<<set $beautyMultiplier = (1 + ($beauty / 125))>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
<<set $videoVariable to random(1)>>
You start to jerk his cock faster, anticipating his imminent orgasm. With only a few more strokes you start to feel the uncontrollable contractions from his member, you take this as your cue to aim the tip towards your face.<br/><br/>
<<if $videoVariable == 0>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/facial-party.mp4" type="video/mp4">
</video><br/><br/>
<<else>>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/cum-face.mp4" type="video/mp4">
</video><br/><br/>
<</if>>
<<set $moneyIncrease = $moneyIncrease>>
<<set $money += $moneyIncrease>>
After he spends himself all over your face, you stand up and take your well deserved tip of $$moneyIncrease, before heading to clean yourself up.
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
Before you know it you're naked in the middle of the dancefloor sucking on a strangers cock.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/suckparty.mp4" type="video/mp4">
</video><br/><br/>
He grabs you and pulls you off your knees.<br/><br/>
Stranger : "Bend over, I want to [[fuck you now.|PurpleLoungePartyFuck2]]"<br/><br/>
[[Insist that he wears protection|PurpleLoungePartyFuck1Condom]]
<</nobr>><<nobr>>
You are forced against a wall as he positions himself behind you, preparing to bury himself deep inside of you. <br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/fuck-club.mp4" type="video/mp4">
</video><br/><br/>
A warm sensation fills you as you recieve pounding after pounding. You can feel yourself getting brought to climax, and you are sure he is close too.<br/><br/>
[[Let him cum inside of you|PurpleLoungePartyAllFuckWallCreampie]]<br/><br/>
[[Tell him to pull out.|PurpleLoungePartyAllFuckWallCumAss]]<br/><br/>
<</nobr>><<nobr>>
You are forced against a wall as he positions himself behind you, preparing to bury himself deep inside of you. <br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/fuck-club.mp4" type="video/mp4">
</video><br/><br/>
A warm sensation fills you as you recieve pounding after pounding. You can feel yourself getting brought to climax, and you are sure he is close too.<br/><br/>
[[Let him cum inside of you|PurpleLoungePartyAllFuckWallCumCondom]]<br/><br/>
<</nobr>><<nobr>>
<<set $tips to random(25, 55)>>
<<set $multiplier = (1 + ($reputation / 225))>>
<<set $beautyMultiplier = (1 + ($beauty / 125))>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
He pulls you close to him on his final thrusts, forcing you back into his now pulsating cock.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/creampie-doggy.mp4" type="video/mp4">
</video><br/><br/>
<<if $pillTaken == true>>
You are glad knowing that there is almost no risk of pregnancy as you are currently on protection.<br/><br/>
<<else>>
<<if $period == "Ovulation">>
<<set $randomPregChance to random(25)>>
<<if $randomPregChance == 0>>
<<set $pregnant = true>>
<<set $father = "Unknown">>
<</if>>
<</if>>
<</if>>
<<set $randomSTDChance to random(85)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $money += $moneyIncrease>>
You stand up and leave, receiving another tip of $$moneyIncrease from him
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
<<set $tips to random(22, 55)>>
<<set $multiplier = (1 + ($reputation / 220))>>
<<set $beautyMultiplier = (1 + ($beauty / 125))>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
He pulls out his cock, and starts to cover your back on his cum.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/cum-ass.mp4" type="video/mp4">
</video><br/><br/>
<<set $randomSTDChance to random(85)>>
<<if $randomSTDChance == 0 and $STD == false>>
<<set $STD = true>>
You had doubts if the other person looked clean, you've contracted a sexually transmitted disease. You should probably get this checked out and treated at the hospital. <br/><br/>
<</if>>
<<set $money += $moneyIncrease>>
You stand up and leave, receiving another tip of $$moneyIncrease from him
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>><<nobr>>
<<set $tips to random(20, 50)>>
<<set $multiplier = (1 + ($reputation / 225))>>
<<set $beautyMultiplier = (1 + ($beauty / 125))>>
<<set $moneyIncrease = Math.round($tips * $multiplier * $beautyMultiplier)>>
<<if $moneyIncrease lte 24>>
<<set $moneyIncrease = 25>>
<</if>>
You feel him pull you close as he unloads himself inside the condom.<br/><br/>
<video width="500" height="500" autoplay loop muted>
<source src="images/places/purple-lounge/doggy-condom.mp4" type="video/mp4">
</video><br/><br/>
<<set $money += $moneyIncrease>>
You stand up and leave, receiving another tip of $$moneyIncrease from him
<br/><br/>
<!-- Leave conditions -->
<<set $energy -= 5>>
<<if $energy lte 0>>
<<set $energy = 0>>
<</if>>
<<if $energy gte 5>>
[[Head back to the party|PurpleLoungeParty]]<br/>
<</if>>
[[Leave the party|PurpleLounge]]
<</nobr>>