<img src="img/Corporate Drone.png" style="max-width: 110%;">
[[Start The Game|Truestart]]<<nobr>>
/* Generic Var */
<<set $day to 1>>
<<set $time to 5>>
<<set $home to "Rented Small Apartment">>
<<set $money to 5000>>
<<set $energy to 50>>
<<set $corporank to 0>>
<<set $skipworking to "not active">>
<<set $skipdaycount to 0>>
<<set $haveownoffice to 0>>
<<set $lust to 50>>
<<set $prestige to 0>>
<<set $sexcount to 0>>
<<set $wife to "None">>
<<set $mtgraduateparty to 0>>
<<set $stress to 0>>
<<set $havesubordinate to 0>>
<<set $transportmode to "On Foot">>
<<set $moneyspenthooker to 0>>
<<set $status to "Single">>
<<set $guest to 0>>
<<set $lifestyle to 0>>
<<set $corpo_budget to 0>>
<<set $corpo_spend_sec to 0>>
<<set $corpo_spend_cre to 0>>
<<set $corpo_spend_aq to 0>>
<<set $corpo_spend to 0>>
<<set $corpo_fund to 0>>
<<set $have_secretary to 0>>
<<set $have_credit_specialist to 0>>
<<set $have_aq_analyst to 0>>
/* Items Ownership */
<<set $laptop to 0>>
<<set $workstation to 0>>
<<set $deposito to 0>>
<<set $stock to 0>>
/* Relationship */
<<set $metmia to 0>>
<<set $relmia to 0>>
<<set $sexcount_mia to 0>>
<<set $miastatus to "Not Met">>
<<set $miafucked to 0>>
<<set $mettia to 0>>
<<set $reltia to 0>>
<<set $tiafucked to 0>>
<<set $sexcount_tia to 0>>
<<set $tiastatus to "Not Met">>
<<set $metnata to 0>>
<<set $relnata to 0>>
<<set $natafucked to 0>>
<<set $sexcount_nata to 0>>
<<set $natastatus to "Not Met">>
<<set $meteva to 0>>
<<set $releva to 0>>
<<set $sexcount_eva to 0>>
<<set $evastatus to "Not Met">>
<<set $evafucked to 0>>
<<set $metann to 0>>
<<set $relann to 0>>
<<set $sexcount_ann to 0>>
<<set $annstatus to "Not Met">>
<<set $annfucked to 0>>
<<set $metyua to 0>>
<<set $relyua to 0>>
<<set $sexcount_yua to 0>>
<<set $yuastatus to "Not Met">>
<<set $yuafucked to 0>>
<<set $metmay to 0>>
<<set $relmay to 0>>
<<set $sexcount_may to 0>>
<<set $maystatus to "Not Met">>
<<set $mayfucked to 0>>
<<set $metellie to 0>>
<<set $relellie to 0>>
<<set $sexcount_ellie to 0>>
<<set $elliestatus to "Not Met">>
<<set $elliefucked to 0>>
<<set $favorremu to 0>>
<<set $numberremu to 0>>
<<set $metremu to 0>>
<<set $relremu to 0>>
<<set $sexcount_remu to 0>>
<<set $remustatus to "Not Met">>
<<set $remufucked to 0>>
<<set $favorameri to 0>>
<<set $numberameri to 0>>
<<set $metrameri to 0>>
<<set $relameri to 0>>
<<set $sexcount_ameri to 0>>
<<set $ameristatus to "Not Met">>
<<set $amerifucked to 0>>
<<set $favormaria to 0>>
<<set $numbermaria to 0>>
<<set $metrmaria to 0>>
<<set $relmaria to 0>>
<<set $sexcount_maria to 0>>
<<set $mariastatus to "Not Met">>
<<set $mariafucked to 0>>
<</nobr>>My name is <<textbox "$firstname" $firstname>> <<textbox "$lastname" $lastname>>
I just got accepted into Chase-Bank one of the most prestigious Bank in New York city.
<img src="img/banklogo.jpg" style="max-width: 80%;">
After graduated from Stanford, i applied in the Management Trainee program. I rented a $home near your office and live frugal so i can survive in this concrete jungle.
This journey is for your survival, either you'll survive, or succumb into depression
[[Home]]
<<nobr>><<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "home">>
<</nobr>>
<<if $home is "Rented Small Apartment">>
<img src="img/place/property/small_apartment/small_apart_living.jpg" style="max-width: 80%;">
<<speech "You">>I'm at my apartment. What do i want to do?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/bed_icon.jpg' width=20%>" "Bed Room">>
<</link>>
<h3>Bed Room</h3></div>
<div class="column">
<<link
"<img src='img/icon/bath_icon.jpg' width=20%>" "Bath Room">>
<</link>>
<h3>Bathroom</h3></div>
<div class="column">
<<link
"<img src='img/icon/streets_icon.jpg' width=20%>" "Streets">>
<</link>>
<h3>Get Out</h3></div>
<div class="column">
<<link
"<img src='img/icon/kitchen_icon.jpg' width=20%>" "Kitchen">>
<</link>>
<h3>Kitchen</h3></div>
<<if $laptop is 1 and $workstation is 1>><div class="column">
<<link "<img src='img/work_station_icon.jpg' width=20%>" "Workstation">> <</link>> <h3>Workstation</h3> </div> <</if>>
<</nobr>><</if>><<nobr>>
/* Owned Small House */
<</nobr>>
<<if $home is "Owned Small House">>
<<if $location_eva is "home">>
<video controls autoplay loop><source @src='"video/"+either("eva_home")+".mp4"' type="video/mp4"></video> <<else>> <img src="img/place/property/small_house/living.jpg" style="max-width: 80%;"> <</if>>
<<speech "You">>I'm at my house. <<if $location_eva is "home">> Eva is hanging out in the living room <</if>> What do i want to do?<</speech>>
<<nobr>>
<<if $location_eva is "home">>
<div class="column">
<<link "<img src='img/icon/eva_living.jpg' width=20%>" "Eva Living">> <</link>>
<h3>Interact with Eva</h3></div><</if>>
<div class="column">
<<link
"<img src='img/place/property/small_house/bed_icon.jpg' width=20%>" "Bed Room">>
<</link>>
<h3>Bed Room</h3></div>
<div class="column">
<<link
"<img src='img/place/property/small_house/guestbed_icon.jpg' width=20%>" "Guest Bed Room">>
<</link>>
<h3>Guest Bed Room</h3></div>
<div class="column">
<<link
"<img src='img/place/property/small_house/bath_icon.jpg' width=20%>" "Bath Room">>
<</link>>
<h3>Bathroom</h3></div>
<div class="column">
<<link
"<img src='img/icon/streets_icon.jpg' width=20%>" "Streets">>
<</link>>
<h3>Get Out</h3></div>
<div class="column">
<<link
"<img src='img/place/property/small_house/kitchen_icon.jpg' width=20%>" "Kitchen">>
<</link>>
<h3>Kitchen</h3></div>
<div class="column">
<<link
"<img src='img/place/property/small_house/yard_icon.jpg' width=20%>" "Back Yard">>
<</link>>
<h3>Back Yard</h3></div>
<<if $guest is 0>>
<div class="column">
<<link
"<img src='img/icon/invite_girl_icon.jpg' width=20%>" "Invite Girl">>
<</link>>
<h3>Invite a Girl</h3></div><</if>>
<<if $laptop is 1 and $workstation is 1>><div class="column">
<<link "<img src='img/work_station_icon.jpg' width=20%>" "Workstation">> <</link>> <h3>Workstation</h3> </div> <</if>>
<</nobr>><</if>><img src="img/corporatedronethumbnail.jpg" style="max-width: 100%;">
Name: $firstname $lastname
[[Check Stats]]
[[Journal: Relationship]]
<<nobr>>
Day: <<if $day is 1 >> <<set $daydesc to "Monday">>
<<elseif $day is 2>> <<set $daydesc to "Tuesday">>
<<elseif $day is 3>> <<set $daydesc to "Wednesday">>
<<elseif $day is 4>> <<set $daydesc to "Thursday">>
<<elseif $day is 5>> <<set $daydesc to "Friday">>
<<elseif $day is 6>> <<set $daydesc to "Saturday">>
<<else>> <<set $daydesc to "Sunday">><</if>>$daydesc
<<if $time >23 >> <<set $timedesc to "Late Night">>
<<elseif $time >22 >> <<set $timedesc to "Night">>
<<elseif $time >21 >> <<set $timedesc to "Late Evening">>
<<elseif $time >18 >> <<set $timedesc to "Evening">>
<<elseif $time >17 >> <<set $timedesc to "Early Evening">>
<<elseif $time >15 >> <<set $timedesc to "Late Afternoon">>
<<elseif $time >12 >> <<set $timedesc to "Afternoon">>
<<elseif $time >4 >> <<set $timedesc to "Morning">><<else>><</if>><</nobr>>
Time: $timedesc
Energy: <meter @value="$energy" min="0" max="100"></meter>
Stress: <meter @value="$stress" min="0" max="100"></meter>
Lust: <meter @value="$lust" min="0" max="100"></meter>
<<nobr>><<if $corpodesc is "Mgt Trainee">>Promotion: <meter @value="$corporank" min="0" max="30"></meter>
<<elseif $corpodesc is "Assistant Manager">>
Promotion: <meter @value="$corporank" min="30" max="100"></meter>
<<elseif $corpodesc is "Manager">>
Promotion: <meter @value="$corporank" min="100" max="350"></meter>
<<elseif $corpodesc is "Senior Manager">>
Promotion: <meter @value="$corporank" min="350" max="700"></meter>
<<elseif $corpodesc is "AVP">>
Promotion: <meter @value="$corporank" min="700" max="1950"></meter>
<<elseif $corpodesc is "VP">>
Promotion: <meter @value="$corporank" min="1950" max="4000"></meter>
<<elseif $corpodesc is "SVP">>
Promotion: <meter @value="$corporank" min="4000" max="8000"></meter>
<<elseif $corpodesc is "Chief">>
Promotion: <meter @value="$corporank" min="8000" max="18000"></meter><</if>><</nobr>>
$corpodesc
Workingdays Skipped: $skipdaycount
Money: <<= formatUSD($money)>>
Salary:<<= formatUSD($wage)>>
Status: $status
<<nobr>>
<<if $lust <10 >> <<set $lustdesc to "Drained">>
<<elseif $lust <21>> <<set $lustdesc to "No boner">>
<<elseif $lust <31>> <<set $lustdesc to "Soft boner">>
<<elseif $lust <41>> <<set $lustdesc to "Hard boner">>
<<elseif $lust <61>> <<set $lustdesc to "Can't hide boner">>
<<elseif $lust <80>> <<set $lustdesc to "Need to have sex">>
<<else>><<set $lustdesc to "Might rape someone">> <</if>>
<<if $home is "Rented Small Apartment" >> <<set $rent to 200>>
<<elseif $home is "Rented Spacious Apartment" >> <<set $rent to 800>>
<<elseif $home is "Rented Luxury Apartment" >> <<set $rent to 10000>>
<<elseif $home is "Rented Penthouse" >> <<set $rent to 30000>>
<<elseif $home is "Owned Small Apartment" >> <<set $rent to 0>>
<<elseif $home is "Owned Spacious Apartment" >> <<set $rent to 0>>
<<elseif $home is "Owned Luxury Apartment" >> <<set $rent to 0>><<elseif $home is "Owned Penthouse" >> <<set $rent to 0>>
<<elseif $home is "Owned Small House" >> <<set $rent to 0>>
<<elseif $home is "Owned Medium House" >> <<set $rent to 0>>
<<elseif $home is "Owned Large House" >> <<set $rent to 0>>
<<elseif $home is "Owned Luxury Mansion" >> <<set $rent to 0>>
<</if>>
<<if $corporank <30 >> <<set $corpodesc to "Mgt Trainee">>
<<elseif $corporank <100>> <<set $corpodesc to "Assistant Manager">> <<elseif $corporank <350>> <<set $corpodesc to "Manager">>
<<elseif $corporank <700>> <<set $corpodesc to "Senior Manager">>
<<elseif $corporank <1950>> <<set $corpodesc to "AVP">>
<<elseif $corporank <4000>> <<set $corpodesc to "VP">>
<<elseif $corporank <8000>> <<set $corpodesc to "SVP">>
<<elseif $corporank <18000>> <<set $corpodesc to "Chief">>
<<else>> <</if>>
<<if $corporank <30 >><<set $wage to 2000>>
<<elseif $corporank <100>> <<set $wage to 3500>>
<<elseif $corporank <350>> <<set $wage to 6500>>
<<elseif $corporank <700>><<set $wage to 12500>>
<<elseif $corporank <1950>> <<set $wage to 19500>>
<<elseif $corporank <4000>> <<set $wage to 35000>>
<<elseif $corporank <8000>> <<set $wage to 60000>>
<<elseif $corporank <18000>> <<set $wage to 150000>><<else>><</if>>
<<if $prestige < 20>><<set $prestige_level to 0>>
<<elseif $prestige < 50>> <<set $prestige_level to 1>>
<<elseif $prestige < 100>> <<set $prestige_level to 2>>
<<elseif $prestige < 200>> <<set $prestige_level to 3>>
<<elseif $prestige < 500>> <<set $prestige_level to 4>>
<<elseif $prestige < 700>> <<set $prestige_level to 5>>
<<elseif $prestige < 1000>> <<set $prestige_level to 6>>
<<else>> <<set $prestige_level to 7>> <</if>>
<<if $lifestyle <5000>> <<set $lifestyle_level to 0>>
<<elseif $lifestyle <10000>> <<set $lifestyle_level to 1>>
<<elseif $lifestyle <15000>> <<set $lifestyle_level to 2>>
<<elseif $lifestyle <20000>> <<set $lifestyle_level to 3>>
<<elseif $lifestyle <30000>> <<set $lifestyle_level to 4>>
<<elseif $lifestyle <40000>> <<set $lifestyle_level to 5>>
<<elseif $lifestyle <50000>> <<set $lifestyle_level to 6>>
<<elseif $lifestyle <70000>> <<set $lifestyle_level to 7>>
<<elseif $lifestyle <100000>> <<set $lifestyle_level to 8>>
<<elseif $lifestyle <200000>> <<set $lifestyle_level to 9>>
<<elseif $lifestyle <300000>> <<set $lifestyle_level to 10>>
<<else>> <<set $lifestyle_level to 11>> <</if>>
<<if $day > 5>> <<set $weekdesc to "Weekend">><<elseif $day > 7>> <<set $weekdesc to "Weekend">><<else>> <<set $weekdesc to "Weekdays">> <</if>><<if $looks <50 >> <<set $looksdesc to "Average">> <<elseif $looks <70>> <<set $looksdesc to "Quite Attractive">><<elseif $looks <90>> <<set $looksdesc to "Handsome">> <<else>> <<set $looksdesc to "Extremely Irresistible">> <</if>> <</nobr>>
Prestige Level: $prestige_level
Lifestyle Level: $lifestyle_level
<<if $haveownoffice>>Corp Budget: <<= formatUSD($corpo_budget)>><</if>>
[[Cheat]]
<<if $laptop is 0 or $workstation is 0>>Pro Tip: Nobody's getting rich just by working. Invest your money in the capital market. to start investing, purchase laptop & workstation at the mall, install them in your home, and start investing in stocks or time deposits<</if>>
<img src="img/personality.png" style="max-width: 100%;">
<<nobr>>
<div class="column">
<img src="img/icon/MCAva.jpg" style="max-width: 100%;">
<h3>$firstname $lastname</h3>
<p>$corpodesc at Chase Bank NY</p>
<p><<nobr>>
<<if $prestige < 20>>Nobody
<<elseif $prestige < 50>>Proper Corporate Drone
<<elseif $prestige < 100>>Stylish Banker
<<elseif $prestige < 200>>Banking Young Executive
<<elseif $prestige < 500>>NY Big Shots
<<elseif $prestige < 700>>Wolf of Wallstreet
<<elseif $prestige < 1000>>New Rothschild>><</if>><</nobr>></p>
</div>
<div class="column">
<img src="img/icon/finance_icon.jpg" style="max-width: 100%;">
<h3>Financial Asset</h3>
<p><<= formatUSD($deposito)>> (deposit)</p>
<p><<= formatUSD($stock)>> (stock)</p>
</div>
<div class="column">
<img src="img/icon/sex_icon.jpg" style="max-width: 100%;">
<h3>Sex Life</h3>
<p>Had sex $sexcount times</p>
<p>spent <<= formatUSD($moneyspenthooker)>> on prostitutes</p>
</div>
<</nobr>>
<img src="img/lifestyle.png" style="max-width: 100%;">
<<nobr>>
<div class="column">
<img src="img/icon/home.jpg" style="max-width: 100%;">
<h3>Address</h3>
<p>$home</p>
</div>
<div class="column">
<<if $transportmode is "On Foot">>
<img src="img/icon/foot_icon.jpg" style="max-width: 100%;">
<h3>Transport</h3>
<p>On Foot</p><</if>>
</div>
<div class="column">
<img src="img/icon/party_girl_icon.jpg" style="max-width: 100%;">
<h3>Lifestyle Spending</h3>
<p>spent <<= formatUSD($lifestyle)>> on Lifestyle</p>
</div>
<</nobr>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><<nobr>><<if $metmia is 0 and $metnata is 0 and $meteva is 0 and $metremu is 0 and $metann is 0 and $metyua is 0>><<speech "You">>I need to meet the characters and introduce myself first to them<</speech>><<else>>
<<speech "You">>Click the characters icon to see progression<</speech>>
<</if>><</nobr>>
<<nobr>>
<<if $metmia is 1>>
<div class="column">
<<link
"<img src='img/icon/mia_icon.jpg' width=20%>" "Mia Malkova">>
<</link>>
<h3>Mia Malkova</h3>
<p>Rel: <meter @value="$relmia" min="0" max="100"></meter></p>
<p>Status: $miastatus</p>
<p>Had Sex: $sexcount_mia times</p>
</div><</if>>
<<if $metnata is 1>>
<div class="column">
<<link
"<img src='img/icon/natalia_icon.jpg' width=20%>" "Natalia Stark">>
<</link>>
<h3>Natalia Stark</h3>
<p>Rel: <meter @value="$relnata" min="0" max="100"></meter></p>
<p>Status: $natastatus</p>
<p>Had Sex: $sexcount_nata times</p>
</div><</if>>
<<if $meteva is 1>>
<div class="column">
<<link
"<img src='img/icon/eva_icon.jpg' width=20%>" "Eva Lovia">>
<</link>>
<h3>Eva Lovia</h3>
<p>Rel: <meter @value="$releva" min="0" max="100"></meter></p>
<p>Status: $evastatus</p>
<p>Had Sex: $sexcount_eva times</p>
</div><</if>>
<<if $metremu is 1>>
<div class="column">
<<link
"<img src='img/icon/remu_icon_2.jpg' width=20%>" "Remu Anastasia">>
<</link>>
<h3>Remu Anastasia</h3>
<p>Rel: <meter @value="$relremu" min="0" max="100"></meter></p>
<p>Status: $remustatus</p>
<p>Had Sex: $sexcount_remu times</p>
</div><</if>>
<<if $metann is 1>>
<div class="column">
<<link
"<img src='img/icon/ann_icon.jpg' width=20%>" "Anne Kindheart">>
<</link>>
<h3>Anne Kindheart</h3>
<p>Rel: <meter @value="$relann" min="0" max="100"></meter></p>
<p>Status: $annstatus</p>
<p>Had Sex: $sexcount_ann times</p>
</div><</if>>
<<if $metyua is 1>>
<div class="column">
<<link
"<img src='img/icon/yua_icon.jpg' width=20%>" "Yua Mikami">>
<</link>>
<h3>Yua Mikami</h3>
<p>Rel: <meter @value="$relyua" min="0" max="100"></meter></p>
<p>Status: $yuastatus</p>
<p>Had Sex: $sexcount_yua times</p>
</div><</if>>
<</nobr>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>>
[[Corp Rank Cheat +20]] (equals 20 sessions of Work)
[[Corp Rank Cheat +100]] (equals 100 sessions of Work)
[[Be Stylish & Trendy]] (50,000 lifestyle points)
[[Ask Mama for money]] (+ USD 1000)
[[Ask Papa for money]] (+ USD 10,000)
[[it's okay to skip working]] (skipping working days bears no punishment)<<set $favorameri to 0>>
<<set $numberameri to 0>>
<<set $metameri to 0>>
<<set $relameri to 0>>
<<set $amerivaginal to 0>>
<<set $amerioral to 0>>
<<set $ameristatus to "Not Met">>
<<set $amerifucked to 0>>
[[Back|Streets]] /* Eva Bed Night */
<<if $location_eva is "home" and $time >19>>
Eva is hanging out in the bedroom
<<nobr>>
<<speech "Eva">> Hey baby.. wanna join me in bed?<</speech>>
<img src="img/char/eva_bed.jpg" style="max-width: 100%;">
<</nobr>><<nobr>>
[[Sleep]] [[Nap]] [[Have Sex with Eva|Eva Bed Sex Start]] [[Back|Home]]
<</nobr>>
/* Eva Bed Morning */
<<elseif $location_eva is "home" and $time <9>>
<video controls autoplay loop><source @src='"sexvid/home_bed_morningsex_eva/"+either("eva_clothes")+".mp4"' type="video/mp4"></video>
Eva is gettind dressed and ready to go to work.
<<speech "Eva">> Babe, what do you think of my new clothes? should i make it revealing a bit? <</speech>>
<<speech "You">> Oh no babe.. Don't provoke me like this <</speech>>
<<speech "Eva">> C'mon.. look here.. do you like it? <</speech>>
[[Sleep]] [[Nap]] [[Have Sex with Eva|Sex Home Bed Eva Morning]] [[Back|Home]]
<<else>>
It's my Bed Room
<<nobr>>
<<if $home is "Rented Small Apartment">> <img src="img/place/property/small_apartment/small_apart_bed.jpg" style="max-width: 120%;"> <</if>>
<<if $home is "Owned Small House">> <img src="img/place/property/small_house/masterbed.jpg" style="max-width: 100%;"> <</if>>
<</nobr>>
[[Sleep]] [[Nap]] [[Masturbate]] [[Back|Home]] <</if>>It's my Bath Room
<<nobr>>
<<if $home is "Rented Small Apartment">> <img src="img/place/property/small_apartment/small_apart_bath.jpg" style="max-width: 100%;"> <</if>>
<<if $home is "Owned Small House">> <img src="img/place/property/small_house/bath.jpg" style="max-width: 100%;"> <</if>>
<</nobr>>
[[Shower]] [[Back|Home]]
<<nobr>>
<<if $home is "Rented Small Apartment">>
<img src="img/place/property/small_apartment/small_apart_kitchen.jpg" style="max-width: 80%;"><</if>>
<<if $home is "Owned Small House">> <img src="img/place/property/small_house/kitchen.jpg" style="max-width: 100%;"> <</if>>
<</nobr>>
<<if $home is "Owned Small House" and $location_eva is "home">>
<<speech "You">> Eva's is busy in the kitchen <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_kitchen_eva/"+either("washing_dishes")+".mp4"' type="video/mp4"></video><</if>>
<<if $time <12>>[[Have Breakfast]]<<elseif $time <17>>[[Have Lunch]]<<else>>[[Have Dinner]]>><</if>> <<if $home is "Owned Small House" and $location_eva is "home">> [[Chat with Eva|Eva Home Kitchen]]<</if>> [[Back|Home]] <<nobr>>
<<if $transportmode is "On Foot">>
<<if $time <15>>
<video controls autoplay loop><source @src='"video/"+either("newyork_day_outside")+".mp4"' type="video/mp4"></video><<else>>
<video controls autoplay loop><source @src='"video/"+either("new_york_night")+".mp4"' type="video/mp4"></video><</if>>
<</if>>
<<set $location to "streets">>
<<set $fucked_remu_morning to 0>>
<</nobr>>
Where do i want to go?
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/home.jpg' width=20%>" "Home">>
<</link>>
<h3>Home</h3></div>
<div class="column">
<<link
"<img src='img/icon/office_icon.jpg' width=20%>" "Office">>
<</link>>
<h3>Office</h3></div>
<div class="column">
<<link
"<img src='img/icon/mall_icon.jpg' width=20%>" "Mall">>
<</link>>
<h3>Mall</h3></div>
<div class="column">
<<link
"<img src='img/icon/bar_icon.jpg' width=20%>" "Bar">>
<</link>>
<h3>Bar & Resto</h3></div>
<div class="column">
<<link
"<img src='img/icon/club_icon.jpg' width=20%>" "Club">>
<</link>>
<h3>Night Club</h3></div>
<div class="column">
<<link
"<img src='img/icon/redlight_icon.jpg' width=20%>" "Redlight District">>
<</link>>
<h3>Redlight District</h3></div>
<</nobr>><<set $location to "office">>
<<if $skipdaycount >3 or $corpo_budget <0>>
<img src="img/char/eva_profile.jpg" style="max-width: 80%;">
<<speech "Eva">> What the actual fuck $firstname? <<if $skipdaycount >3 >>You miss work 3 days!<</if>> <<if $corpo_budget <0>> You blew your budget, and mis-managed your team! <</if>> are you out of your mind? YOU'RE FIRED! <</speech>>
<<if $status is "Dating Eva">>
<<speech "You">> But Babe.. I'm your boyfriend! you can't just fire me like that?<</speech>>
<<speech "Eva">> Not anymore.. I don't wanna date unemployed man.. now get out<</speech>><</if>>
<<speech "You">> But Mrs Lovia... give me another chance!!<</speech>>
<<speech "Eva">> Do you think this Bank is your Daddy's playground? now get the fuck out!<</speech>>
[[Get Out|Game Over]]<<else>>
<img src="img/place/office_lobby.jpg" style="max-width: 80%;">
<<speech "You">>I'm at my office<</speech>>
[[My Workstation]] [[Interact with collague]] [[Div Head Office]] [[Coffee Corner]] [[Get out|Streets]]<</if>> <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<nobr>>
/* Doesn't Have Office */ <</nobr>> <<if $haveownoffice is 0>>
<<speech "You">> <<if $energy <20>> i could've used some coffee <<else>> I arrived at my desk. What do i want to do first? <</if>> <</speech>>
<img src="img/place/Office_desk_1.jpg" style="max-width: 100%;">
<<if $weekdesc is "Weekend">><<speech "You">>Yes, i know it's the weekend.. but whoever works their way harder than others, will climb the corporate ladder faster<</speech>><</if>>
<<if $energy >19>> [[Do work]] <</if>> [[Get off your desk|Office]] <<if $time >17>> [[Finish working|Office]]<</if>> [[Office Nap]] [[Coffee|Coffee Corner]] <</if>><<nobr>>
/* Have Office */ <</nobr>> <<if $haveownoffice is 1>>
<<speech "You">> <<if $energy <20>> i could've used some coffee <<else>> I arrived at my office. What do i want to do first? <</if>> <</speech>>
<img src="img/place/Office_room_manager.jpg" style="max-width: 100%;">
<<if $weekdesc is "Weekend">><<speech "You">>Yes, i know it's the weekend.. but whoever works their way harder than others, will climb the corporate ladder faster<</speech>><</if>>
<<if $energy >19>> [[Do work]] <</if>> [[Get out of my room|Office]] [[Hire Assistant]] <<if $time >17>> [[Finish working|Office]]<</if>> [[Office Nap]] [[Coffee|Coffee Corner]] <</if>> <<if $haveownoffice is 1>>[[Withdraw Corp Fund]]<</if>>
<<if $have_secretary is 1 and $timedesc is "Night" and $relann >60 >>
I see Ann is still working hard setting up my schedule this late night..
<<speech "Ann">> Yes sir.. i will inform Mr $lastname asap about this rescheduling information. Thanks for your heads up sir <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("call")+".mp4"' type="video/mp4"></video>
[[Fool around|Night Office Sex Ann Start 1]] [[Back|Office]]
<<else>>
<<if $haveownoffice is 1>>
My Subordinates <</if>>
<<nobr>>
<<if $haveownoffice is 1>>
<div class="column">
<<if $have_secretary is 0>>
<img src="img/icon/vacant_icon.jpg" style="max-width: 100%;"> <<else>>
<img src="img/icon/ann_icon.jpg" style="max-width: 100%;"> <</if>>
<<if $have_secretary is 0>>
<h3>Secretary</h3> <<else>> <h3>Anne Kindheart</h3> <</if>>
<<if $have_secretary is 0>> <<else>>
<p>Rel: <meter @value="$relann" min="0" max="100"></meter></p> <</if>>
<<if $have_secretary is 0>> <<else>>
<p>Secretary ([[Call Anne]])</p> <</if>>
</div><</if>>
<<if $haveownoffice is 1>>
<div class="column">
<<if $have_credit_specialist is 0>>
<img src="img/icon/vacant_icon.jpg" style="max-width: 100%;"> <<else>>
<img src="img/icon/yua_icon.jpg" style="max-width: 100%;"> <</if>>
<<if $have_credit_specialist is 0>>
<h3>Credit Specialist</h3> <<else>> <h3>Yua Mikami</h3><</if>>
<<if $have_credit_specialist is 0>> <<else>>
<p>Rel: <meter @value="$relyua" min="0" max="100"></meter></p> <</if>>
<<if $have_credit_specialist is 0>> <<else>>
<p>Credit Specialist <<if $weekdesc is "Weekdays">><<if $time<19>>([[Check on Yua|Yua Pre Check Day]])<<else>>([[Check on Yua|Yua Pre Check Night]])<</if>> <<else>> ([[Check on Yua|Yua Pre Check Weekend]]) <</if>> </p> <</if>>
</div><</if>>
<<if $haveownoffice is 1>>
<div class="column">
<<if $have_aq_analyst is 0>>
<img src="img/icon/vacant_icon.jpg" style="max-width: 100%;"> <<else>>
<img src="img/icon/remu_icon_2.jpg" style="max-width: 100%;"> <</if>>
<<if $have_aq_analyst is 0>>
<h3>AQ Analyst</h3> <<else>> <h3>Remu Anastasia</h3> <</if>>
<<if $have_aq_analyst is 0>> <<else>>
<p>Rel: <meter @value="$relremu" min="0" max="100"></meter></p><</if>>
<<if $have_aq_analyst is 0>> <<else>>
<p>AQ Analyst ([[Check on Remu]])</p> <</if>>
</div><</if>>
<</nobr>><</if>>
<<speech "You">>Who do i want to interact with<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/mia_icon.jpg' width=20%>" "Mia Office Interaction">>
<</link>>
<h3>Mia Malkova</h3>
<p>Finance Controller</p></div>
<div class="column">
<<link
"<img src='img/icon/tia_icon.jpg' width=20%>" "Tia Office Interaction">>
<</link>>
<h3>Tia Lebedev</h3>
<p>Finance Analyst</p></div>
<div class="column">
<<link
"<img src='img/icon/natalia_icon.jpg' width=20%>" "Natalia Office Interaction">>
<</link>>
<h3>Natalia Stark</h3>
<p>Relationship Manager</p></div>
<</nobr>>
<video controls autoplay loop>
<source @src='"video/"+either("coffee_shop_in")+".mp4"' type="video/mp4">
</video>
<<speech "You">>I'm at the Coffee Shop, what do i want to order<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/latte_icon.jpg' width=20%>" "Cafe Latte">>
<</link>>
<h3>Cafe Latte</h3>
<p>USD 15 </p>
</div>
<div class="column">
<<link
"<img src='img/icon/espresso_icon.jpg' width=20%>" "Espresso">> <</link>>
<h3>Espresso</h3>
<p>USD 10</p>
</div>
<div class="column">
<<link
"<img src='img/icon/capuccino_icon.jpg' width=20%>" "Capuccino">> <</link>>
<h3>Capuccino</h3>
<p>USD 17</p>
</div>
<</nobr>>
[[Go Back|Office]] <<nobr>>
<<if $have_secretary is 1>>
<<set $energy +=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=3>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</if>>
<<if $have_credit_specialist is 1>>
<<set $energy +=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress +=15>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<if $corporank <100>> <<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>> <<else>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>><</if>>
<</nobr>>
<<if $stress <90>><<if $corpodesc is "Mgt Trainee">> <<set $corporank +=1>>
<<speech "You">>As a management trainee, i use my time here to learn everything about how the Bank makes money, and how they manage the risk. Sometimes i also do errands for my boss and seniors.<</speech>>
<video controls autoplay loop><source @src='"video/"+either("Working at night")+".mp4"' type="video/mp4"></video>
<<elseif $corpodesc is "Assistant Manager">> <<set $corporank +=1>>
<<speech "You">>As Assitant Manager, i'm expected to do more than just running errands. I'm expected to make my own minor decisions and be involved in analytical work.<</speech>>
<img src="img/Office_2.jpeg" style="max-width: 100%;">
/* Manager Rank */
<<elseif $corpodesc is "Manager" and $haveownoffice is 0>><<nobr>> <<set $corporank +=2>>
<<set $stress +=2>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">>I'm now responsible of my own small team. We deliver valuable decision making insights for boards of directors<</speech>>
<img src="img/manager_work.jpg" style="max-width: 70%;">
<<elseif $corpodesc is "Manager" and $haveownoffice is 1>><<nobr>> <<set $corporank +=3>>
<<set $stress +=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>><</nobr>>
<<speech "You">>I'm now responsible of my own small team. We deliver valuable decision making insights for boards of directors<</speech>>
<img src="img/manager_work.jpg" style="max-width: 70%;">
<<elseif $corpodesc is "Senior Manager" and $haveownoffice is 1>> <<set $corporank +=3>>
<<speech "You">>I'm now more than just a Manager. My Decisions now have impact to the company<</speech>>
<img src="img/manager_work.jpg" style="max-width: 70%;">
<<elseif $corpodesc is "AVP" and $haveownoffice is 1>> <<set $corporank +=3>>
<<speech "You">>As an AVP, my analysis directly heard by the boards. <</speech>>
<img src="img/manager_work.jpg" style="max-width: 70%;">
<</if>>
[[Finish Work|My Workstation]]<<else>>
[[I'm to stressed, i need to break for a while|My Workstation]]
<</if>>
Double-click this passage to edit it.Double-click this passage to edit it.
<<speech "You">> As a new manager, i can hire subordinates to support my work. I see several CVs are presented on my table <</speech>>
<<nobr>>
<<if $have_credit_specialist is 0>>
<div class="column">
<<link
"<img src='img/icon/yua_icon.jpg' width=20%>" "Hire Yua">>
<</link>>
<h3>Yua Mikami</h3>
<p>USD 3000/Week</p>
</div>
<</if>>
<<if $have_aq_analyst is 0>>
<div class="column">
<<link
"<img src='img/icon/remu_icon_2.jpg' width=20%>" "Hire Remu">>
<</link>>
<h3>Remu Anastasia</h3>
<p>USD 3000/Week</p>
</div>
<</if>>
<<if $have_secretary is 0>>
<div class="column">
<<link
"<img src='img/icon/ann_icon.jpg' width=20%>" "Hire Ann">>
<</link>>
<h3>Ann Kindheart</h3>
<p>USD 1500/Week</p>
</div>
<</if>>
<</nobr>>
[[Back|My Workstation]] <<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>I took some power nap to recharge my energy<</speech>>
<img src="img/office_nap.webp" style="max-width: 60%;">
[[Return to Work|My Workstation]] <<set $energy +=10>><<set $money -=15>><<set $time +=1>><<set $stress -=1>>
I drink a cup of Cafe Late (Energy +10)
<img src="img/cafe_latte.png" style="max-width: 80%;">
[[Back to Office|Office]]<<set $energy +=20>><<set $money -=10>><<set $time +=1>><<set $stress -=1>>
I drink a cup of Espresso (Energy +20)
<img src="img/espresso.jpg" style="max-width: 80%;">
[[Back to Office|Office]]<<set $energy +=20>><<set $money -=17>><<set $time +=1>><<set $stress -=1>>
I drink a cup of Capuccino (Energy +20)
<img src="img/capuccino.jpg" style="max-width: 80%;">
[[Back to Office|Office]]Miss Eva Lovia, Management & Financial Division Head
Relationship: <meter @value="$releva" min="0" max="100"></meter>
<img src="img/char/eva_office_2.jpg" style="max-width: 60%;">
<<set $meteva to 1>> <<if $evastatus is "Not Met">> <<set $evastatus to "Direct Supervisor">> <</if>>
<<nobr>><<if $corporank <100>>
<<speech "Eva">> Excuse me.. do you have any business here? cuz i don't think so..<</speech>> <</if>><</nobr>>
<<nobr>>
<<if $corporank >99>>
<<if $releva <90>> <<speech "Eva">>$firstname? What do you need from me?<</speech>> <<else>> <<speech "Eva">>Hey baby.. what do you need from me? <</speech>> <</if>>
<<if $releva >90>> [[Ask for Personal Meeting|Personal Meeting Eva Office]] <</if>>
[[Discuss Work|Discuss Work Eva]] [[Casual Talk|Casual Talk Eva]] <<if $releva >50 & $evafucked is 0 >>[[Flirt|Flirt Eva]]<</if>> <<if $evafucked is 1>>[[Office Quickie|Eva Sex Office]] [[Go on a Date|Eva Date]] <</if>> <<if $haveownoffice is 0>>[[Ask for My Own Office Room]]<</if>> <</if>> [[Get Out|Office]]
<</nobr>><<nobr>><<if $corporank <700>>
<<speech "Eva">>Who the fuck let you here? get out!<</speech>>Double-click this passage to edit it.Double-click this passage to edit it.<<if $metmia is 0>><<set $metmia to 1>> <<set $miastatus to "Office Collague">> <</if>>
<<speech "You">>Mia Malkova is the most popular girl in Finance Division. Not only she's hot as fuck, she's also one of the brightest employee in this division<</speech>>
Relationship: <meter @value="$relmia" min="0" max="100"></meter>
<<if $daydesc is "Tuesday" or $daydesc is "Thursday" or $daydesc is "Friday">><img src="img/char/mia_office_6.jpg" style="max-width: 100%;"><<else>><img src="img/char/mia_office_4.jpg" style="max-width: 100%;"><</if>>
<<nobr>>
<<if $daydesc is "Tuesday" or $daydesc is "Thursday" or $daydesc is "Friday">>
[[Talk|Talk Office Mia]] [[Discuss Work|Discuss Office Mia]] <<if $relmia >50 and $corporank >99 >>[[Flirt|Flirt Office Mia]]<</if>> <<if $miafucked is 1>>[[Fuck Mia|Sex Mia Office]]<</if>><</if>>
<<if $daydesc is "Saturday" or $daydesc is "Sunday" or $daydesc is "Monday" or $daydesc is "Wednesday">>
[[Talk|Talk Office Mia 1]] [[Discuss Work|Discuss Office Mia 1]] <<if $relmia >30 and $corporank>99 >>[[Flirt|Flirt Office Mia 1]]<</if>> <<if $miafucked is 1>>[[Fuck Mia|Sex Mia Office 1]]<</if>><</if>><</nobr>> [[Back|Office]] Work In Progress<<if $metnata is 0>><<set $metnata to 1>> <<set $natastatus to "Office Collague">> <</if>>
<<speech "You">>Natalia Stark, Employee of the month from Business Unit. She often seen consults with finance directorate<</speech>>
Relationship: <meter @value="$relnata" min="0" max="100"></meter>
<img src="img/char/natalia_1.jpg" style="max-width: 100%;">
[[Talk|Talk Office Nata]] [[Discuss Work|Discuss Office Nata]] <<if $relnata >50 and $corporank >99 >>[[Flirt|Flirt Office Nata]]<</if>> <<if $natafucked is 1>>[[Fuck Nata|Sex Nata Office]]<</if>> [[Back|Office]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relmia +=5>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relmia +=6>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relmia +=7>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level >3>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> We speak a lot. most of them are casual things. We find so much in common<</speech>>
<img src="img/char/mia_office_3.jpg" style="max-width: 80%;">
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level > 3>>(Relationship +4 from style)<</if>>
[[Back|Mia Office Interaction]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<set $corporank +=1>>
<</nobr>>
<<speech "Mia">> $firstname i need your help on this things <</speech>>
<<speech "You">> That's easy the only thing you need to do is to apply this formula on certain rations<</speech>>
<video controls autoplay loop><source @src='"video/"+either("mia_discusswork_2")+".mp4"' type="video/mp4"></video>
[[Back|Mia Office Interaction]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relmia +=5>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relmia +=6>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relmia +=7>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level >3>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> Aside from being sexy, what do you do for a living?<</speech>>
<<speech "Mia">> That's a good one $firstname *wink* <</speech>>
Mia became more opened to me after i was promoted as Manager in this Bank. Are all girls behave this way?
<img src="img/char/mia_office_2.webp" style="max-width: 100%;">
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level > 3>>(Relationship +4 from style)<</if>>
[[Back|Mia Office Interaction]] <<if $relmia >50>>[[Ask Her to Date|Mia Date]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $miavaginal +=1>> <<set $miaoral +=1>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<<speech "Mia">>$firstname, look at this! *smiles* <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_start")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yes? What are you talking abouuuutttt... shitt <</speech>>
[[Doggy|Mia Office Doggy]] [[Missionary|Mia Office Mission]] [[Cowgirl|Mia Office Cow]] [[Ask for BJ|Mia Office Bj]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relmia +=5>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relmia +=6>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relmia +=7>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level >3>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> We speak a lot. most of them are casual things. We find so much in common<</speech>>
<img src="img/char/mia_office_5.webp" style="max-width: 80%;">
(Relationship +1 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level > 3>>(Relationship +4 from style)<</if>><</nobr>>
[[Back|Mia Office Interaction]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<set $corporank +=1>>
<</nobr>>
<<speech "Mia">> $firstname i need your help on this things <</speech>>
<<speech "You">> That's easy the only thing you need to do is to apply this formula on certain rations<</speech>>
<video controls autoplay loop><source @src='"video/"+either("mia_discusswork_1")+".mp4"' type="video/mp4"></video>
[[Back|Mia Office Interaction]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relmia +=5>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relmia +=6>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relmia +=7>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relmia +=3>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<<if $lifestyle_level >3>>
<<set $relmia +=4>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>><</if>>
<</nobr>>
<<speech "Mia">> $firstname i could use some massage *wink* <</speech>>
<<speech "You">> You'll be surprised of what these hands are capable of<</speech>>
Mia became more opened to me after i was promoted as Manager in this Bank. Are all girls behave this way?
<video controls autoplay loop><source @src='"video/"+either("mia_flirt_1")+".mp4"' type="video/mp4"></video>
(Relationship +1 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level > 3>>(Relationship +4 from style)<</if>>
[[Back|Mia Office Interaction]] <<if $relmia >50>>[[Ask Her to Date|Mia Date]]<</if>><<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $miavaginal +=1>> <<set $miaoral +=1>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<<speech "You">>Mia, everyone is out for lunch <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_boobgrab")+".mp4"' type="video/mp4"></video>
<<speech "Mia">>Oghh $firstname are you sure about this? they could be back at any moment <</speech>>
[[Finger Her|Mia Office Finger 1]] [[Kiss Her|Mia Office Kiss 1]] [[Ask for BJ|Mia Office Bj 1]] [[Fuck Her|Mia Office Fuck Doggy 1]]
<<nobr>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $day is 7>> <<set $day to 0>> <<set $money +=$wage>> <<set $money -=$rent>>
<<if $corpodesc is "Manager" and $haveownoffice is 1>>
<<set $corpo_budget += 5000>>
<<elseif $corpodesc is "Senior Manager" and $haveownoffice is 1>>
<<set $corpo_budget += 8000>>
<<elseif $corpodesc is "AVP" and $haveownoffice is 1>>
<<set $corpo_budget += 15000>>
<<elseif $corpodesc is "VP" and $haveownoffice is 1>>
<<set $corpo_budget += 30000>>
<<elseif $corpodesc is "SVP" and $haveownoffice is 1>>
<<set $corpo_budget += 100000>>
<<elseif $corpodesc is "Chief" and $haveownoffice is 1>>
<<set $corpo_budget += 500000>> <<else>> <<set $corpobudget += 0>><</if>>
<<if $have_secretary is 1>> <<set $corpo_spend_sec to 1500>> <</if>>
<<if $have_credit_specialist is 1>> <<set $corpo_spend_cre to 3000>> <</if>>
<<if $have_aq_analyst is 1>> <<set $corpo_spend_aq to 3000>> <</if>>
<<set $corpo_spend to $corpo_spend_sec += $corpo_spend_cre += $corpo_spend_aq>>
<<set $corpofund += $corpo_budget -= $corpo_spend>>
<</if>>
<<if $time <18 and $weekdesc is "Weekdays" and $skipworking is "not active">><<set $skipdaycount += 1>><</if>>
<<set $daycount =+1>>
<<if $timedesc is "Evening">><<set $energy +=60>>
<<elseif $timedesc is "Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Late Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Morning">><<set $energy +=80>>
<<elseif $timedesc is "Late Evening">><<set $energy +=50>>
<<elseif $timedesc is "Night">><<set $energy+=40>>
<<elseif $timedesc is "Late Night">><<set $energy+=30>>
<<else>><</if>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>> <<set $time to 7>><<set $day +=1>>
<<set $stockvar = $stock * either(-0.033,-0.3,-0.055,-0.01,-0.1,0.1,0.2,0.01,0.22,0.1,0.15,0.35,0.3)>>
<<set $stock +=$stockvar>>
<<set $deposito = $deposito * 1.004>>
<</nobr>>
<<if $location_eva is "home">>
<video controls autoplay loop><source @src='"video/"+either("eva_sleep")+".mp4"' type="video/mp4"></video><</if>>
<<if $location is "House Remu">>[[Wake Up|Remu's House]]<<else>>[[Wake Up|Bed Room]]<</if>>
<<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>I took some power nap to recharge my energy<</speech>>
<img src="img/office_nap.webp" style="max-width: 60%;">
[[Wake Up|Bed Room]] <<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>I Jerk my dick off.. this lust is too much to handle<</speech>>
<img src="video/masturbate.gif" style="max-width: 60%;">
[[Wake Up|Bed Room]] <<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $lust -=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>I took shower<</speech>>
<img src="video/shower.gif" style="max-width: 60%;">
[[End Shower|Bath Room]] <<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>I'm having breakfast<</speech>>
<img src="img/breakfast.jpg" style="max-width: 60%;">
[[Stop Eating|Kitchen]] <<nobr>><<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $location to "mall">>
<</nobr>>
<<speech "You">>One of the biggest mall in the city, where do i want to go?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/electronics_icon.jpg' width=20%>" "Electronic Shop">>
<</link>>
<h3>Electronic Shop</h3></div>
<div class="column">
<<link
"<img src='img/property_icon.jpg' width=20%>" "Property Agent">>
<</link>>
<h3>Property Agent</h3></div>
<div class="column">
<<link
"<img src='img/car_dealers_icon.jpg' width=20%>" "Normal Car Dealer">>
<</link>>
<h3>Normal Car Dealer</h3></div>
<div class="column">
<<link
"<img src='img/exotic_car_dealer_icon.jpg' width=20%>" "Exotic Car Dealer">>
<</link>>
<h3>Exotic Car Dealer</h3></div>
<div class="column">
<<link
"<img src='img/streets_icon.jpg' width=20%>" "Streets">>
<</link>>
<h3>Exit Mall</h3>
</div>
<</nobr>><img src="img/Electronics-Shop.png" style="max-width: 80%;">
<<speech "You">> what do i want to buy> <</speech>>
[[Buy Laptop]] USD 2000
[[Buy Workstation Equipments]] USD 1500
[[Back|Mall]] <<speech "You">>Do i want to rent or buy properties?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/rent_icon.jpg' width=20%>" "Rent Property">>
<</link>>
<h3>Rent</h3></div>
<div class="column">
<<link
"<img src='img/icon/buy_icon.jpg' width=20%>" "Buy Property">>
<</link>>
<h3>Buy</h3></div>
<</nobr>>
<img src="img/car_dealers.webp" style="max-width: 80%;">
<<speech "Cardealer">> Welcome Sir... What car brand do you want to browse? <</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/honda_icon.jpg' width=20%>" "Honda">>
<</link>>
<h3>Honda</h3></div>
<div class="column">
<<link
"<img src='img/icon/toyota_icon.jpg' width=20%>" "Toyota">>
<</link>>
<h3>Toyota</h3></div>
<div class="column">
<<link
"<img src='img/icon/mazda_icon.jpg' width=20%>" "Mazda">>
<</link>>
<h3>Mazda</h3></div>
<div class="column">
<<link
"<img src='img/icon/bmw_icon.jpg' width=20%>" "BMW">>
<</link>>
<h3>BMW</h3></div>
<div class="column">
<<link
"<img src='img/icon/mercedes_logo.jpg' width=20%>" "Mercedes">>
<</link>>
<h3>Mercedes-Benz</h3></div>
<div class="column">
<<link
"<img src='img/icon/audi_icon.jpg' width=20%>" "Audi">>
<</link>>
<h3>Audi</h3></div>
<</nobr>>
[[Back|Streets]] Exotic <<if $money >2000>>
<<speech "You">> I purchased this USD 2000 laptop. Hope it's worth it <</speech>>
<img src="img/Laptop.png" style="max-width: 80%;"> <<set $laptop to 1>><<set $money -=2000>><<else>><<speech "You">> I can't afford this <</speech>><</if>>
[[Back|Electronic Shop]] <<if $money >1500>>
<<speech "You">> I need to purchase the workstation set to be able to work properly at home <</speech>>
<img src="img/game_station.jpg" style="max-width: 80%;"> <<set $workstation to 1>><<set $money -=1500>><<else>><<speech "You">> I can't afford this <</speech>><</if>>
[[Back|Electronic Shop]]<img src="img/game_station.jpg" style="max-width: 100%;">
<<nobr>>
<div class="column">
<<link
"<img src='img/usd_icon.jpg' width=20%>" "Bank">>
<</link>>
<h3>Bank</h3>
</div>
<div class="column">
<<link
"<img src='img/stock_market_icon.png' width=20%>" "Stock Market">>
<</link>>
<h3>Stock Market</h3>
</div>
<div class="column">
<<link
"<img src='img/gaming_gif.gif' width=20%>" "Play Games">>
<</link>>
<h3>Gaming</h3>
</div>
<</nobr>>
[[Back|Home]] <<speech "You">>What do i want to do?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/deposit.jpg' width=20%>" "Stock Market Deposit">>
<</link>>
<h3>Deposit</h3>
</div>
<div class="column">
<<link
"<img src='img/WD.jpg' width=20%>" "Stock Market WD">>
<</link>>
<h3>Withdraw</h3>
</div><</nobr>>
[[Back|Workstation]]
<<speech "You">> How much do i want to deposit?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD100">>
<</link>>
<h3>USD 100</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD1000">>
<</link>>
<h3>USD 1,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD10000">>
<</link>>
<h3>USD 10,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD100000">>
<</link>>
<h3>USD 100,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD1000000">>
<</link>>
<h3>USD 1,000,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "TDUSD10000000">>
<</link>>
<h3>USD 10,000,000</h3>
</div>
<</nobr>>
[[Cancel|Workstation]] <<speech "You">> How much do i want to withdraw?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD100">>
<</link>>
<h3>USD 100</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD1000">>
<</link>>
<h3>USD 1,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD10000">>
<</link>>
<h3>USD 10,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD100000">>
<</link>>
<h3>USD 100,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD1000000">>
<</link>>
<h3>USD 1,000,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_TDUSD10000000">>
<</link>>
<h3>USD 10,000,000</h3>
</div>
<</nobr>>
[[Cancel|Workstation]] <<speech "You">> How much do i want to deposit?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD100">>
<</link>>
<h3>USD 100</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD1000">>
<</link>>
<h3>USD 1,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD10000">>
<</link>>
<h3>USD 10,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD100000">>
<</link>>
<h3>USD 100,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD1000000">>
<</link>>
<h3>USD 1,000,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "STUSD10000000">>
<</link>>
<h3>USD 10,000,000</h3>
</div>
<</nobr>>
[[Cancel|Workstation]] <<if $money <100>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 100 USD <</speech>>
<<nobr>>
<<set $money -=100>><<set $stock +=100>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <10000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 10000 USD <</speech>>
<<nobr>>
<<set $money -=10000>><<set $stock +=10000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <1000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 1000 USD <</speech>>
<<nobr>>
<<set $money -=1000>><<set $stock +=1000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <100000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 100000 USD <</speech>>
<<nobr>>
<<set $money -=100000>><<set $stock +=100000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <1000000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 1000000 USD <</speech>>
<<nobr>>
<<set $money -=1000000>><<set $stock +=1000000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <10000000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 10000000 USD <</speech>>
<<nobr>>
<<set $money -=10000000>><<set $stock +=10000000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <100>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 100 USD <</speech>>
<<nobr>>
<<set $stock -=100>><<set $money +=100>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <1000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 1000 USD <</speech>>
<<nobr>>
<<set $stock -=1000>><<set $money +=1000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <10000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 10000 USD <</speech>>
<<nobr>>
<<set $stock -=10000>><<set $money +=10000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <100000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 100000 USD <</speech>>
<<nobr>>
<<set $stock -=100000>><<set $money +=100000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <1000000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 1000000 USD <</speech>>
<<nobr>>
<<set $stock -=1000000>><<set $money +=1000000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $stock <10000000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 10000000 USD <</speech>>
<<nobr>>
<<set $stock -=10000000>><<set $money +=10000000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $money <100>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 100 USD <</speech>>
<<nobr>>
<<set $money -=100>><<set $deposito +=100>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $money <1000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 1000 USD <</speech>>
<<nobr>>
<<set $money -=1000>><<set $deposito +=1000>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $money <10000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 1000 USD <</speech>>
<<nobr>>
<<set $money -=10000>><<set $deposito +=10000>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $money <100000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 100000 USD <</speech>>
<<nobr>>
<<set $money -=100000>><<set $deposito +=100000>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $money <1000000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 1000000 USD <</speech>>
<<nobr>>
<<set $money -=1000000>><<set $deposito +=1000000>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $money <10000000>><<speech "You">>I don't have enough money<</speech>><<else>>
<<speech "You">> I deposited 10000000 USD <</speech>>
<<nobr>>
<<set $money -=10000000>><<set $deposito +=10000000>> <</nobr>><</if>>
[[Back|Workstation]]
<<if $deposito <100>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 100 USD <</speech>>
<<nobr>>
<<set $deposito -=100>><<set $money +=100>> <</nobr>><</if>>
[[Back|Workstation]] <<if $deposito <1000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 1000 USD <</speech>>
<<nobr>>
<<set $deposito -=1000>><<set $money +=1000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $deposito <10000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 10000 USD <</speech>>
<<nobr>>
<<set $deposito -=10000>><<set $money +=10000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $deposito <100000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 100000 USD <</speech>>
<<nobr>>
<<set $deposito -=100000>><<set $money +=100000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $deposito <1000000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 1000000 USD <</speech>>
<<nobr>>
<<set $deposito -=1000000>><<set $money +=1000000>> <</nobr>><</if>>
[[Back|Workstation]] <<if $deposito <10000000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 10000000 USD <</speech>>
<<nobr>>
<<set $deposito -=10000000>><<set $money +=10000000>> <</nobr>><</if>>
[[Back|Workstation]] <<speech "You">> How much do i want to withdraw?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD100">>
<</link>>
<h3>USD 100</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD1000">>
<</link>>
<h3>USD 1,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD10000">>
<</link>>
<h3>USD 10,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD100000">>
<</link>>
<h3>USD 100,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD1000000">>
<</link>>
<h3>USD 1,000,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_STUSD10000000">>
<</link>>
<h3>USD 10,000,000</h3>
</div>
<</nobr>>
[[Cancel|Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<<set $corporank +=1>>
<</nobr>>
<<speech "Eva">> $firstname i heard bad reports on some branches. I want you to do some investigations on it<</speech>>
<video controls autoplay loop><source @src='"video/"+either("eva_discuss_work")+".mp4"' type="video/mp4"></video>
<<speech "You">> Will do as soon as possible Mrs Lovia<</speech>>
[[Back|Div Head Office]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<<if $prestige_level is 1>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $releva +=3>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $releva +=4>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $releva +=6>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $releva +=7>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $releva +=3>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $releva +=4>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 6>>
<<set $releva +=6>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level >6>>
<<set $releva +=7>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<</nobr>>
<<speech "Eva">> You're doing well lately.. keep up the good work<</speech>>
<video controls autoplay loop><source @src='"video/"+either("eva_office_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Will do as soon as possible Mrs Lovia<</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level is 6>>(Relationship +6 from style)
<<elseif $lifestyle_level >6>>(Relationship +7 from style)<</if>>
<</nobr>>
[[Back|Div Head Office]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<<if $prestige_level is 1>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $releva +=3>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $releva +=4>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $releva +=6>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $releva +=7>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $releva +=3>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $releva +=4>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level is 6>>
<<set $releva +=6>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<<if $lifestyle_level >6>>
<<set $releva +=7>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>><</if>>
<</nobr>>
Mrs. Lovia calls me to her office. I wonder what's this about
<<speech "Eva">> $firstname i noticed you are looking at my ass all day <</speech>>
<<speech "You">> I don't know what you're talking about Mrs Lovia<</speech>>
<video controls autoplay loop><source @src='"video/"+either("eva_office_flirt")+".mp4"' type="video/mp4"></video>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level is 6>>(Relationship +6 from style)
<<elseif $lifestyle_level >6>>(Relationship +7 from style)<</if>>
<</nobr>>
[[Back|Div Head Office]] <<if $releva >50>>[[Ask Her to Date|Eva Date]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $sexcount_eva +=1>> <<set $sexcount +=1>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<nobr>><<speech "Eva">>Hey $firstname, wanna do it? <</speech>>
<<speech "You">>Right here right now?? what if someone barges in? <</speech>><</nobr>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> it's okay, i already locked the door <</speech>>
[[Handjob|Eva HJ Office]] [[Blowjob|Eva BJ Office]] [[Cunni|Eva Office Cunni]] [[Doggy|Eva Office Doggy]] [[Missionary|Eva Office Missionary]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]]
<<speech "You">>What do i want to do?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/deposit.jpg' width=20%>" "Bank Deposit">>
<</link>>
<h3>Deposit</h3>
</div>
<div class="column">
<<link
"<img src='img/WD.jpg' width=20%>" "Bank WD">>
<</link>>
<h3>Withdraw</h3>
</div><</nobr>>
[[Back|Workstation]] I asked Mia for a date
<img src="img/char/mia_office_7.jpg" style="max-width: 100%;">
<<speech "You">> Hey Mia, are you free tonight? i wonder if i can take you out tonight?>><</speech>>
<<speech "Mia">> Of Course $firstname, where do you want to take me? <</speech>>
[[Dinner|Dinner Mia]] [[Drinking at the Bar|Bar Mia]] [[Hang out at her House|House Mia]]<<if $money <301>> <<speech "You">>I don't have enough money<</speech>>
<<set $relmia +=5>><<if $relmia lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<<if $money >300>>I take Mia to an expensive Restaurant in the city
<video controls autoplay loop><source @src='"video/"+either("mia_restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">> How was it Mia? Do you like the food?<</speech>>
<<speech "Mia">> I love it $firstname! i really like the food <</speech>>
[[Take Her Home|House Mia]]<</if>>
<<if $money <101>> <<speech "You">>I don't have enough money<</speech>>
<<set $relmia +=1>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 24>><<set $relmia to 24>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<<if $money >100>>I take Mia to an expensive Restaurant in the city
<video controls autoplay loop><source @src='"video/"+either("mia_bar")+".mp4"' type="video/mp4"></video>
<<speech "You">> You know the drinks here are pretty good <</speech>>
<<speech "Mia">> Yeah, they'are also inexspensive <</speech>>
[[Take Her Home|House Mia]]<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("mia_home")+".mp4"' type="video/mp4"></video>
I take Mia Home, what do i want to do next
[[Kiss Her|Mia Sex Home Start]] [[Go straight home|Home]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relmia +=2>><<if $relmia lt 0>><<set $relmia to 0>><<elseif $relmia gt 100>><<set $relmia to 100>><</if>>
<</nobr>>
<<speech "You">> I kiss Mia before we parted<</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("hallways_start")+".mp4"' type="video/mp4"></video>
<<if $relmia <80>><<speech "Mia">>$firstname stop, i'm not ready for this yet<</speech>> [[Stop Kissing Her and Go Home|Home]]<</if>>
<<if $relmia >79>><<speech "Mia">>Ohh $firstname stop, Let me wash my self first<</speech>>
<<speech "You">>No Need Mia, i want you now<</speech>>
[[Fuck Her Now|Mia Sex home 1]]<</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> I quickly drop my pants, and thrust my full erect dick into her pussy<</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("fuck_start")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yes $firstname, push it deep in me<</speech>>
Choose position:
[[Blowjob|Mia Sex home1 BJ]] [[Stand Behind|Mia Sex home1 stand behind]] [[Missionary|Mia Sex home1 missionary]] [[Cowgirl|Mia Sex home1 cowgirl]]
<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Mia.. your cunt is so tight <</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("stand_behind_1","stand_behind_2","stand_behind_3")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, Fuck me hard!<</speech>>
[[Blowjob|Mia Sex home1 BJ]] [[Stand Behind|Mia Sex home1 stand behind]] [[Missionary|Mia Sex home1 missionary]] [[Cowgirl|Mia Sex home1 cowgirl]]<<if $lust>90>>[[Cum|Cumm Mia home1]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Mia.. your cunt is so tight <</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("missionary","sideways")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, Fuck me hard!<</speech>>
[[Blowjob|Mia Sex home1 BJ]] [[Stand Behind|Mia Sex home1 stand behind]] [[Missionary|Mia Sex home1 missionary]] [[Cowgirl|Mia Sex home1 cowgirl]]<<if $lust>90>>[[Cum|Cumm Mia home1]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Mia.. your cunt is so tight <</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("cowgirl_1","cowgirl_2")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, Fuck me hard!<</speech>>
[[Blowjob|Mia Sex home1 BJ]] [[Stand Behind|Mia Sex home1 stand behind]] [[Missionary|Mia Sex home1 missionary]] [[Cowgirl|Mia Sex home1 cowgirl]]<<if $lust>90>>[[Cum|Cumm Mia home1]]<</if>><<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Suck my dick Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("bj_1")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Damn $firstname, you got a bick package under the pants<</speech>>
[[Blowjob|Mia Sex home1 BJ]] [[Stand Behind|Mia Sex home1 stand behind]] [[Missionary|Mia Sex home1 missionary]] [[Cowgirl|Mia Sex home1 cowgirl]]<<if $lust>90>>[[Cum|Cumm Mia home1]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_mia +=1>> <<set $sexcount +=1>> <<set $miafucked to 1>>
<<set $stress -=70>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Mia.. Here i come<</speech>>
<video controls autoplay loop><source @src='"sexvid/hallway_sex_mia/"+either("CIF")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, burst your load on my pretty face!<</speech>>
[[End Sex|Mia Apartment]]
<img src="img/place/char_house/mia/mia_apartment.jpg" style="max-width: 80%;">
<<speech "You">>I'm at Mia apartment. What do i want to do?<</speech>>
[[Have Sex with Mia|Mia Sex home2]] [[Sleep here|Sleep Mia Apartment]] [[Go Home|Streets]] WIP<<nobr>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $day is 7>> <<set $day to 0>> <<set $money +=$wage>> <<set $money -=$rent>>
<<if $corpodesc is "Manager" and $haveownoffice is 1>>
<<set $corpo_budget += 5000>>
<<elseif $corpodesc is "Senior Manager" and $haveownoffice is 1>>
<<set $corpo_budget += 8000>>
<<elseif $corpodesc is "AVP" and $haveownoffice is 1>>
<<set $corpo_budget += 15000>>
<<elseif $corpodesc is "VP" and $haveownoffice is 1>>
<<set $corpo_budget += 30000>>
<<elseif $corpodesc is "SVP" and $haveownoffice is 1>>
<<set $corpo_budget += 100000>>
<<elseif $corpodesc is "Chief" and $haveownoffice is 1>>
<<set $corpo_budget += 500000>> <<else>> <<set $corpobudget += 0>><</if>>
<<if $have_secretary is 1>> <<set $corpo_spend_sec to 1500>> <</if>>
<<if $have_credit_specialist is 1>> <<set $corpo_spend_cre to 3000>> <</if>>
<<if $have_aq_analyst is 1>> <<set $corpo_spend_aq to 3000>> <</if>>
<<set $corpo_spend to $corpo_spend_sec += $corpo_spend_cre += $corpo_spend_aq>>
<<set $corpofund += $corpo_budget -= $corpo_spend>>
<</if>>
<<set $daycount =+1>>
<<if $timedesc is "Evening">><<set $energy +=60>>
<<elseif $timedesc is "Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Late Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Morning">><<set $energy +=80>>
<<elseif $timedesc is "Late Evening">><<set $energy +=50>>
<<elseif $timedesc is "Night">><<set $energy+=40>>
<<elseif $timedesc is "Late Night">><<set $energy+=30>>
<<else>><</if>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>> <<set $time to 7>><<set $day +=1>>
<<set $stockvar = $stock * either(-0.033,-0.3,-0.055,-0.01,-0.1,0.1,0.2,0.01,0.22,0.1,0.15,0.35,0.3)>>
<<set $stock +=$stockvar>>
<<set $deposito = $deposito * 1.004>>
<</nobr>>
<<if $location_eva is "home">>
<video controls autoplay loop><source @src='"video/"+either("eva_sleep")+".mp4"' type="video/mp4"></video><</if>>
[[Wake Up|Bed Room]] <<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Your pussy is getting wet Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_finger")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, I can't hold it any longer $firstname, i want you to do me now<</speech>>
[[Kiss Her|Mia Office Kiss 1]] [[Ask for BJ|Mia Office Bj 1]] [[Fuck Her|Mia Office Fuck Doggy 1]]
<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> You look and smeel so good Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_kiss_1","mia_office1_kiss_2","mia_office1_kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Devour me then Mr $lastname <</speech>>
[[Kiss Her|Mia Office Kiss 1]] [[Ask for BJ|Mia Office Bj 1]] [[Fuck Her|Mia Office Fuck Doggy 1]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeah.. suck that dirty cock <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_bj_1","mia_office1_bj_2")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> You better cum soon, people will come here at any moment <</speech>>
[[Kiss Her|Mia Office Kiss 1]] [[Ask for BJ|Mia Office Bj 1]] [[Fuck Her|Mia Office Fuck Doggy 1]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ahh yeah.. your ass is fenomenal Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_doggy_1","mia_office1_doggy_2","mia_office1_doggy_3","mia_office1_doggy_4","mia_office1_doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Fuck me $firstname! fuck me hard! <</speech>>
Change Position
[[Keep Fucking Her|Mia Office Fuck Doggy 1]] [[Stand Missionary|Mia Office Fuck Mission 1]] [[Cowgirl|Mia Office Fuck Cow 1]] [[Throw her on the Desk|Mia Office Fuck Desk 1]] <<if $lust>90>>[[Cum on Face|Mia Office Cum Face 1]] [[Cum inside|Mia Office Creampie 1]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> You're so beautiful Mia.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_miss_1","mia_office1_miss_2")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Then why don't you take me harder then?! Fuck me! Cum inside of me! Use me! <</speech>>
Change Position
[[Keep Fucking Her|Mia Office Fuck Mission 1]] [[Doggy|Mia Office Fuck Doggy 1]] [[Cowgirl|Mia Office Fuck Cow 1]] [[Fuck her on the desk|Mia Office Fuck Desk 1]] <<if $lust>90>>[[Cum on Face|Mia Office Cum Face 1]] [[Cum inside|Mia Office Creampie 1]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yess.. ride my hard cock Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_cow_1","mia_office1_cow_2","mia_office1_cow_3")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yeahh.. You like that Mr $lastname? You like me grinding on your big hard schlong?? <</speech>>
Change Position
[[Keep Fucking Her|Mia Office Fuck Cow 1]] [[Doggy|Mia Office Fuck Doggy 1]] [[Missionary|Mia Office Fuck Mission 1]] [[Throw her to the desk|Mia Office Fuck Desk 1]] <<if $lust>90>>[[Cum on Face|Mia Office Cum Face 1]] [[Cum inside|Mia Office Creampie 1]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Fuck fuck Mia, i think i'm cumming soon <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_desk_1","mia_office1_desk_2","mia_office1_desk_3","mia_office1_desk_4","mia_office1_desk_5","mia_office1_desk_6")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads inside me <</speech>>
Change Position
[[Keep Fucking Her|Mia Office Fuck Desk 1]] [[Doggy|Mia Office Fuck Doggy 1]] [[Missionary|Mia Office Fuck Mission 1]] [[Cowgirl|Mia Office Fuck Cow 1]] <<if $lust>90>>[[Cum on Face|Mia Office Cum Face 1]] [[Cum inside|Mia Office Creampie 1]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_mia +=1>> <<set $sexcount +=1>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Mia! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_cim")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads on my pretty face <</speech>>
[[End Sex|Office]]<<nobr>>
<<set $lust -=90>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_mia +=1>> <<set $sexcount +=1>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Mia! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia_1/"+either("mia_office1_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads inside my cunt! impregnate me! i want all of your offsprings! <</speech>>
[[End Sex|Office]]<<set $time +=1>> <<set $haveownoffice to 1>> <<set $prestige +=30>>
<<speech "You">>Miss Lovia i'd like to have own office room <</speech>>
<video controls autoplay loop><source @src='"video/"+either("eva_office_1")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Fine, i'll arrange it with the General Affairs. Congrats for your promotion by the way $firstname <</speech>>
I am now responsible of my own team.. it's the first step to establish my influence and power in this company
<<speech "Eva">> The management has approved to grant you corporate funds to manage your team.. use it wisely to hire the right person for the job <</speech>>
<<speech "You">> Thank you Mrs. Lovia.. i promise i will prove to you that your decision to promote me is the best decision Mam <</speech>>
<<speech "Eva">> Good.. I know i can count on you.. The fund will be ready on Monday<</speech>>
[[Proceed|Office]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $time <18>>
<<speech "Brothel">> Sorry Son, we're closed now. Comeback here after dark<</speech>>
<img src="img/place/brothel_daytime.webp" style="max-width: 80%;">
[[Go Back|Streets]] <<else>>
<img src="img/place/brothel_lobby.webp" style="max-width: 80%;">
<<speech "Brothel">> Howdy son! How do you want to spend your money today?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/normal_prost.jpg' width=20%>" "Normal Escort">>
<</link>>
<h3>Regular Escort Service</h3></div>
<div class="column">
<<link
"<img src='img/icon/highclass_prost.jpg' width=20%>" "High Class Escort">>
<</link>>
<h3>Highclass Escort Service</h3></div>
<div class="column">
<<link
"<img src='img/icon/celeb_prost.jpg' width=20%>" "Celebrity Escort">>
<</link>>
<h3>Celebrity Escort Service</h3></div>
<</nobr>>
[[Go Back|Streets]] <</if>><video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_welcome_1")+".mp4"' type="video/mp4"></video>
<<if $money <2000>><<speech "You">>I don't have enough money<</speech>>
[[Go Back|High Class Escort]]
<<else>>
<<if $metremu is 0>><<speech "Remu">>Hi my name's Remu, what's your name handsome?<</speech>>
<<speech "You">>Hi Remu, nice to meet you. My name is $firstname<</speech>><</if>><<if $metremu is 1>> <<speech "Remu">>Hi $firstname, glad you're back here.. ready for me?<</speech>>
<<speech "You">>Hi Remu, last time was wonderful, it's hard to forget about it<</speech>><</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $favorremu +=1>><<if $favorremu lt 0>><<set $favorremu to 0>><<elseif $favorremu gt 100>><<set $favorremu to 100>><</if>>
<<set $money -=2000>> <<set $moneyspenthooker +=2000>>
<<set $metremu to 1>>
<</nobr>>
<<speech "Remu">> *giggles* okay then, what do you want for today?<</speech>>
[[Lite Service|Service One Remu]] (Kissing, Handjob, Blowjob, for 500USD)
[[Full Service|Service Two Remu]] (Use her body as you want, no creampie, for 1000USD) <</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $favorremu +=1>><<if $favorremu lt 0>><<set $favorremu to 0>><<elseif $favorremu gt 100>><<set $favorremu to 100>><</if>>
<<set $money -=500>> <<set $moneyspenthooker +=500>>
<</nobr>>
<<speech "Remu">> Relax $firstname i'll take care of you today<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_kiss")+".mp4"' type="video/mp4"></video>
[[Keep Kissing|Brothel Kiss Remu]] [[Handjob|Brothel Handjob Remu]] [[Blowjob|Brothel Blowjob Remu]] [[Caress my nipple|Brothel Nipple Remu]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $favorremu +=2>><<if $favorremu lt 0>><<set $favorremu to 0>><<elseif $favorremu gt 100>><<set $favorremu to 100>><</if>>
<<set $money -=1000>> <<set $moneyspenthooker +=1000>>
<</nobr>>
<<speech "Remu">> Relax $firstname i'll take care of you today<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_kiss")+".mp4"' type="video/mp4"></video>
[[Keep Kissing|Brothel Kiss Remu 2]] [[Handjob|Brothel Handjob Remu 2]] [[Blowjob|Brothel Blowjob Remu 2]] [[Caress my nipple|Brothel Nipple Remu 2]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> You like it? <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_kiss")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yes Remu, empph, your lips tastes really good <</speech>>
[[Kissing|Brothel Kiss Remu]] [[Handjob|Brothel Handjob Remu]] [[Blowjob|Brothel Blowjob Remu]] [[Caress my nipple|Brothel Nipple Remu]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]] <</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Having hard day at the office? I'm here for you $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_hj_1","remu_hj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so damn good Remu <</speech>>
[[Kissing|Brothel Kiss Remu]] [[Handjob|Brothel Handjob Remu]] [[Blowjob|Brothel Blowjob Remu]] [[Caress my nipple|Brothel Nipple Remu]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $remuoral +=1>>
<</nobr>>
<<speech "Remu">> emphh empphh.. slurpp... a smelly dick afterwork.. i can smell the hardwork you've been doing *giggles* <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bj_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so damn good Remu <</speech>>
[[Kissing|Brothel Kiss Remu]] [[Handjob|Brothel Handjob Remu]] [[Blowjob|Brothel Blowjob Remu]] [[Caress my nipple|Brothel Nipple Remu]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> i bet no one has ever done this to you <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_hj_2","remu_nipple_lick_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shiit Remu... <</speech>>
[[Kissing|Brothel Kiss Remu]] [[Handjob|Brothel Handjob Remu]] [[Blowjob|Brothel Blowjob Remu]] [[Caress my nipple|Brothel Nipple Remu]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> You like it? <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_kiss")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yes Remu, empph, your lips tastes really good <</speech>>
[[Kissing|Brothel Kiss Remu 2]] [[Handjob|Brothel Handjob Remu 2]] [[Blowjob|Brothel Blowjob Remu 2]] [[Caress my nipple|Brothel Nipple Remu 2]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]] [[Bath Service|Bath Service Remu]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Having hard day at the office? I'm here for you $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_hj_1","remu_hj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so damn good Remu <</speech>>
[[Kissing|Brothel Kiss Remu 2]] [[Handjob|Brothel Handjob Remu 2]] [[Blowjob|Brothel Blowjob Remu 2]] [[Caress my nipple|Brothel Nipple Remu 2]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]] [[Bath Service|Bath Service Remu]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $remuoral +=1>>
<</nobr>>
<<speech "Remu">> emphh empphh.. slurpp... a smelly dick afterwork.. i can smell the hardwork you've been doing *giggles* <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bj_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so damn good Remu <</speech>>
[[Kissing|Brothel Kiss Remu 2]] [[Handjob|Brothel Handjob Remu 2]] [[Blowjob|Brothel Blowjob Remu 2]] [[Caress my nipple|Brothel Nipple Remu 2]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]] [[Bath Service|Bath Service Remu]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> i bet no one has ever done this to you <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_hj_2","remu_nipple_lick_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shiit Remu... <</speech>>
[[Kissing|Brothel Kiss Remu 2]] [[Handjob|Brothel Handjob Remu 2]] [[Blowjob|Brothel Blowjob Remu 2]] [[Caress my nipple|Brothel Nipple Remu 2]] <<if $lust >90>>[[Cum in her Mouth|Cim Remu 1]] [[Bath Service|Bath Service Remu]]<</if>><<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">> Yesss Cum for me $firstname! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_cim_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shitt I'm cumming!!. <</speech>>
[[End Sex|Remu Brothel Aftermath]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>>
<<set $remuvaginal +=1>>
<</nobr>>
<<speech "Remu">> You like this? <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_start","remu_bath_start_2","remu_bath_start_3","remu_bath_start_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah Remu <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Empph Emppph Slurrpp <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_kiss","remu_bath_kiss_2","remu_bath_cow_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> I Exchange salive with Remu's sweet saliva <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]] [[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Ughh Shitt.. Fuck me Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_missionary_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> I thrust my dick as hard as possible to her tight asian cunt <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]] [[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Keep fucking me Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_doggy_1","remu_bath_doggy_2","remu_bath_doggy_3","remu_bath_doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yess Remu! your pussy feels so good <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]][[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> yess yess.. look at me Mr $lastname when i'm riding your dick like this <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_cow_1","remu_bath_cow_2","remu_bath_cow_3","remu_bath_cow_4","remu_bath_cow_5")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yess Remu! your pussy feels so good <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]] [[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> yess yess.. keep sucking my tits Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_boobsuck_1")+".mp4"' type="video/mp4"></video>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]][[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>><<nobr>>
<<set $lust -=90>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_remu +=1>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">> Yesss burst all your load onto my face Mr $lastname! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_cif_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shitt Remu.. Fuck! <</speech>>
[[End Sex|Remu Brothel Aftermath]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Ughh Shitt.. Fuck me Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_bath_standing_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> I thrust my dick as hard as possible to her tight asian cunt <</speech>>
[[Kissing|Bath Kiss Remu 2]] [[Missionary|Bath Miss Remu 2]] [[Standing|Bath Standing Remu 2]] [[Doggy|Bath Doggy Remu 2]] [[Cowgirl|Bath Cow Remu 2]] [[Boobsuck|Bath Boob Remu 2]] <<if $lust >90>>[[Cum on her Face|Cif Remu 2]]<</if>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_goodbye")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Thank you Mr $lastname, please visit me soon <</speech>>
<<speech "You">> Sooner than you think babe <</speech>>
She giggles after i said that
[[Go Home|Streets]] [[Ask for her number]]
<<speech "You">> Remu, can i have your number? I'd like to know you better <</speech>><<if $favorremu >90>>
<<speech "Remu">> *giggles* Are you for real $firstname? Are you really interested in an escort like me?<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> It doesn't matter Remu... You really have interesting personality. Different than any Escorts i've encountered<</speech>>
<<speech "Remu">> Okay then, give me your phone i'll write it up to you<</speech>>
Remu gave me her number, now i can contact her anytime
<<set $numberremu to 1>>
[[Go Home|Streets]]
<<else>>
<<speech "Remu">> I'm sorry Mr $lastname, it's forbidden to give number to a customer<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/remu/"+either("remu_sorry")+".mp4"' type="video/mp4"></video>
[[Go Home|Streets]] <</if>>
Double-click this passage to edit it.Double-click this passage to edit it.<<nobr>>
<div class="column">
<<link
"<img src='img/icon/solazola_icon.jpg' width=20%>" "Sola Zola">>
<</link>>
<h3>Sola Zola, USD500</h3></div>
<div class="column">
<<link
"<img src='img/icon/morgpie_icon.jpg' width=20%>" "Morgpie">>
<</link>>
<h3>Morgpie, USD500</h3></div>
<div class="column">
<<link
"<img src='img/icon/remu_icon.jpg' width=20%>" "Remu">>
<</link>>
<h3>Remu, USD2000</h3></div>
<</nobr>><img src="img/place/brothel_lobby.webp" style="max-width: 80%;">
<<speech "Brothel">> So, You're man of culture after all<. Remember, the upfront fee is onlya booking fee. If you're willing to pay, they will prioritize you instead of others<</speech>>
<<speech "You">> Damn, it's quite expensive i think<</speech>>
<<speech "Brothel">> Your choice, take it or leave it. But you should know that this service is far better than what you have in mind. Imported from Japan Son!<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/miyabi_icon.jpg' width=20%>" "Miyabi">>
<</link>>
<h3>Maria Ozawa, USD2500</h3></div>
<div class="column">
<<link
"<img src='img/icon/ameri_icon.jpg' width=20%>" "Ameri Ichinose">>
<</link>>
<h3>Ameri Ichinose, USD1500</h3></div>
<div class="column">
<<link
"<img src='img/icon/remu_icon.jpg' width=20%>" "Remu">>
<</link>>
<h3>Remu, USD2000</h3></div>
<</nobr>>
[[Exit|Redlight District]] <<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Fuck fuck Mia, i think i'm cumming soon <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_mission_1")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads inside me <</speech>>
[[Doggy|Mia Office Doggy]] [[Missionary|Mia Office Mission]] [[Cowgirl|Mia Office Cow]] [[Ask for BJ|Mia Office Bj]] <<if $lust >90>>[[Cum on her face|Mia Office Cim]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yess Ride my big schlong Mia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_cow_1","mia_cow_2")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yeahh.. you like that? <</speech>>
[[Doggy|Mia Office Doggy]] [[Missionary|Mia Office Mission]] [[Cowgirl|Mia Office Cow]] [[Ask for BJ|Mia Office Bj]] <<if $lust >90>>[[Cum on her face|Mia Office Cim]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ohh Mia, You're a pro <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_bj_1")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> It's because i'm always hungry for your dick <</speech>>
[[Doggy|Mia Office Doggy]] [[Missionary|Mia Office Mission]] [[Cowgirl|Mia Office Cow]] [[Ask for BJ|Mia Office Bj]] <<if $lust >90>>[[Cum on her face|Mia Office Cim]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount_mia +=1>>
<</nobr>>
<<speech "You">> Oghh Shit Mia! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_cim")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads on my pretty face <</speech>>
[[End Sex|Office]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Fuck fuck Mia, i think i'm cumming soon <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_mia/"+either("mia_doggy_1","mia_doggy_2")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yess Yess Yess... Shoot all your loads inside me <</speech>>
[[Doggy|Mia Office Doggy]] [[Missionary|Mia Office Mission]] [[Cowgirl|Mia Office Cow]] [[Ask for BJ|Mia Office Bj]] <<if $lust >90>>[[Cum on her face|Mia Office Cim]]<</if>>I'm welcomed by a beautiful Asian girl
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_welcome")+".mp4"' type="video/mp4"></video>
<<if $money <1500>><<speech "You">>I don't have enough money<</speech>>
[[Go Back|High Class Escort]]
<<else>>
<<if $metameri is 0>><<speech "Ameri">>Hi my name's Ameri, what's your name handsome?<</speech>>
<<speech "You">>Hi Ameri, nice to meet you. My name is $firstname<</speech>><</if>><<if $metameri is 1>> <<speech "Ameri">>Hi $firstname, glad you're back here.. ready for me?<</speech>>
<<speech "You">>Hi Ameri, last time was wonderful, it's hard to forget about it<</speech>><</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $favorameri +=1>><<if $favorameri lt 0>><<set $favorameri to 0>><<elseif $favorameri gt 100>><<set $favorameri to 100>><</if>>
<<set $money -=1500>> <<set $moneyspenthooker +=1500>>
<<set $metameri to 1>>
<</nobr>>
<<speech "Ameri">> *giggles* okay then, what do you want for today?<</speech>>
[[Massage Service|Service One Ameri]] (Kissing, Handjob, Blowjob, and a happy ending for 300USD)<</if>>Developer Reset for every update
<<set $have_secretary to 0>>
<<set $have_credit_specialist to 0>>
<<set $have_aq_analyst to 0>>
[[Back|Streets]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $favorameri +=1>><<if $favorameri lt 0>><<set $favorameri to 0>><<elseif $favorameri gt 100>><<set $favorameri to 100>><</if>>
<<set $money -=500>> <<set $moneyspenthooker +=500>>
<</nobr>>
<<speech "Ameri">> Relax $firstname i'll take care of you today<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_massage_1","ameri_massage_2","ameri_massage_3")+".mp4"' type="video/mp4"></video>
<<speech "Ameri">> You know, i offer special service for a handsome customer like you, you know<</speech>>
<<speech "You">> Oh yeah? what is that?<</speech>>
<<speech "Ameri">> I'll let you fuck me, for a 500 bucks <</speech>>
[[Massage|Brothel massage ameri]] [[Handjob|Brothel Handjob ameri]] [[Blowjob|Brothel Blowjob ameri]] [[Makeout|Brothel makeout ameri]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">> Having hard day at the office? I'm here for you $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_massage_1","ameri_massage_2","ameri_massage_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so good Ameri <</speech>>
[[Massage|Brothel massage ameri]] [[Handjob|Brothel Handjob ameri]] [[Blowjob|Brothel Blowjob ameri]] [[Makeout|Brothel makeout ameri]] <<if $money>499>>[[Sex for USD500|Brothel Sex ameri start]]<</if>> <<if $lust >90>>[[Happy Ending in Hand|CIH Ameri]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">> Your cock is swelling hard, let me release it for you <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_hj_1","ameri_hj_2","ameri_hj_3","ameri_hj_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so good Ameri <</speech>>
[[Massage|Brothel massage ameri]] [[Handjob|Brothel Handjob ameri]] [[Blowjob|Brothel Blowjob ameri]] [[Makeout|Brothel makeout ameri]] <<if $money>499>>[[Sex for USD500|Brothel Sex ameri start]]<</if>> <<if $lust >90>>[[Happy Ending in Hand|CIH Ameri]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">> Do you like it where my tongue swirl around your dick? <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_bj","ameri_bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yes Ameri, keep doing it <</speech>>
[[Massage|Brothel massage ameri]] [[Handjob|Brothel Handjob ameri]] [[Blowjob|Brothel Blowjob ameri]] [[Makeout|Brothel makeout ameri]] <<if $money>499>>[[Sex for USD500|Brothel Sex ameri start]]<</if>> <<if $lust >90>>[[Happy Ending in Hand|CIH Ameri]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Emphh $firstname... you make me so horny.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_makeout","ameri_assjob","ameri_boobgrab_1","ameri_boobworship")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. you wanna be fucked? <</speech>>
[[Massage|Brothel massage ameri]] [[Handjob|Brothel Handjob ameri]] [[Blowjob|Brothel Blowjob ameri]] [[Makeout|Brothel makeout ameri]] <<if $money>499>>[[Sex for USD500|Brothel Sex ameri start]]<</if>> <<if $lust >90>>[[Happy Ending in Hand|CIH Ameri]]<</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=500>><<set $moneyspenthooker +=500>>
<</nobr>>
<<speech "Ameri">>Yess Yess fuck me $firstname... you make me so horny.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_sex_start","ameri_sex_undress")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. your pussy is so tight <</speech>>
[[Continue|Brothel Sex ameri 1]]<<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_ameri +=1>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ameri">> Yesss burst all your load onto my hand Mr $lastname! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_happy_ending")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shitt Ameri.. Fuck! <</speech>>
[[End Sex|Ameri Brothel Aftermath]] <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Fuck me $firstname... Fuck me hard! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_rcow_1","ameri_rcow_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. baby.. your pussy feels so good <</speech>>
<<speech "Ameri">> Ohh Yess.. You can cum in me for a 500USD *giggles* <</speech>>
<<speech "You">> Are you for real.. fuckkkk <</speech>>
[[Cowgirl|Ameri Brothel Cow]] [[Missionary|Ameri Brothel Mission]] [[Doggy|Ameri Brothel Doggy]] [[Spooning|Ameri Brothel Side]] <<if $lust >90>>[[[[Happy Ending in Hand|CIH Ameri]] [[Cum inside|Ameri Brothel Creampie]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Fuck me $firstname... Fuck me hard! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_rcow_1","ameri_rcow_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. baby.. your pussy feels so good <</speech>>
<<speech "Ameri">> Ohh Yess.. You can cum in me for a 500USD *giggles* <</speech>>
<<speech "You">> Are you for real.. fuckkkk <</speech>>
[[Cowgirl|Ameri Brothel Cow]] [[Missionary|Ameri Brothel Mission]] [[Doggy|Ameri Brothel Doggy]] [[Spooning|Ameri Brothel Side]] <<if $lust >90>>[[[[Happy Ending in Hand|CIH Ameri]] <<if $money >500>>[[Cum inside|Ameri Brothel Creampie]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Fuck me $firstname... Fuck me hard! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_mission_1","ameri_mission_2","ameri_mission_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. baby.. your pussy feels so good <</speech>>
<<speech "Ameri">> Ohh Yess.. You can cum in me for a 500USD *giggles* <</speech>>
<<speech "You">> Are you for real.. fuckkkk <</speech>>
[[Cowgirl|Ameri Brothel Cow]] [[Missionary|Ameri Brothel Mission]] [[Doggy|Ameri Brothel Doggy]] [[Spooning|Ameri Brothel Side]] <<if $lust >90>>[[[[Happy Ending in Hand|CIH Ameri]] <<if $money >500>>[[Cum inside|Ameri Brothel Creampie]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Fuck me $firstname... Fuck me hard! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_doggy_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. baby.. your pussy feels so good <</speech>>
<<speech "Ameri">> Ohh Yess.. You can cum in me for a 500USD *giggles* <</speech>>
<<speech "You">> Are you for real.. fuckkkk <</speech>>
[[Cowgirl|Ameri Brothel Cow]] [[Missionary|Ameri Brothel Mission]] [[Doggy|Ameri Brothel Doggy]] [[Spooning|Ameri Brothel Side]] <<if $lust >90>>[[[[Happy Ending in Hand|CIH Ameri]] <<if $money >500>>[[Cum inside|Ameri Brothel Creampie]]<</if>><</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ameri">>Fuck me $firstname... Fuck me hard! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_side_1","ameri_side_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. baby.. your pussy feels so good <</speech>>
<<speech "Ameri">> Ohh Yess.. You can cum in me for a 500USD *giggles* <</speech>>
<<speech "You">> Are you for real.. fuckkkk <</speech>>
[[Cowgirl|Ameri Brothel Cow]] [[Missionary|Ameri Brothel Mission]] [[Doggy|Ameri Brothel Doggy]] [[Spooning|Ameri Brothel Side]] <<if $lust >90>>[[[[Happy Ending in Hand|CIH Ameri]] <<if $money >500>>[[Cum inside|Ameri Brothel Creampie]]<</if>><</if>><<nobr>>
<<set $lust -=95>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_ameri +=1>>
<<set $stress -=85>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $money -=500>><<set $moneyspenthooker +=500>>
<</nobr>>
<<speech "Ameri">> Yesss burst all your load inside me Mr $lastname! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_creampie")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shitt Ameri.. Fuck! Aghhh <</speech>>
[[End Sex|Ameri Brothel Aftermath]] <video controls autoplay loop><source @src='"sexvid/brothel/ameri/"+either("ameri_finish")+".mp4"' type="video/mp4"></video>
<<speech "Ameri">> Thank you Mr $lastname, please visit me soon <</speech>>
<<speech "You">> Sooner than you think babe <</speech>>
She giggles after i said that
[[Go Home|Streets]]Double-click this passage to edit it.I asked Eva for a date
<img src="img/char/eva_office_1.jpg" style="max-width: 100%;">
<<if $evastatus is "Direct Supervisor">>
<<speech "You">> Ehmm Mrs Lovia, i wonder if you're free tonight? i would love to ask you for a drink.. My treat!<</speech>>
<<speech "Eva">> haha Of Course $firstname, you've got guts for asking your boss on a date *wink* <</speech>>
<<speech "You">> No no no.. it's not a date.. it's just a celebration Mrs Lovia <</speech>>
<<speech "Eva">> You're cute when you're blushing $firstname <</speech>> <</if>>
<<if $evastatus is "girlfriend">>
<<speech "You">> Babe, wanna go for a date? <</speech>>
<<speech "Eva">> Sure, where do you wanna go babe? <</speech>> <</if>>
[[Dinner|Dinner Eva]] [[Drinking at the Bar|Bar Eva]] [[Hang out at her House|House Eva]]<<if $money <301>> <<speech "You">>I don't have enough money<</speech>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<if $money >300>>I take Eva to an expensive Restaurant in the city
<img src="img/char/eva_restaurant.jpg" style="max-width: 80%;">
<<speech "You">> How was it Mrs Lovia? Do you like the food?<</speech>>
<<speech "Eva">> I love it $firstname! i really like the food <</speech>>
[[Take Her Home|House Eva]]<</if>><<if $money <101>> <<speech "You">>I don't have enough money<</speech>>
<<set $releva +=5>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<if $money >100>>Mrs Lovia is a heavy drinker.. she made me drinks alot
<img src="img/char/eva_drink_1.jpg" style="max-width: 60%;">
<<speech "Eva">> Drink Drink Drink $firstname!! <</speech>>
<<speech "You">> Gulp.. Gulp.. Please no more!!! <</speech>>
[[Take Her Home|House Eva]]<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("enter_eva_house")+".mp4"' type="video/mp4"></video>
<<if $evafucked is 0>>
<<speech "You">>I take Mrs Lovia Home, She was happy earlier.. but she's now look a little gloomy <</speech>><<else>><<speech "You">>We arrive at Eva's house. What do i want to do now?<</speech>><</if>>
<<if $evafucked is 1>>[[Fuck Her|Eva Sex Home Start]]<<else>>[[Ask her what Happened|Eva Pre Sex Home Start]]<</if>> [[Go straight home|Streets]]<img src="img/place/brothel_lobby.webp" style="max-width: 80%;">
<<speech "Brothel">> Hey, Welcome to my brothel. We only offer you the best of the best sex artists<</speech>>
<<speech "You">> Wow, they're all beautiful and sexy<</speech>>
<<speech "Brothel">> Not only that, they are Sex Experts.. Come.. just take a look at our available escorts<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/solazola_icon.jpg' width=20%>" "Sola Zola">>
<</link>>
<h3>Sola Zola, USD500</h3></div>
<div class="column">
<<link
"<img src='img/icon/morgpie_icon.jpg' width=20%>" "Morgpie">>
<</link>>
<h3>Morgpie, USD300</h3></div>
<div class="column">
<<link
"<img src='img/icon/lolipop_icon.jpg' width=20%>" "Lolipop">>
<</link>>
<h3>Lolipop, USD350</h3></div>
<</nobr>>
[[Exit|Redlight District]]
<img src="img/char/sola_zola.jpg" style="max-width: 100%;">
<<if $money >= 500>>
<<speech "Sola">>Hi Welcome, what would you like to do today?<</speech>>
<<set $money -=500>> <<set $moneyspenthooker +=500>> <<set $sexcount +=1>>
[[Kiss|Kiss Sola]] [[Handjob|Handjob Sola]] [[Blowjob|Blowjob Sola]] [[Sex|Sex Sola]] <<else>> I don't have enough money
[[Back|Redlight District]]
<</if>>
<img src="img/char/Morgpie_2.jpg" style="max-width: 100%;">
<<if $money >= 300>> <<speech "Morgpie">>Are you ready for me daddy?<</speech>>
<<set $money -=300>> <<set $moneyspenthooker +=300>> <<set $sexcount +=1>>
[[Handjob|Handjob Morgpie]] [[Blowjob|Blowjob Morgpie]] [[Sex|Sex Morgpie]]
<<else>> I don't have enough money
[[Back|Redlight District]]
<</if>>
<<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Sola">> Come here baby <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_kiss_1","sola_kiss_2","sola_kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "You">>Sola, empph, your lips tastes really good <</speech>>
[[Kiss|Kiss Sola]] [[Handjob|Handjob Sola]] [[Blowjob|Blowjob Sola]] [[Sex|Sex Sola]]<<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Sola">> Wow you're quite big babe <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_hj_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yeah keep doing that <</speech>>
[[Kiss|Kiss Sola]] [[Handjob|Handjob Sola]] [[Blowjob|Blowjob Sola]] [[Sex|Sex Sola]] <<if $lust >90>>[[Cum Inside|Creampie Sola]] [[Cum on Tits|Cum Tits Sola]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Sola">> Wow you're quite big babe <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_bj_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yeah keep doing that <</speech>>
[[Kiss|Kiss Sola]] [[Handjob|Handjob Sola]] [[Blowjob|Blowjob Sola]] [[Sex|Sex Sola]] <<if $lust >90>>[[Cum Inside|Creampie Sola]] [[Cum on Tits|Cum Tits Sola]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Sola">> Yess Fuck me hard babe... use my body as you wish <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_miss_1","sola_miss_2","sola_miss_3","sola_doggy_1","sola_doggy_2","sola_doggy_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit Sola.. Your pussy feels so good<</speech>>
[[Kiss|Kiss Sola]] [[Handjob|Handjob Sola]] [[Blowjob|Blowjob Sola]] [[Sex|Sex Sola]] <<if $lust >90>>[[Cum Inside|Creampie Sola]] [[Cum on Tits|Cum Tits Sola]]<</if>><<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Sola">> Yeahh fill me up! fill me up good baby! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Sola">> Aggh Shittt you came insde of me<</speech>>
[[End Sex|Redlight District]] <<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Sola">> Yeahh cum on my tits babyy <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/solazola/"+either("sola_cum_tits")+".mp4"' type="video/mp4"></video>
<<speech "Sola">> Damn... look at my tits.. covered in your cum<</speech>>
[[End Sex|Redlight District]] <img src="img/place/brothel_lobby.webp" style="max-width: 80%;">
<<speech "Brothel">> So, You're man of culture after all<. Remember, the upfront fee is onlya booking fee. If you're willing to pay, they will prioritize you instead of others<</speech>>
<<speech "You">> Damn, it's quite expensive i think<</speech>>
<<speech "Brothel">> Your choice, take it or leave it. But you should know that this service is far better than what you have in mind. Imported from Japan Son!<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/miyabi_icon.jpg' width=20%>" "Maria Ozawa">>
<</link>>
<h3>Maria Ozawa, USD2500</h3></div>
<div class="column">
<<link
"<img src='img/icon/ameri_icon.jpg' width=20%>" "Ameri Ichinose">>
<</link>>
<h3>Ameri Ichinose, USD1500</h3></div>
<div class="column">
<<link
"<img src='img/icon/remu_icon.jpg' width=20%>" "Remu">>
<</link>>
<h3>Remu, USD2000</h3></div>
<</nobr>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Wow you're quite big daddy <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_hj_1","morgpie_hj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yeah keep doing that bitch <</speech>>
[[Continue Handjob|Handjob Morgpie]] [[Blowjob|Blowjob Morgpie]] [[Sex|Sex Morgpie]] <<if $lust >90>> [[Cum on Hand|Cum HJ Morgpie]]<</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Wow you're quite big daddy <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_bj_1","morgpie_bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yeah keep doing that bitch <</speech>>
[[Continue Blowjob|Blowjob Morgpie]] [[Handjob|Handjob Morgpie]] [[Sex|Sex Morgpie]] <<if $lust >90>> [[Cum on Hand|Cum HJ Morgpie]]<</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Please.. Please.. do me now Daddy! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_stand_tease","mission_grind_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit bitch...<</speech>>
[[Standing|Standing Morgpie]] [[Missionary|Missionary Morgpie]] [[Doggy|Doggy Morgpie]] <<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yeahh.. i love milking your juice Daddy! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_hj_cum")+".mp4"' type="video/mp4"></video>
<<speech "Morgpie">> Aggh Shittt yeahh what a load Daddy<</speech>>
[[End Sex|Redlight District]] <<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yess Fuck me hard Daddy... use my body as you wish <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_standing_1","morgpie_standing_2","morgpie_standing_3","morgpie_standing_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit Bitch.. Your pussy feels so good<</speech>>
[[Keep Fucking|Standing Morgpie]] [[Missionary|Missionary Morgpie]] [[Doggy|Doggy Morgpie]] [[Cowgirl|Cow Morgpie]] <<if $lust >90>> [[Cum on Hand|Cum HJ Morgpie]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yess Fuck me hard Daddy... pump my pussy harder!<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("mission_1","mission_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit Bitch.. Your pussy feels so good<</speech>>
[[Keep Fucking|Missionary Morgpie]] [[Standing|Standing Morgpie]] [[Doggy|Doggy Morgpie]] [[Cowgirl|Cow Morgpie]] <<if $lust >90>> [[Kiss her & Cum Inside|Cum Mission Morgpie]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yess Fuck me hard Daddy... pump my pussy harder!<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("doggy_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit Bitch.. Your pussy feels so good<</speech>>
[[Keep Fucking Her|Doggy Morgpie]] [[Missionary|Missionary Morgpie]] [[Standing|Standing Morgpie]] [[Cowgirl|Cow Morgpie]] <<if $lust >90>> [[Cum Inside|Cum Doggy Morgpie]] [[Cum On Ass|Cum Ass Doggy Morgpie]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yeahh Daddy! Do you like your little girl riding on your big long schlong??!<</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("morgpie_cow_1","morgpie_cow_2","morgpie_cow_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit Bitch.. Keep grinding on me<</speech>>
[[Keep Fucking|Cow Morgpie]] [[Doggy|Doggy Morgpie]] [[Missionary|Missionary Morgpie]] [[Standing|Standing Morgpie]] <<if $lust >90>> [[Cum on Hand|Cum HJ Morgpie]]<</if>><<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yeahh fill me up! fill me up good Daddy! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("mission_cum")+".mp4"' type="video/mp4"></video>
<<speech "Morgpie">> Aggh Shittt you came inside of me<</speech>>
[[End Sex|Redlight District]] <<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Yeahh fill me up! fill me up good Daddy! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("doggy_cum","doggy_cum_2")+".mp4"' type="video/mp4"></video>
<<speech "Morgpie">> Aggh Shittt you came inside of me<</speech>>
[[End Sex|Redlight District]] <<nobr>>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=55>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Morgpie">> Paint my ass with your hot cum Daddy! <</speech>>
<video controls autoplay loop><source @src='"sexvid/brothel/Morgpie/"+either("cum_on_ass")+".mp4"' type="video/mp4"></video>
<<speech "Morgpie">> Aggh Shittt yeahh what a load Daddy<</speech>>
[[End Sex|Redlight District]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relnata +=1>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relnata +=3>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relnata +=4>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relnata +=5>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relnata +=6>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relnata +=7>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relnata +=1>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relnata +=3>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $relnata +=4>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $relnata +=5>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 6>>
<<set $relnata +=6>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level >6 >>
<<set $relnata +=9>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> We speak a lot. most of them are casual things. We find so much in common<</speech>>
<img src="img/char/natalia_office_talk_1.jpg" style="max-width: 80%;">
(Relationship +1 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level is 6>>(Relationship +6 from style)
<<elseif $lifestyle_level >6>>(Relationship +9 from style)<</if>>
<</nobr>>
[[Back|Natalia Office Interaction]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relnata +=1>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<<set $corporank +=1>>
<</nobr>>
<<speech "You">> Nata, I found errors in your proposal. This kind of borrower will be automatically rejected by the committee <</speech>>
<<speech "Natalia">> Oh shit.. I've never dealt with this kind of borrower before<</speech>>
<video controls autoplay loop><source @src='"video/"+either("natalia_office_discussion")+".mp4"' type="video/mp4"></video>
[[Back|Natalia Office Interaction]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relnata +=1>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relnata +=3>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relnata +=4>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relnata +=5>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relnata +=6>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relnata +=7>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relnata +=1>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relnata +=3>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $relnata +=4>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $relnata +=5>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level is 6>>
<<set $relnata +=6>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<<if $lifestyle_level >6 >>
<<set $relnata +=9>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>><</if>>
<</nobr>>
<<speech "Natalia">> $firstname, do you realize how attractive you are when you bashed those credit guys in last meeting<</speech>>
<<speech "You">> haha that's because they're just a bunch of fools, nothing more<</speech>>
<<if $fuckedmia is 1>><<speech "Natalia">> I heard that you are seeing Mia now? it's that true <</speech>>
<<speech "You">> Even if that's true? why do you care?<</speech>>
<<speech "Natalia">>I envy her you know.. she's always getting the best guy<</speech>><</if>>
<video controls autoplay loop><source @src='"video/"+either("natalia_office_flirt")+".mp4"' type="video/mp4"></video>
Natalia is now comfortable talking about her private & love life. She also not trying to hide her attraction to me
(Relationship +1 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level is 6>>(Relationship +6 from style)
<<elseif $lifestyle_level >6>>(Relationship +9 from style)<</if>>
<</nobr>>
[[Back|Natalia Office Interaction]] <<if $relnata >50>>[[Ask Her to Date|Natalia Date]]<</if>><<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $sexcount_nata +=1>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<</nobr>>
<<speech "Natalia">>Hey Handsome, wanna do it? <</speech>>
<<nobr>>
<<if $miastatus is "Girlfriend">>
<<speech "You">>Mia's room is right beside me! are you crazy?... fuckkk<</speech>> <<else>>
<<speech "You">>Right here right now?? I'm in the middle of a call! fuckkk <</speech>><</if>><</nobr>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> your dick disagrees with you, handsome <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("bj_1")+".mp4"' type="video/mp4"></video>
[[Blowjob|Natalia Bj Office]] [[Doggy|Natalia Office Doggy]] [[Missionary|Natalia Office Missionary]] [[Cowgirl|Natalia Office Cow]] [[Side|Natalia Office Side]]
I asked Natalia for a date
<img src="img/char/natalia_office_1.jpg" style="max-width: 70%;">
<<speech "You">> Hey Natalia, are you free tonight? i wonder if i can take you out tonight?>><</speech>>
<<speech "Natalia">> Of Course $firstname, where do you want to take me? <</speech>>
[[Dinner|Dinner Natalia]] [[Drinking at the Bar|Bar Natalia]] [[Hang out at her House|House Natalia]]<<if $money <301>> <<speech "You">>I don't have enough money<</speech>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relnata +=5>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<</nobr>>
<<if $money >300>>I take Natalia to an expensive Restaurant in the city
<img src="img/char/natalia_date_dinner.jpg" style="max-width: 80%;">
<<speech "You">> How was it Natalia? Do you like the food?<</speech>>
<<speech "Natalia">> I love it $firstname! i really like the food <</speech>>
[[Take Her Home|House Natalia]]<</if>>Double-click this passage to edit it.<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("enter_natalia_house")+".mp4"' type="video/mp4"></video>
<<speech "You">>I take Natalia Home, her house is huge. She said that se is related to Tony Stark the Iron Man <</speech>>
[[Fuck Her|Natalia Sex Home Start]] [[Go straight home|Streets]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $natafucked to 1>>
<<set $relnata +=2>><<if $relnata lt 0>><<set $relnata to 0>><<elseif $relnata gt 100>><<set $relnata to 100>><</if>>
<</nobr>>
<<speech "Natalia">> You know, it's only two of us here.. wanna fuck?<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "You">>You really want me don't you<</speech>>
[[Fuck Her Now|Natalia Sex home 1]]Double-click this passage to edit it.<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Suck my dick Natalia <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Damn $firstname, you got a bick package under the pants<</speech>>
[[Continue BJ|Natalia Sex home 1]] [[Missionary|Natalia Home Miss]] [[Doggy|Natalia Home Doggy]] [[Standing Doggy|Natalia Home Standing Doggy]] [[Standing Front|Natalia Home Standing Front]] [[Cowgirl|Natalia Home Cow]]<<if $lust>90>>[[Cum in Face|Cumm Natalia Face]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yess.. I've dreamt about this since first day in office <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("mission_1")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Damn $firstname, You're such a perv <</speech>>
[[Missionary|Natalia Home Miss]] [[BJ|Natalia Sex home 1]] [[Standing Doggy|Natalia Home Standing Doggy]] [[Standing Front|Natalia Home Standing Front]] [[Cowgirl|Natalia Home Cow]]<<if $lust>90>>[[Cum in Face|Cumm Natalia Face]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ohh Yes Natalia.. Your ass is so beautiful <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("stand_1","stand_2","stand_3")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Fuck you're so BIG! <</speech>>
[[Missionary|Natalia Home Miss]] [[BJ|Natalia Sex home 1]] [[Standing Doggy|Natalia Home Standing Doggy]] [[Standing Front|Natalia Home Standing Front]] [[Cowgirl|Natalia Home Cow]]<<if $lust>90>>[[Cum in Face|Cumm Natalia Face]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Come here baby... lemme se your horny face <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("stand_front_1","stand_front_2")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Yes.. Yes.. keep pounding my pussy! <</speech>>
[[Standing Front|Natalia Home Standing Front]] [[Missionary|Natalia Home Miss]] [[BJ|Natalia Sex home 1]] [[Standing Doggy|Natalia Home Standing Doggy]] [[Cowgirl|Natalia Home Cow]]<<if $lust>90>>[[Cum in Face|Cumm Natalia Face]] [[Cum inside|Standing Cum Natalia Home]] <</if>><<nobr>>
<<set $lust +=30>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Natalia">> Sit tight perv! let me take control from here!<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("cow_1","cow_2")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Yess Yess.. you like it? you like me pumping on your dick like this perv??! <</speech>>
[[Cowgirl|Natalia Home Cow]] [[Standing Front|Natalia Home Standing Front]] [[Missionary|Natalia Home Miss]] [[BJ|Natalia Sex home 1]] [[Standing Doggy|Natalia Home Standing Doggy]] <<if $lust>90>>[[Cum in Face|Cumm Natalia Face]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_nata +=1>> <<set $sexcount +=1>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Natalia.. Here i come<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("cum_in_mouth")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Yes! Yes! $firstname, burst your load on my pretty face!<</speech>>
[[End Sex|Natalia House]]<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount_nata +=1>> <<set $sexcount +=1>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Natalia, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("stand_front_cum")+".mp4"' type="video/mp4"></video>
<<speech "Mia">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[End Sex|Natalia House]]<img src="img/place/char_house/natalia/natalia_house_living.jpg" style="max-width: 80%;">
<<speech "You">>I'm at Natalia's house. What do i want to do?<</speech>>
<<if $daydesc is "Tuesday" or $daydesc is "Thursday" or $daydesc is "Friday" or $daydesc is "Monday" or $daydesc is "Wednesday">> [[Have Sex with Natalia|Natalia Sex home2]] [[Sleep here|Sleep Natalia Apartment]] <</if>>[[Go Home|Streets]] <<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ohh Yes Natalia.. Your ass is so beautiful <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_natalia/"+either("doggy_1","doggy_2")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Fuck you're so BIG! <</speech>>
[[Doggy|Natalia Home Doggy]] [[Missionary|Natalia Home Miss]] [[BJ|Natalia Sex home 1]] [[Standing Doggy|Natalia Home Standing Doggy]] [[Standing Front|Natalia Home Standing Front]] [[Cowgirl|Natalia Home Cow]]<<if $lust>90>>[[Cum in Face|Cumm Natalia Face]]<</if>>Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Natalia, You're a pro <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> It's because i'm always hungry for your dick <</speech>>
[[Blowjob|Natalia Bj Office]] [[Doggy|Natalia Office Doggy]] [[Missionary|Natalia Office Missionary]] [[Cowgirl|Natalia Office Cow]] [[Side|Natalia Office Side]] <<if $lust > 90>>[[Cum on Face|COF Natalia Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck, your cunt is so tight Natalia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> It's because i'm always hungry for your dick <</speech>>
[[Doggy|Natalia Office Doggy]] [[Blowjob|Natalia Bj Office]] [[Missionary|Natalia Office Missionary]] [[Cowgirl|Natalia Office Cow]] [[Side|Natalia Office Side]] <<if $lust > 90>>[[Cum Inside|Creampie Natalia Office]] [[Cum on Face|COF Natalia Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Natalia">> Yess $firstname! ram that big hard dick inside of me! <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">>Yess.. i love how big is your dick <</speech>>
[[Missionary|Natalia Office Missionary]] [[Doggy|Natalia Office Doggy]] [[Blowjob|Natalia Bj Office]] [[Cowgirl|Natalia Office Cow]] [[Side|Natalia Office Side]] <<if $lust > 90>>[[Cum Inside|Creampie Natalia Office]] [[Cum on Face|COF Natalia Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeaahh keep riding my dick you slut!<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("cow_1","cow_2")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">>Yeeah?? You like me grinding on your dick?<</speech>>
[[Cowgirl|Natalia Office Cow]] [[Missionary|Natalia Office Missionary]] [[Doggy|Natalia Office Doggy]] [[Blowjob|Natalia Bj Office]] [[Side|Natalia Office Side]] <<if $lust > 90>>[[Cum Inside|Creampie Natalia Office]] [[Cum on Face|COF Natalia Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Natalia, You're so hot<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("side_1","side_2")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">>Yeeah?? Then fuck me hard Mr $lastname<</speech>>
[[Cowgirl|Natalia Office Cow]] [[Missionary|Natalia Office Missionary]] [[Doggy|Natalia Office Doggy]] [[Blowjob|Natalia Bj Office]] [[Side|Natalia Office Side]] <<if $lust > 90>>[[Cum Inside|Creampie Natalia Office]] [[Cum on Face|COF Natalia Office]]<</if>><<nobr>>
<<set $lust -=90>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Natalia! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("creampie")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Yess Yess Yess... Shoot all your loads inside my cunt! impregnate me! i want all of your offsprings! <</speech>>
[[End Sex|Office]]<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Natalia! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_natalia/"+either("cum_on_face")+".mp4"' type="video/mp4"></video>
<<speech "Natalia">> Yess Yess Yess... Shoot all your loads on my pretty face <</speech>>
[[End Sex|Office]]<<speech "Eva">> Hi baby.. what's up? miss me already?<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("eva_call")+".mp4"' type="video/mp4"></video>
<<speech "You">> Hi babe.. yeahh.. i can't stop thinking about you. Wanna come here <</speech>>
<<speech "Eva">> Will be there in a minute babe <</speech>>
<<set $location_eva to "home" >>
<<set $guest +=1>>
[[Hang up|Home]]<<speech "You">> What happened Eva? is there something bothering you?<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("pre_start")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> No.. No.. It's not that $firstname.. i'm just... <</speech>>
<<speech "You">> What happened? you can just tell me anything <</speech>>
<<speech "Eva">> The truth is.. i want you to spend the night here with me.. i need you $firstname <</speech>>
Damn.. what should i do now?
[[Fuck her|Eva Sex Home Start]] [[Ignore her and go home|Ignore Eva's advance]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $evafucked to 1>> <<set $sexcount_eva +=1>> <<set $sexcount +=1>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<speech "Eva">> I really want you $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "You">>I also want you Eva<</speech>>
<video controls autoplay loop><source
@src='"sexvid/home_sex_eva/"+either("pre_foreplay")+".mp4"' type="video/mp4"></video>
we start to lustfully and passionately kiss each other.. it was an urge that has been buried deep inside, and now explodes
[[Fuck Her Now|Eva Sex foreplay]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva -=50>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("reject_eva")+".mp4"' type="video/mp4"></video>
<<speech "You">>Sorry Mrs Lovia, i can't do this.. you're my boss.. it's wrong <</speech>>
[[Go straight home|Streets]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> You're so beautiful Eva <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("foreplay_1","foreplay_2","foreplay_3","foreplay_4","foreplay_5","foreplay_6","foreplay_7")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeah... you like it? devour me $firstname! devour me like the way you're looking at me at the office <</speech>>
[[Foreplay|Eva Sex foreplay]] [[Missionary|Eva Home Miss]] [[Doggy|Eva Home Doggy]] [[Cowgirl|Eva Home Cow]] [[Side|Eva Home Side]] [[Side|Eva Home Side]] <<if $lust>90>>[[Cum in Face|Cumm Eva Face]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Shit shit shit!! your dick is too big! is too big for my little cunt! <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("mission_1","mission_2","mission_3","mission_4","mission_5","mission_6","mission_5","mission_5","mission_5")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yeahh.. Yeahh.. Are you there yet? You can cum wherever you want! <</speech>>
[[Missionary|Eva Home Miss]] [[Foreplay|Eva Sex foreplay]] [[Doggy|Eva Home Doggy]] [[Cowgirl|Eva Home Cow]] [[Side|Eva Home Side]] [[Side|Eva Home Side]] <<if $lust>90>>[[Cum in Face|Cumm Eva Face]] [[Cum Inside|Creampie Missionary Eva Home]]<</if>><<nobr>>
<<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Your ass is magnificent Eva! fuckk <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("doggy_1","doggy_2","doggy_3","doggy_4","doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> You know what's better? you can use my ass whenever you want <</speech>>
[[Doggy|Eva Home Doggy]] [[Missionary|Eva Home Miss]] [[Foreplay|Eva Sex foreplay]] [[Cowgirl|Eva Home Cow]] [[Side|Eva Home Side]] [[Side|Eva Home Side]] <<if $lust>90>>[[Cum in Face|Cumm Eva Face]] <</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeahh.. just like that.. move your hips just like that <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yeahh.. i love grinding on your Big Hard Cock <</speech>>
[[Cowgirl|Eva Home Cow]] [[Doggy|Eva Home Doggy]] [[Missionary|Eva Home Miss]] [[Foreplay|Eva Sex foreplay]] [[Side|Eva Home Side]] [[Side|Eva Home Side]] <<if $lust>90>>[[Cum in Face|Cumm Eva Face]] <</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Shit shit shit!! your dick is too big! is too big for my little cunt! <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("side_1","side_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yeahh.. Yeahh.. Are you there yet? You can cum wherever you want! <</speech>>
[[Side|Eva Home Side]] [[Cowgirl|Eva Home Cow]] [[Doggy|Eva Home Doggy]] [[Missionary|Eva Home Miss]] [[Foreplay|Eva Sex foreplay]] [[Side|Eva Home Side]] <<if $lust>90>>[[Cum in Face|Cumm Eva Face]] [[Cum Inside|Creampie Side Eva Home]] <</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=70>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Eva.. Here i come<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("Cim")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, burst your load on my pretty face!<</speech>>
[[Cuddle|Aftermath Sex Home Eva]]Double-click this passage to edit it.<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("mission_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[Cuddle|Aftermath Sex Home Eva]]<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=80>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("side_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[Cuddle|Aftermath Sex Home Eva]]
<<speech "Eva">> That was fantastic $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<if $location_eva is "Home">>
<<speech "You">> Yeah.. it was intense <</speech>>
<<speech "Eva">> I'm sleepy, let's just get straight to bed <</speech>>
<<speech "You">> Cuddle with me? <</speech>>
<<speech "Eva">> Of course baby <</speech>>
we laughed then fall asleep
[[Sleep|Sleep Eva House]]<</if>>
<<speech "You">> Yeah.. it was intense <</speech>>
<<speech "Eva">> You wanna sleep here for a night? <</speech>>
<<speech "You">> Sure.. just don't get mad at me for being late at the office tomorrow <</speech>>
<<speech "Eva">> i'll think for a fun punishment <</speech>>
we laughed then fall asleep
[[Sleep|Sleep Eva House]]<<nobr>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><<endif>><<set $morningshower to 0>><<set $fullness to 0>> <<if $day is 7>> <<set $day to 0>> <<set $money +=$wage>> <<set $money -=$rent>> <<else>> <</if>><<set $daycount =+1>>
<<if $timedesc is "Evening">><<set $energy +=60>>
<<elseif $timedesc is "Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Late Afternoon">><<set $energy +=70>>
<<elseif $timedesc is "Morning">><<set $energy +=80>>
<<elseif $timedesc is "Late Evening">><<set $energy +=50>>
<<elseif $timedesc is "Night">><<set $energy+=40>>
<<elseif $timedesc is "Late Night">><<set $energy+=30>>
<<else>><</if>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>> <<set $time to 7>><<set $day +=1>>
<<set $stockvar = $stock * either(-0.033,-0.3,-0.055,-0.01,-0.1,0.1,0.2,0.01,0.22,0.1,0.15,0.35,0.3)>>
<<set $stock +=$stockvar>>
<<set $deposito = $deposito * 1.004>>
<</nobr>>
[[Wake Up|Eva House]] <img src="img/place/char_house/eva/eva_house.jpg" style="max-width: 80%;">
<<speech "You">>I'm at Eva's house. What do i want to do?<</speech>>
<<if $daydesc is "Tuesday" or $daydesc is "Thursday" or $daydesc is "Friday" or $daydesc is "Monday" or $daydesc is "Wednesday">> [[Have Sex with Eva|Eva Sex home2]]<</if>> [[Sleep here|Sleep Eva House]] [[Get Out|Streets]] Double-click this passage to edit it.<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeahh.. Keep jerking it Boss <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("hj_1","hj_2","hj_3","hj_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh. you like it big boy? <</speech>>
[[Handjob|Eva HJ Office]] [[Blowjob|Eva BJ Office]] [[Cunni|Eva Office Cunni]] [[Doggy|Eva Office Doggy]] [[Missionary|Eva Office Missionary]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Mmppphh... slurpp.. Brffppp <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh. what a big cock <</speech>>
[[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] [[Cunni|Eva Office Cunni]] [[Doggy|Eva Office Doggy]] [[Missionary|Eva Office Missionary]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Ohh shitt baby.. shit.. yeahh.. keep licking my pussy <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("cunni_1","cunni_2","cunni_3","cunni_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh.. Yeassh.. eh heh... <</speech>>
[[Cunni|Eva Office Cunni]] [[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] [[Doggy|Eva Office Doggy]] [[Missionary|Eva Office Missionary]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Eva... Your pussy feels so good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh.. Yeassh.. eh heh... fuck me.. daddyy <</speech>>
4[[Doggy|Eva Office Doggy]] [[Cunni|Eva Office Cunni]] [[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] [[Missionary|Eva Office Missionary]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Eva... Your pussy feels so good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh.. Yeassh.. eh heh... fuck me.. daddyy <</speech>>
[[Missionary|Eva Office Missionary]] [[Doggy|Eva Office Doggy]] [[Cunni|Eva Office Cunni]] [[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] [[Side|Eva Office Side]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Eva! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("cum_on_breast")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yess Yess Yess... Shoot all your loads on my breasts <</speech>>
[[End Sex|Office]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Eva... Your pussy feels so good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh.. Yeassh.. eh heh... fuck me.. daddyy <</speech>>
[[Side|Eva Office Side]] [[Missionary|Eva Office Missionary]] [[Doggy|Eva Office Doggy]] [[Cunni|Eva Office Cunni]] [[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] [[Cowgirl|Eva Office Cowgirl]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck Eva... Your pussy feels so good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva/"+either("cow_1","cow_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> yeahh.. Yeassh.. eh heh... fuck me.. daddyy <</speech>>
[[Cowgirl|Eva Office Cowgirl]] [[Side|Eva Office Side]] [[Missionary|Eva Office Missionary]] [[Doggy|Eva Office Doggy]] [[Cunni|Eva Office Cunni]] [[Blowjob|Eva BJ Office]] [[Handjob|Eva HJ Office]] <<if $lust >90>>[[Cum on Breast|Cum Breast Eva Office]]<</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=1>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, babe.. Can i have a minute? i would like to talk with you in private <</speech>>
<video controls autoplay loop><source @src='"video/"+either("eva_discuss_work")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Of course baby... wanna talk in the meeting room?<</speech>>
<<speech "You">> that'll do, let's go there <</speech>>
<<if $status is "Dating Eva">>[[Go to Meeting Room|Sex Start Meeting Room Eva]] <<else>> [[Go to Meeting Room|Confess to Eva]] <</if>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $evastatus to "girlfriend">> <<set $status to "Dating Eva">>
<</nobr>>
Eva was preparing the room for the nearby meeting schedule. I use this opportunity to confess my feeling for her
<<speech "You">> Hey Eva <</speech>>
<<speech "Eva">> Oh hi... What's with all of this? a flower?<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("ask_to_be_girlfriend")+".mp4"' type="video/mp4"></video>
<<speech "You">> You know.. i've been thinking that lately we've been fucking around.. and i can't deny that this makes me feel that i want you more than just a fuck buddy <</speech>>
<<speech "Eva">> *giggles* Do you know that i am 5 years older than you <</speech>>
<<speech "You">> It doesn't matter.. i love you Eva <</speech>>
<<speech "Eva">> I love you too $firstname.. <</speech>>
[[Proceed|Sex Start Meeting Room Eva]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $sexcount_eva +=1>> <<set $sexcount +=1>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<speech "Eva">> The regional division heads meeting is in 30 minutes.. wanna do something fun before the meeting? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("start_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>What do you have in mind baby?<</speech>>
<<speech "Eva">> Wanna find out? <</speech>>
[[Kiss Her|Kiss Eva Office 1]]<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> You're so beautiful Eva <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Shh shut up and keep kissing me.. we don't have much time <</speech>>
[[Keep kissing|Kiss Eva Office 1]] [[Blowjob|Eva Office 1 BJ]] [[69|Eva Office 1 69]] <<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Yess Baby.. do it quick! the meeting will start any minute <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("Mission_1","Mission_2","Mission_3","Mission_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Uh huh.. Yeah.. Keep fucking me <</speech>>
[[Missionary|Eva Office 1 Miss]] [[69|Eva Office 1 69]] [[Blowjob|Eva Office 1 BJ]] [[Doggy|Eva Office 1 Doggy]] [[Cowgirl|Eva Office 1 Cow]] [[Side|Eva Office 1 Side]] <<if $lust>90>>[[Cum|Cumm Eva Office 1 69]] <</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Yess Baby.. do it quick! the meeting will start any minute <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("Doggy_1","Doggy_2","Doggy_3","Doggy_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Uh huh.. Yeah.. Keep fucking me <</speech>>
[[Doggy|Eva Office 1 Doggy]] [[Missionary|Eva Office 1 Miss]] [[69|Eva Office 1 69]] [[Blowjob|Eva Office 1 BJ]] [[Cowgirl|Eva Office 1 Cow]] [[Side|Eva Office 1 Side]] <<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Yess yess. do i have to be in control so you can cum quick darling? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("cow_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh yess baby.. i think i'm close <</speech>>
[[Cowgirl|Eva Office 1 Cow]] [[Side|Eva Office 1 Side]] [[Doggy|Eva Office 1 Doggy]] [[Missionary|Eva Office 1 Miss]] [[69|Eva Office 1 69]] [[Blowjob|Eva Office 1 BJ]] <<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">> Yess Baby.. do it quick! the meeting will start any minute <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("Side_1","Side_2","Side_3","Side_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Uh huh.. Yeah.. Keep fucking me <</speech>>
[[Side|Eva Office 1 Side]] [[Doggy|Eva Office 1 Doggy]] [[Missionary|Eva Office 1 Miss]] [[69|Eva Office 1 69]] [[Blowjob|Eva Office 1 BJ]] [[Cowgirl|Eva Office 1 Cow]] <<if $lust>90>>[[Cum|Cumm Eva Office 1 Side]] <</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ohh shit Eva... You're a pro <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Ehempphh?? Hmpphh Slurpp Bwahhh... He he you really like this don't you <</speech>>
[[Continue Blowjob|Eva Office 1 BJ]] [[Missionary|Eva Office 1 Miss]] [[Doggy|Eva Office 1 Doggy]] [[Cowgirl|Eva Office 1 Cow]] [[Side|Eva Office 1 Side]] [[69|Eva Office 1 69]]<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Ohh shit Eva... You're a pro <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("69_1","69_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Ehempphh?? Hmpphh Slurpp Bwahhh... He he you really like this don't you <</speech>>
[[Continue 69|Eva Office 1 69]] [[Blowjob|Eva Office 1 BJ]] [[Missionary|Eva Office 1 Miss]] [[Doggy|Eva Office 1 Doggy]] [[Cowgirl|Eva Office 1 Cow]] [[Side|Eva Office 1 Side]] <<if $lust>90>>[[Cum|Cumm Eva Office 1 69]] <</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=70>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Fuck... Eva.. Here i come<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("69_cum")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, burst your load on my pretty face!<</speech>>
[[End Sex|Aftermath Sex Office 1 Eva]]<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=80>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("side_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[End Sex|Aftermath Sex Office 1 Eva]]<<speech "Eva">> That was fantastic $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_eva_1/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Oh shit.. i forgot about the meeting <</speech>>
<<speech "Eva">> Haha you're right, we better get ready quick <</speech>>
[[Get Out of Meeting Room|Office]]
<<if $metellie is 0>> <<speech "You">> I'm welcomed by this cute girl <</speech>> <<else>> <<speech "You">> I'm greeted by Ellie <</speech>> <</if>>
<img src="img/char/ellie_1.jpg" style="max-width: 80%;">
<<if $metellie is 0>> <<speech "Ellie">> Hi, my name is Ellie. How can i help you sir? <</speech>> <<else>> <<speech "Ellie">> Hi $firstname what can i do for you today? <</speech>> <</if>>
<<speech "You">> I'm looking for a house.. what kind of houses do you offer? <</speech>>
<<if $metellie is 0>> <<speech "Ellie">> Here's our catalogue sir.. have a look<</speech>> <<else>> <<speech "Ellie">> Here's our catalogue $firstname.. have a look<</speech>> <</if>>
<<nobr>>
<div class="column">
<<link
"<img src='img/small_house_icon.jpg' width=20%>" "Buy Small House">>
<</link>>
<h3>Small House, USD 1,000,000 </h3></div>
<div class="column">
<<link
"<img src='img/large_house_icon.jpg' width=20%>" "Buy Large House">>
<</link>>
<h3>Large House, USD 10,000,000 </h3></div>
<div class="column">
<<link
"<img src='img/mansion_icon.jpg' width=20%>" "Buy Mansion">>
<</link>>
<h3>Mansion, USD 50,000,000</h3></div>
<</nobr>>
[[Back|Mall]]
<<nobr>>
<<set $metellie to 1>>
<<set $relellie += 1>>
<<if $elliestatus is "Not Met">> <<set $elliestatus to "My Property Agent">><</if>>
<</nobr>><<if $money <1000000>> I can't afford this house... yet..
[[Back|Mall]] <<else>>
<<speech "You">> I would love to see this Small Landed House please <</speech>>
<img src="img/place/property/small_house/facade.jpg" style="max-width: 80%;">
<<speech "Ellie">> Oh this one? this one costs 1 million bucks. It has 3 bedrooms, 1 bath, a kitchen, 1 car garage, and a nice yard <</speech>>
<<speech "You">> Can i have a discount?<</speech>>
<<speech "Ellie">> Unfortunately there's no discount right now.. but if you're buying it right here right now.. i'll give you a special bonus <</speech>>
<<speech "You">> Oh yeah? what would that be?<</speech>>
<<speech "Ellie">> Let's go to the location first, then i'll let you know the bonuses there<</speech>>
<<speech "You">> okay then <</speech>>
[[Go to the location|Small House showing around]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relellie +=1>><<if $relellie lt 0>><<set $relellie to 0>><<elseif $relellie gt 100>><<set $relellie to 100>><</if>>
<</nobr>>
<<speech "Ellie">> So, this is the Main Room, Living Room, & The Kitchen <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("ellie_showing_around")+".mp4"' type="video/mp4"></video>
<<speech "You">> I think i like this house.. i might decide to buy it.. and what about the bonus you said earlier? <</speech>>
<<speech "Ellie">> You wanna find out? how about signing this house purchase order first than we talk about the bonus <</speech>>
<<speech "You">> Fair enough... <</speech>>
[[Sign the House Purchase Letter|Event Ellie House Start]]
<<set $money -=1000000>>
<<set $home to "Owned Small House">>
<<set $sexcount_ellie to 0>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Congratulations! Now i'm officially a home owner in New York!
<<speech "Ellie">> Well, the bonus is i'm gonna let you grope, cares, my body as you want it <</speech>>
<<speech "You">> Fuck.. For real? <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("caress_1")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">> Yeahh.. You like it? <</speech>>
[[Blowjob|Ellie Prop BJ]]
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ellie">>WoW... You have a nice cock <</speech>>
<<speech "You">> Suck it <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">> Ehmpphh Emmpphh Yeahh.. You like it? <</speech>>
[[Keep Sucking|Ellie Prop BJ]] [[Missionary|Ellie Prop Mission]] [[Doggy|Ellie Prop Doggy]]<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ellie">>Yeahh.. keep pumping my tiny pussy<</speech>>
<<speech "You">> Fuck it's so tight <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("miss_1","miss_2","miss_3","miss_4","miss_5","miss_6")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">> Oghh Oghhh yeahh Ohh Yeahh... Fuck me harder babyy <</speech>>
[[Missionary|Ellie Prop Mission]] [[Blowjob|Ellie Prop BJ]] [[Doggy|Ellie Prop Doggy]] <<if $lust >90>>[[Cum Inside|Creampie Ellie Prop]]<</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ellie">>Yeahh.. keep pumping my tiny pussy<</speech>>
<<speech "You">> Fuck it's so tight <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">> Oghh Oghhh yeahh Ohh Yeahh... Fuck me harder babyy <</speech>>
[[Doggy|Ellie Prop Doggy]] [[Missionary|Ellie Prop Mission]] [[Blowjob|Ellie Prop BJ]] <<if $lust >90>>[[Cum Inside|Creampie Ellie Prop]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=70>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $elliefucked to 1>> <<set $relellie +=3>>
<</nobr>>
<<speech "Ellie">>Are you close?? you can shoot your load inside<</speech>>
<<speech "You">> Here i come Ellie! <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("miss_cum")+".mp4"' type="video/mp4"></video>
<<speech "Ellie">>Yess yess Yess.. cum for me baby.. cum for me!!<</speech>>
[[End Sex|Aftermath Sex Ellie Prop]]<<speech "Ellie">> That was fantastic Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/property_ellie/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Fuckk Ellie.. that was good <</speech>>
<<speech "Ellie">> Wanna do it again next time? i'll give you my number, so you can call me whenever you're available at the house <</speech>>
I got Ellie's Number.. now i can call her into my new house
[[End Sex|Home]]
<<set $elliefucked to 1>>
<<set $guest to 0>><<speech "You">> I can invite girls that has already had sex with me <</speech>>
<<nobr>>
<<if $miafucked is 1>>
<div class="column">
<img src="img/icon/mia_icon.jpg" style="max-width: 100%;">
<h3>Mia Malkova</h3>
<p>Rel: <meter @value="$relmia" min="0" max="100"></meter></p>
<p>Status: $miastatus ([[Call Mia]])</p>
<p>Had Sex: $sexcount_mia times</p>
</div><</if>>
<<if $natafucked is 1>>
<div class="column">
<img src="img/icon/natalia_icon.jpg" style="max-width: 100%;">
<h3>Natalia Stark</h3>
<p>Rel: <meter @value="$relnata" min="0" max="100"></meter></p>
<p>Status: $natastatus ([[Call Nata]])</p>
<p>Had Sex: $sexcount_nata times</p>
</div><</if>>
<<if $evafucked is 1>>
<div class="column">
<<link "<img src='img/icon/eva_icon.jpg' width=20%>" "House Invite Eva">> <</link>>
<h3>Eva Lovia</h3>
<p>Rel: <meter @value="$releva" min="0" max="100"></meter></p>
<p>Status: $evastatus</p>
<p>Had Sex: $sexcount_eva times</p>
</div><</if>>
<<if $elliefucked is 1>>
<div class="column">
<img src="img/icon/ellie_icon.jpg" style="max-width: 100%;">
<h3>Ellie</h3>
<p>Rel: <meter @value="$relellie" min="0" max="100"></meter></p>
<p>Status: $elliestatus ([[Call Ellie]])</p>
<p>Had Sex: $sexcount_ellie times</p>
</div><</if>>
<<if $remufucked is 1>>
<div class="column">
<img src="img/icon/remu_icon.jpg" style="max-width: 100%;">
<h3>Remu Suzumori</h3>
<p>Rel: <meter @value="$relremu" min="0" max="100"></meter></p>
<p>Status: <<if $remustatus is "Girlfriend">>Girlfriend<<elseif $relremu >30>>Best Friend<<elseif $favorremu >50>>Favorite Escort<<else>>Escort<</if>> <<if $numberremu is 1>>[[Call Remu]]<</if>> </p>
<p>Had Sex: $sexcount_remu times</p>
</div><</if>>
<</nobr>>Double-click this passage to edit it.- finish Eva event in home
- start ellie link to home
- start mia event home
- start natalia event home<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<speech "You">>We are talking about lots of things... having Eva here is a pleasure<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("hangout")+".mp4"' type="video/mp4"></video>
[[Continue Talking|Eva Living]] [[Sex|Eva Living Sex Start]] [[Back|Home]] [[Ask her to leave|Ask Eva to Leave]]
<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $sexcount_eva +=1>> <<set $sexcount +=1>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
<</nobr>>
<<speech "You">>I'm quite horny babe<</speech>>
<<speech "Eva">> Ow my... what do you want me to do then <</speech>>
Eva starts to jerk my dick off
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("hj_1","hj_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> You like that? where do you want us to continue? here or straight into the bedroom? <</speech>>
[[Here in the living room|Eva Living Sex Start 1]] [[Continue in Bed|Eva Bed Sex Start]]Double-click this passage to edit it.<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>We starts making out on the sofa<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("kiss","kiss_2")+".mp4"' type="video/mp4"></video>
[[Keep Kissing|Eva Living Sex Start 1]] [[Blowjob|Eva Living Bj 1]] [[Missionary|Eva Living Mission 1]] [[Doggy|Eva Living Doggy 1]]
[[Cowgirl|Eva Living Cow 1]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>We starts making out in bed<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("foreplay_1","foreplay_2")+".mp4"' type="video/mp4"></video>
[[Keep doing foreplay|Eva Bed Sex Start]] [[Missionary|Eva Bed Sex Missionary]] [[Side|Eva Bed Sex Side]] [[Doggy|Eva Bed Sex Doggy]]
[[Cowgirl|Eva Bed Sex Cow]]<<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Your pussy never disappoints Eva<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("mission_1","mission_2","mission_3","mission_5","mission_6","mission_7","mission_8","mission_9","mission_10","mission_fav","mission_fav","mission_fav","mission_fav","mission_fav","mission_fav","mission_fav","mission_fav_2","mission_fav_2","mission_fav_2","mission_fav_2","mission_fav_2","mission_fav_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Really?? then fuck me harder Babyy! <</speech>>
[[Missionary|Eva Bed Sex Missionary]] [[Foreplay|Eva Bed Sex Start]] [[Side|Eva Bed Sex Side]] [[Doggy|Eva Bed Sex Doggy]]
[[Cowgirl|Eva Bed Sex Cow]] <<if $lust >90>>[[Cum Inside|Eva Bed Sex Cum]] [[Cum in mouth|Eva Bed Sex Cim]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">>Yess baby.. pound me harder <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("side_1","side_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yesss.. your cock feels too damn good <</speech>>
[[Missionary|Eva Bed Sex Missionary]] [[Foreplay|Eva Bed Sex Start]] [[Side|Eva Bed Sex Side]] [[Doggy|Eva Bed Sex Doggy]]
[[Cowgirl|Eva Bed Sex Cow]] <<if $lust >90>>[[Cum Inside|Eva Bed Sex Cum]] [[Cum in mouth|Eva Bed Sex Cim]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">>Yess baby.. pound me harder <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("doggy_1","doggy_2","doggy_fav","doggy_fav","doggy_fav","doggy_fav_2","doggy_fav_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yesss.. your cock feels too damn good <</speech>>
[[Doggy|Eva Bed Sex Doggy]] [[Missionary|Eva Bed Sex Missionary]] [[Foreplay|Eva Bed Sex Start]] [[Side|Eva Bed Sex Side]]
[[Cowgirl|Eva Bed Sex Cow]] <<if $lust >90>>[[Cum Inside|Eva Bed Sex Cum]] [[Cum in mouth|Eva Bed Sex Cim]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Yeahh baby.. you ride my dick really good<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yesss.. you like the way i move baby?<</speech>>
[[Cowgirl|Eva Bed Sex Cow]] [[Doggy|Eva Bed Sex Doggy]] [[Missionary|Eva Bed Sex Missionary]] [[Foreplay|Eva Bed Sex Start]] [[Side|Eva Bed Sex Side]]
<<if $lust >90>>[[Cum Inside|Eva Bed Sex Cum]] [[Cum in mouth|Eva Bed Sex Cim]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("mission_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[Cuddle|Aftermath Sex Home Eva 1]]<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<<speech "Eva">> Pour your load on my face.. Now!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("cim")+".mp4"' type="video/mp4"></video>
[[Leave|Aftermath Sex Home Eva 2]]<<speech "Eva">> That was fantastic $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_sex_eva/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. it was intense <</speech>>
<<speech "Eva">> Let's go to sleep babe <</speech>>
<<speech "You">> Yess babe... <</speech>>
we kissed then fall asleep
[[Sleep|Sleep]]<<speech "Eva">> That was fantastic $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_sex_eva/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. it was intense <</speech>>
<<speech "Eva">> I better wash my face then <</speech>>
<<speech "You">> Yess babe... <</speech>>
[[Back|Home]]<<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Eva is sucking my dick hard<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>You like it daddy??<</speech>>
[[Blowjob|Eva Living Bj 1]] [[Kissing|Eva Living Sex Start 1]] [[Missionary|Eva Living Mission 1]] [[Doggy|Eva Living Doggy 1]]
[[Cowgirl|Eva Living Cow 1]] <<if $lust >90>>[[Cum in Mouth|Eva Living Cim 1]]<</if>><<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Yess Eva.. your pussy feels so good<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("mission_1","mission_2","mission_3","mission_4","mission_5","mission_6","mission_fav","mission_fav","mission_fav")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yess yess. fuck me hard Daddy!!<</speech>>
[[Missionary|Eva Living Mission 1]] [[Blowjob|Eva Living Bj 1]] [[Kissing|Eva Living Sex Start 1]] [[Doggy|Eva Living Doggy 1]]
[[Cowgirl|Eva Living Cow 1]] <<if $lust >90>>[[Cum in Mouth|Eva Living Cim 1]] [[Cum Inside|Eva Living Creampie 1]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Eva">>Yess baby.. pound me harder <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("doggy_1","doggy_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yesss.. your cock feels too damn good <</speech>>
[[Doggy|Eva Living Doggy 1]] [[Missionary|Eva Living Mission 1]] [[Blowjob|Eva Living Bj 1]] [[Kissing|Eva Living Sex Start 1]]
[[Cowgirl|Eva Living Cow 1]] <<if $lust >90>>[[Cum in Mouth|Eva Living Cim 1]] [[Cum Inside|Eva Living Creampie 1]]<</if>><<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Yeahh baby.. you ride my dick really good<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yesss.. you like the way i move baby?<</speech>>
[[Cowgirl|Eva Living Cow 1]] [[Doggy|Eva Living Doggy 1]] [[Missionary|Eva Living Mission 1]] [[Blowjob|Eva Living Bj 1]] [[Kissing|Eva Living Sex Start 1]]
<<if $lust >90>>[[Cum in Mouth|Eva Living Cim 1]] [[Cum Inside|Eva Living Creampie 1]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<<speech "Eva">> Pour your load on my face.. Now!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("cim")+".mp4"' type="video/mp4"></video>
[[Leave|Aftermath Sex Home Eva Living 1]]<<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("mission_creampie","mission_creampie_2","side_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[End Sex|Aftermath Sex Home Eva Living 1]]<<speech "Eva">> That was fantastic $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_living_sex_eva/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah.. it was intense <</speech>>
<<speech "Eva">> I better wash my face then <</speech>>
<<speech "You">> Yess babe... <</speech>>
[[Back|Home]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $releva +=2>><<if $releva lt 0>><<set $releva to 0>><<elseif $releva gt 100>><<set $releva to 100>><</if>>
Mrs. Lovia calls me to her office. I wonder what's this about
<</nobr>>
<<speech "Eva">> Hey babe.. anything interesting today? <</speech>>
<<speech "You">> You are interesting.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_kitchen_eva/"+either("chat")+".mp4"' type="video/mp4"></video>
[[Kiss Her|Home Kitchen Eva Kiss]] [[Back|Home]] Double-click this passage to edit it.Double-click this passage to edit it.<<nobr>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Eva is sucking my dick hard<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_morningsex_eva/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>You like it daddy??<</speech>>
[[Blowjob|Sex Home Bed Eva Morning]] [[Fuck Her|Sex Home Bed Eva Pussy Morning]]<<nobr>>
<<set $lust +=6>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Fuck Eva.. your pussy is so good!! <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_morningsex_eva/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4"></video>
<<speech "Eva">>Yeahh.. fuck me babyy.. fuck me hard and cum inside of me<</speech>>
[[Blowjob|Sex Home Bed Eva Morning]] [[Fuck Her|Sex Home Bed Eva Pussy Morning]] <<if $lust >90>>[[Cum inside|Sex Home Bed Eva Creampie Morning]]<</if>><<nobr>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=50>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Eva, I'm close<</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_morningsex_eva/"+either("mission_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Yes! Yes! $firstname, fill my pussy.. i want your offspring now!<</speech>>
[[End Sex|Aftermath Sex Home Bed Eva Creampie Morning]]<<speech "Eva">> Wow you came alot inside of me... $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bed_morningsex_eva/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Haha damn.. that's because of you provoked me babe <</speech>>
<<speech "Eva">> Let's get to work then <</speech>>
<<speech "You">> Yess babe... <</speech>>
[[Back|Home]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Relationship: <meter @value="$relann" min="0" max="100"></meter>
<<speech "Ann">> Yes Mr $lastname? What can i do for you? <</speech>>
<video controls autoplay loop><source @src='"video/"+either("chat_ann")+".mp4"' type="video/mp4"></video>
[[Chat with Anne]] [[Ask to do Errands]] <<if $relann>30>>[[Flirt with Anne]]<</if>> <<if $relann>60>> [[Fool around]] <</if>>Double-click this passage to edit it.<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<<set $metann to 1>>
<<set $annstatus to "My Secretary">>
<<set $have_secretary to 1>>
<</nobr>>
<<speech "You">> Hi Ann, what can you tell me about yourself? <</speech>>
<<speech "Ann">> It's nice to meet you Mr $lastname. My name is Ann Kindheart, I'm graduated from a local community college in Delaware, majoring Business Administration <</speech>>
<video controls autoplay loop><source @src='"video/"+either("hire_ann")+".mp4"' type="video/mp4"></video>
<<speech "You">> Not very impressive isn't it? Hemm.. What about secretarial position? that'll do? <</speech>>
<<speech "Ann">> Well i know that i'm not a rocket scientist in finance. But i'm a very thorough person.. so being a secretary will be ideal for me<</speech>>
<<speech "You">> Okay then, welcome to the team Ann <</speech>>
<h3>(Your Corporate Budget will now be deducted USD 1500 every week - always becareful maintaning your Corporate Fund. If it reach sub-zero, you'be fired immidiately)</h3>
[[Hire Ann|My Workstation]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relann +=3>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<if $prestige_level is 1>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relann +=3>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relann +=4>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relann +=5>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relann +=6>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relann +=7>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $lifestyle_level > 2>>
<<set $relann +=4>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> How are you holding up Anne? is everything alright? <</speech>>
<video controls autoplay loop><source @src='"video/"+either("chat_ann_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Everything is alright Mr $lastname. Everyone is being helpful helping me doing all tasks i've been assigned with <</speech>>
<<speech "You">> Very good.. Keep up the good work <</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level >2 >>(Relationship +4 from style)<</if>>
<</nobr>>
[[Dismiss Ann|My Workstation]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $corporank +=1>>
<</nobr>>
<<speech "You">> Ann, i need you to prepare all of the documents i need for boards presentations.. i want it done by today. Are you up to the task? <</speech>>
<video controls autoplay loop><source @src='"video/"+either("chat_ann")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Will do.. will send you the result by today <</speech>>
[[Dismiss Her|My Workstation]]
<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relann +=3>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relann +=4>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relann +=5>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relann +=6>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relann +=7>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<<if $lifestyle_level > 2>>
<<set $relann +=4>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> Hi Ann.. You smell so good today.. Does anyone giving you hard time in the office? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("flirt")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Err... Thanks Mr $lastname you also look good today. Thanks for asking, but everything is going well sir <</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level >2 >>(Relationship +4 from style)<</if>>
<</nobr>>
[[Try to kiss Ann]] [[Dismiss Her|My Workstation]]<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<</nobr>>
<<speech "Ann">>Wait.. Mr $lastname.. Your phone's ringing.. it's Mrs Lovia <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann_1/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "You">>Shhh just pick it up.. don't worry <</speech>>
[[turn her around|Makeout Office Anne Start V2]]<<if $relann <50>>
<<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relann -=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<</nobr>>
<<speech "You">> You're too beautifull Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("reject_kiss")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Sorry Mr $lastname. I can't do this.. i have to finish my work ASAP<</speech>>
[[Stop my advance|My Workstation]] <<else>> <<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relann +=1>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<</nobr>>
<<speech "You">> You're too beautifull Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("kiss_1")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> empph Mr $lastname... Somebody might have seen us..<</speech>>
[[Stop my advance|My Workstation]] [[Makeout with Anne|Makeout Office Anne Start 1]] <</if>><<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<</nobr>>
<<speech "Ann">>Wait.. stop.. Let me close the curtain first Mr $lastname.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("close_curtain")+".mp4"' type="video/mp4"></video>
<<speech "You">>Oh shit.. sure.. i almost forget about that <</speech>>
Anne comes closer to me.. and starts kissing me
<<speech "Ann">>Just sit back and relax.. enjoy my lips and tongue <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("makeout_1","makeout_2","makeout_3","makeout_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Damn.. Ann.. I'm getting hard already.. What about giving me some blowjob? <</speech>>
<<nobr>><<if $relann <80>>
<<speech "Ann">> No fuckin way... this is the farthest that i can do <</speech>>
[[Stop|My Workstation]]<</if>><</nobr>> <<nobr>>
<<if $relann >79>>
<<speech "Ann">> You want it? come here let's move to the sofa <</speech>>
[[Keep kissing her|Makeout Office Anne Start Alt 1]] [[Move to Sofa|Makeout Office Anne Start 2]] [[Stop|My Workstation]]<</if>><</nobr>><<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeah.. suck that dirty cock <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> You better cum soon, people will come here at any moment <</speech>>
[[Blowjob|BJ Office Anne 1]] [[Kiss Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]] <<if $lust >90>>[[Cum in mouth|Cim office anne mouth]]<</if>> <<if $relann >90>>[[Fuck Her|Cow Office Anne 1]]<</if>><<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ann">> let me take this blazer off <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("open_blazer")+".mp4"' type="video/mp4"></video>
<<speech "You">> What a body... come here <</speech>>
[[Kiss Her|Makeout Office Anne Start 3]] <<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ann">> Empphhh.. Mr $lastname.. please slow down a bit.. i can't breathe <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("kiss_sofa_1","kiss_sofa_2","kiss_sofa_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Your lips, your saliva, all of them are delicious <</speech>>
[[Keep Kissing Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]] [[Blowjob|BJ Office Anne 1]] [[Play with her tits|titplay Office Anne 1]] <<if $relann >90>>[[Fuck Her|Cow Office Anne 1]]<</if>><<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeahh keep jerking my dick off Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Please Mr $lastname... cum quick.. i'm afraid people will find out <</speech>>
[[Blowjob|BJ Office Anne 1]] [[Kiss Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]] <<if $lust >90>>[[Cum in mouth|Cim office anne mouth]]<</if>> <<if $relann >90>>[[Fuck Her|Cow Office Anne 1]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Ann! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("cim")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Mmmphh.. stoppp oghh..... <</speech>>
[[End Sex|My Workstation]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ann">> Oghh shitt.. Ahh.. Ah.. It feels good.. Ahhh <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("play_tit_1","play_tit_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Are these real?? these tits are too big <</speech>>
[[Keep Kissing Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]] [[Blowjob|BJ Office Anne 1]] [[Play with her tits|titplay Office Anne 1]] <<if $relann >90>>[[Fuck Her|Cow Office Anne 1]]<</if>><<nobr>>
<<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeahh.. move your hips like that Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("cow_1","cow_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Please Mr $lastname... cum quick.. i'm afraid people will find out <</speech>>
[[Cowgirl|Cow Office Anne 1]] [[Missionary|Miss Office Anne 1]] [[Sit Sex|Sit Sex Anne 1]] [[Blowjob|BJ Office Anne 1]] [[Kiss Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]]<<if $lust >90>>[[Cum in mouth|Cim office anne mouth]] <</if>> <<nobr>>
<<set $lust +=35>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ann">> Yeahh.. yeahh.. keep fucking me Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("miss_1","miss_2","miss_3","miss_4","miss_5","miss_fav_1","miss_fav_1","miss_fav_1","miss_fav_2","miss_fav_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Use my body... shoot your load inside of me <</speech>>
[[Cowgirl|Cow Office Anne 1]] [[Missionary|Miss Office Anne 1]] [[Sit Sex|Sit Sex Anne 1]] [[Blowjob|BJ Office Anne 1]] [[Kiss Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]]<<if $lust >90>>[[Cum in mouth|Cim office anne mouth]] [[Cum Inside|Creampie office anne]]<</if>><<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ann">> Yeahh Yeahh.. do you like me grinding on your dick Mr $lastname ? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("sit_sex_1","sit_sex_2","sit_sex_3")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Are you there yet? you better be quick <</speech>>
[[Cowgirl|Cow Office Anne 1]] [[Missionary|Miss Office Anne 1]] [[Sit Sex|Sit Sex Anne 1]] [[Blowjob|BJ Office Anne 1]] [[Kiss Her|Makeout Office Anne Start 3]] [[Handjob|HJ Office Anne]]<<if $lust >90>>[[Cum in mouth|Cim office anne mouth]] <</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_ann +=1>> <<set $annfucked to 1>>
<</nobr>>
<<speech "You">> Oghh Shit Ann! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("miss_creampie")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Shitt.. you came alot inside of me Mr $lastname <</speech>>
[[End Sex|My Workstation]]<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I turn her around facing me
<<speech "You">> Come over here you dirty little bitch <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann_1/"+either("pre_kiss")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> No.. please don't call me that Mr $lastname <</speech>>
[[Keep Kissing Her|Makeout Office Anne V2]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I turn her around facing me
<<speech "You">> Yeahh.. stick out your tongue Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann_1/"+either("kiss_1","kiss_2","kiss_3","kiss_4","kiss_5")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Ehh hemm... do you like my tongue that much Mr $lastname ? <</speech>>
[[Keep Kissing Her|Makeout Office Anne V2]] [[Blowjob|Bj Office Anne V2]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Yeah.. suck that dirty cock <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann_1/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Do you like the way i suck your dick Mr $lastname <</speech>>
[[Keep Kissing Her|Makeout Office Anne V2]] [[Blowjob|Bj Office Anne V2]]
<<if $lust >90>>[[Cum in mouth|Cim office anne mouth]]<</if>> <<if $relann >90>>[[Fuck Her|Cow Office Anne 1]]<</if>><<nobr>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Not yet.. Im not done with you... <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_ann/"+either("kiss_alt_1","kiss_alt_2","kiss_alt_3","kiss_alt_4","kiss_alt_5","kiss_alt_6")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Ehmm.. okay <</speech>>
[[Keep Kissing|Makeout Office Anne Start Alt 1]] [[Move to Sofa|Makeout Office Anne Start 3]] [[Stop|My Workstation]]<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relann +=2>><<if $relann lt 0>><<set $relann to 0>><<elseif $relann gt 100>><<set $relann to 100>><</if>>
<</nobr>>
<<speech "Ann">>*gasp* Oh my God.. Mr $lastname! Don't you see i'm busy working?? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("fool_1","fool_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> It's all your fault... you without your blazer.. you're trying to seduce me am i right? <</speech>>
<<speech "Ann">> No.. because it's hot at night.. the building manager turned the AC off at 9PM <</speech>>
<<speech "You">>Shhh... Shut up and enjoy<</speech>>
[[turn her around|Night Office Sex Ann Standing Kiss]]<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I turn her around facing me
<<speech "You">> give me your sloppy lips.. dirty little bitch <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> No.. please don't call me that Mr $lastname <</speech>>
[[Keep Kissing|Night Office Sex Ann Standing Kiss]] [[Move to Sofa|Night Office Sex Ann Sofa Kiss]]
<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
i take her to the sofa
<<speech "You">> your lips, tongue, and saliva tastes really good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("kiss_3","kiss_4","kiss_5")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> No.. please don't call me that Mr $lastname <</speech>>
[[Keep Kissing|Night Office Sex Ann Sofa Kiss]] [[Play with her tits|Night Office Sex Ann Playtits]] [[Strip her clothes|Night Office Sex Ann Strip]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
i caress her breasts... and play with her nipples
<<speech "Ann">> Oghh shit... Mr $lastname <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("tit_play_1","tit_play_2","tit_play_3")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> It feels really good.... Mr $lastname <</speech>>
[[Keep playing with her tits|Night Office Sex Ann Playtits]] [[Strip her clothes|Night Office Sex Ann Strip]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "You">> Your clothes are in the way Ann.. let me take them off <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("escalate_strip")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Oghh Mr $lastname, i can't think straight anymore... just do whatever you wanna do <</speech>>
[[Foreplay First|Night Office Sex Ann Foreplay]] [[Just Fuck Her Already|Night Office Sex Ann Doggy]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "You">> Your sweat and saliva smells good Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Oghh Mr $lastname, Keep going.... <</speech>>
[[Foreplay|Night Office Sex Ann Foreplay]] [[Blowjob|Night Office Sex Ann BJ]] [[Handjob|Night Office Sex Ann HJ]] [[Just Fuck Her Already|Night Office Sex Ann Doggy]]<<nobr>>
<<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "Ann">> Oghh Mr $lastname, Fuck me hard! Fuck me Harddd!!! <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("doggy_1","doggy_2","doggy_3","doggy_4","doggy_5","doggy_5","doggy_6","doggy_fav_1","doggy_fav_1","doggy_fav_1","doggy_fav_1","doggy_fav_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh do you like it bitch?? <</speech>>
[[Doggy|Night Office Sex Ann Doggy]] [[Missionary|Night Office Sex Ann Missionary]] [[Cowgirl|Night Office Sex Ann Cow]] [[Sitting|Night Office Sex Ann Sit]]
*hint: can only cum in missionary position<<nobr>>
<<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "Ann">> Oghh Mr $lastname, Use me.. Use me as you wishh <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("miss_1","miss_2","miss_3","miss_fav_1","miss_fav_1","miss_fav_1","miss_fav_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh do you like it bitch?? <</speech>>
[[Missionary|Night Office Sex Ann Missionary]] [[Doggy|Night Office Sex Ann Doggy]] [[Cowgirl|Night Office Sex Ann Cow]] [[Sitting|Night Office Sex Ann Sit]] <<if $lust >90>>[[Cum Inside|Night Office Sex Ann Creampie]]<</if>>
*hint: can only cum in missionary position<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "Ann">> Oghh Mr $lastname, Use me.. Use me as you wishh <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("sit_1","sit_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh do you like it bitch?? <</speech>>
[[Sitting|Night Office Sex Ann Sit]] [[Missionary|Night Office Sex Ann Missionary]] [[Doggy|Night Office Sex Ann Doggy]] [[Cowgirl|Night Office Sex Ann Cow]]
*hint: can only cum in missionary position<<nobr>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "Ann">> Oghh Mr $lastname, Use me.. Use me as you wishh <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh do you like it bitch?? <</speech>>
[[Cowgirl|Night Office Sex Ann Cow]] [[Sitting|Night Office Sex Ann Sit]] [[Missionary|Night Office Sex Ann Missionary]] [[Doggy|Night Office Sex Ann Doggy]]
*hint: can only cum in missionary position<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "You">> Yeahh.. stick your tongue more and play it with my dick <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> mpphh mpphhhh mpphhhhh <</speech>>
[[Blowjob|Night Office Sex Ann BJ]] [[Handjob|Night Office Sex Ann HJ]] [[Foreplay|Night Office Sex Ann Foreplay]] [[Just Fuck Her Already|Night Office Sex Ann Doggy]]<<nobr>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
•
<</nobr>>
<<speech "You">> You're getting better at doing handjobs Ann <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("hj_1","hj_2")+".mp4"' type="video/mp4"></video>
<<speech "Ann">> Oghh Mr $lastname, just shut up and cum already <</speech>>
[[Handjob|Night Office Sex Ann HJ]] [[Foreplay|Night Office Sex Ann Foreplay]] [[Blowjob|Night Office Sex Ann BJ]] [[Just Fuck Her Already|Night Office Sex Ann Doggy]]<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_ann +=1>> <<set $annfucked to 1>>
<</nobr>>
<<speech "You">> Oghh Shit Ann! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_night_sex_ann/"+either("creampie")+".mp4"' type="video/mp4"></video>
<<speech "Eva">> Shitt.. you came alot inside of me Mr $lastname <</speech>>
[[End Sex|My Workstation]]
<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relyua +=2>><<if $relyuan lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<<set $metyua to 1>>
<<set $yuastatus to "My Subordinate">>
<<set $have_credit_specialist to 1>>
<</nobr>>
<<speech "You">> Hi Yua, what can you tell me about yourself? <</speech>>
<<speech "Yua">> It's nice to meet you Mr $lastname. My name is Yua Mikami, Graduated with Honor from Tokyo National University, majoring Mathematics <</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_interview")+".mp4"' type="video/mp4"></video>
<<speech "You">> Your resume is simply amazed me... i'll be happy to welcome you on my team <</speech>>
<<speech "Yua">> Thank you Mr $lastname... It's always been my dream to work here as a credit specialist...<</speech>>
<<speech "You">> Welcome to the team Yua <</speech>>
<h3>(Your Corporate Budget will now be deducted USD 3000 every week - always becareful maintaning your Corporate Fund. If it reach sub-zero, you'be fired immidiately)</h3>
[[Hire Yua|My Workstation]]<<set $corporank +=20>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><<speech "You">> How much do i want to withdraw?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_CF100">>
<</link>>
<h3>USD 100</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_CF1000">>
<</link>>
<h3>USD 1,000</h3>
</div>
<div class="column">
<<link
"<img src='img/money_icon.png' width=20%>" "WD_CF10000">>
<</link>>
<h3>USD 10,000</h3>
</div>
<</nobr>><<if $corpo_budget <100>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 100 USD <</speech>>
<<nobr>>
<<set $corpo_budget -=100>><<set $money +=100>> <</nobr>><</if>>
[[Back|My Workstation]] <<if $corpo_budget <1000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 1000 USD <</speech>>
<<nobr>>
<<set $corpo_budget -=1000>><<set $money +=1000>> <</nobr>><</if>>
[[Back|My Workstation]] <<if $corpo_budget <10000>><<speech "You">>Insufficient Balance<</speech>><<else>>
<<speech "You">> I withdrew 10000 USD <</speech>>
<<nobr>>
<<set $corpo_budget -=10000>><<set $money +=10000>> <</nobr>><</if>>
[[Back|My Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Hi Yua... <</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_check")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Yes Mr $lastname? What can i do for you? <</speech>>
[[Chat with Yua]] <<if $relyua>30>>[[Flirt with Yua]]<</if>> <<if $relyua>60>> [[Fool around|Fool Around Yua]] <</if>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<if $prestige_level is 1>>
<<set $relyua +=1>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relyua +=2>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relyua +=3>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relyua +=5>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relyua +=6>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relyua +=7>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relyua +=1>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $lifestyle_level > 2>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> Hi Yua.. Why don't you take a break for a while... <</speech>>
<img src="img/char/yua_chat_night.jpg" style="max-width: 70%;">
<<speech "Yua">> Ahh yes.. Boss.. After i finish my analysis i will take some break <</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level >2 >>(Relationship +4 from style)<</if>>
<</nobr>>
[[Back|My Workstation]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<<if $prestige_level is 1>>
<<set $relyua +=1>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relyua +=2>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relyua +=3>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relyua +=5>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relyua +=6>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relyua +=7>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relyua +=1>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<<if $lifestyle_level > 2>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> Hi Yua.. I see the way you look at me.. and i think i also feel the same <</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_flirt")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Hahaha.. really? What's up with the way i look at you boss? <</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level >2 >>(Relationship +4 from style)<</if>>
<</nobr>>
[[Try to kiss Yua]] [[Back|My Workstation]]Double-click this passage to edit it.<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Relationship: <meter @value="$relyua" min="0" max="100"></meter>
<<speech "You">> Hemm.. Yua is working really hard.. I'm proud of her <</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_work")+".mp4"' type="video/mp4"></video>
[[Give her more work|Give Yua Work]] <<if $yuafucked is 1>>[[Quick Fun|Yua Office Quick Fun]]<</if>> [[Leave Her Alone|My Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $corporank +=1.5>>
<</nobr>>
<<speech "You">> Yua.. I need these potential borrowers be analyzed before end of day <</speech>>
<video controls autoplay loop><source @src='"video/"+either("give_yua_task")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Consider it done boss<</speech>>
Yua smiles and winks at me... I get a small hint that she's kinda into to me
[[Back|My Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Relationship: <meter @value="$relyua" min="0" max="100"></meter>
<<speech "You">>This is already late.. but Yua's still working hard <</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_work_night")+".mp4"' type="video/mp4"></video>
[[Check on Her|Check on Yua]] [[Leave Her Alone|My Workstation]] <<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</nobr>>
<<speech "You">> You're such a cutie Yua <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> I've been waiting for this boss<</speech>>
[[Keep Kissing Her|Try to kiss Yua]] <<if $relyua>50>>[[Grab her boobs|Makeout Office Yua Start]]<</if>> [[Back to Work|My Workstation]]<<nobr>><<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</nobr>>
<<speech "You">> You have such a nice pair of boobs Yua <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("grope_1","grope_2","grope_3","makeout_1")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Do you like them Boss? <</speech>>
[[Kiss Her|Try to kiss Yua]] [[Grab her boobs|Makeout Office Yua Start]] <<if $relyua >60>>[[Flash my Dick|HJ Office Yua]]<</if>> [[Back to Work|My Workstation]]<<nobr>><<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> No fuckin way!! What a dick boss... It's huge <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("hj_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhh.. Don't stop Yua <</speech>>
[[Keep Jerking|HJ Office Yua]] [[Blowjob|BJ Office Yua]] [[Kiss Her|Try to kiss Yua]] [[Grab her boobs|Makeout Office Yua Start]] [[Back to Work|My Workstation]]<<nobr>><<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Emmpphh Slurrpp...Nggoooah... <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Oh my God... Don't stop Yua <</speech>>
[[Keep Jerking|HJ Office Yua]] [[Blowjob|BJ Office Yua]] [[Kiss Her|Try to kiss Yua]] [[Grab her boobs|Makeout Office Yua Start]] [[Back to Work|My Workstation]] <<if $relyua>70>>[[Have Sex|Penetrate Office Yua]]<</if>><<if $lust>90>>[[Cum on her face|CIF Office Yua]]<</if>><<nobr>><<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_yua +=1>> <<set $yuafucked to 1>>
<</nobr>>
<<speech "Yua">> Yeahh boss.. shove it deep in me <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("penetrate")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shittt.. You're tight <</speech>>
[[Fuck Her Hard|Miss Office Table Yua]]<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Yuaa! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("cum_on_face")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Yess Boss.. unload them on my pretty face<</speech>>
[[End Sex|My Workstation]]<<nobr>><<set $lust +=24>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Ahhhh shitt... i've been dreaming doing this with you since the first time i saw you Boss <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shittt.. You're tight <</speech>>
[[Keep Fucking Her|Miss Office Table Yua]] [[Turn her around|Doggy Office Table Yua]] [[Fuck her on the floor|Miss Office Floor Yua]]<<nobr>><<set $lust +=24>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Ahhhh shitt... i've been dreaming doing this with you since the first time i saw you Boss <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shittt.. You're tight <</speech>>
[[Keep Fucking Her|Doggy Office Table Yua]] [[Turn her around|Miss Office Table Yua]] [[Fuck her on the floor|Miss Office Floor Yua]]<<nobr>><<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Yess yess.. Pump me Boss.. Pump me with all your strength <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("missionF_1","missionF_2","missionF_3","missionF_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Oh Shitt Yua.. I think I'm close <</speech>>
[[Keep Fucking Her|Miss Office Floor Yua]] [[Pound her on the table|Miss Office Table Yua]] [[Doggy her|Doggy Office Table Yua]] <<if $lust>90>> [[Cum Inside|Creampie Office Floor Yua]] [[Cum on her face|CIF Office Yua]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Yuaa! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("mission_cum")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Yess Boss.. fill me up with your seed!!<</speech>>
[[End Sex|Aftermath Yua Sex Office]]<<speech "Yua">> That was fantastic Boss <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Holyy shitt...<</speech>>
<<speech "Yua">> Hahaha.. Let's do it again sometimes <</speech>>
[[Back to Work|Office]]<<set $corporank +=100>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">> Yua.. come with me for a second <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("take_yua")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Eh?? Where will you take me?<</speech>>
I take Yua to an abandoned meeting room on 2nd floor
[[Enter the Abandoned Meeting Room|Yua Office Fool Around 1]] <<nobr>>
<<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=2>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<</nobr>>
<<speech "Yua">> Soo... this is what you want heh? Men are so simple <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("fool_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> I'm so horny.. i can't hold it anymore Yua <</speech>>
<<speech "Yua">> Okay.. i'll get you off.. but i can't let you fuck me.. since we don't have time for that <</speech>>
<<speech "You">> That will work.. c'mon.. let' do it <</speech>>
[[Drop my pants|Yua Drop Pants Office 1]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=2>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<</nobr>>
<<speech "Yua">> Your pants are in the way.. let's take it off <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("drop_pant")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Hmm.. nice package Boss.. <</speech>>
[[Let Her Caress my Dick|Yua Caress Dick Office 1]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Hmm You like it?<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("caress_dick")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh Shit Yua... It feels nice <</speech>>
[[Keep rubbing my Dick|Yua Caress Dick Office 1]] [[Drop my underpants|Yua Office Drop Underpants]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Hemm let me take this off your dick<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("drop_underpant")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yess Yua.. do whatever you think you like <</speech>>
[[Jerk me off|Yua HJ Office 1]] [[Blow me off|Yua BJ Office 1]]<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Hemmm look.. your dick is swelling hard<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("hj_1","hj_2","hj_4","hj_5","hj_6")+".mp4"' type="video/mp4"></video>
<<speech "You">> Oghh shitt Yua.. it feels really good <</speech>>
[[Jerk me off|Yua HJ Office 1]] [[Blow me off|Yua BJ Office 1]]
*hint: you can cum on her boobs<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Emmphh... do you like me kissing and licking your dick? Cum quick please.. I've still got a lot of job to do<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("bj_1","bj_2","bj_3","bj_4","bj_5","bj_fav_1","bj_fav_1","bj_fav_1","bj_fav_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yess Yua.. keep doing that <</speech>>
<<speech "Yua">> Ehmm hemm.. cum quick please Boss.. I don't have much time... Or do you want me to clamp your dick with my tits? <</speech>>
[[Keep Blowing|Yua BJ Office 1]] [[Boobjob|Yua BoobJob Office 1]]
*hint: you can cum on her boobs<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Wow.. look at your dick.. tightly clamped in my breasts<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("boobjob_1","boobjob_2","boobjob_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yess Yua.. keep doing that <</speech>>
[[Boobjob|Yua BoobJob Office 1]] <<if $lust>90>>[[Cum on her tits|Yua Boobjob Cum 1]]<</if>>
*hint: you can cum on her boobs<<nobr>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<</nobr>>
<<speech "Yua">> Yess... yess Boss.. pour your cement on my breasts<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("boobjob_cum")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shitt Yua!! I'm cumming <</speech>>
<<speech "Yua">> Cum cum cum!! cum on me.. mark me with your dirty cent.. i'm fully yours Boss!<</speech>>
[[End Sex|Aftermath Yua Office 1]]
<<speech "Yua">> What a load Boss... can i get back to work now? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_1/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shitt.. look at you.. such a dirty bitch<</speech>>
<<speech "Yua">> Look at my breasts... they are all yours now <</speech>>
[[Back to Work|My Workstation]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Relationship: <meter @value="$relyua" min="0" max="100"></meter>
<<speech "You">>Weekend.. But i see Yua's still working.. She's such a hard worker<</speech>>
<video controls autoplay loop><source @src='"video/"+either("yua_work_weekend")+".mp4"' type="video/mp4"></video>
[[Check on Her|Check on Yua Weekend]] [[Leave Her Alone|My Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=4>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>>
<</nobr>>
<<speech "You">> Yua.. Congrats.. your analysis is proven to be accurate.. we managed to book a lot of profits <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("check")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Yeaaay!! It's all because your guidance Boss!! Thank you so much!! <</speech>>
<<if $relyua >60>>[[Come Here & Kiss Me|Congrats Office Yua Weekend]]<</if>> [[Back|My Workstation]] <<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relyua +=2>><<if $relyua lt 0>><<set $relyua to 0>><<elseif $relyua gt 100>><<set $relyua to 100>><</if>><</nobr>>
<<speech "You">> You're the best Yua <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("thank_you")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> No.. You are the best..<</speech>>
[[Keep Kissing Her|Kiss Office Yua Weekend]] <<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Mpphh Why don't we have a little fun here <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("kiss_1")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Now? like right here right now?<</speech>>
<<speech "You">> Yes.. It's the weekend anyway.. only two of us work at the weekend in Finance Directorate <</speech>>
<<speech "Yua">>*giggles* haha okay then... but let's make it quick.. i don't want being caught fucking my boss in the office<</speech>>
[[Keep Kissing Her|Kiss Office Yua Weekend]] [[I Heard footsteps coming|Almost Caught Office Yua Weekend]]<<nobr>><<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Oh Shit.. Someone's coming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("almost_caught")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Damn.. you said that nobody's coming here on weekend!!<</speech>>
<<speech "You">> Shhh Shut up Yua.. come here.. hide <</speech>>
[[Hide.. but grope a little|Grope Office Yua Weekend]]<<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> $firstname!! Are you out of your mind! Stop! <</speech>>
It's the first time i heard Yua's calling by my name.. she's really afraid this time
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("grope_1","grope_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Relax.. We're safe.. i just can't help it <</speech>>
<<speech "Yua">> Fuckk... Shit... Ohhhh<</speech>>
[[Keep groping|Grope Office Yua Weekend]] [[Makeout|Makeout Office Yua Weekend]]<<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> $firstname!! Shitt... becareful... <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("makeout_1","makeout_2","makeout_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Just enjoy it Yua <</speech>>
<<speech "Yua">> Ehm.. hemm... <</speech>>
[[Keep devouring her|Makeout Office Yua Weekend]] [[Play with her tits|Playtits Office Yua Weekend]]<<nobr>><<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> $firstname!! Shitt... becareful... <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("play_tit_1","play_tit_2","play_tit_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Just enjoy it Yua <</speech>>
<<speech "Yua">> Ehm.. hemm... <</speech>>
[[Keep playing her tits|Playtits Office Yua Weekend]] [[Handjob|HJ & Caress Office Yua Weekend]] [[Blowjob|BJ Office Yua Weekend]] [[Fuck Yua|Standing Office Yua Weekend]]<<nobr>><<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Keep your eyes open $firstname.. i don't wanna get caught <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("hj_1","caress_1","caress_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh feel my hard on Yua <</speech>>
<<speech "Yua">> Ehm.. hemm... <</speech>>
[[Handjob|HJ & Caress Office Yua Weekend]] [[Blowjob|BJ Office Yua Weekend]] [[Play with her tits|Playtits Office Yua Weekend]] [[Fuck Yua|Standing Office Yua Weekend]]<<nobr>><<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> empphh empphh.. don't forget to guard up.. I'm busy down here <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Relax.. I'm keeping my eyes open <</speech>>
<<speech "Yua">> Ehm.. hemm... <</speech>>
[[Blowjob|BJ Office Yua Weekend]] [[Handjob|HJ & Caress Office Yua Weekend]] [[Play with her tits|Playtits Office Yua Weekend]] [[Fuck Yua|Standing Office Yua Weekend]]<<nobr>><<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Ahhh ahh shitt sloww the fuck down <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("standing_1","standing_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhh keep your voice down!<</speech>>
<<speech "Yua">> Okayy Okay.. it's because you're pounding me too hard! <</speech>>
[[Keep Fucking|Standing Office Yua Weekend]] [[Turn Her around|Doggy Office Yua Weekend]] [[Sit her|Cow Office Yua Weekend]] <<nobr>><<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Ahhh ahh shitt sloww the fuck down <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4","doggy_5","doggy_6","doggy_7","doggy_8")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhh keep your voice down!<</speech>>
<<speech "Yua">> Okayy Okay.. it's because you're pounding me too hard! <</speech>>
[[Pound Harder|Intense Doggy Office Yua Weekend]] [[Keep pounding her|Doggy Office Yua Weekend]] [[Take her from the front|Standing Office Yua Weekend]] [[Sit with her|Cow Office Yua Weekend]] <<nobr>><<set $lust +=25>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Ahhh ahh shitt sloww the fuck down <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhh keep your voice down!<</speech>>
<<speech "Yua">> Okayy Okay.. it's because you're pounding me too hard! <</speech>>
[[Keep Her hips moving|Cow Office Yua Weekend]] [[Take her from behind|Doggy Office Yua Weekend]] [[Take her from the front|Standing Office Yua Weekend]] <<nobr>><<set $lust +=35>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Yua">> Huaaaa.. Ogghhhh.... *ahegao*... I think I'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("doggy_intense_1","doggy_intense_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhh keep your voice down! I'm also close<</speech>>
<<speech "Yua">> Cum on my ass Boss.. <</speech>>
<<speech "You">> Okay.. here we go <</speech>>
[[Keep Pound her Hard|Intense Doggy Office Yua Weekend]] <<if $lust >90>>[[Cum on Her Ass|Cum Ass Office Yua Weekend]]<</if>>
*hint: keep pounding her until you're ejacualting<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_yua +=1>> <<set $yuafucked to 1>>
<</nobr>>
<<speech "You">> Oghh Shit Yuaa! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("cum_on_ass")+".mp4"' type="video/mp4"></video>
<<speech "Yua">> Yess Boss.. paint my ass with your cement..<</speech>>
[[End Sex|Aftermath Yua Sex Office Weekend]]<<speech "Yua">> Damnn... I can even barely stand.. don't you ever do that again! <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_yua_2/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> Hahaha.. Let's do it again sometimes<</speech>>
<<speech "Yua">> No Fuckin way <</speech>>
[[Back to Work|Office]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "club">>
<</nobr>>
<<if $time <18>>
<<speech "You">> The club is closed at day<</speech>>
<img src="img/place/musica_day.webp" style="max-width: 80%;">
[[Go Back|Streets]] <<else>>
<img src="img/place/musica_night.webp" style="max-width: 80%;">
<<speech "You">> The club is open <</speech>>
[[Enter the Club]] (USD 500)
[[Go Home|Streets]]<</if>>
<<if $money <500>> <<speech "You">> I'm too poor to live this kinda lifestyle <</speech>>
[[Go Home|Streets]]
<<else>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $money -=500>> <<set $lifestyle +=500>>
<</nobr>>
<img src="img/party-27.gif" style="max-width: 350%;">
<<speech "You">> I enter the club<</speech>>
<</if>>
[[Proceed|Musica Club]]
<<nobr>>
<<set $stress -=2>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $clubsex_rate to 0>>
<</nobr>>
<<speech "You">>I'm having fun in the club<</speech>>
<video controls autoplay loop><source @src='"video/"+either("clubbing")+".mp4"' type="video/mp4"></video>
<<speech "You">>I see several girls dancing alone.. which girls should i make move to?<</speech>>
[[Keep Dancing by Myself|Musica Club]] [[Dance with the blonde]] [[Dance with the red head]] [[Dance with the brunnette]]
[[Exit the Club|Streets]]<<nobr>>
<<set $stress -=2>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $clubsex_rate += 25>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<<speech "You">>Hey beautiful..<</speech>>
<video controls autoplay loop><source @src='"video/"+either("dance_blonde")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">>Hi Handsome.. Alone in this club?<</speech>>
<<speech "You">>Not really.. i got you<</speech>>
<<speech "Clubgirl">>*giggles* funny guy<</speech>>
[[Keep Dancing with the Blonde|Dance with the blonde]] <<if $clubsex_rate>70>>[[Why don't we go to the bathroom?|Club Sex Blonde BJ]]<</if>> [[Say Goodbye|Musica Club]]<<nobr>>
<<set $stress -=2>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $clubsex_rate += 25>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<<speech "You">>Hey beautiful..<</speech>>
<video controls autoplay loop><source @src='"video/"+either("dance_red")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">>Hi Handsome.. Alone in this club?<</speech>>
<<speech "You">>Not really.. i got you<</speech>>
<<speech "Clubgirl">>*giggles* funny guy<</speech>>
[[Keep Dancing with the Red Head|Dance with the red head]] <<if $clubsex_rate>70>>[[Why don't we go to the bathroom?|Club Sex Red BJ]]<</if>> [[Say Goodbye|Musica Club]]<<nobr>>
<<set $stress -=2>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $clubsex_rate += 25>>
<</nobr>>
Chance of Bang-Bang: <meter @value="$clubsex_rate" min="0" max="100"></meter>
<<speech "You">>Hey beautiful..<</speech>>
<video controls autoplay loop><source @src='"video/"+either("dance_brunnette")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">>Hi Handsome.. Alone in this club?<</speech>>
<<speech "You">>Not really.. i got you<</speech>>
<<speech "Clubgirl">>*giggles* funny guy<</speech>>
[[Keep Dancing with the Brunette|Dance with the brunnette]] <<if $clubsex_rate>70>>[[Why don't we go to the bathroom?|Club Sex Brunette BJ Start]]<</if>> [[Say Goodbye|Musica Club]]<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> Woww.. nice package babe <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/blonde/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> yeah.. suck my dirty cock you bith..<</speech>>
<<speech "Clubgirl">> With pleaseure babe.. <</speech>>
[[Keep Sucking my Cock|Club Sex Blonde BJ]] [[Fuck Her|Club Sex Blonde Doggy]] <<if $lust>90>>[[Cum in her mouth|Club Sex Blonde Cim]]<</if>><<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> Oh... Shit.. fuck me hard you fuckin stallion! <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/blonde/"+either("doggy_1","doggy_2","doggy_3","doggy_4","doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "You">> You're so easy aren't you.. you just let any dick ram your pussy like this??<</speech>>
<<speech "Clubgirl">> Yeahh babe.. i'm a whore.. i'm your fucking whore <</speech>>
[[Keep Fucking Her|Club Sex Blonde Doggy]] [[Suck My Dick|Club Sex Blonde BJ]] <<if $lust>90>>[[Cum in her mouth|Club Sex Blonde Cim]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>>
<<set $time +=1>>
<</nobr>>
<<speech "You">> Oghh Shit Whore!! here take my dirty cum! <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/blonde/"+either("cum_in_mouth")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">> Yeahh babe.. Dump all your loads in my mouth.. I'm thirsty
<</speech>>
Damn.. she really swallow all my cum..
[[End Sex|Musica Club]]<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> Woww.. nice package babe <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/red/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> yeah.. suck my dirty cock you bith..<</speech>>
<<speech "Clubgirl">> With pleaseure babe.. <</speech>>
[[Keep Sucking my Cock|Club Sex Red BJ]] [[Fuck Her|Club Sex Red Doggy]] <<if $lust>90>>[[Cum in her mouth|Club Sex Red Cim]]<</if>><<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> Woww.. nice package babe <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/brunette/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "You">> open my pants now <</speech>>
<<speech "Clubgirl">> With pleaseure babe.. <</speech>>
[[Blowjob|Club Sex Brunette BJ]] <<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> Oh... Shit.. fuck me hard you fuckin stallion! <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/red/"+either("doggy_1","doggy_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> You're so easy aren't you.. you just let any dick ram your pussy like this??<</speech>>
<<speech "Clubgirl">> Yeahh babe.. i'm a whore.. i'm your fucking whore <</speech>>
[[Keep Fucking Her|Club Sex Red Doggy]] [[Suck My Dick|Club Sex Red BJ]] <<if $lust>90>>[[Cum inside|Club Sex Red Cim]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>>
<<set $time +=1>>
<</nobr>>
<<speech "You">> Oghh Shit Whore!! here take my dirty cum! <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/red/"+either("cum")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">> Yeahh babe.. fill my pussy
<</speech>>
[[End Sex|Musica Club]]<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Clubgirl">> ehmm.. ehmm.. slurpppp <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/brunette/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shit bitch... suck it hard <</speech>>
[[Keep Sucking my Cock|Club Sex Brunette BJ]] <<if $lust>90>>[[Cum in her mouth|Club Sex Brunette Cim]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>>
<<set $time +=1>>
<</nobr>>
<<speech "You">> Oghh Shit Whore!! here take my dirty cum! <</speech>>
<video controls autoplay loop><source @src='"sexvid/club_sex/brunette/"+either("cim")+".mp4"' type="video/mp4"></video>
<<speech "Clubgirl">> Yeahh babe.. Dump all your loads in my mouth.. I'm thirsty
<</speech>>
Damn.. she really swallow all my cum.. Is all girls in this club this dirty?
[[End Sex|Musica Club]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $location to "bar">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 100>><<set $time to 100>><</if>>
<</nobr>>
<<if $time <17>>
<img src="img/place/bar_interior.jpg" style="max-width: 80%;"><<else>>
<video controls autoplay loop><source @src='"video/"+either("resto_bar")+".mp4"' type="video/mp4"></video><</if>>
<<speech "You">> Nice place... what do i want to order today?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/beverages_icon.jpg' width=20%>" "Drink">>
<</link>>
<h3>Beverages</h3></div>
<div class="column">
<<link
"<img src='img/icon/food_icon.jpg' width=20%>" "Food">>
<</link>>
<h3>Food</h3></div>
<</nobr>>
[[Go Back|Streets]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $time <17>>
<img src="img/place/bar_interior.jpg" style="max-width: 80%;"><<else>>
<video controls autoplay loop><source @src='"video/"+either("resto_bar")+".mp4"' type="video/mp4"></video><</if>>
<<speech "You">> Drinking is good for my health :D <</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/beer_icon.jpg' width=20%>" "beer">>
<</link>>
<h3>Premium Beer</h3>
<p>USD 100 </p>
</div>
<div class="column">
<<link
"<img src='img/icon/liquor_icon.jpg' width=20%>" "liquor">> <</link>>
<h3>Premium Liquor</h3>
<p>USD 500</p>
</div>
<div class="column">
<<link
"<img src='img/icon/wine_icon.jpg' width=20%>" "wine">> <</link>>
<h3>Chateau Cheval Blanc St Emilion</h3>
<p>USD 1000</p>
</div>
<</nobr>>
[[Go Back|Bar]]
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $time <17>>
<img src="img/place/bar_interior.jpg" style="max-width: 80%;"><<else>>
<video controls autoplay loop><source @src='"video/"+either("resto_bar")+".mp4"' type="video/mp4"></video><</if>>
<<speech "You">> Expensive & extravagant food.. suitable for high roller like me<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/oysters_icon.jpg' width=20%>" "oysters">>
<</link>>
<h3>Fresh Oysters</h3>
<p>USD 150</p>
</div>
<div class="column">
<<link
"<img src='img/icon/beef_wellington_icon.jpg' width=20%>" "beef wellington">> <</link>>
<h3>Truffle Beef Wellington</h3>
<p>USD 300</p>
</div>
<div class="column">
<<link
"<img src='img/icon/wagyu_icon.jpg' width=20%>" "wagyu">> <</link>>
<h3>A5 Dryaged Wagyu</h3>
<p>USD 600</p>
</div>
<div class="column">
<<link
"<img src='img/icon/salmon_wellington_icon.jpg' width=20%>" "salmon">> <</link>>
<h3>Salmon Wellington</h3>
<p>USD 200</p>
</div>
<div class="column">
<<link
"<img src='img/icon/lobster_icon.jpg' width=20%>" "lobster">> <</link>>
<h3>Roasted Lobster with Winnimere</h3>
<p>USD 300</p>
</div>
<div class="column">
<<link
"<img src='img/icon/tuna_icon.jpg' width=20%>" "tuna">> <</link>>
<h3>Seared Tuna with Caviar</h3>
<p>USD 400</p>
</div>
<</nobr>>
[[Go Back|Bar]]
<<if $money <100>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=3>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 100>>
<<set $lifestyle +=100>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("beer")+".mp4"' type="video/mp4"></video>
<<speech "You">>I drink bottle of premium beer.. it tastes really good<</speech>><</if>>
[[Back|Bar]]<<if $money <500>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 500>>
<<set $lifestyle +=500>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("liquor")+".mp4"' type="video/mp4"></video>
<<speech "You">>I drink bottle of premium liquor.. it tastes really good<</speech>><</if>>
[[Back|Bar]]<<if $money <1000>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=25>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 1000>>
<<set $lifestyle +=1000>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("wine")+".mp4"' type="video/mp4"></video>
<<speech "You">>I opened bottle of Chateau Cheval Blanc St Emilion.. it tastes really good<</speech>><</if>>
[[Back|Bar]]<<if $money <150>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=4>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 150>>
<<set $lifestyle +=150>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">> Even the cheapest dish, tastes like heaven <</speech>><</if>>
[[Back|Bar]]<<if $money <300>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=7>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 300>>
<<set $lifestyle +=300>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">>This tastes like a meal of kings<</speech>><</if>>
[[Back|Bar]]<<if $money <600>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 600>>
<<set $lifestyle +=600>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">>A5 Japanese Kobe Wagyu is another level of meat<</speech>><</if>>
[[Back|Bar]]<<if $money <200>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 200>>
<<set $lifestyle +=200>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">>Salmon + Wellington = Perfection<</speech>><</if>>
[[Back|Bar]]<<if $money <300>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=7>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 300>>
<<set $lifestyle +=300>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">> The cheese.. What is this?? this is something different<</speech>><</if>>
[[Back|Bar]]<<if $money <400>> <<speech "You">> I don't have enough money <</speech>> <<else>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy +=8>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=1>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $money -= 400>>
<<set $lifestyle += 400>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("restaurant")+".mp4"' type="video/mp4"></video>
<<speech "You">> Seared Tuna.. it's like the tuna itslef already season by the sea </speech>><</if>>
[[Back|Bar]]<<set $money +=1000>>
<img src="img/char/spoiled_brat.jpg" style="max-width: 80%;">
<<speech "You">>Mommy... I need some cash!! I'm broke!!<</speech>>
<img src="img/char/melania.webp" style="max-width: 80%;">
<<speech "Mama">>Again??! What happened to the last 5000 bucks i gave you?? <</speech>>
<<speech "You">>Pleasee!!!!<</speech>>
<<speech "Mama">>Okay, Okay... just don't spend it all on whores <</speech>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><<set $money +=10000>>
<img src="img/char/spoiled_brat.jpg" style="max-width: 80%;">
<<speech "You">>Daddy, i spent all my money on whores. I need more money<</speech>>
<img src="img/char/trump.jpg" style="max-width: 80%;">
<<speech "Papa">>Here's 10 grand.. just enjoy life son <</speech>>
<<speech "You">>Thank you Daddy!<</speech>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>>
<img src="img/char/mia_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Mia Malkova
Age: 23 Years Old
Almamater: Bachelors Degree in Finance, Columbia University, NY.
Corporate Rank: Assitant Manager
Job Description: Finance Controller
Personality: Sweet and helpful. Only likes men that over-ranked her in the bank
<<if $corporank <100>>I should work my way up to Managerial rank. Mia is not interested in just normal corporate drone. <<else>> Keep interacting with Mia. Talk with her, help her work, flirt and take her to dates <</if>>
[[Back|Journal: Relationship]] <img src="img/char/natalia_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Natalia Stark
Age: 25 Years Old
Almamater: Masters Degree in Marketing Columbia University, NY.
Corporate Rank: Assitant Manager
Job Description: Relationship Manager
Personality: She's a little bit clumsy and easily impressed by men with status. I heard she fucks some Managers of other directorate, i wonder if she also want to do it with me.. Damn she'quite a hottie
<<if $corporank <100>>I should work my way up to Managerial rank. Natalia is not interested in just normal corporate drone. <<else>> Keep interacting with Natalia. Talk with her, help her work, flirt and take her to dates <</if>>
[[Back|Journal: Relationship]] <img src="img/char/eva_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Eva Lovia
Age: 35 Years Old
Almamater: Phd in Data Science, Harvard University.
Corporate Rank: Vice President
Job Description: Finance Division Head
Cocky & Strict Boss. But she's quite fair in terms of bonus & salary. In her mid 30s age, she hasn't been married.
<<nobr>>
<<if $corporank <100>>I should work my way up to Managerial rank, and prove my worth to her. Also i need to ask for my own office room to her <<elseif $evafucked is 0>> Keep interacting with Eva. Take her to dates, take her home and listen what she had to say
<<elseif $evafucked is 1 and $status is "Single">> There's a weekly meeting today, i should ask Eva to go to the meeting room few minutes before the meeting started
<<elseif $status is "Dating Eva">> Now Eva is my girlfriend.. i can call her and invite her to my house. But first, i gotta have a house first. She certainly won't come to my humble apartment
<</if>>
<</nobr>>
[[Back|Journal: Relationship]] <img src="img/char/remu_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Remu Anastasia
Age: 21 Years Old
Bachelors Degree in Data Science, Tokyo Institute of Technology
Corporate Rank: Secretary
Job Description: Secretary to Portfolio Manager
Remu is the daughter of the CFO of this company. But that doesn't mean that she will just slacking around under my leadership. She needs to work even harder than normal employee
<<if $remufucked is 0>>Keep interacting with Remu. She seems to be a heavy drinker.. perhaps i can take her to the bar sometimes <<else>> You can check her on her bathroom at her house in the morning.. she what she's been up to <</if>>
[[Back|Journal: Relationship]] <img src="img/char/anne_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Anne Kindheart
Age: 22 Years Old
Almamater: Community College, Delaware.
Corporate Rank: Secretary
Job Description: Secretary to Portfolio Manager
Anne is not the brightest employee i have. But she's get a job done.
<<if $annfucked is 0>>Keep interacting with Anne. Chat with her, and flirt <<else>> I should check on Anne in the night at my room <</if>>
[[Back|Journal: Relationship]] <img src="img/char/yua_profile.jpg" style="max-width: 80%;">
Employee Data:
Name: Yua Mikami
Age: 22 Years Old
Almamater: Bachelors Degree in Mathematics, Tokyo National University, Tokyo.
Corporate Rank: Assitant Manager
Job Description: Credit Specialist
Not only beautiful, Yua is a workaholic and one of the brightest mind i've ever known. But there's something in the way she looked at me.
<<if $yuafucked is 0>>Keep interacting with Yua, have a casual chat with her, but try to do it after office hour.. She's busy <<else>> Yua also work in the weekend.. she if something's up <</if>>
[[Back|Journal: Relationship]] <<set $lifestyle +=50000>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>I'm having lunch<</speech>>
<img src="img/lunch.jpeg" style="max-width: 60%;">
[[Stop Eating|Kitchen]] <<nobr>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $stress to 24>><</if>>
<<set $stress -=5>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<speech "You">>I'm having Dinner<</speech>>
<img src="img/dinner.jpg" style="max-width: 60%;">
[[Stop Eating|Kitchen]] <<set $skipworking to "active">>
<img src="img/char/spoiled_brat.jpg" style="max-width: 80%;">
<<speech "You">>Daddy, I'm tired.. i need days of days of days off <</speech>>
<img src="img/char/trump.jpg" style="max-width: 80%;">
<<speech "Papa">>Don't worry son.. i'll call the CEO and tell him that my Son needs rest <</speech>>
<<speech "You">>Thank you Daddy!<</speech>>
<<nobr>>
<<if $location is "home">>[[Go Back|Home]]
<<elseif $location is "bar">>[[Go Back|Bar]]
<<elseif $location is "mall">>[[Go Back|Mall]]
<<elseif $location is "office">>[[Go Back|Office]]
<<elseif $location is "streets">>[[Go Back|Streets]]
<<else>>[[Go Back|Home]]<</if>><</nobr>><img src="img/game_over.jpg" style="max-width: 120%;">
Play Again? [[Truestart]]
<<nobr>>
/* Generic Var */
<<set $day to 1>>
<<set $time to 5>>
<<set $home to "Rented Small Apartment">>
<<set $money to 5000>>
<<set $energy to 50>>
<<set $corporank to 0>>
<<set $skipworking to "not active">>
<<set $skipdaycount to 0>>
<<set $haveownoffice to 0>>
<<set $lust to 50>>
<<set $prestige to 0>>
<<set $sexcount to 0>>
<<set $wife to "None">>
<<set $mtgraduateparty to 0>>
<<set $stress to 0>>
<<set $havesubordinate to 0>>
<<set $transportmode to "On Foot">>
<<set $moneyspenthooker to 0>>
<<set $status to "Single">>
<<set $guest to 0>>
<<set $lifestyle to 0>>
<<set $corpo_budget to 0>>
<<set $corpo_spend_sec to 0>>
<<set $corpo_spend_cre to 0>>
<<set $corpo_spend_aq to 0>>
<<set $corpo_spend to 0>>
<<set $corpo_fund to 0>>
<<set $have_secretary to 0>>
<<set $have_credit_specialist to 0>>
<<set $have_aq_analyst to 0>>
/* Items Ownership */
<<set $laptop to 0>>
<<set $workstation to 0>>
<<set $deposito to 0>>
<<set $stock to 0>>
/* Relationship */
<<set $metmia to 0>>
<<set $relmia to 0>>
<<set $sexcount_mia to 0>>
<<set $miastatus to "Not Met">>
<<set $miafucked to 0>>
<<set $mettia to 0>>
<<set $reltia to 0>>
<<set $tiafucked to 0>>
<<set $sexcount_tia to 0>>
<<set $tiastatus to "Not Met">>
<<set $metnata to 0>>
<<set $relnata to 0>>
<<set $natafucked to 0>>
<<set $sexcount_nata to 0>>
<<set $natastatus to "Not Met">>
<<set $meteva to 0>>
<<set $releva to 0>>
<<set $sexcount_eva to 0>>
<<set $evastatus to "Not Met">>
<<set $evafucked to 0>>
<<set $metann to 0>>
<<set $relann to 0>>
<<set $sexcount_ann to 0>>
<<set $annstatus to "Not Met">>
<<set $annfucked to 0>>
<<set $metyua to 0>>
<<set $relyua to 0>>
<<set $sexcount_yua to 0>>
<<set $yuastatus to "Not Met">>
<<set $yuafucked to 0>>
<<set $metmay to 0>>
<<set $relmay to 0>>
<<set $sexcount_may to 0>>
<<set $maystatus to "Not Met">>
<<set $mayfucked to 0>>
<<set $metellie to 0>>
<<set $relellie to 0>>
<<set $sexcount_ellie to 0>>
<<set $elliestatus to "Not Met">>
<<set $elliefucked to 0>>
<<set $favorremu to 0>>
<<set $numberremu to 0>>
<<set $metremu to 0>>
<<set $relremu to 0>>
<<set $sexcount_remu to 0>>
<<set $remustatus to "Not Met">>
<<set $remufucked to 0>>
<<set $favorameri to 0>>
<<set $numberameri to 0>>
<<set $metrameri to 0>>
<<set $relameri to 0>>
<<set $sexcount_ameri to 0>>
<<set $ameristatus to "Not Met">>
<<set $amerifucked to 0>>
<<set $favormaria to 0>>
<<set $numbermaria to 0>>
<<set $metrmaria to 0>>
<<set $relmaria to 0>>
<<set $sexcount_maria to 0>>
<<set $mariastatus to "Not Met">>
<<set $mariafucked to 0>>
<</nobr>>Car Content is currently WIP.. Car Content is currently WIP.. Car Content is currently WIP.. Car Content is currently WIP.. Car Content is currently WIP.. Car Content is currently WIP.. <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>>
<<set $metremu to 1>>
<<set $remustatus to "My Subordinate">>
<<set $have_aq_analyst to 1>>
<</nobr>>
<<speech "You">> Hi Remu, what can you tell me about yourself? <</speech>>
<<speech "Remu">> It's nice to meet you Mr $lastname. My name is Remu Anastasia, you can call me Remu. I'm Graduated from Tokyo Institute of Technology, majoring Data Science <</speech>>
<<speech "You">> How do you know about this job opening anyway?<</speech>>
<<speech "Remu">> My Dad, Anthony Fukuda works in this bank sir. His name is Anthony Fukuda <</speech>>
<h3>*Gulp* Damn.. that's quite shocking, Anthony Fukuda, the CFO </h3>
<<speech "You">> Ah i see <</speech>>
<video controls autoplay loop><source @src='"video/"+either("remu_interview")+".mp4"' type="video/mp4"></video>
<<speech "You">> Our company is in great need of an asset quality analyst, with data affinity skills. Do you think you have what it takes to be an asset quality analyst Remu? <</speech>>
<<speech "Remu">> You got exactly what you needed then.. Data analytics is daily "toys"<</speech>>
<<speech "You">> Hah! I like your attitude! You're hired Remu <</speech>>
<h3>(Your Corporate Budget will now be deducted USD 3000 every week - always becareful maintaning your Corporate Fund. If it reach sub-zero, you'be fired immidiately)</h3>
[[Hire Remu|My Workstation]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=2>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $stress -=15>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $lust gt 24>><<set $lust to 24>><</if>>
<</nobr>>
<video controls autoplay loop><source @src='"video/"+either("gta","skyrim","cyberpunk")+".mp4"' type="video/mp4"></video>
<<speech "You">>Gaming drives my stress away<</speech>>
[[Back|Home]]<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Relationship: <meter @value="$relremu" min="0" max="100"></meter>
<<speech "You">> Remu seems doing quite well.. she delivers all the tasks i gave her with exceptional qualtiy <</speech>>
<video controls autoplay loop><source @src='"video/"+either("remu_work")+".mp4"' type="video/mp4"></video>
[[Chat|Chat with Remu]] <<if $relremu >40>>[[Flirt|Flirt with Remu]]<</if>> <<if $relremu >50>> [[Treat Remu Drinks|Remu Bar]]<</if>> [[Give her more work|Give Remu Work]] [[Leave Her Alone|My Workstation]] <<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $corporank +=1.5>>
<<set $relremu +=1.5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>>
<</nobr>>
<<speech "You">> Remu.. I need these pattern be analyzed. I sense somethings up with the data <</speech>>
<video controls autoplay loop><source @src='"video/"+either("remu_more_work")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> It will be done before night <</speech>>
<<speech "You">> You're the best! <</speech>>
[[Back|My Workstation]] <<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<if $prestige_level is 1>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relremu +=3>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relremu +=4>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relremu +=5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relremu +=6>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relremu +=7>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relremu +=3>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $relremu +=4>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $relremu +=5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level > 5>>
<<set $relremu +=7>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> So you're half Japanese and half Polish? <</speech>>
<video controls autoplay loop><source @src='"video/"+either("remu_office_chat")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yeahh.. i spent my childhood in Warsaw.. then at 14 i moved to Tokyo <</speech>>
(Relationship +2 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level >5 >>(Relationship +7 from style)<</if>>
<</nobr>>
[[Back|My Workstation]]<<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relremu +=4>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<if $prestige_level is 1>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 2>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 3>>
<<set $relremu +=3>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 4>>
<<set $relremu +=4>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 5>>
<<set $relremu +=5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 6>>
<<set $relremu +=6>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $prestige_level is 7>>
<<set $relremu +=7>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 1>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 2>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 3>>
<<set $relremu +=3>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 4>>
<<set $relremu +=4>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level is 5>>
<<set $relremu +=5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<<if $lifestyle_level > 5>>
<<set $relremu +=7>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</if>>
<</nobr>>
<<speech "You">> Do you have a boyfriend? <</speech>>
<video controls autoplay loop><source @src='"video/"+either("remu_flirt")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Noo.. Why are you asking <</speech>>
<<speech "You">> Because i'm interested in you <</speech>>
<<speech "Remu">> Silly you.. you're such a dork *giggles* <</speech>>
(Relationship +4 from interaction)
<<if $prestige_level is 1>>(Relationship +1 from prestige)
<<elseif $prestige_level is 2>>(Relationship +2 from prestige)
<<elseif $prestige_level is 3>>(Relationship +3 from prestige)
<<elseif $prestige_level is 4>>(Relationship +4 from prestige)
<<elseif $prestige_level is 5>>(Relationship +5 from prestige)
<<elseif $prestige_level is 6>>(Relationship +6 from prestige)
<<elseif $prestige_level is 7>>(Relationship +7 from prestige)<</if>><<nobr>>
<<if $lifestyle_level is 1>>(Relationship +1 from style)
<<elseif $lifestyle_level is 2>>(Relationship +2 from style)
<<elseif $lifestyle_level is 3>>(Relationship +3 from style)
<<elseif $lifestyle_level is 4>>(Relationship +4 from style)
<<elseif $lifestyle_level is 5>>(Relationship +5 from style)
<<elseif $lifestyle_level >5 >>(Relationship +7 from style)<</if>>
<</nobr>>
[[Back|My Workstation]] <<if $remufucked is 1>>[[Office Quickie|Office Sex Remu]]<</if>><<if $money <601>> <<speech "You">>I don't have enough money<</speech>>
<<set $relremu +=2>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>> [[Cancel Date|Home]] <</if>>
<<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $relremu +=5>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>>
<</nobr>>
<<if $money >600>>I take Remu to a luxury bar in the city
<video controls autoplay loop><source @src='"video/"+either("remu_bar")+".mp4"' type="video/mp4"></video>
<<speech "You">> So tell me Remu, do you find anyone handsome in the office beside me?<</speech>>
<<speech "Remu">> *laugh* haha you're funny.. no.. i don't find any.. i've got my eyes on you<</speech>>
Damn i almost chocked myself
<<speech "You">> *cough* *cough*.... i think you drink too much remu.. time to stop. Let's get you back home<</speech>>
[[Take Her Home|House Sex Remu]]<</if>><<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</nobr>>
<<speech "You">> Are you okay Remu? <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("seduce")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> I'm okay... i'm just a little bit "hot"<</speech>>
Fuck.. i can't help it anymore.. she's been teasing me since we were at the bar..
<<speech "You">> Want me to do something about it? <</speech>>
<<speech "Remu">> I'm okay with whatever you're going to do at me now<</speech>>
Damn this is it.. there's no turning back now
[[Grope Her|Remu Grope Night Home]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $relremu +=1>><<if $relremu lt 0>><<set $relremu to 0>><<elseif $relremu gt 100>><<set $relremu to 100>><</if>><</nobr>>
<<speech "You">> How about this? is this what you want Remu? <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yes $firstname... this is what i want<</speech>>
<<speech "You">> Shit Remu.. you're so sexy and beautiful <</speech>>
<<speech "Remu">> Thank you.. it's nice hearing it coming from you<</speech>>
[[Keep groping her|Remu Grope Night Home]] [[Kiss Her|Remu Kiss Start Night Home]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> wmpphh *sloppy kissing* your lips are so tasty Remu <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("kiss_start","kiss_start_2")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Empphh you caught me off guard<</speech>>
[[Kiss her more intense|Remu Kiss Intense Night Home]] <<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Empphh Mbrr Slurrpppp... $firstname... I like the way you kiss<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> yeahh $firstname.. i like it very much <</speech>>
[[Keep Kissing Her|Remu Kiss Intense Night Home]] [[Slap her face with my Dick|Remu cockplay Night Home]] [[Blowjob|Remu BJ Night Home]] [[Fuck Her|Remu petting Night Home]]<<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> empphh empph your dick is so big.. it barely fits in my mouth<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> yeahh $firstname.. i like it very much <</speech>>
[[Keep doing blowjob|Remu BJ Night Home]] [[Fuck Her|Remu petting Night Home]]<<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> How does it feel to have your dirty schlong being rubbed at my pretty asian face?<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("cockplay_1","cockplay_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> It feels so good Remu <</speech>>
[[Keep Kissing Her|Remu Kiss Intense Night Home]] [[Slap her face with my Dick|Remu cockplay Night Home]] [[Blowjob|Remu BJ Night Home]] [[Fuck Her|Remu petting Night Home]]<<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh shittt $firstname... hurry up and shove me with that big fat dick.. i can't hold it anymore.. <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("petting_1")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> fuckk.. what you're waiting for? I can'tttt hold it.. SHOVE IT ALREADY GODDAMNIT! <</speech>>
[[Relax.. let's enjoy it a bit longer|Remu petting Night Home]] [[BANG!|Remu Mission Penetrate Night Home]]<<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Fuck Finalyy!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("penetrate")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Damnn... it feels so good <</speech>>
[[Fuck her already!|Remu Mission Clothed Night Home]]<<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Damn... Remu your pussy is so tight..<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> No it's not.. it's your cock that's gigantic<</speech>>
[[Keep Fucking Her|Remu Mission Clothed Night Home]] [[Turn her and fuck her doggy|Remu doggy Clothed Night Home]]<<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Ohh Shit $firstname.. Fuck me! Fuck me Harder<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("doggy_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>Yeah.. oghh.. shit remu... you're so slutty.. i love it<</speech>>
[[Turn her and fuck her Missionary|Remu Mission Clothed Night Home]] [[Strip her naked|Remu strip Night Home]]<<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>This shirt is in our way!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("strip")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Just rip it off <</speech>>
[[Fuck her Harder|Remu doggy naked Night Home]] <<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Fuck fuck fuck fuck!!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("doggy_2","doggy_3","doggy_4","doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yeahh yeah.. tear my pussy apart $firstname! <</speech>>
[[Keep Fucking Her|Remu doggy naked Night Home]] [[Missionary|Remu missionary naked Night Home]] [[Cowgirl|Remu Cow naked Night Home]] <<if $lust>90>>[[Creampie|Remu Creampie Night Home]] [[Cum on her pretty face|Remu COF Night Home]]<</if>><<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Fuck fuck fuck fuck!!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("mission_naked_1","mission_naked_2")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yeahh yeah.. tear my pussy apart $firstname! <</speech>>
[[Keep Fucking Her|Remu missionary naked Night Home]] [[Doggy|Remu doggy naked Night Home]] [[Cowgirl|Remu Cow naked Night Home]] <<if $lust>90>>[[Creampie|Remu Creampie Night Home]] [[Cum on her pretty face|Remu COF Night Home]]<</if>><<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Fuck fuck fuck fuck!!!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("cow_1","cow_2","cow_3","cow_4","cow_5","cow_6")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yeahh yeah.. tear my pussy apart $firstname! <</speech>>
[[Keep Fucking Her|Remu Cow naked Night Home]] [[Doggy|Remu doggy naked Night Home]] [[Missionary|Remu missionary naked Night Home]] <<if $lust>90>>[[Creampie|Remu Creampie Night Home]] [[Cum on her pretty face|Remu COF Night Home]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>> <<set $remufucked to 1>>
<<if $time <18>> <<set $time to 22>> <<else>> <<set $time +=2>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("creampie")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. Shoot them all inside me <</speech>>
[[End Sex|Remu Aftermath Night Home]]
<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>> <<set $remufucked to 1>>
<<if $time <18>> <<set $time to 22>> <<else>> <<set $time +=2>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("cum_face")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. paint my face with your jizz! <</speech>>
[[End Sex|Remu Aftermath Night Home]]
<<set $location to "House Remu">>
<<speech "Remu">> That was fantastic Boss <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_night_sex_remu/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<speech "You">> We were drunk Remu.. i don't know if this is right<</speech>>
<<speech "Remu">> It is right.. and i enjoyed it <</speech>>
We then fell asleep.. we're too tirde
<h3>i just fucked the CFO's daughter... i don't know if this going to be a good thing.. or a bad one</h3>
[[Sleep]] <<set $location to "House Remu">>
<<speech "Remu">> Good morning baby... <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("start")+".mp4"' type="video/mp4"></video>
<<speech "You">> *snores heavily*<</speech>>
<<speech "Remu">> Damn.. he's still sleeping.. but i'm too horny this morning <</speech>>
[[Let her play|Remu House Morning Sex]] [[Get up and Go Home|Home]] <<nobr>><<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Good morning $firstname... you sleep well? <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("bj_start_1","bj_start_2","bj_start_3","bj_start_4")+".mp4"' type="video/mp4"></video>
I'm still sleepy, but my "junior" seems already awake..
<<speech "You">> Remu? it's still too early.. <</speech>>
<<speech "Remu">> I can't help it... your morning wood is so tempting <</speech>>
[[Stay still and enjoy|Remu House Morning Sex]] [[Intensify BJ|Remu House Morning BJ]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Ehmm yess my pussy so itchy.. keep doing just that <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("bj_1","bj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shit Remu... you're such a slut <</speech>>
<<speech "Remu">> Yes i'm a slut.. your slut only<</speech>>
[[Keep doing just that|Remu House Morning BJ]] [[Kiss Her|Remu House Morning Kiss]] [[Fuck Her|Remu House Morning Mission]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Come over here $firstname.. Kiss me<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ehmm your saliva is so sweet <</speech>>
<<speech "Remu">> you like it? here... drink it.. swallow my saliva <</speech>>
[[Keep kissing her|Remu House Morning Kiss]] [[Blowjob|Remu House Morning BJ]] [[Handjob|Remu House Morning HJ]] [[Fuck Her|Remu House Morning Mission]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Look at your hard & swelling dick...<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("hj_1","hj_2","hj_3","hj_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh keep jerking it Remu<</speech>>
[[Keep jerking my dick|Remu House Morning HJ]] [[Kiss Her|Remu House Morning Kiss]] [[Blowjob|Remu House Morning BJ]] [[Fuck Her|Remu House Morning Mission]]<<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh yeah $firstname.. ram me with all your might<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ughh your pussy so tight Remu <</speech>>
[[Keep Ramming her|Remu House Morning Mission]] [[Let her ride me|Remu House Morning Cow]] [[Pound her from behind|Remu House Morning Doggy]] [[Spoon her|Remu House Morning Spoon]] <<if $lust>90>>[[Cum on her face|Remu House Morning CIF]]<</if>><<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Yeahh.. you like me grinding on you like this?<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Fuckk Remu... i'm barely holding.. if you keep grinding on me like that.. i'm gonna explode soon <</speech>>
<<speech "Remu">> Yeahh?? You wanna explode??! you wanna explode?! you pervert! <</speech>>
[[Enjoy her ride|Remu House Morning Cow]] [[Fuck her missionary|Remu House Morning Mission]] [[Pound her from behind|Remu House Morning Doggy]] [[Spoon her|Remu House Morning Spoon]] <<if $lust>90>>[[Cum on her face|Remu House Morning CIF]]<</if>> <<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh! Oh! Oh! Oghhh!! Keep.. Pooundddingg me!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("doggy_1","doggy_2","doggy_3","doggy_4","doggy_5")+".mp4"' type="video/mp4"></video>
<<speech "You">> yeah yeah.... here you go! *ram* here you go! *ram* <</speech>>
[[Keep Pounding|Remu House Morning Doggy]] [[Let her ride me|Remu House Morning Cow]] [[Fuck her missionary|Remu House Morning Mission]] [[Spoon her|Remu House Morning Spoon]] <<if $lust>90>>[[Cum on her face|Remu House Morning CIF]]<</if>><<nobr>><<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh! Oh! Oh! Oghhh!! Keep.. Pooundddingg me!<</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("side_1","side_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> yeah yeah.... here you go! *ram* here you go! *ram* <</speech>>
[[Keep spooning her|Remu House Morning Spoon]] [[Pound her from behind|Remu House Morning Doggy]] [[Let her ride me|Remu House Morning Cow]] [[Fuck her missionary|Remu House Morning Mission]] <<if $lust>90>>[[Cum on her face|Remu House Morning CIF]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>> <<set $remufucked to 1>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("cim")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. paint my face with your jizz! <</speech>>
[[End Sex|Remu Aftermath Day Home]]
<<set $location to "House Remu">> <<set $fucked_remu_morning to 1>>
<<speech "Remu">> Damn.. i'm really satisfied... this is the real sex <</speech>>
<video controls autoplay loop><source @src='"sexvid/hotel_day_sex_remu/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<if $weekdesc is "Weekdays">>
<<speech "You">>We still need to go to the Office Remu, you're still my subordinate anyway<</speech>>
<<speech "Remu">> I know.. just give me a few seconds... you made me cum several times already <</speech>><<else>> <<speech "You">>Me too Remu. This is one of best sex i've ever had<</speech>><</if>>
[[End Sex|Remu House]] <img src="img/place/char_house/remu/living_room.jpg" style="max-width: 80%;">
<<speech "You">>I'm at Remu's house. What do i want to do?<</speech>>
<<nobr>>
<div class="column">
<<link
"<img src='img/icon/remu_bath.jpg' width=20%>" "Remu Bath">>
<</link>>
<h3>Bathroom</h3>
</div>
<div class="column">
<<link
"<img src='img/icon/remu_bed.jpg' width=20%>" "Remu Bed">> <</link>>
<h3>Bedroom</h3>
</div>
<div class="column">
<<link
"<img src='img/icon/streets_icon.jpg' width=20%>" "Streets">> <</link>>
<h3>Exit House</h3>
</div>
<</nobr>>
<img src="img/place/char_house/remu/bed_room.jpg" style="max-width: 80%;">
[[Back|Remu House]]<img src="img/place/char_house/remu/bath_room.jpg" style="max-width: 80%;">
<<if $time >7 and $time <11>> <<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<speech "You">> I heard some strange noice in the bathroom, what would it be? <</speech>>
<<speech "Remu">> Ahhh Oghh... Oghh shit.. $firstname.. Oghh <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("bath_1","bath_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> <<if $fucked_remu_morning is 1>> She was just ravaged several times.. and she's still masturbating in the bathroom? Remu is really unbelievable <<else>> Remu is masturbating in the bathroom what do i want to do?<</if>><</speech>>
[[Approach Remu|Remu Bath Approach]] [[Just ignore her|Remu House]] <<else>> [[Exit bathroom|Remu House]] <</if>><<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh shit.. $firstname.. you caught me doing this.. sorry <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Don't worry let me help you <</speech>>
[[Keep Groping|Remu Bath Grope]] [[Blowjob|Remu Bath BJ]] [[Boobjob|Remu Bath Boobjob]]<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> What are you doing? <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("start_1")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Ehmm.. nothing... ahh... <</speech>>
[[Kiss Her|Remu bath Kiss]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> You're such a slut <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("kiss_1")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Your slut.. <</speech>>
[[Grope Her|Remu Bath Grope]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> I thought i'm the only one who's horny... <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> tell me.. who on earth won't have errection seeing an angel like you masturbating? <</speech>>
<<speech "Remu">> Empphh empph... ahh... just shut up and enjoy <</speech>>
[[Keep doing BJ|Remu Bath BJ]] [[Boobjob|Remu Bath Boobjob]] <<if $lust>90>> [[Cum|Remu Bath Cum]] <</if>><<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> I thought i'm the only one who's horny... <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("boobjob_1","boobjob_2","boobjob_3","boobjob_4")+".mp4"' type="video/mp4"></video>
<<speech "You">> tell me.. who on earth won't have errection seeing an angel like you masturbating? <</speech>>
<<speech "Remu">> Empphh empph... ahh... just shut up and enjoy <</speech>>
[[Keep doing boobjob|Remu Bath Boobjob]] [[Blowjob|Remu Bath BJ]] <<if $lust>90>> [[Cum|Remu Bath Cum]] <</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/home_bath_sex_remu/"+either("cum_breast")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. cum here on my boobs! <</speech>>
[[End Sex|Remu House]]
<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> How about a little fun Remu? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("grope_1")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Really? right now? if my Dad finds out we're both done <</speech>>
<<speech "You">> For a girl like you.. that's the risk i'm willing to take <</speech>>
[[Kiss Her|Office Kiss Remu]]<<nobr>><<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Emhh you're so beautiful Remu <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> You're also handsome $firstname <</speech>>
<<speech "You">> For a girl like you.. that's the risk i'm willing to take <</speech>>
[[Keep Kissing Her|Office Kiss Remu]] [[Take it further|Office Makeout Remu]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Emphh yeahhh <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("makeout_1","makeout_2","makeout_3")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> You can't be helped aren't you? <</speech>>
<<speech "You">> You have to get me off first so i can relax a bit <</speech>>
[[Continue Makeout session|Office Makeout Remu]] [[Undress her|Office Undress Remu]]<<nobr>><<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Let's reveal your body a bit <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("undress")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Ohh $firstname.. i'm afraid of someone might see us <</speech>>
<<speech "You">> Don't worry i already checked that everyone has already left the office<</speech>>
[[Suck her tits|Office Titsuck_M Remu]] [[Blowjob|Office BJ Remu]]<<nobr>><<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Oh shit.. it tickles.. but it feels so good <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("titsuck_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeahh.. look at your nipples.. they're getting hard <</speech>>
<<speech "Remu">> It's not fair.. i also want to taste your nipples! <</speech>>
[[Let Remu suck my nipples|Office Titsuck_F Remu]] [[Blowjob|Office BJ Remu]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Empph empphh ahhh.... Do you like it? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yes Remu.. keep going <</speech>>
[[Fuck her|Office Petting Remu]] [[Keep doing Blowjob|Office BJ Remu]] [[Suck her tits|Office Titsuck_M Remu]] <<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Now... what do you feel? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("titsuck_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ahhh hahaha.. it tickles <</speech>>
<<speech "Remu">> See! haha this is your punishment for being a naughty boy at the office <</speech>>
[[Let her enjoy my nipples|Office Titsuck_F Remu]] [[Handjob|Office HJ Remu]] [[Suck her tits|Office Titsuck_M Remu]] [[Blowjob|Office BJ Remu]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> How about this? <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("hj_1","hj_2")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh shit.. the stimulation is too much Remu! <</speech>>
[[Keep doing Handjob|Office HJ Remu]] [[Let her enjoy my nipples|Office Titsuck_F Remu]] [[Suck her tits|Office Titsuck_M Remu]] [[Blowjob|Office BJ Remu]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Ahh shitt $firstname.. Stop teasing me and fuck me already <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("petting")+".mp4"' type="video/mp4"></video>
<<speech "You">> Okay.. just make sure to keep your voice down <</speech>>
[[SHOVE IT IN!!|Office Penetrate Remu]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Fuckkkk... it's so Big!! <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("penetrate")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhhhh <</speech>>
[[Start to move my hips|Office Mission Remu]]<<nobr>><<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Fuckk fuckk fuckk.. Fuck me harder $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4"></video>
<<speech "You">> Yeah... be quite Remu <</speech>>
[[Keep Fucking Her|Office Mission Remu]] [[Strip her Bra|Office StripBra Remu]]<<nobr>><<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">> Let's get this bra off you<</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("strip_bra")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Yeah take it off <</speech>>
[[Fuck her Doggy|Office Doggy Remu]]<<nobr>><<set $lust +=16>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Fuckk fuckk fuckk.. Fuck me harder $firstname <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhhh... be quite Remu <</speech>>
[[Keep Fucking Her|Office Doggy Remu]] [[Missionary|Office Mission_N Remu]] [[Cowgirl|Office Cow Remu]] <<if $lust >90>>[[Cum inside|Office Creampie Remu]] [[Cum on tits|Office Cumtits Remu]]<</if>><<nobr>><<set $lust +=16>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Fuckk fuckk fuckk.. Fuck me harder $firstname.. Use my body.. use this spoiled rich girl's body <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("miss_naked_1","miss_naked_2","miss_naked_3")+".mp4"' type="video/mp4"></video>
<<speech "You">> Shhhh... be quite Remu <</speech>>
[[Missionary|Office Mission_N Remu]] [[Doggy|Office Doggy Remu]] [[Cowgirl|Office Cow Remu]] <<if $lust >90>>[[Cum inside|Office Creampie Remu]] [[Cum on tits|Office Cumtits Remu]]<</if>><<nobr>><<set $lust +=16>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">> Yeah yeahh.. let me grind on your big hard schlong!! <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("cow_1","cow_2","rcow_1")+".mp4"' type="video/mp4"></video>
<<speech "You">> Ohh fuck it feels so good <</speech>>
[[Cowgirl|Office Cow Remu]] [[Missionary|Office Mission_N Remu]] [[Doggy|Office Doggy Remu]] <<if $lust >90>>[[Cum inside|Office Creampie Remu]] [[Cum on tits|Office Cumtits Remu]]<</if>><<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("creampie")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. cum inside! cum inside of me!! impregnate me $firstname! <</speech>>
[[End Sex|My Workstation]]
<<nobr>>
<<set $lust -=70>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $stress -=75>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $sexcount +=1>> <<set $sexcount_remu +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">> Oghh Shit Remu! i'm cumming <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("cum on tits")+".mp4"' type="video/mp4"></video>
<<speech "Remu">> Fuck Fuck Fuck.. shoot them on my boobs $firstname ! <</speech>>
[[End Sex|Office Aftermath Remu]]
<<speech "Remu">> Look what you've done... now i'm having trouble getting this cleaned <</speech>>
<video controls autoplay loop><source @src='"sexvid/office_sex_remu/"+either("aftermath")+".mp4"' type="video/mp4"></video>
<<if $weekdesc is "Weekdays">>
<<speech "You">>Hahaha let help then<</speech>>
[[End Sex|My Workstation]]