Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Enter your name: <<textbox '$player["name"]' $player['name'] autofocus>>
[[Create Character->Create Character]]
<!--
[[Start Sex Scene->Start Sex Scene]]
[[Time test->Time test]]
--><div class="charMain">
Ok $player['name'],
<div class="charSettings">
<b>Choose your figure</b>
<<link 'Slim'>>
<<script>>$('#boobChoice').show()<</script>>
<<set $player['body'] to 1>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'Chubby'>>
<<script>>$('#boobChoice').hide()<</script>>
<<set $player['body'] to 2>>
<<set $player['tits'] to 4>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'Fat'>>
<<script>>$('#boobChoice').hide()<</script>>
<<set $player['body'] to 3>>
<<set $player['tits'] to 4>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>>
<b>Choose your Hair Color</b>
<<link 'blonde'>>
<<set $player['hair'] to 1>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'red'>>
<<set $player['hair'] to 2>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'brunette'>>
<<set $player['hair'] to 3>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'black'>>
<<set $player['hair'] to 4>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>>
<b>Choose your hair length</b>
<<link 'Short'>>
<<set $player['hair-length'] to 1>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'Medium'>>
<<set $player['hair-length'] to 2>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link 'Long'>>
<<set $player['hair-length'] to 3>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>>
<div id="boobChoice" style="display: block">\
<b>Choose your hair Boob size</b>
<<link ' a'>>
<<set $player['tits'] to 1>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link ' b'>>
<<set $player['tits'] to 2>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link ' c-d'>>
<<set $player['tits'] to 3>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
<<link ' dd-g'>>
<<set $player['tits'] to 4>>
<<set $pImg to $imEnv+'profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<replace '#imgText'>>$pImg<</replace>>
<<replace '#prHolder'>><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">><</replace>>
<</link>> \
</div>\
[[Start Game->Start_Game]]
</div>
<div class="charImg">
<div id="prHolder"><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">>
</div>
<div id="imgText"></div>
</div>
</div>
<<set $gameVersion to '0.05a'>>
<<set $dev to 'shinmix'>>
<<set $player = {"name":"Tatiana", "body":1, "hair": 2, "hair-length": 3, "tits": 4, "money":100, "cloth":0}>>
<<set $pImg to 'img/profile/profile_' + $player['body'] +'_' + $player['hair'] +'_'+ $player['hair-length'] + '_' + $player['tits'] + '.jpg'>>
<<set $gameStarted to 0>>
<<set $player_pleasure to 0>>
<<set $partner_pleasure to 0>>
<<set $max_pleasure to 100>>
<<set $imEnv to 'img/'>>
<<set $currentTime to 0>>
<<newmeter 'timer' 0>>
<<animation 10s linear>>
<</newmeter>>
<<newmeter 'player_pleasure' 1>>
<<colors 'red' 'green'>>
<<sizing '220px'>>
<<label '$player_pleasure'>>
<</newmeter>>
<<newmeter 'partner_pleasure' 1>>
<<colors 'red' 'green'>>
<<sizing '220px'>>
<<label '$partner_pleasure'>>
<</newmeter>>
<<set $interview1 to 0>>Your Pleasure: <<showmeter 'player_pleasure' `$player_pleasure/$max_pleasure`>>
Partner Pleasure: <<showmeter 'partner_pleasure' `$partner_pleasure/$max_pleasure`>>
<<if $player_pleasure gte $max_pleasure>>
<<set $player_pleasure to 0>>
<<updatemeter 'player_pleasure' `$player_pleasure/$max_pleasure`>>
<</if>>
<<if $partner_pleasure gte $max_pleasure>>
<<set $partner_pleasure to 0>>
<<updatemeter 'partner_pleasure' `$partner_pleasure/$max_pleasure`>>
<</if>>
<<if $has_chosen_position is false>>
false
<<link "Get on all four" "Sex Sim Test">>
<<set $has_chosen_position to true>>
<<set $sex_position to "doggy">>
<</link>>
<<link "Lie on your back" "Sex Sim Test">>
<<set $has_chosen_position to true>>
<<set $sex_position to "missionary">>
<</link>>
<<link "Ride on top" "Sex Sim Test">>
<<set $has_chosen_position to true>>
<<set $sex_position to "cowgirl">>
<</link>>
<<else>>
current sex position: $sex_position
what do you do?
<<link "Finger yourself" "Sex Sim Test">>
<<set $player_pleasure to $player_pleasure+15>>
<<set $partner_pleasure to $partner_pleasure+5>>
<<updatemeter 'player_pleasure' `$player_pleasure/$max_pleasure`>>
<<updatemeter 'partner_pleasure' `$partner_pleasure/$max_pleasure`>>
<</link>>
<<link "Moan loudly" "Sex Sim Test">>
<<set $player_pleasure to $player_pleasure+5>>
<<set $partner_pleasure to $partner_pleasure+15>>
<<updatemeter 'player_pleasure' `$player_pleasure/$max_pleasure`>>
<<updatemeter 'partner_pleasure' `$partner_pleasure/$max_pleasure`>>
<</link>>
<<link "Do nothing" "Sex Sim Test">>
<<set $player_pleasure to $player_pleasure+5>>
<<set $partner_pleasure to $partner_pleasure+7>>
<<updatemeter 'player_pleasure' `$player_pleasure/$max_pleasure`>>
<<updatemeter 'partner_pleasure' `$partner_pleasure/$max_pleasure`>>
<</link>>
<</if>>
[[Stop Having sex->Start Sex Scene]] <<set $var to setup.testFunction(100)>>
<<print $var>> /% 10 %/
<input type="button" value="click me" onclick="setup.doAlert()"/>[[test function->test function]]
[[test script->Test script]]
<<set $has_chosen_position to false>>
<<set $sex_position to ''>>
<<set $player_pleasure = 0>>
<<set $partner_pleasure = 0>>
[[Sex Sim Test]] <<set _time to setup.timeConvert($currentTime)>>
<<if ($currentTime gte 480) and ($currentTime lte 1080)>>
It's day time.
<<else>>
It's night time.
<</if>>
<<link "Drink coffee (+15 min)" "Time test">>
<<set $currentTime to ($currentTime + 15)%1440>>
<</link>>
<<link "Sleep (+5 hours)" "Time test">>
<<set $currentTime to ($currentTime + 300)%1440>>
<</link>>
<<= _time>>A new girl in a new town, after school, 4 years of college, and living your whole life in a small town, you've decided to leave it all behind and go after your own ambitions, you said goodbye to all your old friends and family, and set out by yourself to a new city, full of new oportunities where no one knows your name, frigthening at first, but you managed to secure an apartment for yourself, brought into it all your belongings and got ready to start your new life.
It's gonna be hard to make it on your own out here in the big city, you'll have to take what you can get just to get by and still find time to persue your goals, you expect to have to do a lot of things you never thought you'd need to in order to rise in the ranks of wherever corporate ladder you choose to climb.
As for now however, first things first, it's time to find yourself a job.
Home sweet home, the place you can always get back to, as long as you can keep paying rent that is, or if you can come up with some sort of deal with the landlord, as for now this is the place you can come to rest and relax.
[[Next->LivingRoom]]<<widget "WatchPorn">>
<<set $pornCounter = $pornCounter + 1>>
<<if $pornCounter eq $pornLen>>
<<set $pornCounter = 0>>
<</if>>
<<print '<img id="pornImg" src="'+$normal_porn[$pornCounter]+'" height="800px">' >>
/* $normal_porn.random() */
<</widget>>
<<widget "CustImg">>
<<print '<img src="'+$args[0]+'" width="100%">' >>
<</widget>><<WatchPorn>>
[[Watch More->PornHome]]
[[Stop Watching->HomeLaptop]] Double-click this passage to edit it.Double-click this passage to edit it.<div class="storyContainer">\
<<set $gameStarted to 1>>\
<<set $lastPassage to passage()>>\
<<CustImg `$imEnv+"livingroom.jpg"`>>
The center of your home, your bedroom to the south, kitchen to the east and bathroom to the west, here you will find your couch placed neatly in front of the television and the coffee table where your laptop sits, you can waste time watching television, looking for work or take a nap on the couch here.
<<if $interview1 eq 1>>
You are still waiting to hear from the news agency about your job application, you don’t want to think too much about it otherwise it’ll just stress you out for nothing, not much you can do about it but wait anyway.
<</if>>
<<if $interview1 eq 2>>
You hear a sound coming from your laptop. You should check the mails.
<</if>>
<<if $interview1 eq 3>>
The interview is confirmed. Maybe I should sleep a bit to pass time
<</if>>
<<if $interview1 eq 4>>
Alright. Its time to go to the interview.
[[Go to Interview->Interview1-S1]]
<</if>>
[[Take a nap->DoSleepAction]]
[[Watch Some Television->WatchTV]]
[[Turn On The Computer->UseComputerLiving]]
[[Go to your bedroom->Bedroom]]
[[Go to the kitchen->Kitchen]]
</div>
You watch television for a couple hours, nothing interesting is on, but you do come out of it feeling restless and anxious to do something productive.
[[Stop Watching->$lastPassage]]You are on your computer, what would you like to do?
[[Look For Job->LookForJobAction]]
[[Check your email->Check Mails]]
[[Turn off PC->$lastPassage]]For how long do you want to sleep for?
(time not implemented)
You slept a while
<<if $interview1 eq 1>>
<<set $interview1 to 2>>
<</if>>
<<if $interview1 eq 3>>
<<set $interview1 to 4>>
<</if>>
[[Wake up->$lastPassage]]
<div class="storyContainer">
<<set $lastPassage to passage()>>
<<CustImg `$imEnv+"bedroom.jpg"`>>
Here is where the magic happens, with the door to the living room to the north, you have your bed, closet, and body mirror here, you can rest on your bed, plan out your clothes for the day and check yourself in the mirror.
[[Check Waredrobe->BedroomWareDrobe]]
[[Go to your bathroom->Bathroom]]
[[Go to your livingroom->LivingRoom]]
</div><div class="storyContainer">
<<set $lastPassage to passage()>>
<<CustImg `$imEnv+"bathroom.jpg"`>>
A place where you can freshen up, with the door to the living room to the east, here you have your shower and bathtub, sink and mirror, you can clean yourself here or play with the showerhead to get rid of some stress.
[[Masturbate in shower->Player Shower Masturbation]]
[[Go to bedroom->Bedroom]]
</div>
<div class="storyContainer">
<<set $lastPassage to passage()>>
<<CustImg `$imEnv+"kitchen.jpg"`>>
Kitchen, The backbone of the household, The counter and stove on one end and the living room to the west, here you can cook meals, have a snack from the fridge or have a couple of drinks to relax if you have wine.
[[Go to your living room ->LivingRoom]]
</div>
<<if $interview1==0>>
There seems to be a news Agency with an entry level position open, something to do with investigative journalist, you can’t imagine it pays too well, but it’s something, plus it might give you a chance to get out there and see the city.
[[Send Application->SendApplication]]
<<link "Not for me (More job options to be added in the future)">>
<</link>>
<</if>>
[[Back->UseComputerLiving]]<<if $interview1 eq 2>>
It tells you that your application has been reviewed and you have been called for an interview tomorrow morning, you rest back in your couch, relaxing with a sigh of relief, now it’s just a matter of not being late and you’ll get that job for sure.
<<set $interview1 to 3>>
<<else>>
You have no mails
<</if>>
[[Back->UseComputerLiving]]<<set $interview1 to 1>>
There, application sent, with your phone number, your email, even a picture of you attached, now we just wait until you hear from them.
[[Back->UseComputerLiving]] 0.05a
--------
Added simple clothing system
added interactive story depeneding on clothing in interview1
minor tweaks
0.04a
------
Added interview scenario
Different images for different blowjob during interview
Player masturbation in bathroom
0.03a
----
Fixed image for img
Made it so that options for boob is removed for chubby and fat<<if $gameStarted>>
<div id="moneyDisplay">Money: $player['money'] $</div>
<div id="playerProfile"><<print "<img id='profilePicSide' src='"+$pImg+"' alt='You' style='width:120px'>">></div>
<</if>>
<div class="storyContainer">
<div class="storyLeft">
<<set $lastPassage to passage()>>
</div>\
<div class="storyRight">
<div id="prHolder"><<print "<img id='charProfileCreate' src='"+$pImg+"' alt='Profile Image' style='width:100%'>">></div>
<div id="imgText"></div>
</div>
</div><<if $player['cloth']==0>>
It might be fun to streak sometimes but not now.
[[Back->$lastPassage]]
<<else>>
<<set $interview1 = 5>>
You walk into the interview room, where there is a office desk with a tall slim man in his mid 40s, standing to greet you. \
<<if $player['cloth']>=3 && $player['tits']>2>>\
you notice him taking a quick glance at the opening of your blouse then quickly moving his eyes back up to yours to try and not be caught staring, \
<<elseif $player['cloth']>=3 && $player['tits']<=2>>\
seemingly not noticing your cleavage or not caring much for it, \
<</if>>\
He offers you a handshake.
<div class="talk-other">“Good day miss <<print $player['name']>>, are you ready to get started?”</div>
His hand feels coarse against yours before he releases your hand and wastes no time in getting the interview started, motioning you to take a seat in the chair in front of the desk while he takes his own seat across from you, he is wearing an white office shirt with gray pants and a blue tie.
<div class="talk-other">
“Before we begin the interview are there any questions you’d like to ask me about this position?”</div>
[[No sir I'm ready to get started->Interview1-S2]]
<<if $q_1 !=1>>
[[Yes, About my hours, the job description mentioned that I might be expected to work between 40 to 50 hours a week?->Interview1-S1-A1]]
<</if>>
<<if $q_2 !=1>>\
[[What are my prospects for growth in the agency?->Interview1-S1-A2]]
<</if>>
<</if>>“Very well” he straightens himself in his chair, looking down at a form, (if wearing revealing clothing and bust being C cup and above, add: “as he glances over his questionnaire you can notice him sneaking another glance at your cleavage”,) before clearing his throat and looking up at you.
“what made you pursue a career in this field?”
[[I’ve always liked writing behind a desk and keeping up with current events->Interview1-S3]]
[[I wanted to do something that gets me out in the field and investigating, I find it so thrilling->Interview1-S3]]
[[I’m not sure, it just seemed like the career path I was most drawn to->Interview1-S3]]<div class="talk-other">
"Ah yes, you will be expected to come into work and work normal office hours but it might happen that you are called in at other times as well In case an event breaks out and you are needed immediately on site, so your total hours worked in the week might add up to around 50 hours, you will of course be paid for those extra hours"</div>
<div class="talk-player">"Oh I see, so I can be called at any time."</div>
[[Yes, are there any more questions->Interview1-S1][$q_1 = 1]]<div class="talk-other">"Well when you begin we will have you work the smaller cases, usually locally and around the building of the agency itself, if you do a good job and your articles prove to be popular, you are likely to be called in to investigate and write pieces on larger events, a major event that you cover will come with a bonus, how much that bonus is will, of course, depend on how thorough your investigation is."</div>
[[Anything else->Interview1-S1][$q_2 = 1]] <<set $i1_boob to 0>>
<div class="talk-other">"You know in your job, you will often be required to interview witnesses, some more uncooperative than others, how do you expect to get these people to talk to you”</div>
[[I find that being disarming with a nice smile will often be enough to make people want to talk to me->Interview1-Summary]]
<<if $player['tits'] > 2>>\
<i>Lean yourself forward and press your breasts together</i>
[[I think you’ll find I can be quite persuasive->Interview1-Summary][$i1_boob to 1]]
<</if>>\
[[There’s always a way and I will do whatever it takes to get what I need->Interview1-Sex]]<<if $i1_boob == 1>>
You notice his eyes betray him as he glances down at your open blouse, then clearing his throat he straightens his back trying to maintain his composure and professional demeanor
<</if>>
<<if $i_sex == 0>>
<div class="talk-player">“I will use cleaver questioning and slowly get you to open up to me without you noticing this is an interview”</div>
<div class="talk-other">“I see…“</div> he replies disappointed, perhaps expecting something else from you.
<<elseif $i_sex == 1>>
<div class="talk-other">“this was a great interview miss <<print $player['name']>>, I think that you will fit perfectly into the team.”</div>
<</if>>
<div class="talk-other">"Thank you for coming <<print $player['name']>> , It was nice to meet you. We will call you later once we decide whether to hire you or not” he extends his hand towards you smiling. You extend yours to shake his hand and nod as you leave the room"</div>
[[Leave->LivingRoom]] <div class="talk-other">“Lets say im holding on to an important piece of information that you need for your story, how will you proceed to get it”</div>
[[Seduce him->Interview1-Seduction][$i_sex = 1]]
[["I will ask the right questions"->Interview1-Summary][$i_sex = 0]]You really want to get his job and not leave anything to chance.
“I find that most man can’t say no to me when I look up at their eyes”
You say as you walk sexily towards him
“Look up…?” the editor replies and understands as you drop to your knees fumbling with his pants.
After a few seconds of warm up he is erect and ready to go.
<<if $player['body']==3>>
<<set _tmpImg = 'b_'+$player['hair']+'_f.webp'>>
<<else>>
<<set _tmpImg = 'b_'+$player['hair-length']+'_'+$player['hair']+'.webp'>>
<</if>>
<<CustImg `$imEnv+_tmpImg`>>
<<if $player['body'] == 3>>
<div class="talk-other">"Yes, yes"</div> says the editor.\
<div class="talk-other">“take it all you fat slob!”</div>
<</if>>
Its not long before he empties his nut sack down your throat with a semi loud groan.
<<if $player['body'] == 3>>
<div class="talk-other">“here’s a snack for you”</div> he says as you’re swallowing his load.
<</if>>
Making sure to swallow everything, You get up and move back to your sit so you can finish the “interview”
[[Continue->Interview1-Summary]] You decide to take a warm shower to get some blood flowing into your extremities.
You get up and start moving towards the shower while slowly removing parts of your clothing. You'll pick them up later…, probably.
You get into the shower and close your curtains to prevent nonexistent peeper from looking.
You turn on the warm water and just bask in its warmth for a few minutes. You wet your hair with water before applying a generous amount of shampoo to fully lather your hair.
You take the showerhead in your hand to fully wash off the suds. You wash off your hair, and you slowly bring down the showerhead to clean the rest of your body. Some of the water to drip down and go over your labia, arousing you slightly.
Welp, you're already pretty turned on, might as well finish the job. You part your labia with one hand, and you bring down the showerhead to your clit with the other.
Your fingers massage your clit, and the water stream hits it for a split second each time you take off your finger. You put your head back and gasp, trying to take in all of the sensations. You start unintentionally bucking your hips as you draw closer and closer to release.
In the final throes, you push the showerhead closer and let it do all the work as you hit an orgasm that slithers through your spine, radiating all throughout your body, leaving your legs convulsing in the shower.
[[Continue->Bathroom]] <<set _dresses = ['nothing', 'a modest outfit', 'a casual outfit', 'a sexy outfit', 'a slutty outfit']>>
You are wearing <<print _dresses[$player['cloth']]>>
<<if $player['cloth'] != 0>>\
[[Get Naked->BedroomWareDrobe][$player['cloth']=0]]
<</if>>\
<<if $player['cloth'] != 1>>\
[[Wear moderate outfit->BedroomWareDrobe][$player['cloth']=1]]
<</if>>\
<<if $player['cloth'] != 2>>\
[[Wear casual outfit->BedroomWareDrobe][$player['cloth']=2]]
<</if>>\
<<if $player['cloth'] != 3>>\
[[Wear sexy outfit->BedroomWareDrobe][$player['cloth']=3]]
<</if>>\
<<if $player['cloth'] != 4>>\
[[Wear slutty outfit->BedroomWareDrobe][$player['cloth']=4]]
<</if>>\
[[Close Wardrobe->Bedroom]]It might be fun to streak outdoor sometimes but not now
[[Back->$lastPassage]]