Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<div align='center' style='font-size: 150%;'>\
HELLO! \
</div>
I am Mord, the creator of Futaland and The Last Hope. All of my games are entirely free. If you paid any money for this game, then you have been robbed! Futaland is an adult game, completely fictional, and no ages mentioned. Feel free to imagine yourself and the characters at an age that seems appropriate to you. Futaland is only meant for a way to have fun and not meant to be taken literally. Many types of fetishes and different storylines are planned to be added. Please notice that the game is in its early development. All resources used are sourced from the public domain. Enjoy the game!
----
<div align='center'>
<b>Note: Jose gameplay is a test version at the moment. There is two working girls and only 2 awards.</b>
</div>\
<div align='center'>\
<b>Bluetooth Sex Toy Connection:</b>
It is a test at the moment and working only with Chrome.
[[Pair Device|Pair Vibes]]
</div>\
<div align='center'>
<b>Choose a character!</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:33.3%"><b>Male</b></th>
<th style="width:33.3%"><b>Female</b></th>
<th style="width:33.3%"><b>Shemale</b></th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="content/pdoll/male/naked3.png" style="max-width: 60%;"></td>
<td><img src="content/pdoll/female/naked3.png" style="max-width: 60%;"></td>
<td><img src="content/pdoll/shemale/naked3.png" style="max-width: 60%;"></td>
</tr>
<tr>
<td><b>Jose</b></td>
<td><b>Adriana</b></td>
<td><b>Violette</b></td>
</tr>
<tr>
<td><<button "Start his story" "Intro Male">><<set $maleintro = 1>><<set $playergender to "male">><<set $malecharacter to true>><</button>></td>
<td>Not ready yet</td>
<td><<button "Start her story" "Intro Shemale">><<set $shemaleintro = 1>><<set $playergender to "shemale">><<set $shemalecharacter to true>><</button>></td>
</tr>
</tbody>
</table>
<span id="CapTxt"></span>
<<if $shemaleintro >= 6>>\
<b>Day:</b> $days
<b>Day counter:</b> $daycounter
<b>Money:</b> $money
<<if $dee is true>>\
<b>Rent:</b> 200 on Monday
<</if>>\
<<button "Inventory" "Inventory">><</button>>
<<button "Quests" "Quests">><</button>>
<<button "Skills, Stats" "Skills">><</button>>
<<button "Girls" "Girls">><</button>>
<<button "Hints, Tips" "Hints, Tips">><</button>>
<<button "Options, Cheats" "Game Options">><</button>>
<<button "Gallery" "Gallery">><</button>>
<</if>>\[[Patreon website|https://www.patreon.com/user?u=8070383]]
[[TFGames website|https://tfgames.site/index.php?module=viewgame&id=2099]]
<img src="content/ui/logo.jpg" style="max-width: 100%;">
Version: 0.4.5. Chapter 2
<<if $shemaleintro >= 1>>\
<span id="display-Paperdoll">\
<img src="content/c2/intro/dress.png" style="max-width: 100%;">
</span>\
<br>
<span id="playerstats">\
<div align='center'>\
Level: $playerlevel
Health:
<<showmeter '$playerhpbar' `$playerhp / $playermaxhp`>>\
Arousal:
<<showmeter '$playerarousalbar' `$playerarousal / $playermaxarousal`>>\
Looks:
<<showmeter '$playerlooksbar' `$playerlooks / $playermaxlooks`>>\
Energy: $playerenergy/$playermaxenergy
Sexiness: $playersexiness
Armor: $playerarmor
</div>\
</span>\
<</if>>\
\
\
\
\
\
<<if $maleintro >= 4>>\
<div align='center'>\
<b>Rewards:</b>
<span id='reward1'>
Upgrade Glory hole
Level: $gloryholelevel / 10
</span>\
</div>\
<</if>>\<<if $shemalecharacter is true>>
<<if $playerlevel == 1>>
<<set $playermaxxp = 25>>
<<if $playerxp >= $playermaxxp>>
<<set $playerlevel = 2>>
<<set $playerxp = 0>>
<</if>>
<<elseif $playerlevel == 2>>
<<set $playermaxxp = 50>>
<<if $playerxp >= $playermaxxp>>
<<set $playerlevel = 3>>
<<set $playerxp = 0>>
<</if>>
<<elseif $playerlevel == 3>>
<<set $playermaxxp = 100>>
<<if $playerxp >= $playermaxxp>>
<<set $playerlevel = 4>>
<<set $playerxp = 0>>
<</if>>
<<elseif $playerlevel == 4>>
<<set $playermaxxp = 200>>
<<if $playerxp >= $playermaxxp>>
<<set $playerlevel = 5>>
<<set $playerxp = 0>>
<</if>>
<<elseif $playerlevel == 5>>
<<set $playermaxxp = 500>>
<</if>>
<<if $playerstaminalevel == 1>>
<<set $playermaxstamina = 25>>
<<if $playerstamina >= $playermaxstamina>>
<<set $playerstaminalevel = 2>>
<<set $playerstamina = 0>>
<</if>>
<<elseif $playerstaminalevel == 2>>
<<set $playermaxstamina = 50>>
<<if $playerstamina >= $playermaxstamina>>
<<set $playerstaminalevel = 3>>
<<set $playerstamina = 0>>
<</if>>
<<elseif $playerstaminalevel == 3>>
<<set $playermaxstamina = 100>>
<<if $playerstamina >= $playermaxstamina>>
<<set $playerstaminalevel = 4>>
<<set $playerstamina = 0>>
<</if>>
<<elseif $playerstaminalevel == 4>>
<<set $playermaxstamina = 200>>
<<if $playerstamina >= $playermaxstamina>>
<<set $playerstaminalevel = 5>>
<<set $playerstamina = 0>>
<</if>>
<<elseif $playerstaminalevel == 5>>
<<set $playermaxstamina = 500>>
<</if>>
<<if $playercorruptionlevel == 1>>
<<set $playermaxcorruption = 25>>
<<if $playercorruption >= $playermaxcorruption>>
<<set $playercorruptionlevel = 2>>
<<set $playercorruption = 0>>
<</if>>
<<elseif $playercorruptionlevel == 2>>
<<set $playermaxcorruption = 50>>
<<if $playercorruption >= $playermaxcorruption>>
<<set $playercorruptionlevel = 3>>
<<set $playercorruption = 0>>
<</if>>
<<elseif $playercorruptionlevel == 3>>
<<set $playermaxcorruption = 100>>
<<if $playercorruption >= $playermaxcorruption>>
<<set $playercorruptionlevel = 4>>
<<set $playercorruption = 0>>
<</if>>
<<elseif $playercorruptionlevel == 4>>
<<set $playermaxcorruption = 200>>
<<if $playercorruption >= $playermaxcorruption>>
<<set $playercorruptionlevel = 5>>
<<set $playercorruption = 0>>
<</if>>
<<elseif $playercorruptionlevel == 5>>
<<set $playermaxcorruption = 500>>
<</if>>
<<if $playerhandjobskilllevel == 1>>
<<set $playermaxhandjobskill = 25>>
<<if $playerhandjobskill >= $playermaxhandjobskill>>
<<set $playerhandjobskilllevel = 2>>
<<set $playerhandjobskill = 0>>
<</if>>
<<elseif $playerhandjobskilllevel == 2>>
<<set $playermaxhandjobskill = 50>>
<<if $playerhandjobskill >= $playermaxhandjobskill>>
<<set $playerhandjobskilllevel = 3>>
<<set $playerhandjobskill = 0>>
<</if>>
<<elseif $playerhandjobskilllevel == 3>>
<<set $playermaxhandjobskill = 100>>
<<if $playerhandjobskill >= $playermaxhandjobskill>>
<<set $playerhandjobskilllevel = 4>>
<<set $playerhandjobskill = 0>>
<</if>>
<<elseif $playerhandjobskilllevel == 4>>
<<set $playermaxhandjobskill = 200>>
<<if $playerhandjobskill >= $playermaxhandjobskill>>
<<set $playerhandjobskilllevel = 5>>
<<set $playerhandjobskill = 0>>
<</if>>
<<elseif $playerhandjobskilllevel == 5>>
<<set $playermaxhandjobskill = 500>>
<</if>>
<<if $playerblowjobskilllevel == 1>>
<<set $playermaxblowjobskill = 25>>
<<if $playerblowjobskill >= $playermaxblowjobskill>>
<<set $playerblowjobskilllevel = 2>>
<<set $playerblowjobskill = 0>>
<</if>>
<<elseif $playerblowjobskilllevel == 2>>
<<set $playermaxblowjobskill = 50>>
<<if $playerblowjobskill >= $playermaxblowjobskill>>
<<set $playerblowjobskilllevel = 3>>
<<set $playerblowjobskill = 0>>
<</if>>
<<elseif $playerblowjobskilllevel == 3>>
<<set $playermaxblowjobskill = 100>>
<<if $playerblowjobskill >= $playermaxblowjobskill>>
<<set $playerblowjobskilllevel = 4>>
<<set $playerblowjobskill = 0>>
<</if>>
<<elseif $playerblowjobskilllevel == 4>>
<<set $playermaxblowjobskill = 200>>
<<if $playerblowjobskill >= $playermaxblowjobskill>>
<<set $playerblowjobskilllevel = 5>>
<<set $playerblowjobskill = 0>>
<</if>>
<<elseif $playerblowjobskilllevel == 5>>
<<set $playermaxblowjobskill = 500>>
<</if>>
<<if $playersexskilllevel == 1>>
<<set $playermaxsexskill = 25>>
<<if $playersexskill >= $playermaxsexskill>>
<<set $playersexskilllevel = 2>>
<<set $playersexskill = 0>>
<</if>>
<<elseif $playersexskilllevel == 2>>
<<set $playermaxsexskill = 50>>
<<if $playersexskill >= $playermaxsexskill>>
<<set $playersexskilllevel = 3>>
<<set $playersexskill = 0>>
<</if>>
<<elseif $playersexskilllevel == 3>>
<<set $playermaxsexskill = 100>>
<<if $playersexskill >= $playermaxsexskill>>
<<set $playersexskilllevel = 4>>
<<set $playersexskill = 0>>
<</if>>
<<elseif $playersexskilllevel == 4>>
<<set $playermaxsexskill = 200>>
<<if $playersexskill >= $playermaxsexskill>>
<<set $playersexskilllevel = 5>>
<<set $playersexskill = 0>>
<</if>>
<<elseif $playersexskilllevel == 5>>
<<set $playermaxsexskill = 500>>
<</if>>
<<if $playeranalskilllevel == 1>>
<<set $playermaxanalskill = 25>>
<<if $playeranalskill >= $playermaxanalskill>>
<<set $playeranalskilllevel = 2>>
<<set $playeranalskill = 0>>
<</if>>
<<elseif $playeranalskilllevel == 2>>
<<set $playermaxanalskill = 50>>
<<if $playeranalskill >= $playermaxanalskill>>
<<set $playeranalskilllevel = 3>>
<<set $playeranalskill = 0>>
<</if>>
<<elseif $playeranalskilllevel == 3>>
<<set $playermaxanalskill = 100>>
<<if $playeranalskill >= $playermaxanalskill>>
<<set $playeranalskilllevel = 4>>
<<set $playeranalskill = 0>>
<</if>>
<<elseif $playeranalskilllevel == 4>>
<<set $playermaxanalskill = 200>>
<<if $playeranalskill >= $playermaxanalskill>>
<<set $playeranalskilllevel = 5>>
<<set $playeranalskill = 0>>
<</if>>
<<elseif $playeranalskilllevel == 5>>
<<set $playermaxanalskill = 500>>
<</if>>
<<if $aubreycorruptionlevel == 1>>
<<set $aubreymaxcorruption = 25>>
<<if $aubreycorruption >= $aubreymaxcorruption>>
<<set $aubreycorruptionlevel = 2>>
<<set $aubreycorruption = 0>>
<</if>>
<<elseif $aubreycorruptionlevel == 2>>
<<set $aubreymaxcorruption = 50>>
<<if $aubreycorruption >= $aubreymaxcorruption>>
<<set $aubreycorruptionlevel = 3>>
<<set $aubreycorruption = 0>>
<</if>>
<<elseif $aubreycorruptionlevel == 3>>
<<set $aubreymaxcorruption = 100>>
<<if $aubreycorruption >= $aubreymaxcorruption>>
<<set $aubreycorruptionlevel = 4>>
<<set $aubreycorruption = 0>>
<</if>>
<<elseif $aubreycorruptionlevel == 4>>
<<set $aubreymaxcorruption = 200>>
<<if $aubreycorruption >= $aubreymaxcorruption>>
<<set $aubreycorruptionlevel = 5>>
<<set $aubreycorruption = 0>>
<</if>>
<<elseif $aubreycorruptionlevel == 5>>
<<set $aubreymaxcorruption = 500>>
<</if>>
<<if $aubreyhandjobskilllevel == 1>>
<<set $aubreymaxhandjobskill = 25>>
<<if $aubreyhandjobskill >= $aubreymaxhandjobskill>>
<<set $aubreyhandjobskilllevel = 2>>
<<set $aubreyhandjobskill = 0>>
<</if>>
<<elseif $aubreyhandjobskilllevel == 2>>
<<set $aubreymaxhandjobskill = 50>>
<<if $aubreyhandjobskill >= $aubreymaxhandjobskill>>
<<set $aubreyhandjobskilllevel = 3>>
<<set $aubreyhandjobskill = 0>>
<</if>>
<<elseif $aubreyhandjobskilllevel == 3>>
<<set $aubreymaxhandjobskill = 100>>
<<if $aubreyhandjobskill >= $aubreymaxhandjobskill>>
<<set $aubreyhandjobskilllevel = 4>>
<<set $aubreyhandjobskill = 0>>
<</if>>
<<elseif $aubreyhandjobskilllevel == 4>>
<<set $aubreymaxhandjobskill = 200>>
<<if $aubreyhandjobskill >= $aubreymaxhandjobskill>>
<<set $aubreyhandjobskilllevel = 5>>
<<set $aubreyhandjobskill = 0>>
<</if>>
<<elseif $aubreyhandjobskilllevel == 5>>
<<set $aubreymaxhandjobskill = 500>>
<</if>>
<<if $aubreyblowjobskilllevel == 1>>
<<set $aubreymaxblowjobskill = 25>>
<<if $aubreyblowjobskill >= $aubreymaxblowjobskill>>
<<set $aubreyblowjobskilllevel = 2>>
<<set $aubreyblowjobskill = 0>>
<</if>>
<<elseif $aubreyblowjobskilllevel == 2>>
<<set $aubreymaxblowjobskill = 50>>
<<if $aubreyblowjobskill >= $aubreymaxblowjobskill>>
<<set $aubreyblowjobskilllevel = 3>>
<<set $aubreyblowjobskill = 0>>
<</if>>
<<elseif $aubreyblowjobskilllevel == 3>>
<<set $aubreymaxblowjobskill = 100>>
<<if $aubreyblowjobskill >= $aubreymaxblowjobskill>>
<<set $aubreyblowjobskilllevel = 4>>
<<set $aubreyblowjobskill = 0>>
<</if>>
<<elseif $aubreyblowjobskilllevel == 4>>
<<set $aubreymaxblowjobskill = 200>>
<<if $aubreyblowjobskill >= $aubreymaxblowjobskill>>
<<set $aubreyblowjobskilllevel = 5>>
<<set $aubreyblowjobskill = 0>>
<</if>>
<<elseif $aubreyblowjobskilllevel == 5>>
<<set $aubreymaxblowjobskill = 500>>
<</if>>
<<if $aubreysexskilllevel == 1>>
<<set $aubreymaxsexskill = 25>>
<<if $aubreysexskill >= $aubreymaxsexskill>>
<<set $aubreysexskilllevel = 2>>
<<set $aubreysexskill = 0>>
<</if>>
<<elseif $aubreysexskilllevel == 2>>
<<set $aubreymaxsexskill = 50>>
<<if $aubreysexskill >= $aubreymaxsexskill>>
<<set $aubreysexskilllevel = 3>>
<<set $aubreysexskill = 0>>
<</if>>
<<elseif $aubreysexskilllevel == 3>>
<<set $aubreymaxsexskill = 100>>
<<if $aubreysexskill >= $aubreymaxsexskill>>
<<set $aubreysexskilllevel = 4>>
<<set $aubreysexskill = 0>>
<</if>>
<<elseif $aubreysexskilllevel == 4>>
<<set $aubreymaxsexskill = 200>>
<<if $aubreysexskill >= $aubreymaxsexskill>>
<<set $aubreysexskilllevel = 5>>
<<set $aubreysexskill = 0>>
<</if>>
<<elseif $aubreysexskilllevel == 5>>
<<set $aubreymaxsexskill = 500>>
<</if>>
<<if $aubreyanalskilllevel == 1>>
<<set $aubreymaxanalskill = 25>>
<<if $aubreyanalskill >= $aubreymaxanalskill>>
<<set $aubreyanalskilllevel = 2>>
<<set $aubreyanalskill = 0>>
<</if>>
<<elseif $aubreyanalskilllevel == 2>>
<<set $aubreymaxanalskill = 50>>
<<if $aubreyanalskill >= $aubreymaxanalskill>>
<<set $aubreyanalskilllevel = 3>>
<<set $aubreyanalskill = 0>>
<</if>>
<<elseif $aubreyanalskilllevel == 3>>
<<set $aubreymaxanalskill = 100>>
<<if $aubreyanalskill >= $aubreymaxanalskill>>
<<set $aubreyanalskilllevel = 4>>
<<set $aubreyanalskill = 0>>
<</if>>
<<elseif $aubreyanalskilllevel == 4>>
<<set $aubreymaxanalskill = 200>>
<<if $aubreyanalskill >= $aubreymaxanalskill>>
<<set $aubreyanalskilllevel = 5>>
<<set $aubreyanalskill = 0>>
<</if>>
<<elseif $aubreyanalskilllevel == 5>>
<<set $aubreymaxanalskill = 500>>
<</if>>
<<if $adrianacorruptionlevel == 1>>
<<set $adrianamaxcorruption = 25>>
<<if $adrianacorruption >= $adrianamaxcorruption>>
<<set $adrianacorruptionlevel = 2>>
<<set $adrianacorruption = 0>>
<</if>>
<<elseif $adrianacorruptionlevel == 2>>
<<set $adrianamaxcorruption = 50>>
<<if $adrianacorruption >= $adrianamaxcorruption>>
<<set $adrianacorruptionlevel = 3>>
<<set $adrianacorruption = 0>>
<</if>>
<<elseif $adrianacorruptionlevel == 3>>
<<set $adrianamaxcorruption = 100>>
<<if $adrianacorruption >= $adrianamaxcorruption>>
<<set $adrianacorruptionlevel = 4>>
<<set $adrianacorruption = 0>>
<</if>>
<<elseif $adrianacorruptionlevel == 4>>
<<set $adrianamaxcorruption = 200>>
<<if $adrianacorruption >= $adrianamaxcorruption>>
<<set $adrianacorruptionlevel = 5>>
<<set $adrianacorruption = 0>>
<</if>>
<<elseif $adrianacorruptionlevel == 5>>
<<set $adrianamaxcorruption = 500>>
<</if>>
<<if $adrianahandjobskilllevel == 1>>
<<set $adrianamaxhandjobskill = 25>>
<<if $adrianahandjobskill >= $adrianamaxhandjobskill>>
<<set $adrianahandjobskilllevel = 2>>
<<set $adrianahandjobskill = 0>>
<</if>>
<<elseif $adrianahandjobskilllevel == 2>>
<<set $adrianamaxhandjobskill = 50>>
<<if $adrianahandjobskill >= $adrianamaxhandjobskill>>
<<set $adrianahandjobskilllevel = 3>>
<<set $adrianahandjobskill = 0>>
<</if>>
<<elseif $adrianahandjobskilllevel == 3>>
<<set $adrianamaxhandjobskill = 100>>
<<if $adrianahandjobskill >= $adrianamaxhandjobskill>>
<<set $adrianahandjobskilllevel = 4>>
<<set $adrianahandjobskill = 0>>
<</if>>
<<elseif $adrianahandjobskilllevel == 4>>
<<set $adrianamaxhandjobskill = 200>>
<<if $adrianahandjobskill >= $adrianamaxhandjobskill>>
<<set $adrianahandjobskilllevel = 5>>
<<set $adrianahandjobskill = 0>>
<</if>>
<<elseif $adrianahandjobskilllevel == 5>>
<<set $adrianamaxhandjobskill = 500>>
<</if>>
<<if $adrianablowjobskilllevel == 1>>
<<set $adrianamaxblowjobskill = 25>>
<<if $adrianablowjobskill >= $adrianamaxblowjobskill>>
<<set $adrianablowjobskilllevel = 2>>
<<set $adrianablowjobskill = 0>>
<</if>>
<<elseif $adrianablowjobskilllevel == 2>>
<<set $adrianamaxblowjobskill = 50>>
<<if $adrianablowjobskill >= $adrianamaxblowjobskill>>
<<set $adrianablowjobskilllevel = 3>>
<<set $adrianablowjobskill = 0>>
<</if>>
<<elseif $adrianablowjobskilllevel == 3>>
<<set $adrianamaxblowjobskill = 100>>
<<if $adrianablowjobskill >= $adrianamaxblowjobskill>>
<<set $adrianablowjobskilllevel = 4>>
<<set $adrianablowjobskill = 0>>
<</if>>
<<elseif $adrianablowjobskilllevel == 4>>
<<set $adrianamaxblowjobskill = 200>>
<<if $adrianablowjobskill >= $adrianamaxblowjobskill>>
<<set $adrianablowjobskilllevel = 5>>
<<set $adrianablowjobskill = 0>>
<</if>>
<<elseif $adrianablowjobskilllevel == 5>>
<<set $adrianamaxblowjobskill = 500>>
<</if>>
<<if $adrianasexskilllevel == 1>>
<<set $adrianamaxsexskill = 25>>
<<if $adrianasexskill >= $adrianamaxsexskill>>
<<set $adrianasexskilllevel = 2>>
<<set $adrianasexskill = 0>>
<</if>>
<<elseif $adrianasexskilllevel == 2>>
<<set $adrianamaxsexskill = 50>>
<<if $adrianasexskill >= $adrianamaxsexskill>>
<<set $adrianasexskilllevel = 3>>
<<set $adrianasexskill = 0>>
<</if>>
<<elseif $adrianasexskilllevel == 3>>
<<set $adrianamaxsexskill = 100>>
<<if $adrianasexskill >= $adrianamaxsexskill>>
<<set $adrianasexskilllevel = 4>>
<<set $adrianasexskill = 0>>
<</if>>
<<elseif $adrianasexskilllevel == 4>>
<<set $adrianamaxsexskill = 200>>
<<if $adrianasexskill >= $adrianamaxsexskill>>
<<set $adrianasexskilllevel = 5>>
<<set $adrianasexskill = 0>>
<</if>>
<<elseif $adrianasexskilllevel == 5>>
<<set $adrianamaxsexskill = 500>>
<</if>>
<<if $adrianaanalskilllevel == 1>>
<<set $adrianamaxanalskill = 25>>
<<if $adrianaanalskill >= $adrianamaxanalskill>>
<<set $adrianaanalskilllevel = 2>>
<<set $adrianaanalskill = 0>>
<</if>>
<<elseif $adrianaanalskilllevel == 2>>
<<set $adrianamaxanalskill = 50>>
<<if $adrianaanalskill >= $adrianamaxanalskill>>
<<set $adrianaanalskilllevel = 3>>
<<set $adrianaanalskill = 0>>
<</if>>
<<elseif $adrianaanalskilllevel == 3>>
<<set $adrianamaxanalskill = 100>>
<<if $adrianaanalskill >= $adrianamaxanalskill>>
<<set $adrianaanalskilllevel = 4>>
<<set $adrianaanalskill = 0>>
<</if>>
<<elseif $adrianaanalskilllevel == 4>>
<<set $adrianamaxanalskill = 200>>
<<if $adrianaanalskill >= $adrianamaxanalskill>>
<<set $adrianaanalskilllevel = 5>>
<<set $adrianaanalskill = 0>>
<</if>>
<<elseif $adrianaanalskilllevel == 5>>
<<set $adrianamaxanalskill = 500>>
<</if>>
<<if $nathalycorruptionlevel == 1>>
<<set $nathalymaxcorruption = 25>>
<<if $nathalycorruption >= $nathalymaxcorruption>>
<<set $nathalycorruptionlevel = 2>>
<<set $nathalycorruption = 0>>
<</if>>
<<elseif $nathalycorruptionlevel == 2>>
<<set $nathalymaxcorruption = 50>>
<<if $nathalycorruption >= $nathalymaxcorruption>>
<<set $nathalycorruptionlevel = 3>>
<<set $nathalycorruption = 0>>
<</if>>
<<elseif $nathalycorruptionlevel == 3>>
<<set $nathalymaxcorruption = 100>>
<<if $nathalycorruption >= $nathalymaxcorruption>>
<<set $nathalycorruptionlevel = 4>>
<<set $nathalycorruption = 0>>
<</if>>
<<elseif $nathalycorruptionlevel == 4>>
<<set $nathalymaxcorruption = 200>>
<<if $nathalycorruption >= $nathalymaxcorruption>>
<<set $nathalycorruptionlevel = 5>>
<<set $nathalycorruption = 0>>
<</if>>
<<elseif $nathalycorruptionlevel == 5>>
<<set $nathalymaxcorruption = 500>>
<</if>>
<<if $nathalyhandjobskilllevel == 1>>
<<set $nathalymaxhandjobskill = 25>>
<<if $nathalyhandjobskill >= $nathalymaxhandjobskill>>
<<set $nathalyhandjobskilllevel = 2>>
<<set $nathalyhandjobskill = 0>>
<</if>>
<<elseif $nathalyhandjobskilllevel == 2>>
<<set $nathalymaxhandjobskill = 50>>
<<if $nathalyhandjobskill >= $nathalymaxhandjobskill>>
<<set $nathalyhandjobskilllevel = 3>>
<<set $nathalyhandjobskill = 0>>
<</if>>
<<elseif $nathalyhandjobskilllevel == 3>>
<<set $nathalymaxhandjobskill = 100>>
<<if $nathalyhandjobskill >= $nathalymaxhandjobskill>>
<<set $nathalyhandjobskilllevel = 4>>
<<set $nathalyhandjobskill = 0>>
<</if>>
<<elseif $nathalyhandjobskilllevel == 4>>
<<set $nathalymaxhandjobskill = 200>>
<<if $nathalyhandjobskill >= $nathalymaxhandjobskill>>
<<set $nathalyhandjobskilllevel = 5>>
<<set $nathalyhandjobskill = 0>>
<</if>>
<<elseif $nathalyhandjobskilllevel == 5>>
<<set $nathalymaxhandjobskill = 500>>
<</if>>
<<if $nathalyblowjobskilllevel == 1>>
<<set $nathalymaxblowjobskill = 25>>
<<if $nathalyblowjobskill >= $nathalymaxblowjobskill>>
<<set $nathalyblowjobskilllevel = 2>>
<<set $nathalyblowjobskill = 0>>
<</if>>
<<elseif $nathalyblowjobskilllevel == 2>>
<<set $nathalymaxblowjobskill = 50>>
<<if $nathalyblowjobskill >= $nathalymaxblowjobskill>>
<<set $nathalyblowjobskilllevel = 3>>
<<set $nathalyblowjobskill = 0>>
<</if>>
<<elseif $nathalyblowjobskilllevel == 3>>
<<set $nathalymaxblowjobskill = 100>>
<<if $nathalyblowjobskill >= $nathalymaxblowjobskill>>
<<set $nathalyblowjobskilllevel = 4>>
<<set $nathalyblowjobskill = 0>>
<</if>>
<<elseif $nathalyblowjobskilllevel == 4>>
<<set $nathalymaxblowjobskill = 200>>
<<if $nathalyblowjobskill >= $nathalymaxblowjobskill>>
<<set $nathalyblowjobskilllevel = 5>>
<<set $nathalyblowjobskill = 0>>
<</if>>
<<elseif $nathalyblowjobskilllevel == 5>>
<<set $nathalymaxblowjobskill = 500>>
<</if>>
<<if $nathalysexskilllevel == 1>>
<<set $nathalymaxsexskill = 25>>
<<if $nathalysexskill >= $nathalymaxsexskill>>
<<set $nathalysexskilllevel = 2>>
<<set $nathalysexskill = 0>>
<</if>>
<<elseif $nathalysexskilllevel == 2>>
<<set $nathalymaxsexskill = 50>>
<<if $nathalysexskill >= $nathalymaxsexskill>>
<<set $nathalysexskilllevel = 3>>
<<set $nathalysexskill = 0>>
<</if>>
<<elseif $nathalysexskilllevel == 3>>
<<set $nathalymaxsexskill = 100>>
<<if $nathalysexskill >= $nathalymaxsexskill>>
<<set $nathalysexskilllevel = 4>>
<<set $nathalysexskill = 0>>
<</if>>
<<elseif $nathalysexskilllevel == 4>>
<<set $nathalymaxsexskill = 200>>
<<if $nathalysexskill >= $nathalymaxsexskill>>
<<set $nathalysexskilllevel = 5>>
<<set $nathalysexskill = 0>>
<</if>>
<<elseif $nathalysexskilllevel == 5>>
<<set $nathalymaxsexskill = 500>>
<</if>>
<<if $nathalyanalskilllevel == 1>>
<<set $nathalymaxanalskill = 25>>
<<if $nathalyanalskill >= $nathalymaxanalskill>>
<<set $nathalyanalskilllevel = 2>>
<<set $nathalyanalskill = 0>>
<</if>>
<<elseif $nathalyanalskilllevel == 2>>
<<set $nathalymaxanalskill = 50>>
<<if $nathalyanalskill >= $nathalymaxanalskill>>
<<set $nathalyanalskilllevel = 3>>
<<set $nathalyanalskill = 0>>
<</if>>
<<elseif $nathalyanalskilllevel == 3>>
<<set $nathalymaxanalskill = 100>>
<<if $nathalyanalskill >= $nathalymaxanalskill>>
<<set $nathalyanalskilllevel = 4>>
<<set $nathalyanalskill = 0>>
<</if>>
<<elseif $nathalyanalskilllevel == 4>>
<<set $nathalymaxanalskill = 200>>
<<if $nathalyanalskill >= $nathalymaxanalskill>>
<<set $nathalyanalskilllevel = 5>>
<<set $nathalyanalskill = 0>>
<</if>>
<<elseif $nathalyanalskilllevel == 5>>
<<set $nathalymaxanalskill = 500>>
<</if>>
<<if $deecorruptionlevel == 1>>
<<set $deemaxcorruption = 25>>
<<if $deecorruption >= $deemaxcorruption>>
<<set $deecorruptionlevel = 2>>
<<set $deecorruption = 0>>
<</if>>
<<elseif $deecorruptionlevel == 2>>
<<set $deemaxcorruption = 50>>
<<if $deecorruption >= $deemaxcorruption>>
<<set $deecorruptionlevel = 3>>
<<set $deecorruption = 0>>
<</if>>
<<elseif $deecorruptionlevel == 3>>
<<set $deemaxcorruption = 100>>
<<if $deecorruption >= $deemaxcorruption>>
<<set $deecorruptionlevel = 4>>
<<set $deecorruption = 0>>
<</if>>
<<elseif $deecorruptionlevel == 4>>
<<set $deemaxcorruption = 200>>
<<if $deecorruption >= $deemaxcorruption>>
<<set $deecorruptionlevel = 5>>
<<set $deecorruption = 0>>
<</if>>
<<elseif $deecorruptionlevel == 5>>
<<set $deemaxcorruption = 500>>
<</if>>
<<if $deehandjobskilllevel == 1>>
<<set $deemaxhandjobskill = 25>>
<<if $deehandjobskill >= $deemaxhandjobskill>>
<<set $deehandjobskilllevel = 2>>
<<set $deehandjobskill = 0>>
<</if>>
<<elseif $deehandjobskilllevel == 2>>
<<set $deemaxhandjobskill = 50>>
<<if $deehandjobskill >= $deemaxhandjobskill>>
<<set $deehandjobskilllevel = 3>>
<<set $deehandjobskill = 0>>
<</if>>
<<elseif $deehandjobskilllevel == 3>>
<<set $deemaxhandjobskill = 100>>
<<if $deehandjobskill >= $deemaxhandjobskill>>
<<set $deehandjobskilllevel = 4>>
<<set $deehandjobskill = 0>>
<</if>>
<<elseif $deehandjobskilllevel == 4>>
<<set $deemaxhandjobskill = 200>>
<<if $deehandjobskill >= $deemaxhandjobskill>>
<<set $deehandjobskilllevel = 5>>
<<set $deehandjobskill = 0>>
<</if>>
<<elseif $deehandjobskilllevel == 5>>
<<set $deemaxhandjobskill = 500>>
<</if>>
<<if $deeblowjobskilllevel == 1>>
<<set $deemaxblowjobskill = 25>>
<<if $deeblowjobskill >= $deemaxblowjobskill>>
<<set $deeblowjobskilllevel = 2>>
<<set $deeblowjobskill = 0>>
<</if>>
<<elseif $deeblowjobskilllevel == 2>>
<<set $deemaxblowjobskill = 50>>
<<if $deeblowjobskill >= $deemaxblowjobskill>>
<<set $deeblowjobskilllevel = 3>>
<<set $deeblowjobskill = 0>>
<</if>>
<<elseif $deeblowjobskilllevel == 3>>
<<set $deemaxblowjobskill = 100>>
<<if $deeblowjobskill >= $deemaxblowjobskill>>
<<set $deeblowjobskilllevel = 4>>
<<set $deeblowjobskill = 0>>
<</if>>
<<elseif $deeblowjobskilllevel == 4>>
<<set $deemaxblowjobskill = 200>>
<<if $deeblowjobskill >= $deemaxblowjobskill>>
<<set $deeblowjobskilllevel = 5>>
<<set $deeblowjobskill = 0>>
<</if>>
<<elseif $deeblowjobskilllevel == 5>>
<<set $deemaxblowjobskill = 500>>
<</if>>
<<if $deesexskilllevel == 1>>
<<set $deemaxsexskill = 25>>
<<if $deesexskill >= $deemaxsexskill>>
<<set $deesexskilllevel = 2>>
<<set $deesexskill = 0>>
<</if>>
<<elseif $deesexskilllevel == 2>>
<<set $deemaxsexskill = 50>>
<<if $deesexskill >= $deemaxsexskill>>
<<set $deesexskilllevel = 3>>
<<set $deesexskill = 0>>
<</if>>
<<elseif $deesexskilllevel == 3>>
<<set $deemaxsexskill = 100>>
<<if $deesexskill >= $deemaxsexskill>>
<<set $deesexskilllevel = 4>>
<<set $deesexskill = 0>>
<</if>>
<<elseif $deesexskilllevel == 4>>
<<set $deemaxsexskill = 200>>
<<if $deesexskill >= $deemaxsexskill>>
<<set $deesexskilllevel = 5>>
<<set $deesexskill = 0>>
<</if>>
<<elseif $deesexskilllevel == 5>>
<<set $deemaxsexskill = 500>>
<</if>>
<<if $deeanalskilllevel == 1>>
<<set $deemaxanalskill = 25>>
<<if $deeanalskill >= $deemaxanalskill>>
<<set $deeanalskilllevel = 2>>
<<set $deeanalskill = 0>>
<</if>>
<<elseif $deeanalskilllevel == 2>>
<<set $deemaxanalskill = 50>>
<<if $deeanalskill >= $deemaxanalskill>>
<<set $deeanalskilllevel = 3>>
<<set $deeanalskill = 0>>
<</if>>
<<elseif $deeanalskilllevel == 3>>
<<set $deemaxanalskill = 100>>
<<if $deeanalskill >= $deemaxanalskill>>
<<set $deeanalskilllevel = 4>>
<<set $deeanalskill = 0>>
<</if>>
<<elseif $deeanalskilllevel == 4>>
<<set $deemaxanalskill = 200>>
<<if $deeanalskill >= $deemaxanalskill>>
<<set $deeanalskilllevel = 5>>
<<set $deeanalskill = 0>>
<</if>>
<<elseif $deeanalskilllevel == 5>>
<<set $deemaxanalskill = 500>>
<</if>>
<<elseif $malecharacter is true and $maleintro >= 4>>
<<silently>>
<<repeat 0.1s>>
<<set $gloryholeincome = Number($gloryholelevel * $gloryholebaseincome)>>
<<if $gloryholebarpoint < $gloryholebarmax>>
<<set $gloryholebarpoint += 0.1>>
<<set $gloryholebarpoint = Number($gloryholebarpoint.toFixed(2))>>
<<updatemeter '$gloryholebar' `$gloryholebarpoint / $barmax`>>
<</if>>
<<if $testbar1 is false>>
<<replace '#testbar-button1'>>
You can collect the money. <br>
<<if $gloryholebarpoint >= $gloryholebarmax>>
<<button "Collect">>
<<set $gloryholebarpoint = 0>>
<<set $money += $gloryholeincome>>
<<set $testbar1 to false>>
<</button>>
<<set $testbar1 to true>>
<<else>>
Work in progress.
<</if>>
<</replace>>
<</if>>
<br>
<<if $testbar2 is false>>
<<replace '#testbar-button2'>>
<<if $money >= $gloryholeprice>>
You can upgrade the building.
<<button "Upgrade">>
<<set $money -= $gloryholeprice>>
<<set $gloryholelevel += 1>>
<<set $gloryholeprice = Math.round($gloryholebaseprice * Math.pow(1.15, $gloryholelevel))>>
<<set $gloryholeincome = Number($gloryholelevel * $gloryholebaseincome)>>
<<set $testbar2 to false>>
<</button>>
<<set $testbar2 to true>>
<<else>>
You need more money.
<</if>>
<</replace>>
<</if>>
<<replace '#money'>>
<div align='center' style='font-size: 150%;'>
<b>Money: $money</b>
</div>
<</replace>>
<<replace '#GH'>>
<div align='center' style='font-size: 150%;'><b>Glory hole Level: $gloryholelevel | Income: $gloryholeincome | Next Level Price: $gloryholeprice</b></div>
<</replace>>
<<if $reward1 == 1 and $gloryholelevel < 10>>
<<replace '#reward1'>>
Upgrade Glory hole <br>
Level: $gloryholelevel / 10
<</replace>>
<<elseif $reward1 == 1 and $gloryholelevel >= 10>>
<<set $reward1 = 2>>
<<replace '#reward1'>>
Upgrade Glory hole <br>
<<button "Collect">>
<<set $reward1 = 3>>
<<script>>
Dialog.setup("Collect Rewards");
Dialog.wiki(Story.get("Rewards").processText());
Dialog.open();
<</script>>
<</button>>
<</replace>>
<</if>>
<<if $reward2 == 1 and $gloryholelevel < 25>>
<<replace '#reward1'>>
Upgrade Glory hole <br>
Level: $gloryholelevel / 25
<</replace>>
<<elseif $reward2 == 1 and $gloryholelevel >= 25>>
<<set $reward2 = 2>>
<<replace '#reward1'>>
Upgrade Glory hole <br>
<<button "Collect">>
<<set $reward2 = 3>>
<<script>>
Dialog.setup("Collect Rewards");
Dialog.wiki(Story.get("Rewards").processText());
Dialog.open();
<</script>>
<<replace '#ghpics'>>
<div class="imagecontainer2">
<a data-passage="Nathaly Page"><img src="content/c2/npc/nathaly/male/profile.jpg" style="max-width: 50%;"></a>
<<if $mcherielevel == 0>>
<img src="content/c2/npc/cherie/profile2.jpg" style="max-width: 50%;">
<<else>>
<a data-passage="Cherie Page"><img src="content/c2/npc/cherie/profile.jpg" style="max-width: 50%;"></a>
<</if>>
</div>
<</replace>>
<</button>>
<</replace>>
<<elseif $reward2 == 4>>
<<replace '#reward1'>>
<</replace>>
<</if>>
<</repeat>>
<</silently>>
<</if>><span id="money">\
<div align='center' style='font-size: 150%;'>
<b>Money: $money</b>
</div>
</span>\
<table class="border-table">
<thead>
<tr>
<th style="width:75%"><span id='GH'><div align='center' style='font-size: 150%;'><b>Glory hole Level: $gloryholelevel | Income: $gloryholeincome | Next Level Price: $gloryholeprice</b></div></span></th>
<th style="width: 25%"></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td>\
<<nobr>>
<div id='ghpics'>
<div class="imagecontainer2">
<a data-passage="Nathaly Page"><img src="content/c2/npc/nathaly/male/profile.jpg" style="max-width: 50%;"></a>
<<if $mcherielevel == 0>>
<img src="content/c2/npc/cherie/profile2.jpg" style="max-width: 50%;">
<<else>>
<a data-passage="Cherie Page"><img src="content/c2/npc/cherie/profile.jpg" style="max-width: 50%;"></a>
<</if>>
</div>
</div>
<</nobr>>
<span id="testbar">\
<div align='center'>\
<<showmeter '$gloryholebar' `$gloryholebarpoint / $barmax`>>\
</div>\
</span>\
</td>\
<td>\
<span id='boost'>\
You can increase the earning speed.
<<button "Manual Boost">>
<<if $gloryholebarpoint < $gloryholebarmax - 0.2>>\
<<set $gloryholebarpoint += 0.2>>\
<</if>>\
<</button>>\
</span>\
----
<span id="testbar-button1">\
You can collect the money. <br>
<<if $gloryholebarpoint >= $gloryholebarmax>>\
<<button "Collect">>
<<set $gloryholebarpoint = 0>>
<<set $money += $gloryholeincome>>
<<set $testbar1 to false>>
<</button>>\
<<set $testbar1 to true>>\
<<else>>\
Work in progress.
<</if>>\
</span>\
----
<span id="testbar-button2">\
<<if $money >= $gloryholeprice>>\
You can upgrade the building.
<<button "Upgrade">>
<<set $money -= $gloryholeprice>>
<<set $gloryholelevel += 1>>
<<set $gloryholeprice = Math.round($gloryholebaseprice * Math.pow(1.15, $gloryholelevel))>>
<<set $gloryholeincome = Number($gloryholelevel * $gloryholebaseincome)>>
<<set $testbar2 to false>>
<</button>>\
<<set $testbar2 to true>>\
<<else>>\
You need more money.
<</if>>\
</span>\
</td>\
</tr>\
</tbody>\
</table>\/* --- PLAYER STATS --- */
<<set $mname to "Jose">> /* MALE NAME*/
<<set $fname to "Adriana">> /* FEMALE NAME*/
<<set $sname to "Violette">> /* SHEMALE NAME*/
<<set $playergender to "">> /* GENDER */
<<set $playerenergy = 5>> /* ENERGY */
<<set $playermaxenergy = 5>> /* MAX ENERGY */
<<set $playerlevel = 1>> /* BASIC LEVEL */
<<set $playerxp = 0>> /* XP */
<<set $playermaxxp = 25>> /* MAX XP */
<<set $playerhp = 25>> /* HP */
<<set $playermaxhp = 25>> /* MAX HP */
<<set $playerarousal = 0>> /* AROUSAL */
<<set $playermaxarousal = 25>> /* MAX AROUSAL */
<<set $playerstamina = 1>> /* STAMINA */
<<set $playermaxstamina = 25>> /* MAX STAMINA */
<<set $playerstaminalevel = 1>> /* STAMINA LEVEL */
<<set $playersexiness = 2>> /* SEXINESS */
<<set $playerarmor = 5>> /* ARMOR */
<<set $playerweapon to "Bare Hands">> /* WEAPON */
<<set $curdmgminpoint = 1>> /* MIN DAMAGE */
<<set $curdmgmaxpoint = 3>> /* MAX DAMAGE */
<<set $playercorruption = 1>> /* CORRUPTION */
<<set $playermaxcorruption = 50>> /* MAX CORRUPTION */
<<set $playercorruptionlevel = 1>> /* CORRUPTION LEVEL */
<<set $playerhandjobskill = 1>> /* HANDJOB SKILL */
<<set $playermaxhandjobskill = 50>> /* MAX HANDJOB SKILL */
<<set $playerhandjobskilllevel = 2>> /* HANDJOB SKILL LEVEL */
<<set $playerblowjobskill = 1>> /* BLOWJOB SKILL */
<<set $playermaxblowjobskill = 25>> /* MAX BLOWJOB SKILL */
<<set $playerblowjobskilllevel = 1>> /* BLOWJOB SKILL LEVEL */
<<set $playersexskill = 1>> /* SEX SKILL */
<<set $playermaxsexskill = 25>> /* MAX SEX SKILL */
<<set $playersexskilllevel = 1>> /* SEX SKILL LEVEL */
<<set $playeranalskill = 1>> /* ANAL SKILL */
<<set $playermaxanalskill = 25>> /* MAX ANAL SKILL */
<<set $playeranalskilllevel = 1>> /* ANAL SKILL LEVEL */
<<set $playerlooks = 100>> /* LOOKS */
<<set $playermaxlooks = 100>> /* MAX LOOKS */
<<set $playerearningsround = 0>> /* EARNINGS ROUND */
<<set $playerearningsfull = 0>> /* EARNINGS FULL */
<<set $playerearnings = 0>> /* EARNINGS */
<<set $playerdailyshampoo to false>> /* DAILY SHAMPOO */
<<set $playerdailyrazor to false>> /* DAILY RAZOR */
<<set $playerdailymakeup to false>> /* DAILY MAKEUP */
<<set $playerdailylipstick to false>> /* DAILY LIPSTICK */
<<set $playerdailynailpolish to false>> /* DAILY NAILPOLISH */
<<set $playerdailyparfume to false>> /* DAILY PARFUME */
<<set $playerdailychores to false>> /* DAILY CHORES */
<<set $playerdailysunbed to false>> /* DAILY SUNBED */
<<set $playersunbedused to false>>
<<set $playerdailyshower to false>>
/* AUBREY STATS */
<<set $aubreyenergy = 3>>
<<set $aubreymaxenergy = 3>>
<<set $aubreydailyshampoo to false>>
<<set $aubreydailyrazor to false>>
<<set $aubreydailymakeup to false>>
<<set $aubreydailylipstick to false>>
<<set $aubreydailynailpolish to false>>
<<set $aubreydailyparfume to false>>
<<set $aubreycorruption = 1>>
<<set $aubreymaxcorruption = 25>>
<<set $aubreycorruptionlevel = 1>>
<<set $aubreyhandjobskill = 1>>
<<set $aubreymaxhandjobskill = 50>>
<<set $aubreyhandjobskilllevel = 2>>
<<set $aubreyblowjobskill = 1>>
<<set $aubreymaxblowjobskill = 25>>
<<set $aubreyblowjobskilllevel = 1>>
<<set $aubreysexskill = 1>>
<<set $aubreymaxsexskill = 25>>
<<set $aubreysexskilllevel = 1>>
<<set $aubreyanalskill = 1>>
<<set $aubreymaxanalskill = 25>>
<<set $aubreyanalskilllevel = 1>>
<<set $aubreyearningsround = 0>>
<<set $aubreyearningsfull = 0>>
<<set $aubreyearnings = 0>>
<<set $aubreydailyshower to false>>
<<set $aubreydailysunbed to false>>
<<set $aubreypic = 0>>
<<set $aubreydailytraining to false>>
<<set $aubreytraining to "">>
<<set $aubreylooks = 100>>
/* ADRIANA STATS */
<<set $adrianaenergy = 3>>
<<set $adrianamaxenergy = 3>>
<<set $adrianadailyshampoo to false>>
<<set $adrianadailyrazor to false>>
<<set $adrianadailymakeup to false>>
<<set $adrianadailylipstick to false>>
<<set $adrianadailynailpolish to false>>
<<set $adrianadailyparfume to false>>
<<set $adrianacorruption = 1>>
<<set $adrianamaxcorruption = 25>>
<<set $adrianacorruptionlevel = 1>>
<<set $adrianahandjobskill = 1>>
<<set $adrianamaxhandjobskill = 25>>
<<set $adrianahandjobskilllevel = 1>>
<<set $adrianablowjobskill = 1>>
<<set $adrianamaxblowjobskill = 25>>
<<set $adrianablowjobskilllevel = 1>>
<<set $adrianasexskill = 1>>
<<set $adrianamaxsexskill = 25>>
<<set $adrianasexskilllevel = 1>>
<<set $adrianaanalskill = 1>>
<<set $adrianamaxanalskill = 25>>
<<set $adrianaanalskilllevel = 1>>
<<set $adrianadailyshower to false>>
<<set $adrianadailysunbed to false>>
/* NATHALY STATS */
<<set $nathalyenergy = 3>>
<<set $nathalymaxenergy = 3>>
<<set $nathalydailyshampoo to false>>
<<set $nathalydailyrazor to false>>
<<set $nathalydailymakeup to false>>
<<set $nathalydailylipstick to false>>
<<set $nathalydailynailpolish to false>>
<<set $nathalydailyparfume to false>>
<<set $nathalycorruption = 1>>
<<set $nathalymaxcorruption = 25>>
<<set $nathalycorruptionlevel = 1>>
<<set $nathalyhandjobskill = 1>>
<<set $nathalymaxhandjobskill = 50>>
<<set $nathalyhandjobskilllevel = 2>>
<<set $nathalyblowjobskill = 1>>
<<set $nathalymaxblowjobskill = 25>>
<<set $nathalyblowjobskilllevel = 1>>
<<set $nathalysexskill = 1>>
<<set $nathalymaxsexskill = 25>>
<<set $nathalysexskilllevel = 1>>
<<set $nathalyanalskill = 1>>
<<set $nathalymaxanalskill = 25>>
<<set $nathalyanalskilllevel = 1>>
<<set $nathalyearningsround = 0>>
<<set $nathalyearningsfull = 0>>
<<set $nathalyearnings = 0>>
<<set $nathalywork to "">>
<<set $nathalydailyshower to false>>
<<set $nathalylooks = 100>>
<<set $nathalymassage to false>>
<<set $nathalypregnant = 0>>
<<set $nathalylastwork to "">>
/* DEE STATS */
<<set $deeenergy = 3>>
<<set $deemaxenergy = 3>>
<<set $deedailyshampoo to false>>
<<set $deedailyrazor to false>>
<<set $deedailymakeup to false>>
<<set $deedailylipstick to false>>
<<set $deedailynailpolish to false>>
<<set $deedailyparfume to false>>
<<set $deecorruption = 1>>
<<set $deemaxcorruption = 50>>
<<set $deecorruptionlevel = 2>>
<<set $deehandjobskill = 1>>
<<set $deemaxhandjobskill = 50>>
<<set $deehandjobskilllevel = 2>>
<<set $deeblowjobskill = 1>>
<<set $deemaxblowjobskill = 50>>
<<set $deeblowjobskilllevel = 2>>
<<set $deesexskill = 1>>
<<set $deemaxsexskill = 50>>
<<set $deesexskilllevel = 2>>
<<set $deeanalskill = 1>>
<<set $deemaxanalskill = 50>>
<<set $deeanalskilllevel = 2>>
<<set $deeearningsround = 0>>
<<set $deeearningsfull = 0>>
<<set $deeearnings = 0>>
<<set $deework to "">>
<<set $deedailyshower to false>>
<<set $deelooks = 100>>
<<set $deemassage to false>>
<<set $deepregnant = 0>>
<<set $deelastwork to "">>
<<set $deefirstshower to false>>
/* --- MISCS --- */
<<set $money = 0>> /* MONEY */
<<set $days to "Monday">> /* DAYS */
<<set $daytime to "day">> /* DAYTIME */
<<set $daycounter = 1>> /* DAY COUNTER */
<<set $aubreywork to "">> /* AUBREY WORK */
<<set $playerwork to "">> /* PLAYER WORK */
<<set $nightauto to false>> /* AUTO NIGHT WORK */
<<set $pissing to true>> /* PISSING */
<<set $cumdrinking to true>> /* CUM DRINKING */
<<set $pregnancy to true>> /* PREGNANCY */
<<set $Pair = 0>>
<<set $Pattern = 0>>
/* --- ENEMY STATS ---*/
<<set $enemylvl = 0>>
<<set $enemyhp = 0>>
<<set $enemymaxhp = 0>>
<<set $enemyarousal = 0>>
<<set $enemymaxarousal = 0>>
<<set $enemyname to "">>
<<set $enemyweapon to "">>
<<set $enemystrength = 0>>
<<set $enemystamina = 0>>
<<set $enemysexiness = 0>>
<<set $enemyarmor = 0>>
<<set $enemydmgminpoint = 1>>
<<set $enemydmgmaxpoint = 3>>
<<set $enemyweaponlvl = 1>>
/* --- BED AND LAPTOP --- */
<<set $playerpc to false>>
<<set $playerbed = 1>>
<<set $playerroom to false>>
<<set $aubreypc to false>>
<<set $aubreybed = 1>>
<<set $adrianapc to true>>
<<set $adrianabed = 1>>
<<set $attic to false>>
<<set $massageroom to false>>
<<set $bdsmroom to false>>
<<set $sunbed to false>>
<<set $dancingpole to false>>
<<set $nathalybed = 1>>
/* --- QUESTS AND STORIES --- */
<<set $shemalecharacter to false>>
<<set $shemaleintro = 0>>
<<set $nathaly to false>>
<<set $nathalygloryholefirst = 0>>
<<set $questgloryhole = 0>>
<<set $divebargloryhole = 0>>
<<set $tikibargloryhole = 0>>
<<set $gloryholedailybuilding to false>>
<<set $nathalymassage = 0>>
<<set $aubreydailypoldance to false>>
<<set $questpoledancer = 0>>
<<set $nathalystreetwork = 0>>
<<set $dee to false>>
<<set $deeintro = 0>>
/* --- STUFF --- */
<<set $razor = 10>>
<<set $shampoo = 10>>
<<set $makeup = 10>>
<<set $lipstick = 10>>
<<set $nailpolish = 10>>
<<set $parfume = 10>>
<<set $condom = 10>>
<<set $massageoil = 0>>
<<set $tanningcream = 0>>
/* --- GYM --- */
<<set $gymweightcounter = 0>>
<<set $gymcardiocounter = 0>>
<<set $gymdays = 0>>
<<set $dailygymweight to false>>
<<set $dailygymcardio to false>>
<<set $gymsmnpc = 0>>
<<set $gymsfnpc = 0>>
<<set $gymssnpc = 0>>
/* --- COUNTERS ---*/
<<set $moneyearned = 0>>
<<set $moneyspent = 0>>
<<set $fightcounter = 0>>
<<set $wincounter = 0>>
<<set $lostcounter = 0>>
<<set $weightliftcounter = 0>>
<<set $cardiocounter = 0>>
<<set $gloryholecounter = 0>>
<<set $handjobcounter = 0>>
<<set $blowjobcounter = 0>>
<<set $fuckingcounter = 0>>
<<set $fuckedcounter = 0>>
<<set $cumcounter = 0>>
<<set $swallowcounter = 0>>
/* --- METERS --- */
<<newmeter '$playerlooksbar' 1>>
<<colors '#2ECC40' 'black'>>
<<label '$playerlooks' 'black' center>>
<</newmeter>>
<<newmeter '$playerxpbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playerxp' 'black' center>>
<</newmeter>>
<<newmeter '$playerstaminabar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playerstamina' 'black' center>>
<</newmeter>>
<<newmeter '$playerhpbar' 1>>
<<colors '#2ECC40' 'red'>>
<<label '$playerhp' 'black' center>>
<</newmeter>>
<<newmeter '$playerarousalbar' 1>>
<<colors '#FF00FF' '#FF00FF'>>
<<label '$playerarousal' 'black' center>>
<</newmeter>>
<<newmeter '$playercorruptionbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playercorruption' 'black' center>>
<</newmeter>>
<<newmeter '$playerhandjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playerhandjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$playerblowjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playerblowjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$playersexskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playersexskill' 'black' center>>
<</newmeter>>
<<newmeter '$playeranalskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$playeranalskill' 'black' center>>
<</newmeter>>
<<newmeter '$enemyhpbar' 1>>
<<colors '#2ECC40' 'red'>>
<<label '$enemyhp' 'black' center>>
<</newmeter>>
<<newmeter '$enemyarousalbar' 1>>
<<colors '#FF00FF' '#FF00FF'>>
<<label '$enemyarousal' 'black' center>>
<</newmeter>>
<<newmeter '$aubreycorruptionbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$aubreycorruption' 'black' center>>
<</newmeter>>
<<newmeter '$aubreyhandjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$aubreyhandjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$aubreyblowjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$aubreyblowjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$aubreysexskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$aubreysexskill' 'black' center>>
<</newmeter>>
<<newmeter '$aubreyanalskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$aubreyanalskill' 'black' center>>
<</newmeter>>
<<newmeter '$adrianacorruptionbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$adrianacorruption' 'black' center>>
<</newmeter>>
<<newmeter '$adrianahandjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$adrianahandjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$adrianablowjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$adrianablowjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$adrianasexskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$adrianasexskill' 'black' center>>
<</newmeter>>
<<newmeter '$adrianaanalskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$adrianaanalskill' 'black' center>>
<</newmeter>>
<<newmeter '$nathalycorruptionbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$nathalycorruption' 'black' center>>
<</newmeter>>
<<newmeter '$nathalyhandjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$nathalyhandjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$nathalyblowjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$nathalyblowjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$nathalysexskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$nathalysexskill' 'black' center>>
<</newmeter>>
<<newmeter '$nathalyanalskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$nathalyanalskill' 'black' center>>
<</newmeter>>
<<newmeter '$deecorruptionbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$deecorruption' 'black' center>>
<</newmeter>>
<<newmeter '$deehandjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$deehandjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$deeblowjobskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$deeblowjobskill' 'black' center>>
<</newmeter>>
<<newmeter '$deesexskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$deesexskill' 'black' center>>
<</newmeter>>
<<newmeter '$deeanalskillbar' 1>>
<<colors '#2ECC40' '#2ECC40'>>
<<label '$deeanalskill' 'black' center>>
<</newmeter>>
/* ----------------------------------------------------------------- */
<<set $malecharacter to false>>
<<set $gloryholelevel = 1>>
<<set $gloryholebaseprice = 15>>
<<set $gloryholeprice = Math.round($gloryholebaseprice * Math.pow(1.15, $gloryholelevel))>>
<<set $gloryholebarpoint = 0>>
<<set $gloryholebarmax = 5>>
<<set $barmax = Number($gloryholebarmax += 0.2)>>
<<set $gloryholebaseincome = 4>>
<<set $gloryholeincome = Number($gloryholelevel * $gloryholebaseincome)>>
<<set $money = 0>>
<<set $testbar1 to false>>
<<set $testbar2 to false>>
<<newmeter '$gloryholebar' 1>>
<<colors '#005900' '#005900'>>
<<sizing '100%'>>
<</newmeter>>
<<set $mnathalylevel = 1>>
<<set $mnathalyrep = 0>>
<<set $mnathalyrepmax = 10>>
<<set $mcherielevel = 0>>
<<set $mcherierep = 0>>
<<set $mcherierepmax = 10>>
<<set $cheriehired to false>>
<<set $reward1 = 1>>
<<set $reward2 = 0>><<if $shemaleintro == 1>>\
<div align='center'>\
Life has never been easy for you. Everywhere around you, it seems that people are being given things that you have had to fight tooth and nail for. It doesn’t help of course that you were living in Futaland when the infamous accident turned all the women into shemales. For you, it just seemed like one more pile of shit that got dumped on your head. Your grades were never that good and so it came as no surprise to anyone when you decided you were not going to attend University. You eventually settled on joining the military where you felt like you had a chance to make a name for yourself on your own merit and finally prove yourself. Except, the military seemed to be more of the same. It was more about who you knew than what you did. You decided to rejoin civilian life at the first opportunity.
Now you are in your thirties and still don’t have a clue what to do with your life. You ended up back in your home town where things were at least a bit more predictable and people didn’t think you were some kind of freak for your sexual ambiguity. An acquaintance of yours introduces you to gambling and with their help, you end up walking away with pretty good winning. You are hooked! Sadly, most of your visits to the casino don’t go so well for you. You end up gambling away pretty much everything you have. It’s alright, you have gotten used to living out of a suitcase anyway.
Things have been bad before but tonight has been especially bad. You really needed tonight’s visit to the casino to go your way so you can catch up on your overdue rent before you get thrown out on your ass. Instead, you ended up blowing the last of the money you had and now you don’t even have enough for a decent meal.
You don’t want to go home but you have nowhere else to go so you wander around aimlessly, pissed at the world for the rotten luck that seems to be your lot in life. If you were superstitious, you would say that you were born under a bad sign. You feel like your head is going to explode as your rage gets the better of you.
As you walk past a darkened ally, you notice a man hit a young-looking woman. That’s it! You are a powder keg, ready to explode. All you needed was a spark and this poor bastard was the unfortunate one to cause it. Yelling with rage, you tear back into the ally and launch yourself at the woman’s assailant.
</div>\
<<button "Defend the girl" "Shemale Intro Fight">>
<<set $enemyname to "Fat Joe">>
<<set $enemymaxhp to random(20, 25)>>
<<set $enemyhp to $enemymaxhp>>
<<set $enemyarousal = 0>>
<<set $enemymaxarousal to random(20, 30)>>
<<set $enemyweapon to "Bare Hands">>
<<set $enemysexiness = 0>>
<<set $enemyarmor to random(0, 3)>>
<<set $enemydmgminpoint = 1>>
<<set $enemydmgmaxpoint = 2>>
<</button>>
\
\
\
\
\
<<elseif $shemaleintro == 2>>\
<img src="content/c2/npc/aubrey/1.jpg" style="max-width: 70%;">
<<speech "Aubrey">>I can’t believe you did that! Thank god for you! I was sure he was going to send me to the hospital for sure. How can I ever thank you enough?<</speech>>
<<button "I’m so turned on right now…" "Intro Shemale">><<set $shemaleintro = 3>><<set $playerarousal = 0>><</button>>
<<button "It was my pleasure. I really needed to blow off some steam. Forget about it." "Intro Shemale">><<set $shemaleintro = 4>><</button>>
<<set $playerarousal += 20>>\
\
\
\
\
\
<<elseif $shemaleintro == 3>>\
<<speech "Aubrey">>Oh… I… I guess so. Wow, I was hoping you would be different. Alright, let’s do this and get it over with.<</speech>>
<div align='center'>\
Before you can say a word, she is on her knees, pulling your pants down. Your hard cock springs up and her hands quickly wrap around it. Her technique shows that she has had a lot of practice and knows how to please a dick. You don’t even last a minute before you erupt all over her, splashing hot spunk all over her.
<video src="content/c2/intro/1.mp4" autoplay loop></video>
</div>\
<<speech "Aubrey">>Oh my god, that is a lot of cum! I feel like I am showering in it. How long has it been for you? I hope you are feeling better now.<</speech>>
<<speech "player" "$sname">>I’m sorry. Yes, it has been a long time for me. I didn’t mean for you to think you needed to do that as repayment. That fight just really made me horny is all. Who was he anyway?<</speech>>
<<speech "Aubrey">>Some creep that I shouldn’t have gotten involved with. He wanted me to have sex with one of his clients even though I told him that I only do handjobs. I’m only trying to make a little money after I lost my job a couple of weeks ago. I’m staying with a friend who’s letting me live there for free. I am just trying to make a little to help her out with her rent until I can get another job. No one seems to be interested in hiring me though… so… here I am. Fuck my life! I really didn’t think I’d end up like this. I just thought I could do a couple of handjobs but that sleazeball wouldn’t take no for a no. He thinks he owns me now that he got me a couple of guys to jerk off. It’s bad enough that he was taking fifty percent of everything they paid. Good riddance dickhead! So what about you? Do you make it a habit of saving damsels in distress in dark alleyways? There are not too many people out on the streets on foot this time of night.<</speech>>
<<speech "player" "$sname">>I’m in the same boat actually. I just lost the last of my money at the casino tonight and I’m about to get evicted. So… I was wandering around just trying to clear my head. It was really nice to have an excuse to beat the shit out of someone who really deserved it.<</speech>>
<<speech "Aubrey">>I have a crazy idea. What if we can help each other. Hear me out for a minute… I really need someone who can look after me and keep me safe while I’m working. And you are really good at kicking the shit out of people. If you keep me safe, I’ll share whatever I make with you. What do you say?<</speech>>
<<speech "player" "$sname">>You want me to be your pimp? I’m not sure I like the sound of that. Besides, I don’t think it would pay enough to cover my living expenses. How much do you think you can make giving ‘handies’ to Johns?<</speech>>
<<speech "Aubrey">>How about this, if I can get my friend to let you stay with us, you can have a split of my earnings too. That way you are guaranteed a place and still have some extra money too. She might ask you to help with some of the chores around the house and errands and shit. Nothing too major though. If you are open to it, I’m sure we can find a way to make it work for you. What do you think?<</speech>>
<<speech "player" "$sname">>If I’m going to be your pimp, I will expect you to take good care of yourself. You will need to keep yourself clean and eat right and get enough exercise to keep your body in shape. I’m not going to be a pimp to a crack ho. If you are okay with that, then count me in. Let’s do it.<</speech>>
<<speech "Aubrey">>That sounds pretty reasonable, I guess. You sound a bit like a drill sergeant in the movies I’ve seen. Just go easy on me, I’m not in the army after all. Alright, the house is this way… Oh, I don’t know your name. I’m Aubrey.<</speech>>
<<speech "player" "$sname">>Nice to meet you, Aubrey. I’m $sname.<</speech>>
<<speech "Aubrey">>It’s a pleasure, $sname! Alright, follow me.<</speech>>
<div align='center'>\
On your walk to the house, Aubrey gets you talking about your past and she opens up to you too. She tells you about her friend Adriana that she met at the University. Adriana's dad died couple of years ago. Her mom technically own the place but she only drops in a few times a year to check up on her. She apparently work for an insurance company that caters to the extremely wealthy but want her daughter to learn to stand on her own two feet. Aubrey had to drop out of school as she lost her scholarship and couldn’t make enough to keep going. You arrive at her friend's place and head inside.
</div>\
<<button "Go inside" "Intro Shemale 2">><<set $shemaleintro = 5>><</button>>
<<playercorruption>>\
<<set $cumcounter += 1>>\
\
\
\
\
\
<<elseif $shemaleintro == 4>>\
<<speech "player" "$sname">>Are you alright. Did he hurt you? He isn’t your boyfriend or anything, is he?<</speech>>
<<speech "Aubrey">>Some creep that I shouldn’t have gotten involved with. He wanted me to have sex with one of his clients even though I told him that I only do handjobs. I’m only trying to make a little money after I lost my job a couple of weeks ago. I’m staying with a friend who’s letting me live there for free. I am just trying to make a little to help her out with her rent until I can get another job. No one seems to be interested in hiring me though… so… here I am. Fuck my life! I really didn’t think I’d end up like this. I just thought I could do a couple of handjobs but that sleazeball wouldn’t take no for a no. He thinks he owns me now that he got me a couple of guys to jerk off. It’s bad enough that he was taking fifty percent of everything they paid. Good riddance dickhead! So what about you? Do you make it a habit of saving damsels in distress in dark alleyways? There are not too many people out on the streets on foot this time of night.<</speech>>
<<speech "player" "$sname">>I’m in the same boat actually. I just lost the last of my money at the casino tonight and I’m about to get evicted. So… I was wandering around just trying to clear my head. It was really nice to have an excuse to beat the shit out of someone who really deserved it.<</speech>>
<<speech "Aubrey">>I have a crazy idea. What if we can help each other. Hear me out for a minute… I really need someone who can look after me and keep me safe while I’m working. And you are really good at kicking the shit out of people. If you keep me safe, I’ll share whatever I make with you. What do you say?<</speech>>
<<speech "player" "$sname">>You want me to be your pimp? I’m not sure I like the sound of that. Besides, I don’t think it would pay enough to cover my living expenses. How much do you think you can make giving ‘handies’ to Johns?<</speech>>
<<speech "Aubrey">>How about this, if I can get my friend to let you stay with us, you can have a split of my earnings too. That way you are guaranteed a place and still have some extra money too. She might ask you to help with some of the chores around the house and errands and shit. Nothing too major though. If you are open to it, I’m sure we can find a way to make it work for you. What do you think?<</speech>>
<<speech "player" "$sname">>If I’m going to be your pimp, I will expect you to take good care of yourself. You will need to keep yourself clean and eat right and get enough exercise to keep your body in shape. I’m not going to be a pimp to a crack ho. If you are okay with that, then count me in. Let’s do it.<</speech>>
<<speech "Aubrey">>That sounds pretty reasonable, I guess. You sound a bit like a drill sergeant in the movies I’ve seen. Just go easy on me, I’m not in the army after all. Alright, the house is this way… Oh, I don’t know your name. I’m Aubrey.<</speech>>
<<speech "player" "$sname">>Nice to meet you, Aubrey. I’m $sname.<</speech>>
<<speech "Aubrey">>It’s a pleasure, $sname! Alright, follow me.<</speech>>
<div align='center'>\
On your walk to the house, Aubrey gets you talking about your past and she opens up to you too. She tells you about her friend Adriana that she met at the University. Adriana's dad died couple of years ago. Her mom technically own the place but she only drops in a few times a year to check up on her. She apparently work for an insurance company that caters to the extremely wealthy but want her daughter to learn to stand on her own two feet. Aubrey had to drop out of school as she lost her scholarship and couldn’t make enough to keep going. You arrive at her friend's place and head inside.
</div>\
<<button "Go inside" "Intro Shemale 2">><<set $shemaleintro = 5>><</button>>
<</if>>\
<span id="fightstats">\
<<set _d10 to random(1, 10)>>\
<<set _playerattack to random($curdmgminpoint, $curdmgmaxpoint)>>\
<<set _dmggiven to Math.round((_playerattack * $playerlevel) - ($enemyarmor * 0.1))>>\
<<if _d10 == 10>>\
<<set _dmggiven to Math.round(_dmggiven * 1.50)>>\
<</if>>\
<<if _d10 == 1>>\
<<set _dmggiven to Math.round(_dmggiven * 0.50)>>\
<</if>>\
<<if _dmggiven < 1>><<set _dmggiven to 1>><</if>>\
<<set _enemyattack to random($enemydmgminpoint, $enemydmgmaxpoint)>>\
<<set _dmgtaken to Math.round((_enemyattack * $playerlevel) - ($playerarmor * 0.1))>>\
<<if _dmgtaken < 1>><<set _dmgtaken to 1>><</if>>\
</span>\
\
<img src="content/c2/intro/2.jpg">
<span id="enemybars">\
<div align='center'><b>Enemy: $enemyname
Health: <<showmeter '$enemyhpbar' `$enemyhp / $enemymaxhp`>>\
Arousal: <<showmeter '$enemyarousalbar' `$enemyarousal / $enemymaxarousal`>>\
</b></div>\
</span>\
<span id="fight" text-algin="center"></span>\
<span id="buttons">\
<<button "Attack">>\
<<set $enemyhp -= _dmggiven>>
<<if $enemyhp < 0>>\
<<set $enemyhp = 0>>\
<</if>>\
<<if $enemyhp > 0>>\
<<set $playerhp -= _dmgtaken>>
<<if $playerhp <= 0>>\
<<set $playerhp = 0>>
<</if>>\
<</if>>\
<<replace "#fight">>\
<div align='center'>\
<<if _d10 == 10>>\
You attacked $enemyname with $playerweapon and made _dmggiven <b>CRITICAL</b> damage to him.
<<elseif _d0 == 1>>\
You attacked $enemyname with $playerweapon, nearly missed him and made only _dmggiven damage to him.
<<else>>\
You attacked $enemyname with $playerweapon and made _dmggiven damage to him.
<</if>>\
<<if $enemyhp > 0>>\
$enemyname attacked you with $enemyweapon and made _dmgtaken damage to you.
<<else>>\
$enemyname lost the fight!
<</if>>\
</div>\
<</replace>>\
<<replace "#enemybars">>\
<div align='center'><b>Enemy: $enemyname
Health: <<showmeter '$enemyhpbar' `$enemyhp / $enemymaxhp`>>\
Arousal: <<showmeter '$enemyarousalbar' `$enemyarousal / $enemymaxarousal`>>\
</b></div>\
<</replace>>\
<<replace '#playerstats'>>\
<div align='center'>\
Health:
<<showmeter '$playerhpbar' `$playerhp / $playermaxhp`>>\
</div>\
<div align='center'>\
Arousal:
<<showmeter '$playerarousalbar' `$playerarousal / $playermaxarousal`>>\
</div>\
Level: $playerlevel
Xp: $playerxp / $playermaxxp
Sexiness: $playersexiness
Armor: $playerarmor
<</replace>>\
<<replace '#fightstats'>>\
<<set _d10 to random(1, 10)>>\
<<set _playerattack to random($curdmgminpoint, $curdmgmaxpoint)>>\
<<set _dmggiven to Math.round((_playerattack * $playerlevel) - ($enemyarmor * 0.1))>>\
<<if _d10 == 10>>\
<<set _dmggiven to Math.round(_dmggiven * 1.50)>>\
<</if>>\
<<if _d10 == 1>>\
<<set _dmggiven to Math.round(_dmggiven * 0.50)>>\
<</if>>\
<<if _dmggiven < 1>><<set _dmggiven to 1>><</if>>\
<<set _enemyattack to random($enemydmgminpoint, $enemydmgmaxpoint)>>\
<<set _dmgtaken to Math.round((_enemyattack * $playerlevel) - ($playerarmor * 0.1))>>\
<<if _dmgtaken < 1>><<set _dmgtaken to 1>><</if>>\
<</replace>>\
<<if $enemyhp <= 0>>\
<<set $playerxp += random(1, 3)>>\
<<set $fightcounter += 1>>\
<<set $wincounter += 1>>\
<<replace '#buttons'>>\
<<button "Leave" "Intro Shemale">>
<<set $shemaleintro = 2>>
<</button>>\
<</replace>>\
<</if>>\
<<if $playerhp <= 0>>\
<<replace '#buttons'>>\
<div align='center'>\
You lost your first fight and can not saved the girl. Restart the game.
</div>\
<</replace>>\
<</if>>\
<</button>>
</span>\
Paperdoll<div align='center' style='font-size: 150%;'>\
<b>Your Room</b>
</div>\
<<if $playerpc is true>>\
<<if $playerbed == 1>>\
<div align='center'>\
This is your room. You have a <b>basic single bed</b> and a laptop.
</div>\
<<elseif $playerbed == 2>>\
<div align='center'>\
This is your room. You have a <b>basic double bed</b> and a laptop.
</div>\
<<else>>\
<div align='center'>\
This is your room. You have a <b>luxury double bed</b> and a laptop.
</div>\
<</if>>\
<<else>>\
<<if $playerbed == 1>>\
<div align='center'>\
This is your room. You have a <b>basic single bed</b> and you don't have a laptop.
</div>\
<<elseif $playerbed == 2>>\
<div align='center'>\
This is your room. You have a <b>basic double bed</b> and you don't have a laptop.
</div>\
<<else>>\
<div align='center'>\
This is your room. You have a <b>luxury double bed</b> and you don't have a laptop.
</div>\
<</if>>\
<</if>>\
<<if $playerpc is true>>\
<<button "Turn on your laptop" "Player Laptop">><</button>>
<</if>>\
<<button "Open your wardrobe" "Player Wardrobe">><</button>>
<<button "Leave your room" "Hallway">><<set $playerroom to false>><</button>><div align='center' style='font-size: 150%;'>\
<b>Your Laptop</b>
</div>\
<<if $questpoledancer == 7>>\
<<button "Research spy cameras and bugs" "Camgirls">><</button>>
<</if>>\
<<button "Watch Camgirls" "Camgirls">><</button>>
<<button "House Upgrades" "House Upgrades">><</button>>
<<button "Turn off" "Player Room">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Your Wardrobe</b>
</div>\
<<button "Close your wardrobe" "Player Room">><</button>><div align='center' style='font-size: 150%;'>\
<b>Hallway</b>
</div>\
<<if $nathaly is true and $nathalycorruptionlevel >= 3 and $nathalymassage == 0>>\
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/1.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>Good morning $sname. I was waiting for you to wake up. I have a brilliant idea, and I have to share it with you. Let me come down to you.<</speech>>
<div align='center'>\
She slowly walks down the stairs while touching her body with one of her hands.
<video src="content/c2/npc/nathaly/scene1/2.mp4" autoplay loop></video>
</div>\
<<speech "player" "$sname">>Good morning to you. So what is this brilliant idea?<</speech>>
<<speech "Nathaly">>Not so fast. First I have to show you a couple of things to imagine my plan correctly.<</speech>>
<<speech "player" "$sname">>Sounds interesting. Let me see.<</speech>>
<<speech "Nathaly">>Let me show you my breasts first. Look at them, how big and juicy they are. This is what the clients will see and feel first.<</speech>>
<div align='center'>\
She uncovers her two big boobs and starts massaging them.
<video src="content/c2/npc/nathaly/scene1/3.mp4" autoplay loop></video>
</div>\
<<speech "player" "$sname">>Yes, they are beautiful. So what is your plan exactly?<</speech>>
<<speech "Nathaly">>I am not finished yet. Please don't say a word until I finish this unique business presentation.<</speech>>
<div align='center'>\
She is a little bit bossy, but this is the best business meeting you have ever had, so you are just enjoying the show.
</div>\
<<speech "Nathaly">>Just look this round hard ass I shaking for you. This will be the second present for the clients.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/4.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>And finally, look at this warm, wet beautiful pussy. This will make so much money for us.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/5.mp4" autoplay loop></video>
She pulls her pussy lips away, and you can see inside her pussy. You have never seen anything like that before. Your hard cock want to escape from your clothes and ram into that pussy.
</div>\
<<speech "Nathaly">>I hope you don't feel uncomfortable about this special presentation. I can see your penis is struggling in your tight clothes. Let me sit down here until you calm down a little bit.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/6.mp4" autoplay loop></video>
She sits down on the stairs, but she is not covering her fantastic body, and she is just smiling at you and on your rock hard problem.
</div>\
<<speech "Nathaly">>Let's talk about the business now. I did a whole body massaging course when I was a teenager. I gained enough experience in the glory holes to please somebody very quickly. My idea is to become an erotic masseuse. This job will bring more money because they will pay a fixed price for the massage and everything else on top of it.<</speech>>
<<speech "player" "$sname">>This is a great idea, but where do you want to do it?<</speech>>
<<speech "Nathaly">>There is plenty of space in the cellar. I don't need a big fancy room, just a small one with a massage bed. It shouldn't cost that much.<</speech>>
<<speech "player" "$sname">>Ok. I have to go back to my daily routines now. Let me see what can I do with it. I will talk to you later once I figure everything out. Bye.<</speech>>
<<speech "Nathaly">>Thank You so much. Have a good day. Bye.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<medvibe>>
<<button "Leave" "Player Room">><<set $nathalymassage = 1>><<disablevibe>><</button>>
\
\
\
\
\
<<elseif $deeintro == 4>>\
<img src="content/c2/npc/dee/3.jpg" style="max-width: 40%;">
<<speech "Dee">>Hey, I have been hoping to catch you alone. I’ve been thinking a lot about what you said. Is the offer to try working a… Glory Hole still open?<</speech>>
<<speech "Violette">>Of course it is. I didn’t want to push you into anything but secretly, I was really hoping you would take me up on the offer. Are you wanting to give it a go?<</speech>>
<<speech "Dee">>I want to but I’m still very nervous. It has been a long long time since my husband died and I… I haven’t been with anyone since. I’m not sure I would know what to do.<</speech>>
<<speech "Violette">>Oh my! You can’t be serious. Really, no one? You poor dear! I can show you what to do. Getting a dick off is almost as easy as falling off a log. There’s nothing to it. Come on, I’ll get you started.<</speech>>
<<button "Go to the glory hole with Dee" "Dee gloryhole">><</button>>
\
\
\
\
\
<<else>>\
<<if $playerdailychores is false>>\
<div align='center'>You have to do your chores.</div>\
<<button "Do your chores (-1 Energy)" "Player Chores">><</button>>
<</if>>\
<table style="width:100%; text-align:center">\
<thead>\
<tr>\
<th style="width:33%"><b>Main Floor</b></th>\
<th style="width:33%"><b>Upper Floor</b></th>\
<th style="width:33%"><b>Other areas</b></th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>\
<<button "Your room" "Player Room">><<set $playerroom to true>><</button>>
<<button "Living room" "Living Room">><</button>>
<<button "Kitchen" "Kitchen">><</button>>
<<button "Bathroom" "Bathroom">><</button>>
</td>\
<td>\
<<button "Aubrey's bedroom" "Aubrey Bedroom">><<set $proom to true>><</button>>
<<button "Adriana's bedroom" "Adriana Bedroom">><</button>>
<<button "Dee`s bedroom" "Dee Bedroom">><</button>>
<<if $nathaly is false>>\
<<button "Spare bedroom" "Nathaly Bedroom">><</button>>
<<else>>\
<<button "Nathaly's bedroom" "Nathaly Bedroom">><</button>>
<</if>>\
</td>\
<td>\
<<button "Garden" "Garden">><</button>>
<<button "Attic" "Attic">><</button>>
<<button "Cellar" "Cellar">><</button>>
<<button "Leave the house" "Map">><</button>>
</td>\
</tr>\
</tbody>\
</table>\
<<button "Start your night shift" "Night Shift">><</button>>
<</if>>\
<div align='center' style='font-size: 150%;'>\
<b>Aubrey's bedroom</b>
</div>\
<<if $aubreybed == 1>>\
<div align='center'>\
This is Aubrey's bedroom. She has a <b>basic single bed</b> and a laptop.
</div>\
<<elseif $aubreybed == 2>>\
<div align='center'>\
This is Aubrey's bedroom. She has a <b>basic double bed</b> and a laptop.
</div>\
<<else>>\
<div align='center'>\
This is Aubrey's bedroom. She has a <b>luxury double bed</b> and a laptop.
</div>\
<</if>>\
<<set _rnd = random(1, 2)>>\
\
\
\
\
\
<<if $questpoledancer == 1>>\
<<set $aubreypic = random(1, 4)>>\
<img @src="'content/c2/npc/aubrey/bedroom/' + $aubreypic + 'a.jpg'" style="max-width: 50%;">
<div align='center'>\
You sit Aubrey down for a chat.
</div>\
<<speech "player" "$sname">>Hey Aubrey, how are you at dancing?<</speech>>
<<speech "Aubrey">>I love dancing! Are you wanting to take a night off and hit up a club?<</speech>>
<<speech "player" "$sname">>That’s a great idea but that isn’t why I’m asking. Have you ever done any exotic dancing? Like pole dancing or table dancing?<</speech>>
<<speech "Aubrey">>Why, are you thinking of opening up your own club? I don’t think we have the money for that yet.<</speech>>
<<speech "player" "$sname">>No, I’m still working on getting a glory hole set up for Nathaly to work in. To do that, I need to find a way to get close to a real sleazeball that just opened up a new club in town. He is trying to get girls to come dance on his pole.<</speech>>
<<speech "Aubrey">>Dance on his pole, eh? Is that a euphemism? Never mind, I know what you mean. You want me to go dance for him? I’ve never done any exotic dancing before. I wouldn’t mind learning though. If that is what you need. Are you trying to rob the owner or something?<</speech>>
<<speech "player" "$sname">>No, nothing as straightforward as that. I was actually trying to find a way to embarrass or blackmail him. He seems like a pretty easy mark. He was practically drooling and begging me to enslave him when I visited. I’m sure we can find an angle. If you are willing, we’ll get you some lessons and see if he bites the bait. I think you will be a natural at pole dancing.<</speech>>
<<speech "Aubrey">>Do you know much about pole dancing? Who will teach me?<</speech>>
<<speech "player" "$sname">>While I have watched more than my fair share of dancers, I have never taught anyone. Let me do a bit of online research and I’ll get back to you.<</speech>>
<<set $questpoledancer = 2>>\
\
\
\
\
\
<<elseif _rnd == 1>>\
<<if $aubreydailytraining is false>>\
<<set $aubreypic = random(1, 4)>>\
<img @src="'content/c2/npc/aubrey/bedroom/' + $aubreypic + 'a.jpg'" style="max-width: 50%;">
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<if $aubreyenergy == 0>>\
<<speech "Aubrey">>I am very horny but too tired to do anything now. Sorry babe.<</speech>>
<<else>>\
<<speech "Aubrey">>I am very horny. Do you want train me to be a better working girl?<</speech>>
<</if>>\
<<if $playerenergy > 0 and $aubreyenergy >0>>\
<<button "Train her hands skill (-1 Energy from both of you)" "Aubrey Training">><<set $aubreytraining to "hands">><<set $playerenergy -= 1>><<set $aubreyenergy -= 1>><<set $aubreydailytraining to true>><</button>>
<<if $aubreycorruptionlevel >= 2>>\
<<button "Train her blowjob skill (-1 Energy from both of you)" "Aubrey Training">><<set $aubreytraining to "blowjob">><<set $playerenergy -= 1>><<set $aubreyenergy -= 1>><<set $aubreydailytraining to true>><</button>>
<<else>>\
<div align='center'>She is not corrupted enough to give you a blowjob.</div>\
<</if>>\
<<if $aubreycorruptionlevel >= 3 and $playercorruptionlevel >= 4>>\
<<button "Train her sex skill (-1 Energy from both of you)" "Aubrey Training">><<set $aubreytraining to "sex">><<set $playerenergy -= 1>><<set $aubreyenergy -= 1>><<set $aubreydailytraining to true>><</button>>
<<elseif $aubreycorruptionlevel < 3>>\
<div align='center'>She is not corrupted enough to have sex with you.</div>\
<<elseif $playercorruptionlevel < 4>>\
<div align='center'>You are not corrupted enough to let her fuck you.</div>\
<</if>>\
<<if $aubreycorruptionlevel >= 4 and $playercorruptionlevel >= 3>>\
<<button "Train her anal skill (-1 Energy from both of you)" "Aubrey Training">><<set $aubreytraining to "anal">><<set $playerenergy -= 1>><<set $aubreyenergy -= 1>><<set $aubreydailytraining to true>><</button>>
<<elseif $aubreycorruptionlevel < 4>>\
<div align='center'>She is not corrupted enough to let you fuck her.</div>\
<<elseif $playercorruptionlevel < 3>>\
<div align='center'>You are not corrupted enough to have sex with her.</div>\
<</if>>\
<<elseif $playerenergy == 0>>>>\
<div align='center'>You are too tired to train her.</div>\
<</if>>\
<<else>>\
<img @src="'content/c2/npc/aubrey/bedroom/' + $aubreypic + 'b.jpg'" style="max-width: 50%;">
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<speech "Aubrey">>I really enjoyed our training session and I can't wait to do it again but not today. Come back tomorrow.<</speech>>
<</if>>\
\
\
\
\
\
<<else>>\
<div align='center'>She is not here.</div>\
<</if>>\
<<button "Leave her room" "Hallway">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Kitchen</b>
</div>\
<<if $nathalycorruptionlevel >= 4 and $nathalystreetwork == 0>>\
<div align='center'>\
You step into the kitchen and see Nathaly cooking something in beautiful blue lingerie. She didn't notice you so you could enjoy the view.
<video src="content/c2/npc/nathaly/scene2/1.mp4" autoplay loop></video>
It looks like it needs a couple of more minutes because she started massaging her huge breasts.
<video src="content/c2/npc/nathaly/scene2/2.mp4" autoplay loop></video>
Her body is just incredible, and this blue lingerie is a perfect match.
<video src="content/c2/npc/nathaly/scene2/3.mp4" autoplay loop></video>
She continues to stir the pasta. You say hi to her before somebody notices you peaking on her.
<video src="content/c2/npc/nathaly/scene2/4.mp4" autoplay loop></video>
She turns back to you with a smile on her face.
<video src="content/c2/npc/nathaly/scene2/5.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>Hello Violette! It is good to see you because I wanted to ask something from you.<</speech>>
<<speech "Violette">>You can ask me anything. What is the problem?<</speech>>
<<speech "Nathaly">>There is no problem, or at least not a big deal. I am curious about working on the street. I just heard some stories from Aubrey, and I know it is more dangerous than working in a glory hole or in the massage room. I still want to try it out, and if I don't like I still can come back to work here.<</speech>>
<<speech "Violette">>I understand this whole thing is new to you, and you want to try everything, but Aubrey is right. Working on the street is dangerous. Some terrible clients can rob you or force you to do things you don't want, and sometimes I can not be around to defend you. And it is not like a glory hole or giving a massage. If somebody goes to you, you must do what he pays for on the street or in his car. Are you sure you are ready for this?<</speech>>
<<speech "Nathaly">>Let me show you how ready I am.<</speech>>
<div align='center'>\
She turns off the cooker, drops her lingerie, and calls you over. Without hesitation, you walk over to her. She pulls your cock out and starts stroking you.
<video src="content/c2/npc/nathaly/scene2/6.mp4" autoplay loop></video>
She makes her grip tighter on your cock and pulls you into her bedroom. Push you down on her bed and starts sucking your cock.
<video src="content/c2/npc/nathaly/scene2/7.mp4" autoplay loop></video>
Then she jumps on it and starts riding you.
<video src="content/c2/npc/nathaly/scene2/8.mp4" autoplay loop></video>
She increased the speed.
<video src="content/c2/npc/nathaly/scene2/9.mp4" autoplay loop></video>
You can not hold it back anymore. She turns you around, grabs your cock, and milks you on her boobs.
<video src="content/c2/npc/nathaly/scene2/10.mp4" autoplay loop></video>
You try to catch your breath and lay down, but she still holds your cock tight.
</div>\
<img src="content/c2/npc/nathaly/scene2/1.jpg" style="max-width: 60%;">
<<speech "Nathaly">>Did I prove myself to give a chance to work on the street?<</speech>>
<<speech "Violette">>Yes, you did, but please release my cock. It hurts.<</speech>>
<<speech "Nathaly">>Then I will see you tonight. Please leave me now. I have to clean myself. See you later.<</speech>>
<<set $nathalystreetwork = 1>>\
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<set $playerarousal = 0>>\
<<set $fuckingcounter += 1>>\
<<heavypulsevibe>>
\
\
\
\
\
<<elseif $deeintro == 2>>\
<div align='center'>\
You wave to Dee as you enter the kitchen where you see her eating a salad and playing on her phone.
</div>\
<img src="content/c2/npc/dee/2.jpg" style="max-width: 40%;">
<<speech "Violette">>How goes the job search?<</speech>>
<<speech "Dee">>Oh, don’t ask! Not well. I think I have depended on my looks for too long and now that they are gone, I’m left with nothing. I’m looking at taking some classes online, but I don’t have any money to pay for it. It’s a catch 22. You can’t make money without education, and you can’t pay for education without money.<</speech>>
<<speech "Violette">>Don’t be so hard on yourself. You aren’t all that old. I think you’ve got a very sexy MILF thing going on.<</speech>>
<<speech "Dee">>Don’t tease me like that. You are just saying that to be nice.<</speech>>
<<speech "Violette">>I’m not actually. You really are smoking hot. Not to be too crass but I probably am… I would totally have sex with you except I’m sure your daughter would never speak to me again.<</speech>>
<<speech "Dee">>I swear my cheeks feel like they are about to catch fire they are so red right now. Okay, changing the topic! What was the temp job you mentioned before?<</speech>>
<<speech "Violette">>Alright, keep an open mind for a minute while I explain. I met Aubrey late one night when she was being beaten up by a pimp. After teaching the pimp some manners, I decided to help Aubrey find a safer way to make some money. Similar to Nathaly where she wanted to help. To make a long story short, I rented a space to open private glory holes where they could work anonymously. She is making decent money, and no one ever sees their faces. If you are open to it, I could let you use the space to earn some money too and no one would be the wiser.<</speech>>
<<speech "Dee">>Glory hole… as in blow jobs? I… I’m not sure. I’ve never done anything like that before. Well, I’ve given blow jobs, sure. I mean, I love dick as much as the next girl, but… I’ve never done anything like that for money. I’m not sure I would know what to do.<</speech>>
<<speech "Violette">>It isn’t rocket science. You’ve given a blow job before. You just make sure you collect the money first and then play with the cock through the hole until it spurts. Easy peasy, lemon squeezy. And if you want a little coaching for your first time, I would be happy to get you started. But don’t let me pressure you into it. I only offered it as a suggestion as a way to help make ends meet.<</speech>>
<<speech "Dee">>Let me think about it a little bit. I… Oh, fuck it. Okay, I’ll do it.<</speech>>
<<speech "Violette">>Alright, this is going to be exciting! I’ll make some schedule arrangements and come talk to you again.<</speech>>
<<set $deeintro = 3>>\
\
\
\
\
\
<<else>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<div align='center'>\
<img src="content/c2/npc/aubrey/3.jpg" style="max-width: 30%;">
</div>\
<span id="chat">\
<div align='center'>\
Aubrey is here. You can talk to her.
</div>\
</span>
<<button "How do you know Adriana?">>
<<replace "#chat">>\
<<speech "Aubrey">>We met at the university. We both started at the same time and met during orientation, and just hit it off. She is super nice and loves to help other people.<</speech>>
<</replace>>\
<</button>>
<<button "Why did you drop out of school?">>
<<replace "#chat">>\
<<speech "Aubrey">>That is a long story.<</speech>>
<<speech "player" "$sname">>I've got time. I'd really like to know if you are comfortable sharing with me. You are becoming very important to me.<</speech>>
<<speech "Aubrey">>Awww, you are important to me too! All right, I'll tell you. So both of my parents are alcoholics, as in they both practically lived inside a whisky bottle. Life was never really easy with them, but I didn't know any better because it was all I knew. Things got more and more difficult as I got older. As I became more independent, they started to depend on me more. I thought I owed it to them to do what I could since they clothed and fed me, blah blah blah. Sorry, this is turning into a sob story. I got a job, so I could buy the things I wanted because they wouldn't get me anything more than the basics. I started to notice my things disappearing. Some of my clothes at first and then bigger things like my headphones or tablet. They managed to get into my bank account and clear it out one day. It was all to support their drinking habit. I blew up. I mean, I completely lost my SHIT. They said they were really sorry and wanted me to stay, but I knew then and there that I had to go. I was terrified that I might end up exactly like them someday. The fucked up thing is that I still love them in a weird sort of way. I mean, they are still my parents. Well, moving out of my house really put me into a tailspin. I went to some pretty dark places in my mind. I moved from couch to couch, living out of a backpack and black plastic bag. School was the furthest thing from my mind. I just stopped going, and by the time I thought about school again, I had already been expelled.<</speech>>
<<speech "player" "$sname">>Why didn't ask Adriana for help?<</speech>>
<<speech "Aubrey">>I didn't want her to see what I'd become. I had lost all motivation to do anything. I was a fucked up mess. I hated myself and anyone who wouldn't hate me like I thought I deserved. I knew how important education was to her and didn't want to distract her.<</speech>>
<</replace>>\
<</button>>
<<button "How do you know Nathaly?">>
<<replace "#chat">>\
<<speech "Aubrey">>We lived on the same street growing up. We used to play together after school. I was really bummed when her family moved out of town. It turned out to be pretty good timing, though. It wasn't long after she left when the lab had the big accident. I ran into her again a few months ago, and it was almost like we were never separated. She had moved in with that dumbass that you met. She offered to let me stay with her, and I slept one night on her couch before her boyfriend threw me out. I was pretty desperate at that point and I decided to give Adriana a call. And here we are. I think you know the rest.<</speech>>
<</replace>>\
<</button>>\
<</if>>\
<</if>>\
<<button "Leave" "Hallway">><<disablevibe>><</button>><div align='center' style='font-size: 150%;'>\
<b>Living Room</b>
</div>\
<<if $deeintro == 1>>\
<<speech "Adriana">>Hey, there she is. Violette, I would like you to meet my mother, Dee. Mom, this is Violette! She has been so helpful around the house.<</speech>>
<img src="content/c2/npc/dee/1.jpg" style="max-width: 30%;">
<<speech "Dee">>It is so very nice to meet you. Adrianna has told me a lot about you. I wish our meeting could be under better circumstances.<</speech>>
<<speech "Violette">>It is nice to meet you too. What bad circumstances? What’s going on?<</speech>>
<<speech "Dee">>Unfortunately, the turn in the economy has put a strain on the company I worked for and they laid off most of the employees while they try to salvage anything they can from the business. I suddenly find myself unemployed and not much savings to speak of. I had invested too heavily in the company and now all the stock that I hold is practically worthless. I kept meaning to diversify but the company seemed to be doing so well. No one really knew just how bad things were. I’m trying to find another job but there just isn’t much demand for old women when it comes to selling insurance. I gave up my best years to the company and they dumped me on my ass with nothing to show for it. I’m going to have to retool before I re-enter the workforce, I fear. In the meantime, we have the mortgage on the house and bills to pay. I know we only just met, and it sounds like you have been very handy around the house but I am going to need to ask you to help out financially if you are going to be staying with us. Are you in a position to do that?<</speech>>
<<speech "Violette">>I understand. It sounds like you are really in a tough spot. I really like staying here and I will do what I can to help. How much do you need from me?<</speech>>
<<speech "Dee">>Between the utilities and the mortgage… If you can pay $200 every Monday, I think that will be fair. I will need to find ways to cover the rest. If you know of any good jobs an old wrinkly woman like me could do, I’m all ears.<</speech>>
<<speech "Violette">>You aren’t as old as most certainly not wrinkly as you say. I think you look rather beautiful. You couldn’t be a day over 35 years old.<</speech>>
<div align='center'>\
Dee blushes and waves at you as if to say ‘stop it’ but clearly would love you to continue.
</div>\
<<speech "Violette">>I might have a couple of ideas for temp jobs that I’ll run by you some time that might help pull in a little more money until you can find something more permanent. I’ll talk to you about it a bit later.<</speech>>
<<speech "Dee">>Oh, very mysterious. You have piqued my interest. My goodness, my cheeks are still burning. Alright, I guess we’ll catch up a bit later. I’m looking forward to spending more time with you!<</speech>>
<<speech "Adriana">>Thank you again for everything you do for us, Violette! I’m so glad you are here!<</speech>>
<<button "Leave" "Player Room">><<set $deeintro = 2>><</button>>
\
\
\
\
\
<<else>>\
<<if $sunbed is true>>\
<<set _full to ["Empty"]>>\
<<if $aubreydailysunbed is false>>\
<<run _full.push("Aubrey")>>\
<</if>>\
<<if $adrianadailysunbed is false>>\
<<run _full.push("Adriana")>>\
<</if>>\
<<set _tanning = _full.random()>>\
\
\
\
<<if _tanning is "Aubrey">>\
<div align='center'>\
As you walk into the living room you see Aubrey enjoying the tanning bed.
<video @src="'content/c2/npc/aubrey/tanningbed/' + random(1, 4) + '.mp4'" autoplay loop></video>
</div>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<speech "player" "$sname">>Ohh I am sorry. I didn't know you are here.<</speech>>
<<speech "Aubrey">>Just give me ten minutes and I will be out.<</speech>>\
<<button "Let her finish" "Hallway">><<set $aubreydailysunbed to true>><</button>>
\
\
\
<<elseif _tanning is "Adriana">>\
<div align='center'>\
As you walk into the living room you see Adriana masturbating in the tanning bed.
<video @src="'content/c2/npc/adriana/tanningbed/' + random(1, 5) + '.mp4'" autoplay loop></video>
You sneak closer to have a better view of her.
<video src="content/c2/npc/adriana/tanningbed/6.mp4" autoplay loop></video>
You should leave before she notices you.
</div>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<button "Sneak out" "Hallway">><<set $adrianadailysunbed to true>><</button>>
\
\
\
<<elseif _tanning is "Empty">>\
<table style="width:100%; text-align:center">\
<thead>\
<tr>\
<th style="width:25%"></th>\
<th style="width:25%"></th>\
<th style="width:25%"></th>\
<th style="width:25%"></th>\
</tr>\
</thead>\
<tbody>\
<<if $sunbed is true>>\
<tr>\
<td></td>\
<td><img src="content/c2/places/sunbed.jpg" style="max-width: 50%;"></td>\
<td>\
<<if $playerdailysunbed is false>>\
<<button "Use the tanning bed" "Tanning Bed">><</button>>
<<else>>\
You already used it today.
<</if>>\
</td>\
<td></td>\
</tr>\
<</if>>\
<<if $questpoledancer >= 3 and $questpoledancer <= 6 or $questpoledancer == 9>>\
<tr>\
<td></td>\
<td><img src="content/c2/places/dancingpole.jpg" style="max-width: 50%;"></td>\
<td>\
<<if $aubreydailypoldance is false>>\
<<if $playerenergy > 0 and $aubreyenergy > 0>>\
<<button "Train Aubrey" "Poledance Training">><</button>>
<<elseif $playerenergy == 0>>\
You don't have more energy.
<<elseif $aubreyenergy == 0>>\
Aubrey doesn't have more energy.
<</if>>\
<<else>>\
You already trained Aubrey today.
<</if>>\
</td>\
<td></td>\
</tr>\
<</if>>\
</tbody>\
</table>\
<<button "Leave" "Hallway">><</button>>
<</if>>\
<</if>>\
<<if $sunbed is false>>\
<<button "Leave" "Hallway">><</button>>
<</if>>\
<</if>>\<div align='center' style='font-size: 150%;'>\
<b>Bathroom</b>
</div>\
<<set _full to ["Empty"]>>\
<<if $aubreydailyshower is false>>\
<<run _full.push("Aubrey")>>\
<</if>>\
<<if $adrianadailyshower is false>>\
<<run _full.push("Adriana")>>\
<</if>>\
<<if $nathalydailyshower is false and $nathaly is true>>\
<<run _full.push("Nathaly")>>\
<</if>>\
<<set _shower = _full.random()>>\
\
\
<<if _shower is "Empty">>\
<<button "Clean yourslef" "Player Shower">><</button>>
<<elseif _shower is "Aubrey">>\
<img @src="'content/c2/npc/aubrey/shower/' + random(1, 8) + '.jpg'" style="max-width: 40%;">
<div align='center'>\
Aubrey is here.
</div>\
<<if $playerenergy > 0 and $playerarousal != $playermaxarousal>>\
<<button "Spy on her (-1 Energy)" "Aubrey Shower">><<set $playerenergy -= 1>><<set $aubreydailyshower to true>><</button>>
<<elseif $playerarousal >= $playermaxarousal>>\
<div align='center'>\
You are too aroused to spy on her.
</div>\
<<else>>
<div align='center'>\
You are tired to spy on her.
</div>\
<</if>>\
<<elseif _shower is "Adriana">>\
<img @src="'content/c2/npc/adriana/shower/' + random(1, 8) + '.jpg'" style="max-width: 40%;">
<div align='center'>\
Adriana is here.
</div>\
<<if $playerenergy > 0 and $playerarousal != $playermaxarousal>>\
<<button "Spy on her (-1 Energy)" "Adriana Shower">><<set $playerenergy -= 1>><<set $adrianadailyshower to true>><</button>>
<<elseif $playerarousal >= $playermaxarousal>>\
<div align='center'>\
You are too aroused to spy on her.
</div>\
<<else>>
<div align='center'>\
You are tired to spy on her.
</div>\
<</if>>\
<<elseif _shower is "Nathaly">>\
<img @src="'content/c2/npc/nathaly/shower/' + random(1, 7) + '.jpg'" style="max-width: 40%;">
<div align='center'>\
Nathaly is here.
</div>\
<<if $playerenergy > 0 and $playerarousal != $playermaxarousal>>\
<<button "Spy on her (-1 Energy)" "Nathaly Shower">><<set $playerenergy -= 1>><<set $nathalydailyshower to true>><</button>>
<<elseif $playerarousal >= $playermaxarousal>>\
<div align='center'>\
You are too aroused to spy on her.
</div>\
<<else>>
<div align='center'>\
You are tired to spy on her.
</div>\
<</if>>\
<</if>>\
<<button "Leave" "Hallway">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Adriana's Bedroom</b>
</div>\
<<if $adrianabed == 1>>\
<div align='center'>\
This is Adriana's bedroom. She has a <b>basic single bed</b> and a laptop.
</div>\
<<elseif $adrianabed == 2>>\
<div align='center'>\
This is Adriana's bedroom. She has a <b>basic double bed</b> and a laptop.
</div>\
<<else>>\
<div align='center'>\
This is Adriana's bedroom. She has a <b>luxury double bed</b> and a laptop.
</div>\
<</if>>\
<<button "Leave her room" "Hallway">><</button>><div align='center' style='font-size: 150%;'>\
<b>Dee's Bedroom</b>
</div>\
<div align='center'>\
This is Adriana's mom Dee's bedroom. She is not here and her door is locked.
</div>\
<<button "Leave" "Hallway">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Attic</b>
</div>\
<div align='center'>\
This is the attic. You can improve it in the future.
</div>\
<<button "Leave" "Hallway">><</button>><div align='center' style='font-size: 150%;'>\
<b>Cellar</b>
</div>\
<div align='center'>\
<<if $nathalymassage < 2>>\
This is the cellar. You can build a massage room and a BDSM room.
<<else>>\
You have a massage room and still have space for other improvement.
<<button "Massage Room" "Massage Room">><</button>>
<</if>>\
</div>\
<<button "Leave" "Hallway">><</button>><div align='center' style='font-size: 150%;'>\
<b>Garden</b>
</div>\
<div align='center'>\
This is the garden. It is not very big but you can improve it in the future.
</div>\
<<button "Leave" "Hallway">><</button>><div align='center' style='font-size: 150%;'>
<b>Town</b>
</div>\
\
\
\
<<if $questgloryhole >= 1>>\
<table style="width:100%; text-align:center">\
<thead>\
<tr>\
<th style="width:33.3%"></th>\
<th style="width:33.3%"></th>\
<th style="width:33.3%"></th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>\
<<button "Home" "Hallway">><</button>>
<<button "Park" "Park">><</button>>
<<button "Fitness Center" "Gym">><</button>>
<<button "Wander around (-1 Energy)" "Wander">><</button>>
</td>\
<td>\
<<if $questgloryhole >= 1>>\
<<button "Billie's Dive Bar" "Dive Bar">><</button>>
<</if>>\
<<if $questgloryhole >= 2>>\
<<button "Jose's Tiki Bar" "Tiki Bar">><</button>>
<</if>>\
<<if $questgloryhole >= 3>>\
<<button "The Devil's Playground" "Night Club">><</button>>
<</if>>\
</td>
<td>\
<<button "General Store" "General Store">><</button>>
<<button "Clothing store" "Clothing Store">><</button>>
<<button "Women shoes store" "Women Shoes Store">><</button>>
<<button "PC shop" "PC Shop">><</button>>
<<button "Adult Shop" "Adult Shop">><</button>>
</td>\
</tr>\
</tbody>\
</table>\
<<else>>\
<table style="width:100%; text-align:center">\
<thead>\
<tr>\
<th style="width:15%"></th>\
<th style="width:35%"></th>\
<th style="width:35%"></th>\
<th style="width:15%"></th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td>\
</td>\
<td>\
<<button "Home" "Hallway">><</button>>
<<button "Park" "Park">><</button>>
<<button "Fitness Center" "Gym">><</button>>
<<button "Wander around (-1 Energy)" "Wander">><</button>>
</td>\
<td>\
<<button "General Store" "General Store">><</button>>
<<button "Clothing store" "Clothing Store">><</button>>
<<button "Women shoes store" "Women Shoes Store">><</button>>
<<button "PC shop" "PC Shop">><</button>>
<<button "Adult Shop" "Adult Shop">><</button>>
</td>\
<td>\
</td>\
</tr>\
</tbody>\
</table>\
<</if>>\
<div align='center' style='font-size: 150%;'>\
<b>Work plan</b>
</div>\
<div align='center'>\
Here you can choose where you want your girls to work. You can choose what you want to do with your remaining energy.
Automatic mode will skip every ontent for everybody and jump to the earning page. Still there is a chance for your girls beaing attacked. If you don't cshoose to defend them then they will make zero money.
----
<b>Aubrey's look</b>
Hair - <<if $shampoo > 0>>Clean<<set $shampoo -= 1>><<else>>Dirty (No more shampoo)<<set $aubreylooks -= 10>><</if>>
Bodyhair - <<if $razor > 0>>Shaved<<set $razor -= 1>><<else>>Hairy (No more razor)<<set $aubreylooks -= 10>><</if>>
Makeup - <<if $makeup > 0>>Applied<<set $makeup -= 1>><<else>>Nothing (No more Makeup)<<set $aubreylooks -= 10>><</if>>
Lipstick - <<if $lipstick > 0>>Applied<<set $lipstick -= 1>><<else>>Nothing (No more Lipstick)<<set $aubreylooks -= 10>><</if>>
Nailpolish - <<if $nailpolish > 0>>Applied<<set $nailpolish -= 1>><<else>>Nothing (No more Nailpolish)<<set $aubreylooks -= 10>><</if>>
Parfume - <<if $parfume > 0>>Applied<<set $parfume -= 1>><<else>>Nothing (No more Parfume)<<set $aubreylooks -= 10>><</if>>
<<if $sunbed is true>>\
Tanning bed - <<if $tanningcream > 0>><<set $tanningcream -= 1>>Used with cream<<set $aubreylooks += 20>><<else>>Used without cream<</if>>
<</if>>\
<<if $playerdailychores is false>>She looks a bit tired because you have not finished your chores today, and she had to do it.<<set $aubreylooks -= 10>><<else>>She looks well rested because you did your chores today, and she had more free time.<</if>>\
<<if $aubreylooks >= 100>>Aubrey looks beautiful tonight. She will earn maximum money with this body.<<elseif $aubreylooks >= 50>>Aubrey is not looking perfect tonight. She will earn less money.<<else>>Aubrey is looking like a mess tonight. She will earn very little money.<</if>>\
<<if $questpoledancer == 10 or $questpoledancer == 11>>\
Aubrey is working in the striptease bar tonight. You can not arrange any work for her.
<<set $aubreywork to "">>\
<<set $aubreyenergy = 0>>\
<<else>>\
Aubrey's workplace: <<if $aubreyenergy > 0>><<listbox "$aubreywork" autoselect>>
<<option "Street">>
<</listbox>> Energy left: $aubreyenergy/$aubreymaxenergy<<else>>She don't have energy to work.<<set $aubreywork to "">><</if>>\
<</if>>\
\
\
\
\
\
<<if $nathalygloryholefirst >= 3>>\
----
<b>Nathaly's look</b>
Hair - <<if $shampoo > 0>>Clean<<set $shampoo -= 1>><<else>>Dirty (No more shampoo)<<set $nathalylooks -= 10>><</if>>
Bodyhair - <<if $razor > 0>>Shaved<<set $razor -= 1>><<else>>Hairy (No more razor)<<set $nathalylooks -= 10>><</if>>
Makeup - <<if $makeup > 0>>Applied<<set $makeup -= 1>><<else>>Nothing (No more Makeup)<<set $nathalylooks -= 10>><</if>>
Lipstick - <<if $lipstick > 0>>Applied<<set $lipstick -= 1>><<else>>Nothing (No more Lipstick)<<set $nathalylooks -= 10>><</if>>
Nailpolish - <<if $nailpolish > 0>>Applied<<set $nailpolish -= 1>><<else>>Nothing (No more Nailpolish)<<set $nathalylooks -= 10>><</if>>
Parfume - <<if $parfume > 0>>Applied<<set $parfume -= 1>><<else>>Nothing (No more Parfume)<<set $nathalylooks -= 10>><</if>>
<<if $sunbed is true>>\
Tanning bed - <<if $tanningcream > 0>><<set $tanningcream -= 1>>Used with cream<<set $nathalylooks += 20>><<else>>Used without cream<</if>>
<</if>>\
<<if $playerdailychores is false>>She looks a bit tired because you have not finished your chores today, and she had to do it.<<set $nathalylooks -= 10>><<else>>She looks well rested because you did your chores today, and she had more free time.<</if>>\
<<if $nathalylooks >= 100>>Nathaly looks beautiful tonight. She will earn maximum money with this body.<<elseif $nathalylooks >= 50>>Nathaly is not looking perfect tonight. She will earn less money.<<else>>Nathaly is looking like a mess tonight. She will earn very little money.<</if>>\
<<if $nathalystreetwork >= 1>>\
Nathaly's workplace: <<if $nathalyenergy > 0>><<listbox "$nathalywork" autoselect>>
<<option "Street">>
<<option "Glory hole">>
<<option "Massage">>
<</listbox>> Energy left: $nathalyenergy/$nathalymaxenergy<<else>>She don't have energy to work.<<set $nathalywork to "">><</if>>\
<<elseif $nathalymassage >= 3>>\
Nathaly's workplace: <<if $nathalyenergy > 0>><<listbox "$nathalywork" autoselect>>
<<option "Glory hole">>
<<option "Massage">>
<</listbox>> Energy left: $nathalyenergy/$nathalymaxenergy<<else>>She don't have energy to work.<<set $nathalywork to "">><</if>>\
<<else>>\
Nathaly's workplace: <<if $nathalyenergy > 0>><<listbox "$nathalywork" autoselect>>
<<option "Glory hole">>
<</listbox>> Energy left: $nathalyenergy/$nathalymaxenergy<<else>>She don't have energy to work.<<set $nathalywork to "">><</if>>\
<</if>>\
<</if>>\
\
\
\
\
\
<<if $deeintro >= 5>>\
----
<b>Dee's look</b>
Hair - <<if $shampoo > 0>>Clean<<set $shampoo -= 1>><<else>>Dirty (No more shampoo)<<set $deelooks -= 10>><</if>>
Bodyhair - <<if $razor > 0>>Shaved<<set $razor -= 1>><<else>>Hairy (No more razor)<<set $deelooks -= 10>><</if>>
Makeup - <<if $makeup > 0>>Applied<<set $makeup -= 1>><<else>>Nothing (No more Makeup)<<set $deelooks -= 10>><</if>>
Lipstick - <<if $lipstick > 0>>Applied<<set $lipstick -= 1>><<else>>Nothing (No more Lipstick)<<set $deelooks -= 10>><</if>>
Nailpolish - <<if $nailpolish > 0>>Applied<<set $nailpolish -= 1>><<else>>Nothing (No more Nailpolish)<<set $deelooks -= 10>><</if>>
Parfume - <<if $parfume > 0>>Applied<<set $parfume -= 1>><<else>>Nothing (No more Parfume)<<set $deelooks -= 10>><</if>>
<<if $sunbed is true>>\
Tanning bed - <<if $tanningcream > 0>><<set $tanningcream -= 1>>Used with cream<<set $deelooks += 20>><<else>>Used without cream<</if>>
<</if>>\
<<if $playerdailychores is false>>She looks a bit tired because you have not finished your chores today, and she had to do it.<<set $deelooks -= 10>><<else>>She looks well rested because you did your chores today, and she had more free time.<</if>>\
<<if $deelooks >= 100>>Dee looks beautiful tonight. She will earn maximum money with this body.<<elseif $deelooks >= 50>>Dee is not looking perfect tonight. She will earn less money.<<else>>Dee is looking like a mess tonight. She will earn very little money.<</if>>\
Dee's workplace: <<if $deeenergy > 0>><<listbox "$deework" autoselect>>
<<option "Glory hole">>
<</listbox>> Energy left: $deeenergy/$deemaxenergy<<else>>She don't have energy to work.<<set $deework to "">><</if>>\
<</if>>\
\
\
\
\
\
\
----
<b>Your look</b>
Body - <<if $playerdailyshower is true>>Clean<<else>>Dirty (Not wahsed)<</if>>
Hair - <<if $playerdailyshampoo is true>>Clean<<else>>Dirty (Not washed)<</if>>
Bodyhair - <<if $playerdailyrazor is true>>Shaved<<else>>Hairy (Not shaved)<</if>>
Makeup - <<if $playerdailymakeup is true>>Applied<<else>>Nothing (Not Applied)<</if>>
Lipstick - <<if $playerdailylipstick is true>>Applied<<else>>Nothing (Not Applied)<</if>>
Nailpolish - <<if $playerdailynailpolish is true>>Applied<<else>>Nothing (Not Applied)<</if>>
Parfume - <<if $playerdailyparfume is true>>Applied<<else>>Nothing (Not Applied)<</if>>
<<if $sunbed is true>>\
Tanning bed - <<if $playerdailysunbed is true>>Used<<if $playersunbedused is true>> with cream<<else>> without cream<</if>><<else>>Not used<</if>>
<</if>>\
<<if $playerlooks >= 100>>You looks beautiful tonight. You will earn maximum money with this body.<<elseif $playerlooks >= 60>>You are not looking perfect tonight. You will earn less money.<<else>>You are looking like a mess tonight. You will earn very little money.<</if>>\
<<if $questpoledancer == 10 or $questpoledancer == 11>>\
Your workplace: <<if $playerenergy > 0>><<listbox "$playerwork" autoselect>>
<<option "Work on the street">>
<</listbox>> Energy left: $playerenergy/$playermaxenergy<<else>>You don't have energy to work.<<set $playerwork to "">><</if>>\
<<else>>\
Your workplace: <<if $playerenergy > 0>><<listbox "$playerwork" autoselect>>
<<option "Defend your girls">>
<<option "Work on the street">>
<</listbox>> Energy left: $playerenergy/$playermaxenergy<<else>>You don't have energy to work.<<set $playerwork to "">><</if>>\
<</if>>\
----
Set the night to automatic: <<checkbox "$nightauto" false true>>
<<if $playerenergy == 0 and $aubreyenergy == 0 and $nathalyenergy == 0>>\
Nobody has energy to work tonight. You going to sleep early.
<<button "Go to sleep" "Player Sleep">><</button>>
<<else>>\
<<button "Start your night" "Night Shift 2">><</button>>
<</if>>\
<<button "Leave" "Hallway">><</button>>
</div>\
<div align='center' style='font-size: 150%;'>
<b>Park Toilet</b>
</div>\
<div align='center'>\
This is a toilet in the park. You can make some money here.
</div>\
<<button "Go inside" "Park Toilet Inside">><</button>>
<<button "Go back to the park" "Park">><</button>>
<<if $playergender is "male" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghmhj>>
<<if $playercorruptionlevel >= 2>>\
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghmbj>>
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghma>>
<</if>>\
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghmbjcum>>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "female" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghfhj>>
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghfbj>>
<<if $locked is true>>\
<div align='center'>You are wearing a chastity belt so you can not use your pussy.</div>\
<<else>>\
<div align='center'>You need to feel that cock in your pussy. You spin around and guide it into your wet hole and it slips in easily as your ass slaps against the wall. You feel so dirty taking the cock into your pussy unprotected. You decide to switch it to your ass instead.</div>\
<<ghfp>>
<</if>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghfa>>
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghfbjcum>>
<<set $CurAR = ($CurAR + 10).clamp(0, $MaxAR)>><<run Arousal($CurAR, $MaxAR, "verticalarousalbar", false)>>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $ghmoneycounter += $ghmoney>>\
<<set $moneycounter += $ghmoney>>\
<<handskill>>\
<<timed 300ms>>\
<<blowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<sexskill>>\
<</timed>>\
<<timed 900ms>>\
<<cumplayskill>>\
<</timed>>\
<<timed 1200ms>>\
<<willingness>>\
<</timed>>\
<<set $ghblowjobcounter += 1>>\
<<set $fghjcounter += 1>>\
<<set $fgblowjobcounter += 1>>\
<<set $fcumswallowcounter += 1>>\
<<if $locked is false>>\
<<set $frpussyfuckcounter += 1>>\
<<set $pussysize += 1>>\
<</if>>\
<<set $franalcounter += 1>>\
<<set $analsize += 1>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "shemale" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<div align='center'>\
You start stroking that big cock.
<video @src="'content/porn/gh/shemale/hj/' + random(6, 35) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningshj>>\
\
\
\
<<if $playercorruptionlevel >= 2>>\
The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!
<video @src="'content/porn/gh/shemale/bj/' + random(9, 61) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsbj>>\
<</if>>\
\
\
\
<<if $playercorruptionlevel >= 4>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
You put a condom on the wet cock then you slide it into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
You don't have more condom but you still you slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to take clients bareback. You skip the fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to Math.round($playerearnings * 0.5)>>\
<<set $playerearnings = 0>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
You wipe your mouth and collect the $ $ghmoney from the floor.
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
</div>\
<<else>>\
<div align='center'>\
You just wait, but nobody turned up.
<video src="content/porn/gh/shemale/1.mp4" autoplay loop></video>
<<if $pissing is true>>\
You hear an interesting noise from the next stall. You peek through.
<video src="content/porn/gh/shemale/2.mp4" autoplay loop></video>
A young girl rushed into the stall and she can't stop pissing.
<video @src="'content/porn/gh/shemale/piss/' + random(1, 15) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<</if>>\
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting (-1 Energy)" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
</div>\
<</if>>\
<<elseif $playerenergy == 0>>\
<div align='center'>You are very tired and you can not suck more cock now.</div>\
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
You see the familiar face of the shady guy that buys the serum.
<img src="content/ui/1.jpg" style="max-width: 50%;">
<<button "Leave" "Park Toilet">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Player Stats and Skills</b>
</div>\
<b>Stats:</b>
<<if $playerxp >= 500>>\
Player's Main Level: Max Level Reached!
<<else>>\
Player's Main Level: $playerlevel
Player's XP points: $playerxp/$playermaxxp
<<showmeter '$playerxpbar' `$playerxp / $playermaxxp`>>\
<</if>>\
<<if $playerstamina >= 500>>\
Player's Stamina Level: Max Level Reached!
<<else>>\
Player's Stamina Level: $playerstaminalevel
Player's Stamina points: $playerstamina/$playermaxstamina
<<showmeter '$playerstaminabar' `$playerstamina / $playermaxstamina`>>\
<</if>>\
<<if $playercorruption >= 500>>\
Player's Corruption Level: Max Level Reached!
<<else>>\
Player's Corruption Level: $playercorruptionlevel
Player's Corruption points: $playercorruption/$playermaxcorruption
<<showmeter '$playercorruptionbar' `$playercorruption / $playermaxcorruption`>>\
<</if>>\
----
<b>Skills:</b>
<<if $playerhandjobskill >= 500>>\
Player's Handjob Skill Level: Max Level Reached!
<<else>>\
Player's Handjob Skill Level: $playerhandjobskilllevel
Player's Handjob Skill points: $playerhandjobskill/$playermaxhandjobskill
<<showmeter '$playerhandjobskillbar' `$playerhandjobskill / $playermaxhandjobskill`>>\
<</if>>\
<<if $playerblowjobskill >= 500>>\
Player's Blowjob Skill Level: Max Level Reached!
<<else>>\
Player's Blowjob Skill Level: $playerblowjobskilllevel
Player's Blowjob Skill points: $playerblowjobskill/$playermaxblowjobskill
<<showmeter '$playerblowjobskillbar' `$playerblowjobskill / $playermaxblowjobskill`>>\
<</if>>\
<<if $playersexskill >= 500>>\
Player's Sex Skill Level: Max Level Reached!
<<else>>\
Player's Sex Skill Level: $playersexskilllevel
Player's Sex Skill points: $playersexskill/$playermaxsexskill
<<showmeter '$playersexskillbar' `$playersexskill / $playermaxsexskill`>>\
<</if>>\
<<if $playeranalskill >= 500>>\
Player's Anal Skill Level: Max Level Reached!
<<else>>\
Player's Anal Skill Level: $playeranalskilllevel
Player's Anal Skill points: $playeranalskill/$playermaxanalskill
<<showmeter '$playeranalskillbar' `$playeranalskill / $playermaxanalskill`>>\
<</if>>\
----
<b>Counters:</b>
You earned $moneyearned money.
You spent $moneyspent money.
You had $fightcounter fights.
You won $wincounter fights.
You lost $lostcounter fights.
You lifted weights in the gym $weightliftcounter times.
You done cardio in the gym $cardiocounter times.
You worked in the gloryhole $gloryholecounter times.
You gave handjob $handjobcounter times.
You gave blowjob $blowjobcounter times.
You fucked $fuckingcounter times.
You been fucked $fuckedcounter times.
You cummed $cumcounter times.
You swallowed cum $swallowcounter times.
<<button "Return" $return>><</button>><<nobr>>\
<<widget "playerxp">>
<<set _rnd = random(1, 3)>>
<<set $playerxp += _rnd>>
<<notify1>>+_rnd Player Experience<</notify1>>
<</widget>>
<<widget "playerstamina">>
<<set _rnd = random(1, 3)>>
<<set $playerstamina += _rnd>>
<<notify2>>+_rnd Stamina<</notify2>>
<</widget>>
<<widget "playercorruption">>
<<set _rnd = random(1, 3)>>
<<set $playercorruption += _rnd>>
<<notify3>>+_rnd Corruption<</notify3>>
<</widget>>
<<widget "playerhandjobskill">>
<<set _rnd = random(1, 3)>>
<<set $playerhandjobskill += _rnd>>
<<set $handjobcounter += 1>>
<<notify4>>+_rnd Handjob Skill<</notify4>>
<</widget>>
<<widget "playerblowjobskill">>
<<set _rnd = random(1, 3)>>
<<set $playerblowjobskill += _rnd>>
<<set $blowjobcounter += 1>>
<<notify5>>+_rnd Blowjob Skill<</notify5>>
<</widget>>
<<widget "playersexskill">>
<<set _rnd = random(1, 3)>>
<<set $playersexskill += _rnd>>
<<set $fuckingcounter += 1>>
<<notify6>>+_rnd Sex Skill<</notify6>>
<</widget>>
<<widget "playeranalskill">>
<<set _rnd = random(1, 3)>>
<<set $playeranalskill += _rnd>>
<<set $fuckedcounter += 1>>
<<notify6>>+_rnd Anal Skill<</notify6>>
<</widget>>
<<widget "playerearningshj">>
<<if $playerhandjobskilllevel == 1>>
<<set $playerearnings += random(3, 7)>>
<<elseif $playerhandjobskilllevel == 2>>
<<set $playerearnings += random(8, 12)>>
<<elseif $playerhandjobskilllevel == 3>>
<<set $playerearnings += random(13, 17)>>
<<elseif $playerhandjobskilllevel == 4>>
<<set $playerearnings += random(18, 22)>>
<<elseif $playerhandjobskilllevel == 5>>
<<set $playerearnings += random(23, 27)>>
<</if>>
<</widget>>
<<widget "playerearningsbj">>
<<if $playerblowjobskilllevel == 1>>
<<set $playerearnings += random(7, 13)>>
<<elseif $playerblowjobskilllevel == 2>>
<<set $playerearnings += random(12, 18)>>
<<elseif $playerblowjobskilllevel == 3>>
<<set $playerearnings += random(17, 23)>>
<<elseif $playerblowjobskilllevel == 4>>
<<set $playerearnings += random(22, 28)>>
<<elseif $playerblowjobskilllevel == 5>>
<<set $playerearnings += random(27, 33)>>
<</if>>
<</widget>>
<<widget "playerearningssex">>
<<if $playersexskilllevel == 1>>
<<set $playerearnings += random(20, 30)>>
<<elseif $playersexskilllevel == 2>>
<<set $playerearnings += random(25, 35)>>
<<elseif $playersexskilllevel == 3>>
<<set $playerearnings += random(30,40)>>
<<elseif $playersexskilllevel == 4>>
<<set $playerearnings += random(35, 45)>>
<<elseif $playersexskilllevel == 5>>
<<set $playerearnings += random(40, 50)>>
<</if>>
<</widget>>
<<widget "playerearningsanal">>
<<if $playeranalskilllevel == 1>>
<<set $playerearnings += random(30, 50)>>
<<elseif $playeranalskilllevel == 2>>
<<set $playerearnings += random(40, 60)>>
<<elseif $playeranalskilllevel == 3>>
<<set $playerearnings += random(50, 70)>>
<<elseif $playeranalskilllevel == 4>>
<<set $playerearnings += random(60, 80)>>
<<elseif $playeranalskilllevel == 5>>
<<set $playerearnings += random(70, 90)>>
<</if>>
<</widget>>
<<widget "playerearningsround">>
<<set $playerearningsround = Math.round($playerearnings * ($playerlooks / 100))>>
<<set $playerearningsfull += $playerearningsround>>
<div align='center'>
You made $playerearningsround money.
</div>
<</widget>>
/* --- AUBREY WIDGETS --- */
<<widget "aubreycorruption">>
<<set _rnd = random(1, 3)>>
<<set $aubreycorruption += _rnd>>
<div align='center'>
<b>+_rnd Aubrey's Corruption</b>
</div>\
<</widget>>
<<widget "aubreyhandjobskill">>
<<set _rnd = random(1, 3)>>
<<set $aubreyhandjobskill += _rnd>>
<div align='center'>
<b>+_rnd Aubrey's Handjob Skill</b>
</div>\
<</widget>>
<<widget "aubreyblowjobskill">>
<<set _rnd = random(1, 3)>>
<<set $aubreyblowjobskill += _rnd>>
<div align='center'>
<b>+_rnd Aubrey's Blowjob Skill</b>
</div>\
<</widget>>
<<widget "aubreysexskill">>
<<set _rnd = random(1, 3)>>
<<set $aubreysexskill += _rnd>>
<div align='center'>
<b>+_rnd Aubrey's Sex Skill</b>
</div>\
<</widget>>
<<widget "aubreyanalskill">>
<<set _rnd = random(1, 3)>>
<<set $aubreyanalskill += _rnd>>
<div align='center'>
<b>+_rnd Aubrey's Anal Skill</b>
</div>\
<</widget>>
<<widget "aubreyearningshj">>
<<if $aubreyhandjobskilllevel == 1>>
<<set $aubreyearnings += random(3, 7)>>
<<elseif $aubreyhandjobskilllevel == 2>>
<<set $aubreyearnings += random(8, 12)>>
<<elseif $aubreyhandjobskilllevel == 3>>
<<set $aubreyearnings += random(13, 17)>>
<<elseif $aubreyhandjobskilllevel == 4>>
<<set $aubreyearnings += random(18, 22)>>
<<elseif $aubreyhandjobskilllevel == 5>>
<<set $aubreyearnings += random(23, 27)>>
<</if>>
<</widget>>
<<widget "aubreyearningsbj">>
<<if $aubreyblowjobskilllevel == 1>>
<<set $aubreyearnings += random(7, 13)>>
<<elseif $aubreyblowjobskilllevel == 2>>
<<set $aubreyearnings += random(12, 18)>>
<<elseif $aubreyblowjobskilllevel == 3>>
<<set $aubreyearnings += random(17, 23)>>
<<elseif $aubreyblowjobskilllevel == 4>>
<<set $aubreyearnings += random(22, 28)>>
<<elseif $aubreyblowjobskilllevel == 5>>
<<set $aubreyearnings += random(27, 33)>>
<</if>>
<</widget>>
<<widget "aubreyearningssex">>
<<if $aubreysexskilllevel == 1>>
<<set $aubreyearnings += random(20, 30)>>
<<elseif $aubreysexskilllevel == 2>>
<<set $aubreyearnings += random(25, 35)>>
<<elseif $aubreysexskilllevel == 3>>
<<set $aubreyearnings += random(30,40)>>
<<elseif $aubreysexskilllevel == 4>>
<<set $aubreyearnings += random(35, 45)>>
<<elseif $aubreysexskilllevel == 5>>
<<set $aubreyearnings += random(40, 50)>>
<</if>>
<</widget>>
<<widget "aubreyearningsanal">>
<<if $aubreyanalskilllevel == 1>>
<<set $aubreyearnings += random(30, 50)>>
<<elseif $aubreyanalskilllevel == 2>>
<<set $aubreyearnings += random(40, 60)>>
<<elseif $aubreyanalskilllevel == 3>>
<<set $aubreyearnings += random(50, 70)>>
<<elseif $aubreyanalskilllevel == 4>>
<<set $aubreyearnings += random(60, 80)>>
<<elseif $aubreyanalskilllevel == 5>>
<<set $aubreyearnings += random(70, 90)>>
<</if>>
<</widget>>
<<widget "aubreyearningsround">>
<<set $aubreyearningsround = Math.round($aubreyearnings * ($aubreylooks / 100))>>
<<set $aubreyearningsfull += $aubreyearningsround>>
<div align='center'>
Aubrey made $aubreyearningsround money.
</div>
<</widget>>
/* --- ADRIANA WIDGETS --- */
<<widget "adrianacorruption">>
<<set _rnd = random(1, 3)>>
<<set $adrianacorruption += _rnd>>
<div align='center'>
<b>+_rnd Adriana's Corruption</b>
</div>\
<</widget>>
<<widget "adrianahandjobskill">>
<<set _rnd = random(1, 3)>>
<<set $adrianahandjobskill += _rnd>>
<div align='center'>
<b>+_rnd Adriana's Handjob Skill</b>
</div>\
<</widget>>
<<widget "adrianablowjobskill">>
<<set _rnd = random(1, 3)>>
<<set $adrianablowjobskill += _rnd>>
<div align='center'>
<b>+_rnd Adriana's Blowjob Skill</b>
</div>\
<</widget>>
<<widget "adrianasexskill">>
<<set _rnd = random(1, 3)>>
<<set $adrianasexskill += _rnd>>
<div align='center'>
<b>+_rnd Adriana's Sex Skill</b>
</div>\
<</widget>>
<<widget "adrianaanalskill">>
<<set _rnd = random(1, 3)>>
<<set $adrianaanalskill += _rnd>>
<div align='center'>
<b>+_rnd Adriana's Anal Skill</b>
</div>\
<</widget>>
<<widget "adrianaearningshj">>
<<if $adrianahandjobskilllevel == 1>>
<<set $adrianaearnings += random(3, 7)>>
<<elseif $adrianahandjobskilllevel == 2>>
<<set $adrianaearnings += random(8, 12)>>
<<elseif $adrianahandjobskilllevel == 3>>
<<set $adrianaearnings += random(13, 17)>>
<<elseif $adrianahandjobskilllevel == 4>>
<<set $adrianaearnings += random(18, 22)>>
<<elseif $adrianahandjobskilllevel == 5>>
<<set $adrianaearnings += random(23, 27)>>
<</if>>
<</widget>>
<<widget "adrianaearningsbj">>
<<if $adrianablowjobskilllevel == 1>>
<<set $adrianaearnings += random(7, 13)>>
<<elseif $adrianablowjobskilllevel == 2>>
<<set $adrianaearnings += random(12, 18)>>
<<elseif $adrianablowjobskilllevel == 3>>
<<set $adrianaearnings += random(17, 23)>>
<<elseif $adrianablowjobskilllevel == 4>>
<<set $adrianaearnings += random(22, 28)>>
<<elseif $adrianablowjobskilllevel == 5>>
<<set $adrianaearnings += random(27, 33)>>
<</if>>
<</widget>>
<<widget "adrianaearningssex">>
<<if $adrianasexskilllevel == 1>>
<<set $adrianaearnings += random(20, 30)>>
<<elseif $adrianasexskilllevel == 2>>
<<set $adrianaearnings += random(25, 35)>>
<<elseif $adrianasexskilllevel == 3>>
<<set $adrianaearnings += random(30,40)>>
<<elseif $adrianasexskilllevel == 4>>
<<set $adrianaearnings += random(35, 45)>>
<<elseif $adrianasexskilllevel == 5>>
<<set $adrianaearnings += random(40, 50)>>
<</if>>
<</widget>>
<<widget "adrianaearningsanal">>
<<if $adrianaanalskilllevel == 1>>
<<set $adrianaearnings += random(30, 50)>>
<<elseif $adrianaanalskilllevel == 2>>
<<set $adrianaearnings += random(40, 60)>>
<<elseif $adrianaanalskilllevel == 3>>
<<set $adrianaearnings += random(50, 70)>>
<<elseif $adrianaanalskilllevel == 4>>
<<set $adrianaearnings += random(60, 80)>>
<<elseif $adrianaanalskilllevel == 5>>
<<set $adrianaearnings += random(70, 90)>>
<</if>>
<</widget>>
<<widget "adrianaearningsround">>
<<set $adrianaearningsround = Math.round($adrianaearnings * ($adrianalooks / 100))>>
<<set $adrianaearningsfull += $adrianaearningsround>>
<div align='center'>
Adriana made $adrianaearningsround money.
</div>
<</widget>>
/* --- NATHLAY WIDGETS --- */
<<widget "nathalycorruption">>
<<set _rnd = random(1, 3)>>
<<set $nathalycorruption += _rnd>>
<div align='center'>
<b>+_rnd Nathaly's Corruption</b>
</div>\
<</widget>>
<<widget "nathalyhandjobskill">>
<<set _rnd = random(1, 3)>>
<<set $nathalyhandjobskill += _rnd>>
<div align='center'>
<b>+_rnd Nathaly's Handjob Skill</b>
</div>\
<</widget>>
<<widget "nathalyblowjobskill">>
<<set _rnd = random(1, 3)>>
<<set $nathalyblowjobskill += _rnd>>
<div align='center'>
<b>+_rnd Nathaly's Blowjob Skill</b>
</div>\
<</widget>>
<<widget "nathalysexskill">>
<<set _rnd = random(1, 3)>>
<<set $nathalysexskill += _rnd>>
<div align='center'>
<b>+_rnd Nathaly's Sex Skill</b>
</div>\
<</widget>>
<<widget "nathalyanalskill">>
<<set _rnd = random(1, 3)>>
<<set $nathalyanalskill += _rnd>>
<div align='center'>
<b>+_rnd Nathaly's Anal Skill</b>
</div>\
<</widget>>
<<widget "nathalyearningshj">>
<<if $nathalyhandjobskilllevel == 1>>
<<set $nathalyearnings += random(3, 7)>>
<<elseif $nathalyhandjobskilllevel == 2>>
<<set $nathalyearnings += random(8, 12)>>
<<elseif $nathalyhandjobskilllevel == 3>>
<<set $nathalyearnings += random(13, 17)>>
<<elseif $nathalyhandjobskilllevel == 4>>
<<set $nathalyearnings += random(18, 22)>>
<<elseif $nathalyhandjobskilllevel == 5>>
<<set $nathalyearnings += random(23, 27)>>
<</if>>
<</widget>>
<<widget "nathalyearningsbj">>
<<if $nathalyblowjobskilllevel == 1>>
<<set $nathalyearnings += random(7, 13)>>
<<elseif $nathalyblowjobskilllevel == 2>>
<<set $nathalyearnings += random(12, 18)>>
<<elseif $nathalyblowjobskilllevel == 3>>
<<set $nathalyearnings += random(17, 23)>>
<<elseif $nathalyblowjobskilllevel == 4>>
<<set $nathalyearnings += random(22, 28)>>
<<elseif $nathalyblowjobskilllevel == 5>>
<<set $nathalyearnings += random(27, 33)>>
<</if>>
<</widget>>
<<widget "nathalyearningssex">>
<<if $nathalysexskilllevel == 1>>
<<set $nathalyearnings += random(20, 30)>>
<<elseif $nathalysexskilllevel == 2>>
<<set $nathalyearnings += random(25, 35)>>
<<elseif $nathalysexskilllevel == 3>>
<<set $nathalyearnings += random(30,40)>>
<<elseif $nathalysexskilllevel == 4>>
<<set $nathalyearnings += random(35, 45)>>
<<elseif $nathalysexskilllevel == 5>>
<<set $nathalyearnings += random(40, 50)>>
<</if>>
<</widget>>
<<widget "nathalyearningsanal">>
<<if $nathalyanalskilllevel == 1>>
<<set $nathalyearnings += random(30, 50)>>
<<elseif $nathalyanalskilllevel == 2>>
<<set $nathalyearnings += random(40, 60)>>
<<elseif $nathalyanalskilllevel == 3>>
<<set $nathalyearnings += random(50, 70)>>
<<elseif $nathalyanalskilllevel == 4>>
<<set $nathalyearnings += random(60, 80)>>
<<elseif $nathalyanalskilllevel == 5>>
<<set $nathalyearnings += random(70, 90)>>
<</if>>
<</widget>>
<<widget "nathalyearningsround">>
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>
<<set $nathalyearningsfull += $nathalyearningsround>>
<div align='center'>
Nathaly made $nathalyearningsround money.
</div>
<</widget>>
<<widget "nathalyearningsroundmassage">>
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>
<<set $nathalyearningsfull += $nathalyearningsround>>
<div align='center'>
Nathaly made $nathalyearningsround money.
</div>
<</widget>>
/* --- DEE WIDGETS --- */
<<widget "deecorruption">>
<<set _rnd = random(1, 3)>>
<<set $deecorruption += _rnd>>
<div align='center'>
<b>+_rnd Dee's Corruption</b>
</div>\
<</widget>>
<<widget "deehandjobskill">>
<<set _rnd = random(1, 3)>>
<<set $deehandjobskill += _rnd>>
<div align='center'>
<b>+_rnd Dee's Handjob Skill</b>
</div>\
<</widget>>
<<widget "deeblowjobskill">>
<<set _rnd = random(1, 3)>>
<<set $deeblowjobskill += _rnd>>
<div align='center'>
<b>+_rnd Dee's Blowjob Skill</b>
</div>\
<</widget>>
<<widget "deesexskill">>
<<set _rnd = random(1, 3)>>
<<set $deesexskill += _rnd>>
<div align='center'>
<b>+_rnd Dee's Sex Skill</b>
</div>\
<</widget>>
<<widget "deeanalskill">>
<<set _rnd = random(1, 3)>>
<<set $deeanalskill += _rnd>>
<div align='center'>
<b>+_rnd Dee's Anal Skill</b>
</div>\
<</widget>>
<<widget "deeearningshj">>
<<if $deehandjobskilllevel == 1>>
<<set $deeearnings += random(3, 7)>>
<<elseif $deehandjobskilllevel == 2>>
<<set $deeearnings += random(8, 12)>>
<<elseif $deehandjobskilllevel == 3>>
<<set $deeearnings += random(13, 17)>>
<<elseif $deehandjobskilllevel == 4>>
<<set $deeearnings += random(18, 22)>>
<<elseif $deehandjobskilllevel == 5>>
<<set $deeearnings += random(23, 27)>>
<</if>>
<</widget>>
<<widget "deeearningsbj">>
<<if $deeblowjobskilllevel == 1>>
<<set $deeearnings += random(7, 13)>>
<<elseif $deeblowjobskilllevel == 2>>
<<set $deeearnings += random(12, 18)>>
<<elseif $deeblowjobskilllevel == 3>>
<<set $deeearnings += random(17, 23)>>
<<elseif $deeblowjobskilllevel == 4>>
<<set $deeearnings += random(22, 28)>>
<<elseif $deeblowjobskilllevel == 5>>
<<set $deeearnings += random(27, 33)>>
<</if>>
<</widget>>
<<widget "deeearningssex">>
<<if $deesexskilllevel == 1>>
<<set $deeearnings += random(20, 30)>>
<<elseif $deesexskilllevel == 2>>
<<set $deeearnings += random(25, 35)>>
<<elseif $deesexskilllevel == 3>>
<<set $deeearnings += random(30,40)>>
<<elseif $deesexskilllevel == 4>>
<<set $deeearnings += random(35, 45)>>
<<elseif $deesexskilllevel == 5>>
<<set $deeearnings += random(40, 50)>>
<</if>>
<</widget>>
<<widget "deeearningsanal">>
<<if $deeanalskilllevel == 1>>
<<set $deeearnings += random(30, 50)>>
<<elseif $deeanalskilllevel == 2>>
<<set $deeearnings += random(40, 60)>>
<<elseif $deeanalskilllevel == 3>>
<<set $deeearnings += random(50, 70)>>
<<elseif $deeanalskilllevel == 4>>
<<set $deeearnings += random(60, 80)>>
<<elseif $deeanalskilllevel == 5>>
<<set $deeearnings += random(70, 90)>>
<</if>>
<</widget>>
<<widget "deeearningsround">>
<<set $deeearningsround = Math.round($deeearnings * ($deelooks / 100))>>
<<set $deeearningsfull += $deeearningsround>>
<div align='center'>
Dee made $deeearningsround money.
</div>
<</widget>>
<!-- <<image "path" [height [width]]>> draws the image at a path with the specified height and width -->
<<widget "image">>\
<<if $args[2]>>\
<<print '<img src=' + $args[0] + ' height="' + $args[1] + 'px" width="' + $args[2] + 'px">'>>\
<<elseif $args[1]>>\
<<print '<img src=' + $args[0] + ' height="' + $args[1] + 'px">'>>\
<<elseif $args[0]>>\
<<print '<img src=' + $args[0] + ' height="400">'>>\
<</if>>\
<</widget>>
<<widget "printobjects">>\
<<if $args[0]>>\
<<if $inventory.indexOf($args[0]) != -1>>\
<<print '<img src=content/objects/' + $args[0] + '.png' height="100px">'>>\
<</if>>\
<</if>>\
<</widget>>
<!-- <<displayTableBuy "price" "objectName" "locationName">> -->
<<widget displayTableBuy>>\
<<if $args[2]>>\
<<if $credit >= $args[0] && $inventory.indexOf($args[1]) == -1>>\
<<button "Buy" $args[2]>>\
<<set $credit -= $args[0]>>\
<<addToInv $args[1]>>\
<</button>>\
<<elseif $inventory.indexOf($args[1]) != -1>>\
Owned
<<else>>\
Not enough credit
<</if>>\
<</if>>\
<</widget>>
<</nobr>>\
<div align='center' style='font-size: 150%;'>
<b>Park</b>
</div>\
<div align='center'>\
This is the park. Look around.
</div>\
<<button "Find the toilet" "Park Toilet">><</button>>
<<button "Go somewhere else" "Map">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Gloryhole</b>
</div>\
<div align='center'>\
This is a Gloryhole. You can make some money here but it will cost <b>1 Energy</b> each time.
</div>\
<<button "Work in the Gloryhole" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Fitness Center</b>
</div>\
<<if $gymdays == 0>>\
<div align='center'>\
You have to buy a membership card.
7 days membership is 200.
30 days membership is 600.
</div>\
<<if $money >= 200>>\
<<button "Buy a 7 days membership card" "Gym">><<set $gymdays += 7>><<set $money -= 200>><</button>>
<<else>>\
<div align='center'>\
You don`t have enough money.
</div>\
<</if>>\
<<if $money >= 600>>\
<<button "Buy a 30 days membership card" "Gym">><<set $gymdays += 30>><<set $money -= 600>><</button>>
<<else>>\
<div align='center'>\
You don`t have enough money.
</div>\
<</if>>\
<<button "Go somewhere else" "Map">><</button>>
<<else>>\
<<if $playerenergy == 0>>
<div align='center'>\
You don't have more <b>Energy</b>.
</div>\
<<button "Go somewhere else" "Map">><</button>>
<<else>>\
<div align='center'>\
Here you can lift weights or doing some cardio. Lifting weights gives you some <b>Basic Experience</b> and doing cardio gives you some <b>Stamina</b>. You can do each once a day and both of cost <b>-1 Energy</b>.
</div>\
<<if $dailygymweight is false>>\
<<button "Lift weights" "Gym Weightlifting">><<set $playerenergy -= 1>><<set $gymweightcounter += 1>><<set $playerxp += random(1, 3)>><<set $dailygymweight to true>><</button>>
<<else>>\
<div align='center'>\
You already lifted weights today.
</div>\
<</if>>\
<<if $dailygymcardio is false>>\
<<button "Doing Cardio" "Gym Cardio">><<set $playerenergy -= 1>><<set $gymcardiocounter += 1>><<set $playerstamina += random(1, 3)>><<set $dailygymcardio to true>><</button>>
<<else>>\
<div align='center'>\
You already done cardio today.
</div>\
<</if>>\
<<button "Go somewhere else" "Map">><</button>>
<</if>>\
<</if>>
<<if $playergender is "male">>\
<<set _rnd to random(1, 3)>>\
<<mweight>>
<<if _rnd == 1>>\
<<if $gymmmnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Charles">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept his offer" "Gym MM">><<set $gymmmnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Charles as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "Charles">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym MM">><<set $gymmmnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymmfnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eye someone working out in your usual spot. Taking a closer look at her as you approach, you see a cute girl dressed in tight-fitting workout clothes. She looks up at you as you approach and you give her your best flirty smile. You see her blush a little at your attention which encourages you on.</div>\
<<button "Offer your help." "Gym MF">><<set $gymmfnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Diane, as normal. You spot her and she notices you too. Before she can finish, you walk over to her to greet her.</div>\
<<button "Offer your help" "Gym MF">><<set $gymmfnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymmsnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Honey">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym MS">><<set $gymmsnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Honey as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Honey">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym MS">><<set $gymmsnpc += 1>><<set $gymmsscene = 1>><</button>>
<</if>>\
<</if>>\
<<elseif $playergender is "female">>\
<<set _rnd to random(1, 3)>>\
<<fweight>>
<<if _rnd == 1>>\
<<if $gymfmnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "David">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept his offer" "Gym FM">><<set $gymfmnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for David as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "David">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FM">><<set $gymfmnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymffnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a cute girl dressed in tight-fitting workout clothes looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Nathaly">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym FF">><<set $gymffnpc += 1>><<set $gymffscene = 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Nathaly as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Nathaly">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FF">><<set $gymffnpc += 1>><<set $gymffscene = 1>><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymfsnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Kelly">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym FS">><<set $gymfsnpc += 1>><<set $gymfsscene = 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Kelly as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Kelly">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FS">><<set $gymfsnpc += 1>><<set $gymfsscene = 1>><</button>>
<</if>>\
<</if>>\
<<elseif $playergender is "shemale">>\
<<set _rnd to random(1, 3)>>\
<div align='center'>
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
</div>\
<<if _rnd == 1>>\
<<if $gymsmnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him, but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you, making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Thomas">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept his offer" "Gym SM">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Thomas as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "Thomas">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym SM">><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymsfnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eye someone working out in your usual spot. Taking a closer look at her as you approach, you see a cute girl dressed in tight-fitting workout clothes. She looks up at you as you approach and you give her your best flirty smile. You see her blush a little at your attention which encourages you on.</div>\
<<button "Offer your help" "Gym SF">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Tina, as normal. You spot her and she notices you too. Before she can finish, you walk over to her to greet her.</div>\
<<button "Offer your help" "Gym SF">><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymssnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Khloe">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym SS">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Khloe as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Khloe">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym SS">><</button>>
<</if>>\
<</if>>\
<</if>>\
<<button "Leave" "Gym">><</button>>\
<<if $playergender is "male">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "female">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/ftm.mp4">\
</video>
<<set $playercorruption = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "shemale">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<</if>>\
<<if $playerenergy > 0>>\
<<set _random = random(1, 5)>>\
<<if _random == 1>>\
<img src="content/events/random/1.jpg" style="max-width: 70%;">
<div align='center'>As you are walking down the sidewalk, you hear a car coming down the street. It starts to slow as it passes you and you look over to the road and see a couple of younger-looking women leaning over looking at you through the car’s open top. The woman in the passenger side leans out the window and gives you a wolf whistle and quickly sits back in her seat. Both girls appear to be laughing their heads off as the car speeds away.</div>\
<<set $playerenergy -= 1>>\
<<button "Walk away" "Map">><</button>>
\
\
\
\
\
<<elseif _random == 2>>\
<div align='center'>You are walking up some wide concrete stairs going between two buildings just exploring to see where it takes you. Halfway up the stairs, you see an attractive brunet in a form-fitting miniskirt start down the stairs ahead of you.</div>\
<img src="content/events/random/2.jpg">
<div align='center'>You move to the side of the stairs to allow her to pass but she moves over to match you. You continue to get closer and as you are about to move over again to pass her, she suddenly hikes up her skirt and parts her legs slightly exposing her pantyhose and panties beneath. They are both stretched obscenely as they strain to contain what is clearly a very large genital endowment.</div>\
<div align='center'><video src="content/events/random/3.mp4" autoplay loop></video></div>\
<div align='center'>You blush looking between her legs and her eyes not sure what to do. She begins to hump the air in front of her startling you from your uncertainty. You quickly dart past her and run the rest of the way up the stairs. At the top, panting for breath, you turn and look back down at her as she casually strolls the rest of the way down the stairs as if nothing had happened.</div>\
<<button "Walk away" "Map">><</button>>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
\
\
\
\
\
<<elseif _random == 3>>\
<img src="content/events/random/3.jpg">
<div align='center'>You find yourself walking down a fairly busy sidewalk along passing by several shops. You stop occasionally window shopping when something catches your eye. You lean forward inspecting the cover of a book in a shop window trying to make out the fine print when you feel a hand grab your tush and give it a firm squeeze. You give out a surprised squeak and spin around to see a middle-aged woman in yoga pants and a jean jacket grinning at you.</div>\
<img src="content/events/random/4.jpg">
<<speech "Random" "Random woman">>You’ve got a pretty fine ass there you know. I wouldn’t mind getting me a piece of that.<</speech>>
<div align='center'>Your eyes bulge from your face and you quickly walk away feeling a bit weird being objectified like a piece of meat.</div>\
<<button "Walk away" "Map">><</button>>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
\
\
\
\
\
<<elseif _random == 4>>\
<<if $playergender is "female">>\
<img src="content/events/random/3.jpg">
<div align='center'>You wonder around in the town.</div>\
<<button "Walk away" "Map">><</button>>
<<else>>\
<div align='center'>Your feet are tired from walking and you find a bench next to a bus stop to take a break. You pull out your phone to catch up on the latest news while your feet rest. It must be a busy bus because you see several people getting off and on about every 10 minutes or so. You decide to get on to see where it goes and let your feet continue their rest. You sit down on a bench facing the front of the bus and a pretty girl sits next to you. You give her a brief nod hello but she looks to be distracted by her phone so you look out the window watching the city go by. You see her glancing at you from the corner of your eye and then look back away again. She then glances back up at you pausing for a moment as if debating to bother you or not.</div>\
<<speech "Random" "Random woman">>Pardon, do you know if this bus goes by the police office?<</speech>>
<div align='center'>You look back over at her and just shrug.</div>\
<<speech "Random" "Random woman">>Damn, I can’t seem to find the route it takes.<</speech>>
<div align='center'>She continues to flip through pages on her phone. Looking back out the window again, you see a building with a clever mural and as you are admiring its use of trompe l'oeil, you feel a hand rest on your thigh. Except it doesn’t rest long, by the time you look down, you see the girl's hand has slipped further up between your legs and comes to rest cupping your crotch.</div>\
<<speech "Random" "Random woman">>Shhhh, don’t say anything. Just keep looking out the window.<</speech>>
<div align='center'>Her fingers are gently massaging your cock through the material of your clothes and you are can’t help but react. You feel the erection growing as she uses her fingers to stroke the shaft feeling it grow larger under her fingers delicate movements.</div>\
<div align='center'><video src="content/events/random/1.mp4" autoplay loop></video></div>\
<<speech "Random" "Random woman">>Just relax and let it happen.<</speech>>
<div align='center'>She scoots closer to you using her body to cover the motion of her hands between your legs. She focuses her movement on the sensitive spot just under the head and you bite your lip and close your eyes trying to focus on not cumming. She leans in close to whisper in your ear.</div>\
<<speech "Random" "Random woman">>You are so fucking hot. I couldn’t help myself. I needed to see what you were packing in there. Such a lovely cock it seems. I want to make you cream yourself. Cum for me. Cum right here on this bus surrounded by people. Yes. Yes… There it is. Mmmmmm.<</speech>>
<div align='center'><video src="content/events/random/2.mp4" autoplay loop></video></div>\
<div align='center'>Unable to hold yourself back, you let this stranger’s hands take you over the edge. You do your best to keep quiet so as not to draw any attention to what is happening. You feel yourself squirting making a mess in your underwear. You hear the girl giggle softly and then hop up unexpectedly and exit the bus as it stops.</div>\
<div align='center'>Feeling very dirty and rather embarrassed, you have no choice but to get off the bus and finish your walk in this shameful condition.</div>\
<<button "Leave" "Map">><</button>>
<<set $playerarousal = 0>>\
<<set $playerenergy -= 1>>\
<<set $cumcounter += 1>>\
<</if>>\
\
\
\
\
\
<<elseif _random == 5>>\
<img src="content/events/random/3.jpg">
<div align='center'>You wonder around in the town.</div>\
<<set $playerenergy -= 1>>\
<<button "Walk away" "Map">><</button>>
<</if>>\
<<else>>\
<div align='center'>You are tired to wonder around in the town.</div>\
<<button "Walk away" "Map">><</button>>
<</if>>\
<<if $gymsfnpc == 0>>\
<<speech "player" "$fname">>Hi there. I couldn’t help noticing you as I walked in. Would you like some company? Perhaps I could help you spot you?<</speech>>
<<speech "Random" "Tina">>I would love that. Thank you for your offer. I’m Tina.<</speech>>
<<speech "player" "$fname">>Very nice to meet you. I’m $fname. I don’t think I’ve noticed you here before. Are you new to the club?<</speech>>
<div align='center'>\
<video src="content/gym/scenes/sf/1.mp4" autoplay loop></video>
The two of you chat as you help her stretch. The chemistry between the two of you is instantly recognizable. After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.
</div>\
<<set $gymsfnpc += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsfnpc <= 3>>\
<<speech "player" "$fname">>It’s so nice to see you here again, Tina. I’ve been hoping to see you. It looks like you are already warmed up. Are you ready to get sweaty with me?<</speech>>
<<speech "Random" "Tina">>Yeah, I was hoping to catch you today. Let’s do it!<</speech>>
<div align='center'>\
You really enjoy being able to help Tina as she mentions how appreciative she is as she is able to get a much deeper movement than she would otherwise. You can smell her perfume as the two of you get close and you feel yourself getting a bit turned on feeling her heat.
<video src="content/gym/scenes/sf/1.mp4" autoplay loop></video>
After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.
</div>\
<<set $gymsfnpc += 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsfnpc >= 4 and $gymsfnpc < 7>>\
<<speech "player" "$fname">>It’s so nice to see you here again, Tina. I’ve been hoping to see you. It looks like you are already warmed up. Are you ready to get sweaty with me?<</speech>>
<<speech "Random" "Tina">>Yeah, I was hoping to catch you today. Let’s do it!<</speech>>
<div align='center'>\
You really enjoy being able to help Tina as she mentions how appreciative she is as she is able to get a much deeper movement than she would otherwise. You can smell her perfume as the two of you get close and you feel yourself getting a bit turned on feeling her heat.
<video src="content/gym/scenes/sf/1.mp4" autoplay loop></video>
Her smell and her body make you very aroused and it is impossible to hide your bulge. She notice it but looks she is turned on by it.
<video src="content/gym/scenes/sf/2.mp4" autoplay loop></video>
At the end of the workout, she is a bit out of breath and you know exactly why. It seems that she has enjoyed being teased by you and as you say goodbye, you both agree to do it again. You idly wonder if the “it” refers to the workout or the teasing. Either way, you are excited to see her again.
</div>\
<<if $gymsfnpc < 6>>\
<<set $gymsfnpc += 1>>\
<</if>>\
<<if $gymsfnpc == 6 and $playercorruptionlevel >= 2>>\
<<set $gymsfnpc += 1>>\
<</if>>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsfnpc >= 7 and $gymsfnpc < 10>>\
<<speech "player" "$fname">>It’s so nice to see you here again, Tina. I’ve been hoping to see you. It looks like you are already warmed up. Are you ready to get sweaty with me?<</speech>>
<<speech "Random" "Tina">>Yeah, I was hoping to catch you today. Let’s do it!<</speech>>
<div align='center'>\
You really enjoy being able to help Tina as she mentions how appreciative she is as she is able to get a much deeper movement than she would otherwise. You can smell her perfume as the two of you get close and you feel yourself getting a bit turned on feeling her heat.
<video src="content/gym/scenes/sf/1.mp4" autoplay loop></video>
Her smell and her body make you very aroused and it is impossible to hide your bulge. She notice it but looks she is turned on by it.
<video src="content/gym/scenes/sf/2.mp4" autoplay loop></video>
Looks like she can not hold back anymore and she rips your and her clothes off and start sucking your dick.
<video src="content/gym/scenes/sf/3.mp4" autoplay loop></video>
You also want to taste her so you pull her top of you and start eating out her.
<video src="content/gym/scenes/sf/4.mp4" autoplay loop></video>
This whole action was so intense so you can not hold it anymore and you cum in her mouth.
<video src="content/gym/scenes/sf/5.mp4" autoplay loop></video>
Taking a deep breath, a smile creeps over your face. You blow her a kiss and make your way over to the locker room for a shower.
</div>\
<<if $gymsfnpc < 9>>\
<<set $gymsfnpc += 1>>\
<</if>>\
<<if $gymsfnpc == 9 and $playercorruptionlevel >= 3>>\
<<set $gymsfnpc += 1>>\
<</if>>\
<<set $playerarousal = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<button "Leave" "Gym">><<set $pdollcum to false>><</button>>
<<elseif $gymsfnpc >= 10>>\
<<speech "player" "$fname">>It’s so nice to see you here again, Tina. I’ve been hoping to see you. It looks like you are already warmed up. Are you ready to get sweaty with me?<</speech>>
<<speech "Random" "Tina">>Yeah, I was hoping to catch you today. Let’s do it!<</speech>>
<div align='center'>\
You really enjoy being able to help Tina as she mentions how appreciative she is as she is able to get a much deeper movement than she would otherwise. You can smell her perfume as the two of you get close and you feel yourself getting a bit turned on feeling her heat.
<video src="content/gym/scenes/sf/1.mp4" autoplay loop></video>
Her smell and her body make you very aroused and it is impossible to hide your bulge. She notice it but looks she is turned on by it.
<video src="content/gym/scenes/sf/2.mp4" autoplay loop></video>
Looks like she can not hold back anymore and she rips your and her clothes off and start sucking your dick.
<video src="content/gym/scenes/sf/3.mp4" autoplay loop></video>
You also want to taste her so you pull her top of you and start eating out her.
<video src="content/gym/scenes/sf/4.mp4" autoplay loop></video>
<<if $condom > 0>>\
<<set $condom -= 1>>\
You put on a condom and fucking her in different positions.
<video src="content/gym/scenes/sf/6.mp4" autoplay loop></video>
<<timed 900ms>>\
<<playersexskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel >= 5>>\
You don't have more condom but, you fucking her bareback in different positions.
<video src="content/gym/scenes/sf/6.mp4" autoplay loop></video>
<<timed 900ms>>\
<<playersexskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to fuck her bareback. You skip the fucking.
<</if>>\
<</if>>\
This whole action was so intense so you can not hold it anymore and you cum in her mouth.
<video src="content/gym/scenes/sf/5.mp4" autoplay loop></video>
Taking a deep breath, a smile creeps over your face. You blow her a kiss and make your way over to the locker room for a shower.
</div>\
<<set $playerarousal = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<button "Leave" "Gym">><<set $pdollcum to false>><</button>>
<</if>>\
<<if $gymsmnpc == 0>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
</div>\
<<speech "Random" "Thomas">>Very nice to meet you. I’m Thomas. I don’t think I’ve noticed you here before. Are you new to the club?<</speech>>
<div align='center'>The two of you chat as he helps you lift. The chemistry between the two of you is instantly recognizable. After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.</div>\
<<set $gymsmnpc += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsmnpc <= 3>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
</div>\
<div align='center'>The two of you chat as he helps you lift. The chemistry between the two of you is instantly recognizable. After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.</div>\
<<set $gymsmnpc += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsmnpc >= 4 and $gymsmnpc < 7>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
You sincerely appreciate the help from Thomas, as you can get a much deeper movement than you would otherwise. You can smell his cologne as the two of you get close and you feel yourself getting a bit turned on feeling his heat. As he is spotting your lift, he gets in close and you can feel the heat coming from his body just before his bulge presses against your back. Is he doing that by accident? You only wonder for a brief moment as he presses harder removing any doubt that he is grinding against you intentionally. You flush with embarrassment but decide not to say anything as you find that you secretly are enjoying his attention. You do your best to hide your arousal but it is not easy. You aren’t sure how successful you are at keeping your wet pussy from being noticed. Nothing is said and the two of you continue your lifting as if everything were normal.
<video @src="'content/gym/shemale/teasing/' + random(1, 20) + '.mp4'" autoplay loop></video>
At the end of the workout, you are a bit out of breath and Thomas seems to know why. It seems that he has enjoyed teasing you and as you say goodbye, you both agree to do it again. You idly wonder if the “it” refers to the workout or the teasing. Either way, you are excited to see him again.
</div>\
<<if $gymsmnpc < 6>>\
<<set $gymsmnpc += 1>>\
<</if>>\
<<if $gymsmnpc == 6 and $playercorruptionlevel >= 2>>\
<<set $gymsmnpc += 1>>\
<</if>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsmnpc >= 7 and $gymsmnpc < 10>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
You really appreciate the help from Thomas as you are able to get a much deeper movement than you would otherwise. You can smell his cologne as the two of you get close and you feel yourself getting a bit turned on feeling his heat. As he is spotting your lift, he gets in close and you can feel the heat coming from his body just before his bulge> presses against your back. Is he doing that by accident? You only wonder for a brief moment as he presses harder removing any doubt that he is grinding against you intentionally. You flush with embarrassment but decide not to say anything as you find that you secretly are enjoying his attention. You do your best to hide your arousal but it is not easy. You aren’t sure how successful you are at keeping your wet pussy from being noticed. Nothing is said and the two of you continue your lifting as if everything were normal. At the end of the workout, you are a bit out of breath.
<video @src="'content/gym/shemale/teasing/' + random(1, 20) + '.mp4'" autoplay loop></video>
After slowly licking his lips, he narrows his eyes at you and grabbing your shirt, pulls you to a quiet nook of the gym where he pulls his shorts down and his cock springs out like a spring-loaded jack-in-the-box.
<video @src="'content/gym/shemale/reveal/' + random(1, 25) + '.mp4'" autoplay loop></video>
Wrapping his fingers into the hair on the back of your head, he guides your lips towards his bobbing cock. You obediently open your mouth and allow him to slide it in with a low moan. Your lips concave as you suck it in deeper and his hips begin to thrust in a rhythm.
<video @src="'content/gym/shemale/bj/' + random(1, 26) + '.mp4'" autoplay loop></video>
Thomas closes his eyes and you feel his cock begin to pulse just before he pulls and the hot stream of cums shoots across your face and hair. It seems he was pretty worked up from the teasing earlier. You lick your lips and eat the creamy cum your tongue can reach. Taking a deep breath, Thomas looks down at you between his thighs and blows you a kiss before heading for the locker room.
<video @src="'content/gym/shemale/cum/' + random(1, 21) + '.mp4'" autoplay loop></video>
You take a towel and wipe the thick spunk from your head. It looks like you might be only covered with sweat now but anyone close enough to smell you would know that you are covered in cum. Best to head to the showers yourself as well.
</div>\
<<if $gymsmnpc < 9>>\
<<set $gymsmnpc += 1>>\
<</if>>\
<<if $gymsmnpc == 9 and $playercorruptionlevel >= 4>>\
<<set $gymsmnpc += 1>>\
<</if>>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $swallowcounter += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymsmnpc >= 10>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
You are very glad for the help from Thomas and hope that he will begin teasing you again soon. Looking up at him you find yourself getting turned on just being near him. The smell of his cologne is intoxicating. You idly wonder what it is. As he is spotting your lift, he gets in close and you can feel the heat coming from his body just before his bulge presses against your back like before and you feel the butterflies in your tummy and a tingle between your legs. Giving you that knowing grin of his, he presses harder and grinds. Like before, you do your best to hide your arousal but it is not easy. Nothing is said and the two of you continue your lifting as normal. At the end of the workout, you are eager to carry things further with Thomas.
<video @src="'content/gym/shemale/teasing/' + random(1, 20) + '.mp4'" autoplay loop></video>
After slowly licking his lips, he narrows his eyes at you and grabbing your shirt, pulls you to a quiet nook of the gym where he pulls his shorts down and his cock springs out like a spring-loaded jack-in-the-box.
<video @src="'content/gym/shemale/reveal/' + random(1, 25) + '.mp4'" autoplay loop></video>
Wrapping his fingers into the hair on the back of your head, he guides your lips towards his bobbing cock. You obediently open your mouth and allow him to slide it in with a low moan. Your lips concave as you suck it in deeper and his hips begin to thrust in a rhythm.
<video @src="'content/gym/shemale/bj/' + random(1, 26) + '.mp4'" autoplay loop></video>
<<if $condom > 0>>\
<<set $condom -= 1>>\
You put a condom on him, and two of you proceed to fuck in several positions.
<video @src="'content/gym/shemale/fuck/' + random(1, 24) + '.mp4'" autoplay loop></video>
<<timed 900ms>>\
<<playersexskill>>\
<</timed>>\
<<timed 1200ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel >= 5>>\
You don't have more condom but, you let him fuck you bareback in several positions.
<video @src="'content/gym/shemale/fuck/' + random(1, 24) + '.mp4'" autoplay loop></video>
<<timed 900ms>>\
<<playersexskill>>\
<</timed>>\
<<timed 1200ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to take him bareback. You skip the fucking.
<</if>>\
<</if>>\
Both of you finally cum. Your bodies covered with sweat as well as your mingled sexual fluids. You wish you could both shower together but it is only by sheer luck that no one has discovered you back here.
<video @src="'content/gym/shemale/cum/' + random(1, 21) + '.mp4'" autoplay loop></video>
The locker rooms are far too busy to go unnoticed. Toweling yourselves off as best you can, you both head to the showers after a very nice bonus cardio workout.
</div>\
<<set $playerarousal = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<set $swallowcounter += 1>>\
<<button "Leave" "Gym">><<set $pdollcum to false>><</button>>
<</if>>\
<<if $gymssnpc == 0>>\
<<speech "Random" "Khloe">>Very nice to meet you. I’m Kelly. I don’t think I’ve noticed you here before. Are you new to the club?<</speech>>
<div align='center'>\
The two of you chat as she helps spot you. She shows you some basic move as well. The chemistry between the two of you is instantly recognizable. You try to follow her instructions but your eyes always go back to her huge bulge.
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.
</div>\
<<set $gymssnpc += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymssnpc <= 3>>\
<div align='center'>\
The two of you chat as she helps spot you. She shows you some basic move as well. The chemistry between the two of you is instantly recognizable. You try to follow her instructions but your eyes always go back to her huge bulge.
<video @src="'content/gym/shemale/weight/' + random(1, 29) + '.mp4'" autoplay loop></video>
After finishing the workout, the two of you agree to do it again the next time you are both at the gym together.
</div>\
<<set $gymssnpc += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymssnpc >= 4 and $gymssnpc < 7>>\
<div align='center'>\
You sincerely appreciate the help from Khloe and try to follow her instructions but you can not take off your eyes from her yoga pants.
<video @src="'content/gym/scenes/ss/' + random(1, 2) + '.mp4'" autoplay loop></video>
At the end of the workout, you are a bit out of breath and Khloe seems to know why. It seems that she has enjoyed teasing you and as you say goodbye, you both agree to do it again. You idly wonder if the “it” refers to the workout or the teasing. Either way, you are excited to see her again.
</div>\
<<if $gymssnpc < 6>>\
<<set $gymssnpc += 1>>\
<</if>>\
<<if $gymssnpc == 6 and $playercorruptionlevel >= 2>>\
<<set $gymssnpc += 1>>\
<</if>>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymssnpc >= 7 and $gymssnpc < 10>>\
<div align='center'>\
You sincerely appreciate the help from Khloe and try to follow her instructions but you can not take off your eyes from her yoga pants.
<video @src="'content/gym/scenes/ss/' + random(1, 2) + '.mp4'" autoplay loop></video>
She is just soo sexy and you can not wait anymore. You walk up to her and pull down her pants.
<video src="content/gym/scenes/ss/3.mp4" autoplay loop></video>
Without a word you put your mouth around her lovely smooth thick cock.
<video src="content/gym/scenes/ss/4.mp4" autoplay loop></video>
Just after a minute with your mouth full with her balls she starts pouring out cum from her cock. You lick up all of it.
<video src="content/gym/scenes/ss/5.mp4" autoplay loop></video>
Taking a deep breath, a smile creeps over your face. You blow her a kiss and make your way over to the locker room for a shower.
</div>\
<<if $gymssnpc < 9>>\
<<set $gymssnpc += 1>>\
<</if>>\
<<if $gymssnpc == 9 and $playercorruptionlevel >= 4>>\
<<set $gymssnpc += 1>>\
<</if>>\
<<set $playerarousal = ($playerarousal + 20).clamp(0, $playermaxarousal)>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $swallowcounter += 1>>\
<<button "Leave" "Gym">><</button>>
<<elseif $gymssnpc >= 10>>\
<div align='center'>\
You sincerely appreciate the help from Khloe and try to follow her instructions but you can not take off your eyes from her yoga pants.
<video @src="'content/gym/scenes/ss/' + random(1, 2) + '.mp4'" autoplay loop></video>
She is just soo sexy and you can not wait anymore. You walk up to her and pull down her pants.
<video src="content/gym/scenes/ss/3.mp4" autoplay loop></video>
Without a word you put your mouth around her lovely smooth thick cock.
<video src="content/gym/scenes/ss/4.mp4" autoplay loop></video>
<<if $condom > 0>>\
<<set $condom -= 1>>\
Her cock is rock hard and it is ready for your ass. You put a condom on her and you lay back and she is fucking you in different positions.
<video src="content/gym/scenes/ss/6.mp4" autoplay loop></video>
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
\
\
\
<<if $condom > 0>>\
<<set $condom -= 1>>\
Before she cum she want you to fuck her as well. You put on a condom and fuck her.
<video src="content/gym/scenes/ss/7.mp4" autoplay loop></video>
<<timed 1200ms>>\
<<playersexskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel >= 5>>\
Before she cum she want you to fuck her as well. You used your last condom on her so you just fucking her bareback.
<video src="content/gym/scenes/ss/7.mp4" autoplay loop></video>
<<timed 1200ms>>\
<<playersexskill>>\
<</timed>>\
<<else>>\
Before she cum she want you to fuck her as well. You used your last condom on her and you are not ready to fuck her bareback. You skip the fucking.
<</if>>\
<</if>>\
<<else>>\
<<if $playercorruptionlevel >= 5>>\
Her cock is rock hard and it is ready for your ass. You don't have more condom, but you lay back and she is fucking you bareback in different positions.
<video src="content/gym/scenes/ss/6.mp4" autoplay loop></video>
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
Before she cum she want you to fuck her as well. You don't have more condom, so you just fucking her bareback.
<video src="content/gym/scenes/ss/7.mp4" autoplay loop></video>
<<timed 1200ms>>\
<<playersexskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to fuck with her bareback. You skip the fucking.
<</if>>\
<</if>>\
You can not hold back and you cum over her body.
<video src="content/gym/scenes/ss/8.mp4" autoplay loop></video>
She become very aroused from this and she cum. You lick all up.
<video src="content/gym/scenes/ss/5.mp4" autoplay loop></video>
</div>\
<<set $playerarousal = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<set $swallowcounter += 1>>\
<<button "Leave" "Gym">><<set $pdollcum to false>><</button>>
<</if>>\
<<if $playergender is "male">>\
<<set _rnd to random(1, 3)>>\
<<mweight>>
<<if _rnd == 1>>\
<<if $gymmmnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Charles">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept his offer" "Gym MM">><<set $gymmmnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Charles as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "Charles">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym MM">><<set $gymmmnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymmfnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eye someone working out in your usual spot. Taking a closer look at her as you approach, you see a cute girl dressed in tight-fitting workout clothes. She looks up at you as you approach and you give her your best flirty smile. You see her blush a little at your attention which encourages you on.</div>\
<<button "Offer your help." "Gym MF">><<set $gymmfnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Diane, as normal. You spot her and she notices you too. Before she can finish, you walk over to her to greet her.</div>\
<<button "Offer your help" "Gym MF">><<set $gymmfnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymmsnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Honey">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym MS">><<set $gymmsnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Honey as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Honey">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym MS">><<set $gymmsnpc += 1>><<set $gymmsscene = 1>><</button>>
<</if>>\
<</if>>\
<<elseif $playergender is "female">>\
<<set _rnd to random(1, 3)>>\
<<fweight>>
<<if _rnd == 1>>\
<<if $gymfmnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "David">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept his offer" "Gym FM">><<set $gymfmnpc += 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for David as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "David">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FM">><<set $gymfmnpc += 1>><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymffnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a cute girl dressed in tight-fitting workout clothes looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Nathaly">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym FF">><<set $gymffnpc += 1>><<set $gymffscene = 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Nathaly as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Nathaly">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FF">><<set $gymffnpc += 1>><<set $gymffscene = 1>><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymfsnpc == 0>>\
<div align='center'>You head over to your regular spot to lift weights when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Kelly">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help spot you.<</speech>>
<<button "Accept her offer" "Gym FS">><<set $gymfsnpc += 1>><<set $gymfsscene = 1>><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Kelly as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Kelly">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym FS">><<set $gymfsnpc += 1>><<set $gymfsscene = 1>><</button>>
<</if>>\
<</if>>\
<<elseif $playergender is "shemale">>\
<<set _rnd to random(1, 3)>>\
<div align='center'>\
<video @src="'content/gym/shemale/weight/' + random(34, 43) + '.mp4'" autoplay loop></video>
</div>\
<<if _rnd == 1>>\
<<if $gymsmnpc == 0>>\
<div align='center'>You head over to your regular spot to do some cardio when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at him and see an attractive and well-built man in tasteful workout clothes looking at you as you walk. You smile back at him as you settle in for your workout. You look back over towards him but he is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Thomas">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help stretching.<</speech>>
<<button "Accept his offer" "Gym SM">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Thomas as normal. You spot him and he notices you too. Finishing what he is doing, he walks over to greet you.</div>\
<<speech "Random" "Thomas">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym SM">><</button>>
<</if>>\
<<elseif _rnd == 2>>\
<<if $gymsfnpc == 0>>\
<div align='center'>You head over to your regular spot to do some cardio when you notice out of the corner of your eye someone working out in your usual spot. Taking a closer look at her as you approach, you see a cute girl dressed in tight-fitting workout clothes. She looks up at you as you approach and you give her your best flirty smile. You see her blush a little at your attention which encourages you on.</div>\
<<button "Offer your help" "Gym SF">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Tina, as normal. You spot her and she notices you too. Before she can finish, you walk over to her to greet her.</div>\
<<button "Offer your help" "Gym SF">><</button>>
<</if>>\
<<elseif _rnd == 3>>\
<<if $gymssnpc == 0>>\
<div align='center'>You head over to your regular spot to do some cardio when you notice out of the corner of your eyes someone watching you. You instinctively turn to look at her and see a sexy looking lady in skimpy workout clothes and a noticeable bulge in her tights looking at you as you walk. You smile back at her as you settle in for your workout. You look back over towards her but she is gone. You sigh a little at the missed opportunity. You are startled as you hear a voice behind you making you jump a little before you can turn to see how it is.</div>\
<<speech "Random" "Khloe">>Hi there, I couldn’t help noticing you as you walked in. Would you like some company? Perhaps I could help stretching.<</speech>>
<<button "Accept her offer" "Gym SS">><</button>>
<<else>>\
<div align='center'>As you walk in, you look around for Khloe as normal. You spot her and she notices you too. Finishing what she is doing, she walks over to greet you.</div>\
<<speech "Random" "Khloe">>It’s so nice to see you here again, $fname. I’ve been hoping to see you. It looks like you just got here. Are you ready to get sweaty with me?<</speech>>
<<button "Yes" "Gym SS">><</button>>
<</if>>\
<</if>>\
<</if>>\
<<button "Leave" "Gym">><</button>>\
<div align='center' style='font-size: 150%;'><b>Shoes store</b></div>\
\
\
\
<div align='center'>This is a women shoes store, full of women.</div>\
<<if $playerenergy > 0>>\
<<button "Spy on the women" "Women Shoes Store 2">><<set $shoesstorefetish = 0>><<set $playerenergy -= 1>><</button>>
<<else>>\
You are too tired to spy on them.
<</if>>\
<<button "Leave" "Map">><</button>>
<<if $shoesstorefetish == 0>>\
<div align='center'>You settle into a chair with a pair of shoes in your hand however, your eyes are not really looking at your shoes but rather your eyes continue to drift to some of the shapely women trying on shoes across from you. The shapely curve of the line from the women’s calves sliding down into their ankles and over their feet down to their dainty toes is very alluring. They wiggle their toes before slipping their foot into the sexy footwear. You love the way the pumps raise the tushes and make the lines of their thighs and calves stand out. You thought you were being discreet in your ogling but apparently, your wandering eyes have not gone unnoticed.</div>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<div align='center'>\
<img @src="'content/feets/' + random(2, 6) + '.jpg'">
A young-looking store assistance is standing behind your chair looking down at you.</div>\
<<speech "Random" "Store assistant">>Excuse me, can I help you with anything?<</speech>>
<<speech "player" "$fname">>Oh, uh… no miss. I’m doing alright.<</speech>>
<div align='center'>She walks around the isle of chairs in which you are sitting and kneels down at your feet and looks up as she whispers to you.</div>\
<<speech "Random" "Store assistant">>I saw you. I saw what you were doing. You are not the first to try getting their rocks off perving on the other customers trying on shoes. I could call security you know. However, I have a better idea. Why don’t you follow me back into the back office? For $20 cash, I’ll give you a private show.<</speech>>
<<if $money >= 20>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 1>><<set $money -= 20>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 1>>\
<div align='center'>You follow her into the back office and once the door is closed she wordlessly opens up her hand asking for payment upfront. You pull out a $20 and set it in her waiting hand. A smirk crosses her face as she quickly makes the bill disappear between her breasts and sits down in a chair. She arches her back as her hand slides down her thigh and over her well-formed calf. She looks back up at you with a pouty expression on her face as she begins to slowly massage her leg. This goes on for a few minutes and then her fingers slide down to her foot and she makes as if to remove her shoe and pauses looking back up at you.</div>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<div align='center'>\
<video @src="'content/feets/' + random(1, 5) + '.mp4'" autoplay loop></video>
</div>\
<<speech "Random" "Store assistant">>Take my shoes off is an extra $20.<</speech>>
<<if $money >= 20>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 2>><<set $money -= 20>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 2>>\
<div align='center'>You pull another $20 and hand it to her and she deftly makes it disappear the same way as the first. She ever so slowly begins to remove the delicate shoe. Just before sliding it completely off her foot, she lets it dangle there on her toes and gives you a sly wink and lets the shoe drop. She lifts her foot for you to get a close look at splaying open her toes so you can see wide gaps between them. She runs her fingers between her toes and then tracing the lines of her foot with her fingertip.</div>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<div align='center'>\
<video @src="'content/feets/' + random(6, 10) + '.mp4'" autoplay loop></video>
</div>\
<<speech "Random" "Store assistant">>Would you like to watch me lick my feet? Only another $20.<</speech>>
<<if $money >= 20>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 3>><<set $money -= 20>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 3>>\
<div align='center'>She lifts her leg high into the air before bending it at the knee. She seems to be very flexible. You idly wonder if she does a lot of yoga. She seems very toned as well. She grips her foot and brings it slowly towards her mouth. She wiggles her eyebrows at you and then begins to kiss and lick her toes.</div>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<div align='center'>\
<video @src="'content/feets/' + random(11, 15) + '.mp4'" autoplay loop></video>
</div>\
<<speech "Random" "Store assistant">>You look hungry. You can nibble on my toes too for $50.<</speech>>
<<if $money >= 50>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 4>><<set $money -= 50>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 4>>\
<div align='center'>You quickly pay her but you can’t be bothered to see where this last bill goes as you only have eyes for her feet. You finally get your eager hands on her feet and worshipfully caress her soft skin with your fingers. You bring her foot to your nose and inhale softly taking in her scent. You kiss the big toe and then the ball of her foot and final the heel. You kiss the big toe and then wrap your lips around it sucking it in like a little cock. You give the other toes the same tender treatment. You lick up her long deep foot arch and slide your tongue between her toes.</div>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<if $playergender is "male">>\
<div align='center'>\
<video @src="'content/feets/m' + random(1, 5) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "female">>\
<div align='center'>\
<video @src="'content/feets/f' + random(1, 5) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "shemale">>\
<div align='center'>\
<video @src="'content/feets/s' + random(1, 5) + '.mp4'" autoplay loop></video>
</div>\
<</if>>\
<<speech "Random" "Store assistant">>You are enjoying yourself I see. But how would you like me to give you a foot job? For another $50, I’ll rub you with my toes. What do you say?<</speech>>
<<if $money >= 50>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 5>><<set $money -= 50>><<set $pdollsex to true>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 5>>\
<<if $playergender is "male">>\
<div align='center'>You silently nod and pay her. She removes her other shoe and she lets it drop following the first. Her feet touch your knees and begin to slide up your pants where her toes begin to draw your fly down. What amazing dexterity her toes have! She pulls open your fly and draws down your pants so you lift your bottom allowing the pants to come down to your knees. She pushes her feet against your thighs and you take the hint and spread your legs wider for her. Her toes trace the bulge in your underwear as the other drives down bellow to make your balls slide around inside. The toes of one foot adeptly curl around the front of your underwear pulling them aside so the other foot’s toes can slide your cock out. Her toes continue their ministrations on your cock and balls now that is is in the open air. Her toes are magical.</div>\
<<elseif $playergender is "female">>\
<div align='center'>You silently nod and pay her. She removes her other shoe and she lets it drop following the first. Her feet touch your knees and begin to slide up pushing your skirt along with it. She pushes against your thighs and you take the hint and spread your legs wider for her. Her toes trace the outline of your panties and then one foot dives between into your crotch to rub against your love button standing out from its hood inside your panties. The toes of one foot adeptly curl around the front of your panties pulling them aside so the other foot’s toes can slide inside. Her foot slick with your juices continues to rub back and forth. It feels heavenly!</div>\
<<elseif $pgneder is "shemale">>\
You silently nod and pay her. She removes her other shoe and she lets it drop following the first. Her feet touch your knees and begin to slide up pushing your skirt along with it. She pushes her feet against your thighs and you take the hint and spread your legs wider for her. Her toes trace the bulge in your panties as the other drives down bellow to make your balls slide around inside. The toes of one foot adeptly curl around the front of your panties pulling them aside so the other foot’s toes can slide your cock out. Her toes continue their ministrations on your cock and balls now that is is in the open air. Her toes are magical.</div>\
<</if>>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<if $playergender is "male">>\
<div align='center'>\
<video @src="'content/feets/m' + random(6, 10) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "female">>\
<div align='center'>\
<video @src="'content/feets/f' + random(6, 10) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "shemale">>\
<div align='center'>\
<video @src="'content/feets/s' + random(6, 10) + '.mp4'" autoplay loop></video>
</div>\
<</if>>\
<<speech "Random" "Store assistant">>Would you like me to push my feet up inside your ass? Just $50 more.<</speech>>
<<if $playercorruptionlevel >= 4>>
<<if $money >= 50>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 6>><<set $money -= 50>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<else>>\
<div align='center'>You are not ready for this yet.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 6>>\
<<if $playergender is "male">>\
<<speech "Random" "Store assistant">>Turn around on your chair like a good boy. There you go. Spread your cheeks open wide for me. What a lovely ass hole.<</speech>>
<div align='center'>You have your legs spread as wide as you can on the chair as you spread your check exposing your tight little rosebud of an ass hole. Her toe circles around the outside making the sensitive skin there feel amazing. Her other foot goes under to play with your balls for a moment and then her toes seem to wrap around your cock. You look down in amazement to see the large split between her big toe opens wide enough that almost feels like she is holding your dick as she flexes her ankle back and forth stroking you. She pauses her stroking and pushes her toe inside your ass. She doesn’t stop there but continues to push. She curls her toes making a ram shape to make it easier to slide inside. Even with her dainty foot, it is still a lot to take. Once the resistance increases, she pauses her foot in your ass and resumes stroking your cock with the other. This allows your ass to acclimate to this foreign anal invader. She continues to alternate back and forth like this until you feel her pinky toe slide in. You have taken her whole foot up your ass!</div>\
<<elseif $playergender is "female">>\
<div align='center'>You feel her toes wiggle up inside you. Her other foot is over the first and rubs languidly against your clit. Your hands slide up under your top to massage your breasts. You begin to pinch your nipples as you feel yourself getting close. It is starting to approach the point of no return when she stops.</div>\
<<elseif $playergender is "shemale">>\
<<speech "Random" "Store assistant">>Turn around on your chair like a good boy. There you go. Spread your cheeks open wide for me. What a lovely ass hole.<</speech>>
You have your legs spread as wide as you can on the chair as you spread your check exposing your tight little rosebud of an ass hole. Her toe circles around the outside making the sensitive skin there feel amazing. Her other foot goes under to play with your balls for a moment and then her toes seem to wrap around your cock. You look down in amazement to see the large split between her big toe opens wide enough that almost feels like she is holding your dick as she flexes her ankle back and forth stroking you. She pauses her stroking and pushes her toe inside your ass. She doesn’t stop there but continues to push. She curls her toes making a ram shape to make it easier to slide inside. Even with her dainty foot, it is still a lot to take. Once the resistance increases, she pauses her foot in your ass and resumes stroking your cock with the other. This allows your ass to acclimate to this foreign anal invader. She continues to alternate back and forth like this until you feel her pinky toe slide in. You have taken her whole foot up your ass!</div>\
<</if>>\
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<if $playergender is "male">>\
<div align='center'>\
<video @src="'content/feets/m' + random(11, 13) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "female">>\
<div align='center'>\
<video @src="'content/feets/f' + random(11, 15) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "shemale">>\
<div align='center'>\
<video @src="'content/feets/s' + random(11, 14) + '.mp4'" autoplay loop></video>
</div>\
<</if>>\
<<speech "Random" "Store assistant">>If you want to cum on my feet, I need another $50<</speech>>
<<if $money >= 50>>\
<<button "Agree" "Women Shoes Store 2">><<set $shoesstorefetish = 7>><<set $money -= 50>><<set $pdollsex to false>><<set $pdollcum to true>><</button>>
<<else>>\
<div align='center'>You don`t have enough money.</div>\
<</if>>\
<<button "Leave" "Map">><</button>>
\
\
\
\
\
<<elseif $shoesstorefetish == 7>>\
<<if $playergender is "male">>\
<div align='center'>You can’t pay her fast enough. No sooner has the money disappeared down into her bra than you feel her feet moving again. It doesn’t take much at this point. Just a few seconds later, you feel the warm pulsing sensation of your orgasm starts low in your tummy and radiates all across your body. You convulse in your chair as this girl’s feet drive you on and on through your climax and finally pull her feel away once it starts to feel too sensitive.</div>\
<<elseif $playergender is "female">>\
You can’t pay her fast enough. No sooner has the money disappeared down into her bra than you feel her feet moving again. Your fingers return to your nipples which you pinch hard. Just a few seconds later, you feel the warm pulsing sensation of your orgasm starts low in your tummy and radiates all across your body. You convulse in your chair as this girl’s feet drive you on and on through your climax and finally pull her feel away once it starts to feel too sensitive.</div>\
<<elseif $playergender is "shemale">>\
You can’t pay her fast enough. No sooner has the money disappeared down into her bra than you feel her feet moving again. It doesn’t take much at this point. Just a few seconds later, you feel the warm pulsing sensation of your orgasm starts low in your tummy and radiates all across your body. You convulse in your chair as this girl’s feet drive you on and on through your climax and finally pull her feel away once it starts to feel too sensitive.</div>\
<</if>>\
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<if $playergender is "male">>\
<div align='center'>\
<video @src="'content/feets/m' + random(4, 18) + '.mp4'" autoplay loop></video>
</div>\
<<elseif $playergender is "female">>\
<div align='center'>\
<video src="content/feets/f12.mp4" autoplay loop></video>
</div>\
<<elseif $playergender is "shemale">>\
<div align='center'>\
<video @src="'content/feets/s' + random(15, 19) + '.mp4'" autoplay loop></video>
</div>\
<</if>>\
<div align='center'>She slides her feet back into her shoes as you adjust your clothing back into place.</div>\
<<speech "Random" "Store assistant">>That was really hot! Feel free to stop back by if you ever want to go again.<</speech>>
<<button "Leave" "Map">><<set $pdollcum to false>><</button>>
<</if>>\
<div align='center' style='font-size: 150%;'>\
<b>PC Shop</b>
</div>\
<<if $questpoledancer == 8>>\
<div align='center'>\
With serious doubt that you are in the right place, you walk into the PC shop in the mall and talk to the lady behind the counter.
<img src="content/c2/npc/bonnie/1.png" style="max-width: 70%;">
</div>\
<<speech "player" "$sname">>Pardon me, I was recommended to visit the PC store in the mall for some surveillance gear. Am I in the right place?<</speech>>
<<speech "Bonnie">>Yeah, I do more than just computer. What are you looking for?<</speech>>
<<speech "player" "$sname">>Well, I suspect my boyfriend is cheating on me, and I’m looking for something… discrete.<</speech>>
<<speech "Bonnie">>I’ve got bugs and tiny cameras. Where are you thinking of putting it?<</speech>>
<<speech "player" "$sname">>I’m not sure. That’s just the thing. I have this crazy idea of sending one of my girlfriends he doesn’t know to test if he is being faithful. I am not sure where we could hide something that he would overlook on her skimpy outfit.
<</speech>>
<<speech "Bonnie">>Really? I’m just not buying it. Sorry to be the one to tell you, but you are a shitty liar. What are you really up to?<</speech>>
<<speech "player" "$sname">>Okay… I’m trying to dig up some dirt on a sleazy club owner that is trying to muscle a friend of mine who owns a bar nearby. I’m going to send a girlfriend of mine to work in his club, and I don’t expect she will be wearing much at the time. I want to get him to lay off my friend.<</speech>>
<<speech "Bonnie">>Now you are talking my language! I love extortion and blackmail. I have something new that might be what you are looking for. Smart contact lenses. They stream a video feed to the cloud. That and a tiny bug to give you audio, and you’d be set. They aren’t really on the market yet, but I’m sort of alpha testing them. The lenses aren’t very comfortable, but if your friend is willing to put up with that, I think they might be a winner. I haven’t been looking forward to testing them as they are a real bitch to put in and take out. If you can get your friend to supply feedback to the development team, I’ll let you field test them for free.<</speech>>
<<speech "player" "$sname">>Now you are talking MY language. If it is free, it’s for me! When can I get started with them?<</speech>>
<<speech "Bonnie">>Let me go, get them. I’ll have you sign this NDA, and you can walk out of here with them today.<</speech>>
<div align='center'>\
Bonnie shows you how to use the lenses, helps set them up for recording, and sends you on your way.
</div>\
<<set $questpoledancer = 9>>\
<<button "Leave the shop" "Map">><</button>>
\
\
\
\
\
<<else>>\
<<speech "Bonnie">>Hello! How can I help you?<</speech>>
<<button "Buy something" "PC Shop Buy">><</button>>
<<button "Leave" "Map">><</button>>
<</if>>\<div align='center' style='font-size: 150%;'><b>PC Shop</b></div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b></b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="content/c2/stuff/laptop.jpg" style="max-width: 70%;"></td>
<td><b>Laptop</b></td>
<td><b>500</b></td>
<td>\
<<if $money >= 500>>\
<<if $playerpc is false>>\
<<button "Buy" "PC Shop Buy">>
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $playerpc to true>>
<</button>>\
<<else>>\
You already have a laptop.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/webcam.jpg" style="max-width: 70%;"></td>
<td><b>Webcam</b></td>
<td><b>200</b></td>
<<if $money >= 200>>\
<td>
<<button "Buy" "PC Shop Buy">>
<<set $money -= 200>>
<<set $moneyspent += 200>>
<<set $playerwebcam to true>>
<</button>>
</td>
<<else>>\
<td>
You don't have enough money.
</td>
<</if>>\
</tr>
</tbody>
</table>
<<button "Leave" "Map">><</button>>
<div align='center' style='font-size: 150%;'><b>General Store</b></div>\
<table style="width:100%; text-align:center">\
<thead>\
<tr>\
<th style="width:25%"><b></b></th>\
<th style="width:25%"><b>Item</b></th>\
<th style="width:25%"><b>Price</b></th>\
<th style="width:25%"><b>Action</b></th>\
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/stuff/razor.jpg" style="max-width: 50%;"></td>\
<td> Pack of 10 razor</td>\
<td> 25 </td>\
<<if $money >= 25>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 25>>
<<set $moneyspent += 25>>
<<set $razor += 10>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/shampoo.jpg" style="max-width: 50%;"></td>\
<td> Bottle of shampoo (20 use)</td>\
<td> 30 </td>\
<<if $money >= 30>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 30>>
<<set $moneyspent += 30>>
<<set $shampoo += 20>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/makeup.jpg" style="max-width: 50%;"></td>\
<td> Makeup set (10 use)</td>\
<td> 50 </td>\
<<if $money >= 50>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 50>>
<<set $moneyspent += 50>>
<<set $makeup += 10>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/lipstick.jpg" style="max-width: 50%;"></td>\
<td> Lipstick (10 use)</td>\
<td> 20 </td>\
<<if $money >= 20>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 20>>
<<set $moneyspent += 20>>
<<set $lipstick += 10>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/nailpolish.jpg" style="max-width: 50%;"></td>\
<td> Nailpolish (10 use)</td>\
<td> 25 </td>\
<<if $money >= 25>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 25>>
<<set $moneyspent += 25>>
<<set $nailpolish += 10>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/parfume.jpg" style="max-width: 50%;"></td>\
<td> Parfume (30 use)</td>\
<td> 75 </td>\
<<if $money >= 75>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 75>>
<<set $moneyspent += 75>>
<<set $parfume += 30>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/condom.jpg" style="max-width: 50%;"></td>\
<td> Condom (10 use)</td>\
<td> 30 </td>\
<<if $money >= 30>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 30>>
<<set $moneyspent += 30>>
<<set $condom += 10>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/tanningcream.jpg" style="max-width: 50%;"></td>\
<td> Tanning Cream (20 use)</td>\
<td> 50 </td>\
<<if $money >= 50>>\
<td><<button "Buy" "General Store">>\
<<set $money -= 50>>
<<set $moneyspent += 50>>
<<set $tanningcream += 20>>
<</button>></td>\
<<else>>\
<td>You don't have enough money.</td>\
<</if>>\
</tr>\
</tbody>\
</table>\
<<button "Leave" "Map">><</button>>\
<div align='center' style='font-size: 150%;'><b>Inventory</b></div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b></b></th>
<th style="width:25%"><b>Name</b></th>
<th style="width:25%"><b>Quantity</b></th>
<th style="width:25%"><b>Description</b></th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="content/c2/stuff/razor.jpg" style="max-width: 30%;"></td>
<td> Pack of razor</td>\
<td> Usage left: $razor </td>\
<td> For shaving your body.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/shampoo.jpg" style="max-width: 30%;"></td>
<td> Bottle of shampoo (20 use)</td>\
<td> Usage left: $shampoo </td>\
<td> For your hair.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/makeup.jpg" style="max-width: 30%;"></td>
<td> Makeup set</td>\
<td> Usage left: $makeup </td>\
<td> For your face.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/lipstick.jpg" style="max-width: 30%;"></td>
<td> Lipstick</td>\
<td> Usage left: $lipstick </td>\
<td> For your lips.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/nailpolish.jpg" style="max-width: 30%;"></td>
<td> Nailpolish </td>\
<td> Usage left: $nailpolish </td>\
<td> For your nails.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/parfume.jpg" style="max-width: 30%;"></td>
<td> Parfume </td>\
<td> Usage left: $parfume </td>\
<td> For your body.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/condom.jpg" style="max-width: 30%;"></td>
<td> Condom </td>\
<td> Usage left: $condom </td>\
<td> For having safe sex.</td>
</tr>
<tr>
<td><img src="content/c2/stuff/tanningcream.jpg" style="max-width: 30%;"></td>
<td> Tanning Cream</td>\
<td> Usage left: $tanningcream </td>\
<td> You can use it the tanning bed (+20 look).</td>
</tr>
<tr>
<td><img src="content/c2/stuff/gymcard.jpg" style="max-width: 30%;"></td>
<td> Gym membership card</td>\
<td> Days left: $gymdays </td>\
<td> You can use it in the gym.</td>
</tr>
</tbody>
</table>
<<button "Return" $return>><</button>>
<<if $deefirstshower is false and $deecorruptionlevel >= 3>>\
<div align='center'>\
Your time spent in the shower is often one of your favorites. It is so peaceful as you are left to your thoughts in warm, wet privacy. It is the perfect place to let your muscles unwind or rub one out if you are feeling horny.
<video src="content/c2/npc/dee/scene2/1.mp4" autoplay loop></video>
You are caught completely off guard when you see Dee standing in the doorway to the shower. You didn’t even hear her come in. You grab a towel and attempt to cover yourself.
<video src="content/c2/npc/dee/scene2/2.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Dee! What are you doing? Is something wrong?<</speech>>
<<speech "Dee">>No, nothing is wrong. I heard you showering and wanted to get a better look at you. I’ve seen the way you undress me with your eyes. I thought it was my turn. Do you have any idea how hot it makes me knowing how you look at me? Drop the towel. This is my house. I make the rules. Now drop it.<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene2/3.mp4" autoplay loop></video>
You drop the towel but try to cover your pelvis with your hands leaving her first target completely exposed. Dee’s hands' cup and rub your breasts as she pushes you back against the wall. She leans in and gives your hardening nipple a kiss. Your hands steady your body against the wall and her hand slides down to cup your dick making both of you moan.
<video src="content/c2/npc/dee/scene2/4.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>I haven’t had a chance to thank you properly for helping to save my home from foreclosure. This is only a small token of my… gratitude.<</speech>>
<div align='center'>\
Her hands and lips roam over your body and before long, your hands want access to her too. You help her remove her clothing.
</div>\
<<speech "Dee">>Oh, I’m getting chills. I know, come with me.<</speech>>
<div align='center'>\
Dee pulls you back into the shower and pushes you back against the wall before turning the water back on.
</div>\
<<speech "Dee">>That was rather rude of me to interrupt you in the middle of your shower. And here I was trying to thank you. Let me help you finish your shower.<</speech>>
<div align='center'>\
Lathering up some soap on a loofah, she begins to softly scrub your body; paying special attention to what is clearly her favorite bits.
<video src="content/c2/npc/dee/scene2/5.mp4" autoplay loop></video>
Afterward, she rinses you off and then hands you the loofah to return the favor. You take no small amount of delight in opening caressing her body as the warm water cascades around you.
<video src="content/c2/npc/dee/scene2/6.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Manners are very important in this family. If someone offers you something to eat, you never turn them down.<</speech>>
<div align='center'>\
Taking hold behind your head, she guides you down to your knees as she spreads her legs open wide. The smell of her soap and the warm water running between her legs barely masks her natural scent. Your tongue explores the folds of her pussy sending fresh waves of moans from your sexy partner. Her fingers knot into your hair as she holds you close making sure you don’t escape. Not that you would anyway. You are having the time of your life.
<video src="content/c2/npc/dee/scene2/7.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Come up here. I want more. All that cock at the Glory Hole has me addicted. Did you know that I fantasize that one of these times I’ll find out the cock I’m sucking is actually yours? I can’t wait anymore. I need the real thing.<</speech>>
<div align='center'>\
She slides down your body to her knees and begins to worship your cock. You can tell that her technique has improved since you first showed her the Glory Hole.
<video src="content/c2/npc/dee/scene2/8.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>I need to feel you inside me. Fuck my pussy, honey.<</speech>>
<div align='center'>\
Bracing her hands against the slippery shower wall, Dee pushes her dripping pussy back against your hard dick. It slides in with no resistance. You take hold of her hips and give her the fucking she asked for.
<video src="content/c2/npc/dee/scene2/9.mp4" autoplay loop></video>
You give her ass a playful wet spank and turn off the water. Taking a towel, you lay it across the floor of the bathroom and lay down pulling her with you.
</div>\
<<speech "Violette">>Now it’s your turn. I want you to ride me. Show me how much you love my dick in your wet hole!<</speech>>
<div align='center'>\
Straddling her knees on either side of your hips, she sinks down on you as her eyes roll up into the back of her head. She clutches at her breasts, giving the nipples a pinch as she begins to ride you.
<video src="content/c2/npc/dee/scene2/10.mp4" autoplay loop></video>
She was much closer to the edge than you realized as moments later, you feel her shivering and her moans reach a crescendo as she climaxes on top of you. Her pussy is milking you greedily now. You won’t be able to last much longer.
</div>\
<<speech "Violette">>Show me what you’ve learned about taking a load in your mouth.<</speech>>
<div align='center'>\
Pushing her off, you get to your knees and finish yourself off in her mouth. With a groan, you feel your nuts tingle and it feels like you are shooting bolts of electricity from your dick. Looking down at Dee, her eyes are half shut in rapture as she receives your seed. Finally, you let out a giant sigh as you come down from your post-coital bliss. You look at each other and simultaneously start giggling.
<video src="content/c2/npc/dee/scene2/11.mp4" autoplay loop></video>
You help each other finish toweling dry before leaving the bathroom.
</div>\
<<deecorruption>>\
<<deehandjobskill>>\
<<deeblowjobskill>>\
<<deesexskill>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playersexskill>>\
<</timed>>\
<<button "Leave" "Hallway">><<set $deefirstshower to true>><</button>>
\
\
\
\
\
<<else>>\
<div align='center'>\
<<if $pissing is true>>\
You are going for a piss before washing your body.
<video @src="'content/c2/npc/player/pissing/' + random(1, 37) + '.mp4'" autoplay loop></video>
<</if>>\
\
\
\
You washing your body.
<<if $playerdailyshower is false>>\
<<set $playerdailyshower to true>>\
<<set $playerlooks += 10>>\
<</if>>\
<video @src="'content/c2/npc/player/shower/' + random(1, 84) + '.mp4'" autoplay loop></video>
<<if $shampoo > 0>>\
Using shampoo on your hair.
<video @src="'content/c2/npc/player/shampoo/' + random(1, 14) + '.mp4'" autoplay loop></video>
<<if $playerdailyshampoo is false>>\
<<set $playerdailyshampoo to true>>\
<<set $shampoo -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't have shampoo to wash your hair.
<</if>>\
\
\
\
<<if $razor > 0>>\
You shaving your body.
<video @src="'content/c2/npc/player/shave/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<if $playerdailyrazor is false>>\
<<set $playerdailyrazor to true>>\
<<set $razor -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't have more razor to shave your body.
<</if>>\
\
\
\
<<if $makeup > 0>>\
You apply makeup.
<video @src="'content/c2/npc/player/makeup/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<if $playerdailymakeup is false>>\
<<set $playerdailymakeup to true>>\
<<set $makeup -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't have more makeup.
<</if>>\
\
\
\
<<if $lipstick > 0>>\
You apply lipstick.
<video @src="'content/c2/npc/player/lipstick/' + random(1, 20) + '.mp4'" autoplay loop></video>
<<if $playerdailylipstick is false>>\
<<set $playerdailylipstick to true>>\
<<set $lipstick -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't have more lipstick.
<</if>>\
\
\
\
<<if $nailpolish > 0>>\
You apply nailpolish.
<video @src="'content/c2/npc/player/nail/' + random(1, 5) + '.mp4'" autoplay loop></video>
<<if $playerdailynailpolish is false>>\
<<set $playerdailynailpolish to true>>\
<<set $nailpolish -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't have more nailpolish.
<</if>>\
\
\
\
<<if $parfume > 0>>\
You spray parfume on your body.
<video @src="'content/c2/npc/player/parfume/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<if $playerdailyparfume is false>>\
<<set $playerdailyparfume to true>>\
<<set $parfume -= 1>>\
<<set $playerlooks += 10>>\
<</if>>\
<<else>>\
You don't more parfume.
<</if>>\
</div>\
<<button "Leave" "Hallway">><</button>>
<</if>>\<<if $playerenergy > 0>>\
<div align='center'>
<video @src="'content/c2/npc/player/chores/' + random(1, 16) + '.mp4'" autoplay loop></video>
You doing your daily chores.
</div>\
<<set $playerenergy -= 1>>\
<<set $playerdailychores to true>>\
<<else>>\
<div align='center'>You don't have more energy to do the chores.</div>\
<</if>>\
<<lightpulsevibe>>
<<button "Leave" "Hallway">><</button>>
<div align='center'>\
<img src="content/c2/npc/aubrey/contact.jpg" style="max-width: 40%;">
</div>\
<div align='center' style='font-size: 200%;'>\
AUBREY KATE
</div>\
<div align='center'>\
Born: 7/November/1992 Orange County, California, USA
Ethnicity: Caucasian
Nationality: American
Measurements: 34C-26-34
Height: 5ft 10in (178 cm)
Weight: 139lbs (63 kg)
Body type: Average
Eye color: Blue
Hair color: Blonde/Brunette
Breast Size: Large
Dick size: Average cut (6in, 16cm)
Tattoos: Script on the outside of her right hand, a large multi-coloured face design on her right shoulder and upper arm, and a design running down both sides of her lower abdomen.
She is been attacked in a dark alley by his old pimp. You saved her and she wanted you to become her new pimp. She told you to move into her friend house with her.
----
Events with her:
- Work: She can work on the street. (13 videos)
- Bathroom: You can peek on her once a day. (8 pictures and 12 videos)
- Her bedroom: You can train her sex skills once a day. (8 pictures and 34 videos)
- Living room: You can peek on her in the tanning bed once a day. (4 videos)
- Living room: You can train her pole dancing in one of the quest. (8 videos)
- Kitchen: You can talk with her. (1 picture)
----
<<if $aubreycorruption >= 500>>\
Aubrey's Corruption Level: Max Level Reached!
<<else>>\
Aubrey's Corruption Level: $aubreycorruptionlevel
Aubrey's Corruption points: $aubreycorruption/$aubreymaxcorruption
<<showmeter '$aubreycorruptionbar' `$aubreycorruption / $aubreymaxcorruption`>>\
<</if>>\
<<if $aubreyhandjobskill >= 500>>\
Aubrey's Handjob Skill Level: Max Level Reached!
<<else>>\
Aubrey's Handjob Skill Level: $aubreyhandjobskilllevel
Aubrey's Handjob Skill points: $aubreyhandjobskill/$aubreymaxhandjobskill
<<showmeter '$aubreyhandjobskillbar' `$aubreyhandjobskill / $aubreymaxhandjobskill`>>\
<</if>>\
<<if $aubreyblowjobskill >= 500>>\
Aubrey's Blowjob Skill Level: Max Level Reached!
<<else>>\
Aubrey's Blowjob Skill Level: $aubreyblowjobskilllevel
Aubrey's Blowjob Skill points: $aubreyblowjobskill/$aubreymaxblowjobskill
<<showmeter '$aubreyblowjobskillbar' `$aubreyblowjobskill / $aubreymaxblowjobskill`>>\
<</if>>\
<<if $aubreysexskill >= 500>>\
Aubrey's Sex Skill Level: Max Level Reached!
<<else>>\
Aubrey's Sex Skill Level: $aubreysexskilllevel
Aubrey's Sex Skill points: $aubreysexskill/$aubreymaxsexskill
<<showmeter '$aubreysexskillbar' `$aubreysexskill / $aubreymaxsexskill`>>\
<</if>>\
<<if $aubreyanalskill >= 500>>\
Aubrey's Anal Skill Level: Max Level Reached!
<<else>>\
Aubrey's Anal Skill Level: $aubreyanalskilllevel
Aubrey's Anal Skill points: $aubreyanalskill/$aubreymaxanalskill
<<showmeter '$aubreyanalskillbar' `$aubreyanalskill / $aubreymaxanalskill`>>\
<</if>>\
</div>\
<<button "Back" "Girls">><</button>>
<<button "Aubrey" "Aubrey Stats">><</button>>
<<button "Adriana" "Adriana Stats">><</button>>
<<if $nathaly is true>>\
<<button "Nathaly" "Nathaly Stats">><</button>>
<</if>>\
<<if $dee is true>>\
<<button "Dee" "Dee Stats">><</button>>
<</if>>\
<<button "Return" $return>><</button>><div align='center'>\
<<fastlightpulsevibe>>
<<if $nightauto is true>>\
<<if $aubreywork isnot "">>\
<<if $aubreywork is "Street">>\
<<if $playerwork isnot "Defend your girls">>\
<<set _attack = random(1, 3)>>\
<<if _attack == 1>>\
<<set $aubreyearningsfull = 0>>\
<<set $aubreyenergy = 0>>\
<<else>>\
<<set $aubreycorruption += Math.round($aubreyenergy * random(1, 3))>>\
<<if $aubreycorruptionlevel == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif $aubreycorruptionlevel == 2>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<else>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<</if>>\
<<elseif $aubreycorruptionlevel == 3>>\
<<set _rnd = random(1, 3)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<aubreyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<else>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<aubreyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<aubreyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<</if>>\
<<set $aubreyearningsround = Math.round($aubreyearnings * ($aubreylooks / 100))>>
<<set $aubreyearningsround = Math.round($aubreyearningsround * $aubreyenergy)>>\
<<set $aubreyearningsfull = $aubreyearningsround>>\
<</if>>\
<<else>>\
<<set $aubreycorruption += Math.round($aubreyenergy * random(1, 3))>>\
<<if $aubreycorruptionlevel == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif $aubreycorruptionlevel == 2>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<else>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<</if>>\
<<elseif $aubreycorruptionlevel == 3>>\
<<set _rnd = random(1, 3)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<aubreyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<else>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<aubreyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<aubreyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<aubreyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<aubreyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $aubreyenergy)>>\
<<set $aubreyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<</if>>\
<<set $aubreyearningsround = Math.round($aubreyearnings * ($aubreylooks / 100))>>\
<<set $aubreyearningsround = Math.round($aubreyearningsround * $aubreyenergy)>>\
<<set $aubreyearningsfull = $aubreyearningsround>>\
<</if>>\
<</if>>\
<</if>>\
<<if $nathalywork isnot "">>\
<<if $nathalywork is "Glory hole">>\
<<set $nathalylastwork to "Glory hole">>\
<<set $nathalycorruption += Math.round($nathalyenergy * random(1, 3))>>\
<<if $nathalycorruptionlevel == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif $nathalycorruptionlevel == 2>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<else>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<</if>>\
<<elseif $nathalycorruptionlevel == 3>>\
<<set _rnd = random(1, 3)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<elseif $nathalycorruptionlevel == 4>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<nathalyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<else>>\
<<if $condom == 0 and $nathalypregnant == 0>>\
<<set _chance = random(1, 100)>>\
<<if _chance == 1>>\
<<set $nathalypregnant = 1>>\
<</if>>\
<</if>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<nathalyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<</if>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>
<<set $nathalyearningsround = Math.round($nathalyearningsround * $nathalyenergy)>>\
<<set $nathalyearningsfull = $nathalyearningsround>>\
\
\
\
\
\
<<elseif $nathalywork is "Massage">>\
<<set $nathalylastwork to "Massage">>\
<<set $nathalycorruption += Math.round($nathalyenergy * random(1, 3))>>\
<<if $nathalycorruptionlevel < 5>>\
<<set _rnd = random(1, 2)>>\
<<if $condom > 0>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<else>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<</if>>\
<<else>>\
<<if $condom == 0 and $nathalypregnant == 0>>\
<<set _chance = random(1, 100)>>\
<<if _chance == 1>>\
<<set $nathalypregnant = 1>>\
<</if>>\
<</if>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<elseif $nathalywork is "Street">>
<<set $nathalylastwork to "Street">>\
<<if $playerwork isnot "Defend your girls">>\
<<set _attack = random(1, 3)>>\
<<if _attack == 1>>\
<<set $nathalyearningsfull = 0>>\
<<set $nathalyenergy = 0>>\
<<else>>\
<<set $nathalycorruption += Math.round($nathalyenergy * random(1, 3))>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<nathalyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>
<<set $nathalyearningsround = Math.round($nathalyearningsround * $nathalyenergy)>>\
<<set $nathalyearningsfull = $nathalyearningsround>>\
<</if>>\
<<else>>\
<<set $nathalycorruption += Math.round($nathalyenergy * random(1, 3))>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<nathalyearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<nathalyearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<nathalyearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalysexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<nathalyearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $nathalyenergy)>>\
<<set $nathalyanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>
<<set $nathalyearningsround = Math.round($nathalyearningsround * $nathalyenergy)>>\
<<set $nathalyearningsfull = $nathalyearningsround>>\
<</if>>\
<</if>>\
<</if>>\
<<if $deework isnot "">>\
<<if $deework is "Glory hole">>\
<<set $deelastwork to "Glory hole">>\
<<set $deecorruption += Math.round($deeenergy * random(1, 3))>>\
<<if $deecorruptionlevel == 1>>\
<<deeearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<<elseif $deecorruptionlevel == 2>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<<deeearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<<else>>\
<<deeearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<</if>>\
<<elseif $deecorruptionlevel == 3>>\
<<set _rnd = random(1, 3)>>\
<<if _rnd == 1>>\
<<deeearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<deeearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deeblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<deeearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deesexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<elseif $deecorruptionlevel == 4>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<deeearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<deeearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deeblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<deeearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deesexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<deeearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deeanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<else>>\
<<if $condom == 0 and $deepregnant == 0>>\
<<set _chance = random(1, 100)>>\
<<if _chance == 1>>\
<<set $deepregnant = 1>>\
<</if>>\
<</if>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<deeearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deehandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<deeearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deeblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<deeearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deesexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<deeearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $deeenergy)>>\
<<set $deeanalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<</if>>\
<<set $deeearningsround = Math.round($deeearnings * ($deelooks / 100))>>
<<set $deeearningsround = Math.round($deeearningsround * $deeenergy)>>\
<<set $deeearningsfull = $deeearningsround>>\
<</if>>\
<</if>>\
<<if $playerwork isnot "">>\
<<if $playerwork is "Work on the street">>\
<<set $playercorruption += Math.round($playerenergy * random(1, 3))>>\
<<if $playercorruptionlevel == 1>>\
<<playerearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerhandjobskill += _skill>>\
<<elseif $playercorruptionlevel == 2>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
<<playerearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerhandjobskill += _skill>>\
<<else>>\
<<playerearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerhandjobskill += _skill>>\
<</if>>\
<<elseif $playercorruptionlevel == 3>>\
<<set _rnd = random(1, 3)>>\
<<if _rnd == 1>>\
<<playerearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<playerearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<playerearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playersexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<<else>>\
<<set _rnd = random(1, 4)>>\
<<if _rnd == 1>>\
<<playerearningshj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerhandjobskill += _skill>>\
<<elseif _rnd == 2>>\
<<playerearningsbj>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playerblowjobskill += _skill>>\
<<elseif _rnd == 3>>\
<<playerearningssex>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playersexskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<<elseif _rnd == 4>>\
<<playerearningsanal>>\
<<set _skill = random(1, 3)>>\
<<set _skill = Math.round(_skill * $playerenergy)>>\
<<set $playeranalskill += _skill>>\
<<set $condom = ($condom - 1).clamp(0, $condom)>>\
<</if>>\
<</if>>\
<<set $playerearningsround = Math.round($playerearnings * ($playerlooks / 100))>>\
<<set $playerearningsround = Math.round($playerearningsround * $playerenergy)>>\
<<set $playerearningsfull = $playerearningsround>>\
<</if>>\
<</if>>\
<div align='center' style='font-size: 150%;'>\
<b>Tonights Earnings</b>
</div>\
<<set _rnd = Math.round($aubreyearningsfull / 2)>>\
<b>Aubrey</b> made $aubreyearningsfull money tonight. Your share is _rnd money.
\
<<if $nathaly is true>>\
<<if $nathalylastwork is "Glory hole">>\
<<set _share = Math.round($nathalyearningsfull * 0.2)>>\
<<set $nathalyearningsfull -= _share>>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull after she give 20% to the glory hole owner. Your share is _rnd2 money.
<<elseif $nathalylastwork is "Massage">>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull money tonight. Your share is _rnd2 money.
<<elseif $nathalylastwork is "Street">>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull money tonight. Your share is _rnd2 money.
<<else>>\
<<set _rnd2 = 0>>\
<</if>>\
<<else>>\
<<set _rnd2 = 0>>\
<</if>>\
\
<<if $dee is true>>\
<<if $deelastwork is "Glory hole">>\
<<set _share = Math.round($deeearningsfull * 0.2)>>\
<<set $deeearningsfull -= _share>>\
<<set _rnd3 = Math.round($deeearningsfull / 2)>>\
<b>Dee</b> made $deeearningsfull after she give 20% to the glory hole owner. Your share is _rnd3 money.
<<else>>\
<<set _rnd3 = 0>>\
<</if>>\
<<else>>\
<<set _rnd3 = 0>>\
<</if>>\
\
<b>You</b> made $playerearningsfull money tonight.
<<set _total = Math.round(_rnd + _rnd2 + _rnd3 + $playerearningsfull)>>\
Your total earnings is _total money.
<<set $money += _total>>\
<<set $moneyearned += _total>>\
<<button "Go to sleep" "Sleep">><</button>>\
<<else>>\
<<if $aubreywork isnot "">>\
<<if $aubreyenergy > 0>>\
<<if $aubreywork is "Street">>\
<<set _attack = random(1,5)>>\
<<if _attack == 1>>\
<div align='center'>\
Aubrey is attacked by one of the clients.
<<if $playerwork is "Defend your girls">>\
<<if $playerenergy > 0>>\
<<button "Defend her" "Night Fight">>
<<set $enemyname to "Client">>
<<set $enemymaxhp to random(20, 25)>>
<<set $enemyhp to $enemymaxhp>>
<<set $enemyarousal = 0>>
<<set $enemymaxarousal to random(20, 30)>>
<<set $enemyweapon to "Bare Hands">>
<<set $enemysexiness = 0>>
<<set $enemyarmor to random(0, 3)>>
<<set $enemydmgminpoint = 1>>
<<set $enemydmgmaxpoint = 2>>
<</button>>
<<else>>\
You don't have more energy to defend her.
She is been robbed and lost 2 energy.
<<set $aubreyearningsfull = 0>>\
<<set $aubreyenergy -= 2>>\
<<if $aubreyenergy <= 0>>\
<<set $aubreyenergy = 0>>\
<</if>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $aubreywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
<<elseif $playerwork is "Work on the street">>\
You are also working on the street and you too far from Aubrey to hear her scream.
She is been robbed and lost 2 energy.
<<set $aubreyearningsfull = 0>>\
<<set $aubreyenergy -= 2>>\
<<if $aubreyenergy <= 0>>\
<<set $aubreyenergy = 0>>\
<</if>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $aubreywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<<else>>\
You don't have more energy to defend her.
She is been robbed and lost 2 energy.
<<set $aubreyearningsfull = 0>>\
<<set $aubreyenergy -= 2>>\
<<if $aubreyenergy <= 0>>\
<<set $aubreyenergy = 0>>\
<</if>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $aubreywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
</div>\
<<else>>\
<<if $aubreycorruptionlevel == 1>>\
<<set _rnd = random(1, 3)>>\
<<elseif $aubreycorruptionlevel == 2>>\
<<set _rnd = random(1, 5)>>\
<<elseif $aubreycorruptionlevel == 3>>\
<<set _rnd = random(1, 5)>>\
<<elseif $aubreycorruptionlevel == 4>>\
<<set _rnd = random(1, 6)>>\
<<elseif $aubreycorruptionlevel == 5>>\
<<set _rnd = random(1, 6)>>\
<</if>>\
<<if _rnd == 1>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client wants a quick handjob.
<video src="content/c2/npc/aubrey/work/hj/1.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreyhandjobskill>>\
<<aubreyearningshj>>\
<<aubreyearningsround>>\
\
\
\
\
\
<<elseif _rnd == 2>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client wants to masturbate and watch Aubrey playing with her cock.
<video src="content/c2/npc/aubrey/work/hj/2.mp4" autoplay loop></video>
After a couple of minutes the client cum.
<video src="content/c2/npc/aubrey/work/cumr/1.mp4" autoplay loop></video>
<<if $aubreycorruptionlevel >= 2>>\
He put his cum covered hand in Aubrey mouth to lick it clean.
<video src="content/c2/npc/aubrey/work/cumr/2.mp4" autoplay loop></video>
<</if>>\
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreyhandjobskill>>\
<<aubreyearningshj>>\
<<if $aubreycorruptionlevel >= 2>>\
<<aubreyearningsbj>>\
<</if>>\
<<aubreyearningsround>>\
\
\
\
\
\
<<elseif _rnd == 3>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client wants a quick handjob.
<video src="content/c2/npc/aubrey/work/hj/3.mp4" autoplay loop></video>
<<if $aubreycorruptionlevel >= 2>>\
Aubrey kneel down and waiting for the client to cover her face with cum.
<video src="content/c2/npc/aubrey/work/cumr/3.mp4" autoplay loop></video>
<</if>>\
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreyhandjobskill>>\
<<aubreyearningshj>>\
<<if $aubreycorruptionlevel >= 2>>\
<<aubreyearningsbj>>\
<</if>>\
<<aubreyearningsround>>\
\
\
\
\
\
<<elseif _rnd == 4>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client wants to masturbate while he is sucking Aubrey's cock until she cums in his mouth.
<video src="content/c2/npc/aubrey/work/bjr/1.mp4" autoplay loop></video>
After a couple of minutes the Aubrey cums in his mouth.
<video src="content/c2/npc/aubrey/work/cumg/1.mp4" autoplay loop></video>
The client explode in his hand once his mouth is full with Aubrey's cum.
<video src="content/c2/npc/aubrey/work/cumr/1.mp4" autoplay loop></video>
He put his cum covered hand in Aubrey mouth to lick it clean.
<video src="content/c2/npc/aubrey/work/cumr/2.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreysexskill>>\
<<aubreyearningssex>>\
<<aubreyearningsbj>>\
<<aubreyearningsround>>\
\
\
\
\
\
<<elseif _rnd == 5>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client needs a quick blowjob.
<video src="content/c2/npc/aubrey/work/bjg/1.mp4" autoplay loop></video>
Aubrey kneel down and waiting for the client to cover her face with cum.
<video src="content/c2/npc/aubrey/work/cumr/3.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreyblowjobskill>>\
<<aubreyearningsbj>>\
<<aubreyearningsround>>\
\
\
\
\
\
<<elseif _rnd == 6>>\
She is waiting for new clients.
<video src="content/c2/npc/aubrey/work/1.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
She waves back and sits in the car.
<video src="content/c2/npc/aubrey/work/2.mp4" autoplay loop></video>
The client wants to suck and fuck Aubrey. He starts sucking her behind his car.
<video src="content/c2/npc/aubrey/work/bjr/2.mp4" autoplay loop></video>
<<if $condom > 0>>\
Aubrey gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/aubrey/work/fucked/1.mp4" autoplay loop></video>
Finally he cums on her face.
<video src="content/c2/npc/aubrey/work/cumr/3.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreysexskill>>\
<<aubreyanalskill>>\
<<aubreyearningsanal>>\
<<aubreyearningsbj>>\
<<aubreyearningsround>>\
<<else>>\
<<if $aubreycorruptionlevel == 5>>\
Aubrey runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/aubrey/work/fucked/1.mp4" autoplay loop></video>
Finally he cums on her face.
<video src="content/c2/npc/aubrey/work/cumr/3.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreysexskill>>\
<<aubreyanalskill>>\
<<aubreyearningsanal>>\
<<aubreyearningsbj>>\
<<aubreyearningsround>>\
<<else>>\
Aubrey runs out from condom and she is not ready to take clients bareback. She refuse it.
The client is not happy but still finish on her face.
<video src="content/c2/npc/aubrey/work/cumr/3.mp4" autoplay loop></video>
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy == 0>>\
<<set $aubreywork = "">>\
<</if>>\
<<set $aubreyearnings = 0>>\
<<aubreycorruption>>\
<<aubreysexskill>>\
<<aubreyearningsbj>>\
<<aubreyearningsround>>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<if _attack > 1>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
Aubrey doesn't have more energy to work.
<<if $playerwork is "Defend your girls">>\
<<if $playerenergy > 0>>\
You have some energy left. You can keep working or go home to sleep.
What you do: <<listbox "$playerwork" autoselect>>
<<option "Work on the street">>
<<option "Go Home">>
<</listbox>>
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<<else>>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<elseif $nathalywork isnot "">>\
<<if $nathalyenergy > 0>>\
<<if $nathalywork is "Glory hole">>\
<<set _condomused to false>>\
<<set $nathalylastwork to "Glory hole">>\
Nathaly is waiting for her next client.
<video @src="'content/c2/npc/nathaly/gh/' + random(1, 4) + '.mp4'" autoplay loop></video>
Nathaly is stroking that big cock.
<video @src="'content/porn/gh/shemale/hj/' + random(1, 32) + '.mp4'" autoplay loop></video>
<<nathalyhandjobskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningshj>>\
\
\
\
<<if $nathalycorruptionlevel >= 2>>\
The stranger's cock entering her mouth, gives her a thrill. She loves sucking cocks.
<video @src="'content/porn/gh/shemale/bj/' + random(1, 57) + '.mp4'" autoplay loop></video>
<<nathalyblowjobskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningsbj>>\
<</if>>\
\
\
\
<<if $nathalycorruptionlevel >= 3>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
<<set _condomused to true>>\
She puts a condom on the wet cock then she slides it into her pussy and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/porn/gh/shemale/pussy/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
She don't have more condom but she slides the wet cock into her pussy bareback and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/porn/gh/shemale/pussy/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<else>>\
She don't have more condom and she is not ready to take clients bareback. She skip the pussy fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
<<if $nathalycorruptionlevel >= 4>>\
<<if _condomused is true>>\
She grabs the clients cock and force it into her tight asshole. Her happy customer is getting close.
<video @src="'content/porn/gh/shemale/anal/' + random(4, 47) + '.mp4'" autoplay loop></video>
<<nathalyanalskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningsanal>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
She grabs the clients cock and force it into her tight asshole. Her happy customer is getting close.
<video @src="'content/porn/gh/shemale/anal/' + random(4, 47) + '.mp4'" autoplay loop></video>
<<nathalyanalskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningsanal>>\
<<else>>\
She still don't have more condom and she is still not ready to take clients bareback. She skip the anal fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
<<if _condomused is true>>\
<<if $cumdrinking is true>>\
Nathaly's pussy enjoying that big dick and she don't want to come off from it. The client can not hold it back anymore. Luckily Nathaly put a condom on him so she can not become pregnant. She needs to taste the costumer, she pull of the condom and drink the fresh sperm out from it.
<video @src="'content/porn/gh/shemale/condom/' + random(1, 17) + '.mp4'" autoplay loop></video>
<<else>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<</if>>\
<<else>>\
Nathaly's pussy enjoying that big dick bareback and she don't want to come off from it. The client can not hold it back anymore. Nathaly 's pussy is pumped full with hot fresh sperm.
<video @src="'content/porn/gh/shemale/creampie/' + random(1, 23) + '.mp4'" autoplay loop></video>
<<if $nathalypregnant == 0>>\
<<set _pregnant = random(1, 20)>>\
<<if _pregnant == 1>>\
<b>Nathlay become pregnant.</b>
<<set $nathalypregnant = 1>>\
<<else>>\
<b>Nathlay is not pregnant.</b>
<</if>>\
<<else>>\
<b>Nathlay is already pregnant.</b>
<</if>>\
<</if>>\
<<else>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<</if>>\
<</if>>\
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<nathalycorruption>>\
<<nathalyearningsround>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
Nathaly doesn't have more energy to work.
<<if $playerenergy > 0>>\
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<</if>>\
<<elseif $nathalywork is "Massage">>\
<<set $nathalylastwork to "Massage">>\
Nathaly is waiting for her next client.
<img @src="'content/c2/npc/nathaly/massage/' + random(1, 6) + '.jpg'" style="max-width: 30%;">
The new client shortly arrives and lays down on the massage bed.
<<set _client = random(1, 15)>>\
<<if _client == 1>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/1.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/2.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy.
<video src="content/c2/npc/nathaly/massage/3.mp4" autoplay loop></video>
It is not enough for Nathaly, and she guides the client's fingers into her pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/4.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/5.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 2>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/6.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/7.mp4" autoplay loop></video>
She needs more from this pleasure. They change their position, and Nathaly starts fingering her pussy until she cums.
<video src="content/c2/npc/nathaly/massage/8.mp4" autoplay loop></video>
She wants to return the favour, and she starts licking Nathlay's pussy until her orgasm is finished.
<video src="content/c2/npc/nathaly/massage/9.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/10.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 3>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/11.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/12.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums and licks Nathaly's fingers clean.
<video src="content/c2/npc/nathaly/massage/13.mp4" autoplay loop></video>
This wasn't enough for her, and she pulled Nathaly on her pussy and started grinding to each other.
<video src="content/c2/npc/nathaly/massage/14.mp4" autoplay loop></video>
She wants to return the favour, and she starts licking Nathlay's pussy until her orgasm is finished.
<video src="content/c2/npc/nathaly/massage/15.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/16.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 4>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/17.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/18.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/19.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy.
<video src="content/c2/npc/nathaly/massage/20.mp4" autoplay loop></video>
It is not enough for Nathaly, and she guides the client's fingers into her pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/21.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/22.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 5>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/23.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts massaging her pussy.
<video src="content/c2/npc/nathaly/massage/24.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/25.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/26.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningshj>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 6>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/27.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/28.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/29.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy.
<video src="content/c2/npc/nathaly/massage/30.mp4" autoplay loop></video>
It is not enough for Nathaly, and she guides the client's fingers into her pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/31.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/32.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 7>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/33.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/34.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/35.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy.
<video src="content/c2/npc/nathaly/massage/36.mp4" autoplay loop></video>
It is not enough for Nathaly, and she guides the client's fingers into her pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/37.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/38.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 8>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/39.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/40.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/41.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/42.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/43.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 9>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/44.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/45.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/46.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour. She pulled Nathaly on her pussy and started grinding to each other. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/47.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/48.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client == 10>>\
Nathaly starts massaging her.
<video src="content/c2/npc/nathaly/massage/49.mp4" autoplay loop></video>
Once she is relaxed and aroused, Nathaly starts licking her pussy.
<video src="content/c2/npc/nathaly/massage/50.mp4" autoplay loop></video>
She needs more from this pleasure. Nathaly starts fingering the client's pussy until she cums.
<video src="content/c2/npc/nathaly/massage/51.mp4" autoplay loop></video>
After she orgasmed, she wants to return the favour, and she starts licking Nathlay's pussy.
<video src="content/c2/npc/nathaly/massage/52.mp4" autoplay loop></video>
It is not enough for Nathaly, and she guides the client's fingers into her pussy. After a short time, Nathaly has a shaking orgasm.
<video src="content/c2/npc/nathaly/massage/53.mp4" autoplay loop></video>
After that, they kiss each other and lay down on the bed to regain some energy.
<video src="content/c2/npc/nathaly/massage/54.mp4" autoplay loop></video>
<<nathalycorruption>>\
<<nathalyhandjobskill>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
\
\
\
<<elseif _client >= 11>>\
Nathaly starts massaging him.
<video @src="'content/c2/npc/nathaly/massage/' + random(55, 56) + '.mp4'" autoplay loop></video>
Once he is relaxed and aroused, Nathaly starts stroking his cock.
<video @src="'content/c2/npc/nathaly/massage/' + random(57, 61) + '.mp4'" autoplay loop></video>
<<nathalyhandjobskill>>\
After that, she puts his cock in her mouth and sucks it.
<video @src="'content/c2/npc/nathaly/massage/' + random(62, 66) + '.mp4'" autoplay loop></video>
<<nathalyblowjobskill>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
Once his cock is hard and wet enough, she lets him fuck her, but first, she puts a condom on him.
<video @src="'content/c2/npc/nathaly/massage/' + random(67, 71) + '.mp4'" autoplay loop></video>
<<nathalysexskill>>\
<<if $cumdrinking is true>>\
Nathaly's pussy enjoys that big dick, and she doesn't want to come off. The client can not hold it back anymore. Luckily Nathaly put a condom on him so she could not become pregnant. She pulls off the condom and drinks the fresh sperm out from it. She needs to taste the customer.
<video @src="'content/porn/gh/shemale/condom/' + random(1, 17) + '.mp4'" autoplay loop></video>
<<else>>\
She finishes the client in her mouth.
<video @src="'content/c2/npc/nathaly/massage/' + random(72, 73) + '.mp4'" autoplay loop></video>
<</if>>\
<<else>>\
<<if $nathalycorruptionlevel >= 5>>\
Once his cock is hard and wet enough, she lets him fuck her bareback because she doesn't have more condoms.
<video @src="'content/c2/npc/nathaly/massage/' + random(67, 71) + '.mp4'" autoplay loop></video>
<<nathalysexskill>>\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
Nathaly's pussy is enjoying that big dick bareback, and she doesn't want to come off from it. The client can not hold it back anymore. Nathaly's pussy is pumped full with hot fresh sperm.
<video @src="'content/c2/npc/nathaly/massage/' + random(74, 76) + '.mp4'" autoplay loop></video>
<<if $nathalypregnant == 0>>\
<<set _pregnant = random(1, 20)>>\
<<if _pregnant == 1>>\
<b>Nathlay become pregnant.</b>
<<set $nathalypregnant = 1>>\
<<else>>\
<b>Nathlay is not pregnant.</b>
<</if>>\
<<else>>\
<b>Nathlay is already pregnant.</b>
<</if>>\
<<else>>\
She finishes the client in her mouth.
<video @src="'content/c2/npc/nathaly/massage/' + random(72, 73) + '.mp4'" autoplay loop></video>
<</if>>\
<<else>>\
Nathaly doesn't have more condoms, and she is not ready to fuck bareback, so she finishes the client quickly in her mouth.
<video @src="'content/c2/npc/nathaly/massage/' + random(72, 73) + '.mp4'" autoplay loop></video>
<</if>>\
<</if>>\
<<nathalycorruption>>\
<<set $nathalyearnings = 0>>\
<<nathalyearningssex>>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
Nathaly made $ 50 for the massage and $ $nathalyearningsround for the happy finish.
<</if>>\
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next client." "Night Shift 2">><</button>>
<<else>>\
Nathaly doesn't have more energy to work.
<<if $playerenergy > 0>>\
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<</if>>\
<<elseif $nathalywork is "Street">>\
<<set $nathalylastwork to "Street">>\
<<set _attack = random(1,5)>>\
<<if _attack == 1>>\
<div align='center'>\
Nathaly is attacked by one of the clients.
<<if $playerwork is "Defend your girls">>\
<<if $playerenergy > 0>>\
<<button "Defend her" "Night Fight">>
<<set $enemyname to "Client">>
<<set $enemymaxhp to random(20, 25)>>
<<set $enemyhp to $enemymaxhp>>
<<set $enemyarousal = 0>>
<<set $enemymaxarousal to random(20, 30)>>
<<set $enemyweapon to "Bare Hands">>
<<set $enemysexiness = 0>>
<<set $enemyarmor to random(0, 3)>>
<<set $enemydmgminpoint = 1>>
<<set $enemydmgmaxpoint = 2>>
<</button>>
<<else>>\
You don't have more energy to defend her.
She is been robbed and lost 2 energy.
<<set $nathalyearningsfull = 0>>\
<<set $nathalyenergy -= 2>>\
<<if $nathalyenergy <= 0>>\
<<set $nathalyenergy = 0>>\
<</if>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $nathalywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
<<elseif $playerwork is "Work on the street">>\
You are also working on the street and you too far from Nathaly to hear her scream.
She is been robbed and lost 2 energy.
<<set $nathalyearningsfull = 0>>\
<<set $nathalyenergy -= 2>>\
<<if $nathalyenergy <= 0>>\
<<set $nathalyenergy = 0>>\
<</if>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $nathalywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<<else>>\
You don't have more energy to defend her.
She is been robbed and lost 2 energy.
<<set $nathalyearningsfull = 0>>\
<<set $nathalyenergy -= 2>>\
<<if $nathalyenergy <= 0>>\
<<set $nathalyenergy = 0>>\
<</if>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<set $nathalywork = "">>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
</div>\
<<else>>\
<<set _rnd = random(1, 7)>>\
<<if _rnd == 1>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/1.mp4" autoplay loop></video>
Then she gives a boob job to him.
<video src="content/c2/npc/nathaly/street/2.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/3.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/4.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/3.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/4.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her boobs.
<video src="content/c2/npc/nathaly/street/4.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 2>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/5.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/6.mp4" autoplay loop></video>
Finally he cums on her tongue.
<video src="content/c2/npc/nathaly/street/7.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/6.mp4" autoplay loop></video>
Finally he cums on her tongue.
<video src="content/c2/npc/nathaly/street/7.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her tongue.
<video src="content/c2/npc/nathaly/street/7.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 3>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/8.mp4" autoplay loop></video>
Then the client licks Nathaly pussy.
<video src="content/c2/npc/nathaly/street/9.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/10.mp4" autoplay loop></video>
Finally he cums on her pussy.
<video src="content/c2/npc/nathaly/street/11.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/10.mp4" autoplay loop></video>
Finally he cums on her pussy.
<video src="content/c2/npc/nathaly/street/11.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her pussy.
<video src="content/c2/npc/nathaly/street/11.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 4>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/12.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/13.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/144.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/13.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/14.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her boobs.
<video src="content/c2/npc/nathaly/street/14.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 5>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/15.mp4" autoplay loop></video>
Then the client licks Nathaly pussy.
<video src="content/c2/npc/nathaly/street/16.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/17.mp4" autoplay loop></video>
Finally he cums on her pussy.
<video src="content/c2/npc/nathaly/street/18.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/17.mp4" autoplay loop></video>
Finally he cums on her pussy.
<video src="content/c2/npc/nathaly/street/18.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her pussy.
<video src="content/c2/npc/nathaly/street/18.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 6>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/19.mp4" autoplay loop></video>
Then she gives a boob job to him.
<video src="content/c2/npc/nathaly/street/20.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/21.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/22.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/21.mp4" autoplay loop></video>
Finally he cums on her boobs.
<video src="content/c2/npc/nathaly/street/22.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her boobs.
<video src="content/c2/npc/nathaly/street/22.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
\
\
\
<<elseif _rnd == 7>>\
She is waiting for new clients.
<video src="content/c2/npc/nathaly/street/0.mp4" autoplay loop></video>
A car stopped front of her and the driver wave to her.
<img src="content/c2/npc/nathaly/street/car.jpg" style="max-width: 50%;">
The client wants a full ride with Nathaly. She starts sucking him.
<video src="content/c2/npc/nathaly/street/23.mp4" autoplay loop></video>
<<if $condom > 0>>\
Nathaly gives him one condom, then he starts fucking her.
<<set $condom -= 1>>\
<video src="content/c2/npc/nathaly/street/24.mp4" autoplay loop></video>
Finally he cums in her mouth and she swallow it.
<video src="content/c2/npc/nathaly/street/25.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
<<if $nathalycorruptionlevel == 5>>\
Nathaly runs out from condom but she lets him to fuck her bareback.
<video src="content/c2/npc/nathaly/street/24.mp4" autoplay loop></video>
Finally he cums in her mouth and she swallow it.
<video src="content/c2/npc/nathaly/street/25.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalysexskill>>\
<<nathalyearningssex>>\
<<nathalyearningsround>>\
<<else>>\
Nathaly runs out from condom and she is not ready to take clients bareback. She refuse the fucking.
The client is not happy but still finish on her her mouth and she swallow it.
<video src="content/c2/npc/nathaly/street/25.mp4" autoplay loop></video>
<<set $nathalyenergy -= 1>>\
<<if $nathalyenergy == 0>>\
<<set $nathalywork = "">>\
<</if>>\
<<set $nathalyearnings = 0>>\
<<nathalycorruption>>\
<<nathalyblowjobskill>>\
<<nathalyearningsbj>>\
<<nathalyearningsround>>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<if _attack > 1>>\
<<if $nathalyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
Nathaly doesn't have more energy to work.
<<if $playerwork is "Defend your girls">>\
<<if $playerenergy > 0>>\
You have some energy left. You can keep working or go home to sleep.
What you do: <<listbox "$playerwork" autoselect>>
<<option "Work on the street">>
<<option "Go Home">>
<</listbox>>
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<<else>>\
<<button "Continue" "Night Shift 2">><</button>>
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<elseif $deework isnot "">>\
<<if $deeenergy > 0>>\
<<if $deework is "Glory hole">>\
<<set _condomused to false>>\
<<set $deelastwork to "Glory hole">>\
Dee is waiting for her next client.
<video src="content/c2/npc/dee/gloryhole/1.mp4" autoplay loop></video>
The stranger's cock entering her mouth, gives her a thrill. She loves sucking cocks.
<video @src="'content/c2/npc/dee/gloryhole/' + random(2, 8) + '.mp4'" autoplay loop></video>
<<deeblowjobskill>>\
<<set $deeearnings = 0>>\
<<deeearningsbj>>\
\
\
\
<<if $deecorruptionlevel >= 3>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
<<set _condomused to true>>\
She puts a condom on the wet cock then she slides it into her pussy and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/c2/npc/dee/gloryhole/' + random(9, 12) + '.mp4'" autoplay loop></video>
<<deesexskill>>\
<<set $deeearnings = 0>>\
<<deeearningssex>>\
<<else>>\
<<if $deecorruptionlevel == 5>>\
She don't have more condom but she slides the wet cock into her pussy bareback and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/porn/gh/shemale/pussy/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<deesexskill>>\
<<set $deeearnings = 0>>\
<<deeearningssex>>\
<<else>>\
She don't have more condom and she is not ready to take clients bareback. She skip the pussy fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
<<set _rnd = random(1, 2)>>\
<<if _rnd == 1>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<<else>>\
<<if $deecorruptionlevel == 5>>\
<<if _condomused is true>>\
<<if $cumdrinking is true>>\
Dee's pussy enjoying that big dick and she don't want to come off from it. The client can not hold it back anymore. Luckily Dee put a condom on him so she can not become pregnant. She needs to taste the costumer, she pull of the condom and drink the fresh sperm out from it.
<video @src="'content/porn/gh/shemale/condom/' + random(1, 17) + '.mp4'" autoplay loop></video>
<<else>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<</if>>\
<<else>>\
Dee's pussy enjoying that big dick bareback and she don't want to come off from it. The client can not hold it back anymore. Dee 's pussy is pumped full with hot fresh sperm.
<video @src="'content/porn/gh/shemale/creampie/' + random(1, 23) + '.mp4'" autoplay loop></video>
<<if $deepregnant == 0>>\
<<set _pregnant = random(1, 20)>>\
<<if _pregnant == 1>>\
<b>Nathlay become pregnant.</b>
<<set $deepregnant = 1>>\
<<else>>\
<b>Nathlay is not pregnant.</b>
<</if>>\
<<else>>\
<b>Nathlay is already pregnant.</b>
<</if>>\
<</if>>\
<<else>>\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<</if>>\
<</if>>\
<<set $deeenergy -= 1>>\
<<if $deeenergy == 0>>\
<<set $deework = "">>\
<</if>>\
<<deecorruption>>\
<<deeearningsround>>\
<<if $deeenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
Dee doesn't have more energy to work.
<<if $playerenergy > 0>>\
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<elseif $playerwork isnot "" and $playerwork isnot "Go Home">>\
<<if $playerenergy > 0>>\
<<if $playerwork is "Work on the street">>\
<<if $playercorruptionlevel == 1>>\
<<set _rnd = random(1, 4)>>\
<<elseif $playercorruptionlevel == 2>>\
<<set _rnd = random(1, 14)>>\
<<elseif $playercorruptionlevel == 3>>\
<<set _rnd = random(1, 15)>>\
<<elseif $playercorruptionlevel == 4>>\
<<set _rnd = random(1, 18)>>\
<<elseif $playercorruptionlevel == 5>>\
<<set _rnd = random(1, 18)>>\
<</if>>\
<<if _rnd == 1>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a quick handjob.
<video src="content/c2/npc/player/work/hj/1.mp4" autoplay loop></video>
After a couple of minutes the client cum.
<video src="content/c2/npc/player/work/cumr/1.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<playerearningshj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 2>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a quick handjob.
<video src="content/c2/npc/player/work/hj/2.mp4" autoplay loop></video>
After a couple of minutes the client cum.
<video src="content/c2/npc/player/work/cumr/2.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<playerearningshj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 3>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants to give you a handjob.
<video src="content/c2/npc/player/work/hj/3.mp4" autoplay loop></video>
After a couple of minutes you cum.
<video src="content/c2/npc/player/work/cumg/1.mp4" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 4>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants to give you a handjob.
<video src="content/c2/npc/player/work/hj/4.mp4" autoplay loop></video>
After a couple of minutes you cum in his hand and he eats it.
<video src="content/c2/npc/player/work/cumg/2.mp4" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 5>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/1.mp4" autoplay loop></video>
After a couple of minutes he cums.
<video src="content/c2/npc/player/work/cumr/1.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 6>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/2.mp4" autoplay loop></video>
After a couple of minutes he cums on your breast.
<video src="content/c2/npc/player/work/cumr/3.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 7>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/3.mp4" autoplay loop></video>
After a couple of minutes he cums in your mouth.
<video src="content/c2/npc/player/work/cumr/4.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $swallowcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 8>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/4.mp4" autoplay loop></video>
After a couple of minutes he cums in your mouth.
<video src="content/c2/npc/player/work/cumr/5.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $swallowcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 9>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/5.mp4" autoplay loop></video>
After a couple of minutes he cums in your mouth.
<video src="content/c2/npc/player/work/cumr/6.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $swallowcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 10>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/6.mp4" autoplay loop></video>
After a couple of minutes he cums in your mouth.
<video src="content/c2/npc/player/work/cumr/7.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $swallowcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 11>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob.
<video src="content/c2/npc/player/work/bjg/7.mp4" autoplay loop></video>
After a couple of minutes he cums in your mouth.
<video src="content/c2/npc/player/work/cumr/8.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $swallowcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 12>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants to give you blowjob.
<video src="content/c2/npc/player/work/bjr/1.mp4" autoplay loop></video>
After a couple of minutes you cum.
<video src="content/c2/npc/player/work/cumg/1.mp4" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 13>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants to give you blowjob.
<video src="content/c2/npc/player/work/bjr/2.mp4" autoplay loop></video>
After a couple of minutes you cum in his hand and he eats it.
<video src="content/c2/npc/player/work/cumg/2.mp4" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 14>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants to give you blowjob.
<video src="content/c2/npc/player/work/bjr/3.mp4" autoplay loop></video>
After a couple of minutes you cum.
<video src="content/c2/npc/player/work/cumg/3.mp4" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
\
\
\
\
\
<<elseif _rnd == 15>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
<<if $condom > 0>>\
<<set $condom -= 1>>\
The client wants you to fuck him. You put on one condom and start your job.
<video src="content/c2/npc/player/work/fuck/1.mp4" autoplay loop></video>
After a couple of minutes you cum in his hand and he eats it.
<video src="content/c2/npc/player/work/cumg/2.mp4" autoplay loop></video>
<<set $playerarousal = 0>>
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
The client wants you to fuck him. You don't have more condom but you fuck him bareback.
<video src="content/c2/npc/player/work/fuck/1.mp4" autoplay loop></video>
After a couple of minutes you cum in his hand and he eats it.
<video src="content/c2/npc/player/work/cumg/2.mp4" autoplay loop></video>
<<set $playerarousal = 0>>
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<playerearningssex>>\
<<playerearningsround>>\
<<else>>\
The client wants you to fuck him. You don't have more condom and you are not ready to take clients bareback. You refuse it.
The client is not happy and he drives off.
<</if>>\
<</if>>\
\
\
\
\
\
<<elseif _rnd == 16>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
<<if $condom > 0>>\
<<set $condom -= 1>>\
The client wants to fuck you. You give him one condom and let him use your ass.
<<set _vid = random(1, 2)>>\
<<if _vid == 1>>\
<video src="content/c2/npc/player/work/fucked/1.mp4" autoplay loop></video>
<<else>>\
<video src="content/c2/npc/player/work/fucked/2.mp4" autoplay loop></video>
<</if>>\
After a couple of minutes he cums.
<video src="content/c2/npc/player/work/cumr/1.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
The client wants to fuck you. You don't have more condom but you let him to fuck you bareback.
<<set _vid = random(1, 2)>>\
<<if _vid == 1>>\
<video src="content/c2/npc/player/work/fucked/1.mp4" autoplay loop></video>
<<else>>\
<video src="content/c2/npc/player/work/fucked/2.mp4" autoplay loop></video>
<</if>>\
After a couple of minutes he cums.
<video src="content/c2/npc/player/work/cumr/1.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
The client wants to fuck you. You don't have more condom and you are not ready to take clients bareback. You refuse it.
The client is not happy and he drives off.
<</if>>\
<</if>>\
\
\
\
\
\
<<elseif _rnd == 17>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
<<if $condom > 0>>\
<<set $condom -= 1>>\
The client wants to fuck you. You give him one condom and let him use your ass.
<video src="content/c2/npc/player/work/fucked/7.mp4" autoplay loop></video>
After a couple of minutes he cums.
<video src="content/c2/npc/player/work/cumr/9.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
The client wants to fuck you. You don't have more condom but you let him to fuck you bareback.
<video src="content/c2/npc/player/work/fucked/7.mp4" autoplay loop></video>
After a couple of minutes he cums.
<video src="content/c2/npc/player/work/cumr/9.mp4" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 10).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
The client wants to fuck you. You don't have more condom and you are not ready to take clients bareback. You refuse it.
The client is not happy and he drives off.
<</if>>\
<</if>>\
\
\
\
\
\
<<elseif _rnd == 18>>\
You're trying to lure new clients
<video @src="'content/c2/npc/player/lure/' + random(1, 28) + '.mp4'" autoplay loop></video>
A car stopped and you walk to it.
<img src="content/c2/npc/aubrey/work/car.jpg" style="max-width: 50%;">
The client wants a blowjob and fuck you. You start sucking him.
<video @src="'content/c2/npc/player/work/bjg/' + random(1, 7) + '.mp4'" autoplay loop></video>
<<if $condom > 0>>\
<<set $condom -= 1>>\
You give him one condom, then he starts fucking you.
<video @src="'content/c2/npc/player/work/fucked/' + random(1, 7) + '.mp4'" autoplay loop></video>
After a couple of minutes he cums.
<video @src="'content/c2/npc/player/work/cumr/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 20).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
The client wants to fuck you. You don't have more condom but you let him to fuck you bareback.
<video @src="'content/c2/npc/player/work/fucked/' + random(1, 7) + '.mp4'" autoplay loop></video>
After a couple of minutes he cums.
<video @src="'content/c2/npc/player/work/cumr/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 20).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playeranalskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsanal>>\
<<playerearningsround>>\
<<else>>\
The client wants to fuck you. You don't have more condom and you are not ready to take clients bareback. You refuse it.
The client is not happy but still finish on you.
<video @src="'content/c2/npc/player/work/cumr/' + random(1, 9) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 20).clamp(0, $playermaxarousal)>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy == 0>>\
<<set $playerwork = "">>\
<</if>>\
<<set $playerearnings = 0>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<playerearningsbj>>\
<<playerearningsround>>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<if $playerenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<</if>>\
<<elseif $playerwork is "" or $playerwork is "Go Home">>\
<div align='center' style='font-size: 150%;'>\
<b>Tonights Earnings</b>
</div>\
<<set _rnd = Math.round($aubreyearningsfull / 2)>>\
<b>Aubrey</b> made $aubreyearningsfull money tonight. Your share is _rnd money.
\
<<if $nathaly is true>>\
<<if $nathalylastwork is "Glory hole">>\
<<set _share = Math.round($nathalyearningsfull * 0.2)>>\
<<set $nathalyearningsfull -= _share>>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull after she give 20% to the glory hole owner. Your share is _rnd2 money.
<<elseif $nathalylastwork is "Massage">>\
<<set $nathalyearningsround = Math.round($nathalyearnings * ($nathalylooks / 100))>>\
<<set $nathalyearningsfull += 50>>\
<<set $nathalyearningsfull += $nathalyearningsround>>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull money tonight. Your share is _rnd2 money.
<<elseif $nathalylastwork is "Street">>\
<<set _rnd2 = Math.round($nathalyearningsfull / 2)>>\
<b>Nathaly</b> made $nathalyearningsfull money tonight. Your share is _rnd2 money.
<<else>>\
<<set _rnd2 = 0>>\
<</if>>\
<<else>>\
<<set _rnd2 = 0>>\
<</if>>\
\
<<if $dee is true>>\
<<if $deelastwork is "Glory hole">>\
<<set _share = Math.round($deeearningsfull * 0.2)>>\
<<set $deeearningsfull -= _share>>\
<<set _rnd3 = Math.round($deeearningsfull / 2)>>\
<b>Dee</b> made $deeearningsfull after she give 20% to the glory hole owner. Your share is _rnd3 money.
<<else>>\
<<set _rnd3 = 0>>\
<</if>>\
<<else>>\
<<set _rnd3 = 0>>\
<</if>>\
\
<b>You</b> made $playerearningsfull money tonight.
<<set _total = Math.round(_rnd + _rnd2 + _rnd3 + $playerearningsfull)>>\
Your total earnings is _total money.
<<set $money += _total>>\
<<set $moneyearned += _total>>\
<<button "Go to sleep" "Sleep">><<disablevibe>><</button>>\
<</if>>\
<</if>>\
</div>\
<<if $questpoledancer == 7>>\
<div align='center'>\
It is time to do some research on covert tech in the private sector. You do some online digging looking for gear that you can use to keep an eye on Aubrey while she is working at Draven’s club. Everything looks either too expensive or impractical. Maybe it is time to try a local store. You check for technology stores in town and drop in looking for advice. The first couple of stores doesn’t have much. The third one you try suggests trying a computer shop in the mall. Really? The place where you bought your laptop?
</div>\
<<set $questpoledancer = 8>>\
<<button "Turn off your laptop" "Player Room">><</button>>
\
\
\
\
\
<<else>>\
<div align='center'>\
<<if $playerenergy > 0>>\
<video @src="'content/c2/cam/' + random(1, 34) + '.mp4'" autoplay loop></video>
You watching some cam girl video.
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<medlustvibe>>
<<playercorruption>>\
<<if $playerarousal >= $playermaxarousal>>\
You can not hold it back anymore. Used <b>1 Energy</b>
<video @src="'content/c2/npc/player/cum/' + random(1, 21) + '.mp4'" autoplay loop></video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<set $playerenergy -= 1>>\
<</if>>\
<<else>>\
You don't have energy to watch this.
<</if>>\
<<button "Keep watching" "Camgirls">><</button>>
<<button "Back" "Player Laptop">><<disablevibe>><</button>>
</div>\
<</if>>\<div align='center'>\
<video @src="'content/c2/npc/aubrey/shower/' + random(1, 12) + '.mp4'" autoplay loop></video>
You enjoy the view.
<<playercorruption>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<lightvibe>>
</div>\
<<button "Leave" "Hallway">><<disablevibe>><</button>>
<div align='center'>\
<video @src="'content/c2/npc/adriana/shower/' + random(1, 13) + '.mp4'" autoplay loop></video>
You enjoy the view.
<<playercorruption>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<lightvibe>>
</div>\
<<button "Leave" "Hallway">><<disablevibe>><</button>>
<<if $aubreytraining is "hands">>\
<div align='center'>\
<video @src="'content/c2/npc/aubrey/training/hj/' + random(1, 5) + '.mp4'" autoplay loop></video>
You pull your cock out, and she grabs it.
<video @src="'content/c2/npc/aubrey/training/hjcum/' + random(1, 2) + '.mp4'" autoplay loop></video>
She strokes you until you cum.
</div>\
<<aubreycorruption>>\
<<aubreyhandjobskill>>\
<<playercorruption>>\
<<set $cumcounter += 1>>\
<<set $playerarousal = 0>>\
\
\
\
\
\
<<elseif $aubreytraining is "blowjob">>\
<div align='center'>\
<video @src="'content/c2/npc/aubrey/training/bjr/' + random(1, 1) + '.mp4'" autoplay loop></video>
You pull your cock out, and she wraps her lips around it.
<video @src="'content/c2/npc/aubrey/training/hjcum/' + random(1, 1) + '.mp4'" autoplay loop></video>
She blows you until you cum.
</div>\
<<aubreycorruption>>\
<<aubreyblowjobskill>>\
<<playercorruption>>\
<<set $cumcounter += 1>>\
<<set $playerarousal = 0>>\
\
\
\
\
\
<<elseif $aubreytraining is "sex">>\
<div align='center'>\
<video @src="'content/c2/npc/aubrey/training/bjg/' + random(1, 10) + '.mp4'" autoplay loop></video>
You start playing with her cock first to make it hard.
<video @src="'content/c2/npc/aubrey/training/fucked/' + random(1, 7) + '.mp4'" autoplay loop></video>
Then you let her to fuck you.
<video @src="'content/c2/npc/aubrey/training/cumr/' + random(1, 6) + '.mp4'" autoplay loop></video>
<video @src="'content/c2/npc/aubrey/training/cumg/' + random(1, 1) + '.mp4'" autoplay loop></video>
Both of you cum.
</div>\
<<aubreycorruption>>\
<<aubreysexskill>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<set $playerarousal = 0>>\
<<set $swallowcounter += 1>>\
<<set $handjobcounter += 1>>\
<<set $blowjobcounter += 1>>\
<<set $fuckedcounter += 1>>\
\
\
\
\
\
<<elseif $aubreytraining is "anal">>\
<div align='center'>\
<video @src="'content/c2/npc/aubrey/training/hj/' + random(1, 5) + '.mp4'" autoplay loop></video>
<video @src="'content/c2/npc/aubrey/training/bjr/' + random(1, 1) + '.mp4'" autoplay loop></video>
She starts playing with your cock first to make you hard.
<video @src="'content/c2/npc/aubrey/training/fuck/' + random(1, 2) + '.mp4'" autoplay loop></video>
Then she lets you to fuck her.
<video @src="'content/c2/npc/aubrey/training/cumr/' + random(1, 6) + '.mp4'" autoplay loop></video>
<video @src="'content/c2/npc/aubrey/training/cumg/' + random(1, 1) + '.mp4'" autoplay loop></video>
Both of you cum.
</div>\
<<aubreycorruption>>\
<<aubreyhandjobskill>>\
<<aubreyblowjobskill>>\
<<aubreyanalskill>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playersexskill>>\
<</timed>>\
<<set $cumcounter += 1>>\
<<set $playerarousal = 0>>\
<<set $swallowcounter += 1>>\
<<set $fuckingcounter += 1>>\
<</if>>\
<<fastheavypulsevibe>>
<<button "Leave" "Hallway">><<disablevibe>><</button>>
<div align='center'>\
<img src="content/c2/npc/adriana/contact.jpg" style="max-width: 60%;">
</div>\
<div align='center' style='font-size: 200%;'>\
ADRIANA CHECHIK
</div>\
<div align='center'>\
Born: 4/November/1991 Downingtown, Pennsylvania, USA
Ethnicity: Caucasian
Nationality: American
Measurements: 30-24-32
Height: 5ft 2in (157 cm)
Weight: 116lbs (53 kg)
Body type: Small
Eye color: Grey
Hair color: Blonde/Brunette/Black
Breast Size: Average
Tattoos: Script on the outside of her right hand, a large multi-coloured face design on her right shoulder and upper arm, and a design running down both sides of her lower abdomen.
She is been attacked in a dark alley by his old pimp. You saved her and she wanted you to become her new pimp. She told you to move into her friend house with her.
----
Events with her:
- Bathroom: You can peek on her once a day. (8 pictures and 13 videos)
- Living room: You can peek on her in the tanning bed once a day. (6 videos)
----
<<if $adrianacorruption >= 500>>\
Adriana's Corruption Level: Max Level Reached!
<<else>>\
Adriana's Corruption Level: $adrianacorruptionlevel
Adriana's Corruption points: $adrianacorruption/$adrianamaxcorruption
<<showmeter '$adrianacorruptionbar' `$adrianacorruption / $adrianamaxcorruption`>>\
<</if>>\
<<if $adrianahandjobskill >= 500>>\
Adriana's Handjob Skill Level: Max Level Reached!
<<else>>\
Adriana's Handjob Skill Level: $adrianahandjobskilllevel
Adriana's Handjob Skill points: $adrianahandjobskill/$adrianamaxhandjobskill
<<showmeter '$adrianahandjobskillbar' `$adrianahandjobskill / $adrianamaxhandjobskill`>>\
<</if>>\
<<if $adrianablowjobskill >= 500>>\
Adriana's Blowjob Skill Level: Max Level Reached!
<<else>>\
Adriana's Blowjob Skill Level: $adrianablowjobskilllevel
Adriana's Blowjob Skill points: $adrianablowjobskill/$adrianamaxblowjobskill
<<showmeter '$adrianablowjobskillbar' `$adrianablowjobskill / $adrianamaxblowjobskill`>>\
<</if>>\
<<if $adrianasexskill >= 500>>\
Adriana's Sex Skill Level: Max Level Reached!
<<else>>\
Adriana's Sex Skill Level: $adrianasexskilllevel
Adriana's Sex Skill points: $adrianasexskill/$adrianamaxsexskill
<<showmeter '$adrianasexskillbar' `$adrianasexskill / $adrianamaxsexskill`>>\
<</if>>\
<<if $adrianaanalskill >= 500>>\
Adriana's Anal Skill Level: Max Level Reached!
<<else>>\
Adriana's Anal Skill Level: $adrianaanalskilllevel
Adriana's Anal Skill points: $adrianaanalskill/$adrianamaxanalskill
<<showmeter '$adrianaanalskillbar' `$adrianaanalskill / $adrianamaxanalskill`>>\
<</if>>\
</div>\
<<button "Back" "Girls">><</button>>
<<if $playerarousal == $playermaxarousal>>\
<div align='center'>\
You are too aroused to sleep. You masturbate quickly.
<video @src="'content/c2/npc/player/cum/' + random(1, 11) + '.mp4'" autoplay loop></video>
</div>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<orgasmvibe>>
<<button "Go to sleep" "Sleep">><<disablevibe>><</button>>
\
\
\
<<elseif $nathalypregnant == 10>>\
I AM PREGNANT
<<set $nathalypregnant += 1>>\
<<button "Go to sleep" "Sleep">><</button>>
<<else>>\
<<set $playerenergy = $playermaxenergy>>\
<<set $dailygymcardio to false>>\
<<set $dailygymweight to false>>\
<<if $gymdays > 0>>\
<<set $gymdays -= 1>>\
<</if>>\
<<set $playerdailysunbed to false>>\
<<set $playerdailyshower to false>>\
<<set $playerdailyshampoo to false>>\
<<set $playerdailyrazor to false>>\
<<set $playerdailymakeup to false>>\
<<set $playerdailylipstick to false>>\
<<set $playerdailynailpolish to false>>\
<<set $playerdailyparfume to false>>\
<<set $playerdailychores to false>>\
<<set $playerlooks = 30>>\
<<set $playermaxlooks = 100>>\
<<set $playerearningsfull = 0>>\
<<set $playerearningsround = 0>>\
<<set $playerearnings = 0>>\
<<set $playerhp = $playermaxhp>>\
<<set $daycounter += 1>>\
<<set $gloryholedailybuilding to false>>\
<<if $days is "Monday">>\
<<set $days to "Tuesday">>\
<<elseif $days is "Tuesday">>\
<<set $days to "Wednesday">>\
<<elseif $days is "Wednesday">>\
<<set $days to "Thursday">>\
<<elseif $days is "Thursday">>\
<<set $days to "Friday">>\
<<elseif $days is "Friday">>\
<<set $days to "Saturday">>\
<<elseif $days is "Saturday">>\
<<set $days to "Sunday">>\
<<elseif $days is "Sunday">>\
<<set $days to "Monday">>\
<</if>>\
\
\
\
<<set $aubreyenergy = $aubreymaxenergy>>\
<<set $aubreydailytraining to false>>\
<<set $aubreydailyshower to false>>\
<<set $aubreylooks = 100>>\
<<set $aubreyearningsfull = 0>>\
<<set $aubreyearningsround = 0>>\
<<set $aubreyearnings = 0>>\
<<set $aubreydailysunbed to false>>\
<<set $aubreydailypoldance to false>>\
\
\
<<set $nathalyenergy = $nathalymaxenergy>>\
<<set $nathalydailytraining to false>>\
<<set $nathalydailyshower to false>>\
<<set $nathalylooks = 100>>\
<<set $nathalyearningsfull = 0>>\
<<set $nathalyearningsround = 0>>\
<<set $nathalyearnings = 0>>\
<<set $nathalydailysunbed to false>>\
<<if $nathalypregnant > 0>>\
<<set $nathalypregnant += 1>>\
<</if>>\
\
\
\
<<set $adrianadailyshower to false>>\
<<set $adrianadailysunbed to false>>\
\
\
\
<<if $deeintro == 3>>\
<<set $deeintro = 4>>\
<</if>>\
<<set $deeenergy = $deemaxenergy>>\
<<set $deedailytraining to false>>\
<<set $deedailyshower to false>>\
<<set $deelooks = 100>>\
<<set $deeearningsfull = 0>>\
<<set $deeearningsround = 0>>\
<<set $deeearnings = 0>>\
<<set $deedailysunbed to false>>\
<<set $deedailypoldance to false>>\
\
\
\
<<if $daycounter == 5>>\
<div align='center'>\
<video src="content/c2/npc/nathaly/1.mp4" autoplay loop></video>
You are having the most amazing dream. Your luck has finally turned around. Your night at the casino is going so well. You feel like you just can’t lose! Adoring fans are rubbing your back and some of the more bold ones are even grabbing a feel of your ass. Your financial problems are over! You are pulling in enough to buy your own private island and retire to a life of luxury. People are chanting your name. Calling your name… Your name!
You wake up to Aubrey shaking your arm, calling your name.
</div>\
<img src="content/c2/npc/nathaly/1.jpg" style="max-width: 40%;">
<<speech "player" "$sname">>What’s going on? What time is it?<</speech>>
<<speech "Aubrey">>Please wake up. I need your help.<</speech>>
<<speech "player" "$sname">>Aubrey? What is it? What’s wrong?<</speech>>
<<speech "Aubrey">>A friend of mine just called. She is in trouble and needs help. She is scared and doesn’t know what to do.<</speech>>
<<speech "player" "$sname">>What kind of trouble?<</speech>>
<<speech "Aubrey">>Her boyfriend came home drunk last night and beat her again. She was trying to pack some things to leave the house but her boyfriend woke up and beat her again. She is scared and doesn’t know what to do. Is there anything you can do to help? You know, kick the guy's ass or something?<</speech>>
<<speech "player" "$sname">>Oh…. If there is one thing that really gets my blood boiling, it is little shit heads that can’t keep their hands to themselves. That little fucker is going to wish he had never been born.<</speech>>
<<speech "Aubrey">>Be careful. He is a big guy. We are going to need to find a place for her to stay too. Adriana said she could stay here but we need to make up a room for her.<</speech>>
<<speech "player" "$sname">>Don’t worry, Aubrey. I know how to take care of myself. I’ve seen dickwads like this before. They rely on their size to win but I bet he is still too hungover to do much. Let’s make up a room before we go so your friend feels more welcome when she gets here. She has been through enough today and will probably appreciate a nice safe bed to sleep in.<</speech>>
<div align='center'>\
Aubrey shows you the way to the room that Adriana suggested and the two of you get it ready. Once it is in good shape, Aubrey takes you to her friend's house. Not bothering to knock, Aubrey tries to open the door but it is locked. She sends a text to her friend and a minute later, the door opens. Behind the door, a small and submissive-looking blond girl steps aside.
<img src="content/c2/npc/nathaly/2.jpg" style="max-width: 40%;">
She can’t look you in the face, keeping her eyes on the ground. Seeing some bruises on her arm and what looks like a faint black eye, sends your blood boiling again. Aubrey steps in after you and closes the door softly behind her.
</div>\
<<speech "Aubrey">>Where is he? Is he still asleep? Good, grab whatever you have, and let’s get you out of here.<</speech>>
<<speech "Random" "Boyfriend">>The FUCKS going on here? Who are these people, Nat? Why did you let them in?<</speech>>
<<speech "Aubrey">>We are here to take Nathaly. And you better stay out of it if you know what’s good for you.<</speech>>
<<speech "Random" "Boyfriend">>Who the fuck do you think you are, trying to talk to me like that in my own house? Nat isn’t going anywhere. Isn’t that right, Nat?<</speech>>
<<speech "Nathaly">>He’s probably right. You guys should probably just go. I’ll be okay. I don’t want to get anyone in trouble.<</speech>>
<<speech "player" "$sname">>HEY! Shit for brains? Who do you think you are banging up your girlfriend like this? Look at these bruises? Who treats their women like that?<</speech>>
<<speech "Random" "Boyfriend">>You better shut your mouth, bitch. Just get the fuck out of my house.<</speech>>
<<speech "player" "$sname">>I don’t think so. Not without Nathaly here. Say goodbye because you are never seeing her again. EVER.<</speech>>
<div align='center'>\
Behind your back, you hear Aubrey helping Nathaly grab her things and move to the door.
<img src="content/c2/npc/nathaly/3.jpg" style="max-width: 40%;">
Nathaly’s boyfriend turns a bit redder in the face and menacingly approaches you. Not even bothering to take a defensive posture, you passively watch him come. He takes a swing at you once he is close enough but it is easy enough to dodge. The force of his swing puts him off balance and with a little push in his back, you send him against the wall, nocking some of the decorations to the floor. Growling, he advances on you more slowly. You strike out a quick jab which sends him reeling back again. Once he catches his footing, he reaches up to feel blood tricking from a split lip.
</div>\
<<speech "player" "$sname">>Just stop. I don’t want to embarrass you anymore. If you come at me once more, you are going to seriously regret it. As much as I’d love to kick your ass and beat you black and blue I’m just here for Nathaly. I’ll reserve that beating if you ever show your ugly face around Nathaly again.<</speech>>
<div align='center'>\
He answers by charging directly at you. Not even bothering to throw a punch, he intends to ram you. With quick reflexes, you spin to the side just before he reaches you. Grabbing the waist of his pants, you spin him against the back of the couch. Wanting to teach him a little lesson, you hold one of his arms behind his back and jerk his pants down to his knees with your other hand. Bare bottomed and bent over the couch, you press your groin against his ass and grind your bugle into him.
</div>\
<<speech "Random" "Boyfriend">>Get the fuck off me you homo! I’m not gay! Keep your fucking shemale cock away from me, you freak!<</speech>>
<div align='center'>\
You grind your bulge harder against his ass, feeling more turned on by his protests. You lean close to his ear and whisper to him.
</div>\
<<speech "player" "$sname">>I know what you are, you faggot. You are just a loser drunk that can’t please a woman. You are really a sissy, aren’t you? You would love nothing more than me to sink this gorgeous shemale cock into your ass. Don’t protest, I know it is all fake. If I ever see you again, I’m going to lock that pathetic dick of yours in a cage and rape your ass all night long. Goodbye, loser!<</speech>>
<div align='center'>\
Aubrey and Nathaly are already out the door and you are close behind them. You slam the door with a bang. Aubrey busts out laughing as she recounts your actions. Nathaly has the faintest hint of a satisfied smile on it.
Once you are back at the house, Aubrey helps get Nathaly settled in her new room and you head back to bed.
<img src="content/c2/npc/nathaly/4.jpg" style="max-width: 40%;">
You have trouble getting back to sleep so you come out to get some food. You see Aubrey and Nathaly talking over coffee. Despite being in a safe place, you can tell that Nathaly is still not doing well. You pour a cup of coffee as well and sit at the table to join them.
</div>\
<<speech "player" "$sname">>Hey… What’s wrong, Nathaly? You are safe now. No one will hurt you here.<</speech>>
<<speech "Aubrey">>She knows that. The problem is that she can’t stay here forever. She needs something to do. She said she needs to feel needed.<</speech>>
<<speech "Nathaly">>I’m very grateful for the help. I don’t want to just be a sponge. I want to contribute too.<</speech>>
<<speech "Aubrey">>She was just asking about what I do. Do you think you could manage two girls? She seems willing to give it a try. I promised I’d help her get over her nervousness. It would help if we could use a glory hole so it was totally anonymous. The only trouble is, the only glory hole I know of is in the park and it is totally disgusting. Not to mention that it isn’t really a safe place.<</speech>>
<<speech "player" "$sname">>Hmmm, I see your point. We’ll have to find someplace discrete where we can manage the environment better. I might have a couple of ideas of where but it will take some time. No need to rush her into anything anyway. Nathaly, you should just take some time and enjoy the peace and quiet. Let yourself be taken care of for a change. Even if it is just temporarily. We’ll get you back on your feet in no time. You’ll see.<</speech>>
<<set $nathaly to true>>\
<<set $questgloryhole = 1>>\
<<set $nathalygloryholefirst = 1>>\
<<button "Leave" "Player Room">><</button>>
\
\
\
\
\
<<elseif $questpoledancer == 10>>\
<div align='center'>\
<img src="content/c2/npc/aubrey/2.jpg" style="max-width: 70%;">
You wake up to Aubrey softly calling your name. You open your eyes and see her beaming a bright smile at you.
</div>\
<<speech "Aubrey">>I’m in! He liked my dancing! And you are totally right about him being a complete sleaze. He wasted no time in coming on to me. I’m not sure what I’m looking for. The man seems to have no shame! I’ll keep poking and prodding to see if I can find anything that sparks any hint of embarrassment.<</speech>>
<<speech "player" "$sname">>I never doubted you for a moment. Even if you did manage to fall on the pole, I’m sure you would find a way to make it sexy. I’m not sure what we are looking for either, but I’m sure there must be something we can use. Just remember to keep using the smart contact lenses and your fake mole audio bug. Hopefully, they aren’t as painful as Bonnie led me to believe.<</speech>>
<<speech "Aubrey">>They are undoubtedly obnoxious, but they help keep me focused on why I’m there. Hopefully, it won’t take me too long to uncover the pig’s underbelly.<</speech>>
<<set $questpoledancer = 11>>\
<<button "Get up" "Player Room">><</button>>
\
\
\
\
\
<<elseif $questpoledancer == 11>>\
<div align='center'>\
<img src="content/c2/npc/aubrey/2.jpg" style="max-width: 70%;">
You are gently shaken away. You rub your eyes and discover Aubrey sitting on your bed in the dark bedroom.
</div>\
<<speech "player" "$sname">>What’s going on. Is there something wrong?<</speech>>
<<speech "Aubrey">>Nothing is wrong. I think I’m finally done working for that slimeball. I got him. I think I got him!<</speech>>
<<speech "player" "$sname">>That’s great! What did you get?<</speech>>
<<speech "Aubrey">>Alright, let me give you some background. The club’s name seems rather appropriate. Idle hands are the devil’s playground. He gets rather handsy with the other girls and me. I held my revulsion in check and let him believe that I welcomed the contact. Well, after my shift tonight, he called me into his office for a chat. I had butterflies in my stomach, but I was hopeful that my opportunity to get some dirt on him had come. Well, he unzipped his pants and pulled them down as he sat in his chair. The man has a baby dick! It has to be the smallest cock and balls I’ve ever seen. It was all I could do to keep my face straight. I gave him the blowjob of his life, but to me, it was more like I was sucking on a baby pacifier. It never really even got hard, even though he came. His jizz seemed really watery too. As big as he is, I assumed that he was really hung, and he seemed to hint to the other girls that this was the case.<</speech>>
<<speech "player" "$sname">>Great work! That sounds very positive. I’ll check it in the morning. I bet he started on steroids as a kid trying to bulk up. A guy I knew in the military had a shrunken twig and berries due to his banned steroid use. That guy had a serious case of Roid Rage. Anyway, I’m still drained. Go get some rest, and we’ll talk tomorrow.<</speech>>
<<set $questpoledancer = 12>>\
<<button "Go back to sleep" "Sleep">><</button>>
\
\
\
\
\
<<elseif $questpoledancer == 13>>\
<div align='center'>\
Your phone notifications wake you up. It is a message from Jose.
</div>\
<<speech "Jose">>Hey, that video was perfect. I don't think Draven will be giving me any more trouble from here out. If you still want to rent that last bathroom stall for a 20% cut, it's yours. You definitely earned it!<</speech>>
<<set $questpoledancer = 14>>\
<<set $tikibargloryhole = 3>>\
<<if $nathalygloryholefirst == 1>>\
<<set $nathalygloryholefirst = 2>>\
<</if>>\
<<button "Get Up" "Player Room">><</button>>
\
\
\
\
\
<<elseif $divebargloryhole >= 7 and $tikibargloryhole >= 3 and $dee is false and $days is "Tuesday">>\
<img @src="'content/c2/npc/player/sleep/' + random(1, 9) + '.jpg'" style="max-width: 40%;">
<div align='center'>\
You wake up well-rested when you hear a soft knock on your door, and Adriana’s head appears through the slightly open door.
</div>\
<img src="content/c2/npc/adriana/2.jpg" style="max-width: 50%;">
<<speech "Adriana">>Hey, when you are dressed, come to the living room. I want to introduce you to my mom.<</speech>>
<<speech "Violette">>Sure, I’ll be right there. Just give me a moment.<</speech>>
<<button "Go to the living room" "Living Room">><<set $deeintro = 1>><<set $dee to true>><</button>>
\
\
\
\
\
<<else>>\
<img @src="'content/c2/npc/player/sleep/' + random(1, 9) + '.jpg'" style="max-width: 40%;">
<div align='center'>\
You wake up well rested.
<<if $dee is true and $days is "Monday">>\
You have to pay your weekly rent.
<<if $money >= 200>>\
200 was paid.
<<set $money -= 200>>\
<<button "Get Up" "Player Room">><</button>>
<<else>>\
You don't have enough money to pay the rent. The bank takes the house and all of you end up on the street.
Game Over.
<</if>>\
\
\
\
<<else>>\
<<button "Get Up" "Player Room">><</button>>
<</if>>\
</div>\
<</if>>\
<</if>>\
<span id="fightstats">\
<<set _d10 to random(1, 10)>>\
<<set _playerattack to random($curdmgminpoint, $curdmgmaxpoint)>>\
<<set _dmggiven to Math.round((_playerattack * $playerlevel) - ($enemyarmor * 0.1))>>\
<<if _d10 == 10>>\
<<set _dmggiven to Math.round(_dmggiven * 1.50)>>\
<</if>>\
<<if _d10 == 1>>\
<<set _dmggiven to Math.round(_dmggiven * 0.50)>>\
<</if>>\
<<if _dmggiven < 1>><<set _dmggiven to 1>><</if>>\
<<set _enemyattack to random($enemydmgminpoint, $enemydmgmaxpoint)>>\
<<set _dmgtaken to Math.round((_enemyattack * $playerlevel) - ($playerarmor * 0.1))>>\
<<if _dmgtaken < 1>><<set _dmgtaken to 1>><</if>>\
</span>\
\
<img src="content/c2/intro/client.jpg" style="max-width: 50%;">
<span id="enemybars">\
<div align='center'><b>Enemy: $enemyname
Health: <<showmeter '$enemyhpbar' `$enemyhp / $enemymaxhp`>>\
Arousal: <<showmeter '$enemyarousalbar' `$enemyarousal / $enemymaxarousal`>>\
</b></div>\
</span>\
<span id="fight" text-algin="center"></span>\
<span id="buttons">\
<<button "Attack">>\
<<set $enemyhp -= _dmggiven>>
<<if $enemyhp < 0>>\
<<set $enemyhp = 0>>\
<</if>>\
<<if $enemyhp > 0>>\
<<set $playerhp -= _dmgtaken>>
<<if $playerhp <= 0>>\
<<set $playerhp = 0>>
<</if>>\
<</if>>\
<<replace "#fight">>\
<div align='center'>\
<<if _d10 == 10>>\
You attacked $enemyname with $playerweapon and made _dmggiven <b>CRITICAL</b> damage to him.
<<elseif _d0 == 1>>\
You attacked $enemyname with $playerweapon, nearly missed him and made only _dmggiven damage to him.
<<else>>\
You attacked $enemyname with $playerweapon and made _dmggiven damage to him.
<</if>>\
<<if $enemyhp > 0>>\
$enemyname attacked you with $enemyweapon and made _dmgtaken damage to you.
<<else>>\
$enemyname lost the fight!
<</if>>\
</div>\
<</replace>>\
<<replace "#enemybars">>\
<div align='center'><b>Enemy: $enemyname
Health: <<showmeter '$enemyhpbar' `$enemyhp / $enemymaxhp`>>\
Arousal: <<showmeter '$enemyarousalbar' `$enemyarousal / $enemymaxarousal`>>\
</b></div>\
<</replace>>\
<<replace '#playerstats'>>\
<div align='center'>\
Health:
<<showmeter '$playerhpbar' `$playerhp / $playermaxhp`>>\
</div>\
<div align='center'>\
Arousal:
<<showmeter '$playerarousalbar' `$playerarousal / $playermaxarousal`>>\
</div>\
Level: $playerlevel
Xp: $playerxp / $playermaxxp
Sexiness: $playersexiness
Armor: $playerarmor
<</replace>>\
<<replace '#fightstats'>>\
<<set _d10 to random(1, 10)>>\
<<set _playerattack to random($curdmgminpoint, $curdmgmaxpoint)>>\
<<set _dmggiven to Math.round((_playerattack * $playerlevel) - ($enemyarmor * 0.1))>>\
<<if _d10 == 10>>\
<<set _dmggiven to Math.round(_dmggiven * 1.50)>>\
<</if>>\
<<if _d10 == 1>>\
<<set _dmggiven to Math.round(_dmggiven * 0.50)>>\
<</if>>\
<<if _dmggiven < 1>><<set _dmggiven to 1>><</if>>\
<<set _enemyattack to random($enemydmgminpoint, $enemydmgmaxpoint)>>\
<<set _dmgtaken to Math.round((_enemyattack * $playerlevel) - ($playerarmor * 0.1))>>\
<<if _dmgtaken < 1>><<set _dmgtaken to 1>><</if>>\
<</replace>>\
<<if $enemyhp <= 0>>\
<<set $playerxp += random(1, 3)>>\
<<set $fightcounter += 1>>\
<<set $wincounter += 1>>\
<<replace '#buttons'>>\
<<set $aubreyenergy -= 1>>\
<<if $aubreyenergy <= 0>>\
<<set $aubreywork = "">>\
<<set $aubreyenergy = 0>>\
<</if>>\
<<set $playerenergy -= 1>>\
<<if $playerenergy <= 0>>\
<<set $playerenergy = 0>>\
<<set $playerwork = "">>\
<</if>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<div align='center'>\
<<if $playerenergy > 0>>\
You have some energy left. You can keep working or go home to sleep.
What you do: <<listbox "$playerwork" autoselect>>
<<option "Work on the street">>
<<option "Go Home">>
<</listbox>>
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy to do anything tonight.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
</div>\
<</if>>\
<</replace>>\
<</if>>\
<<if $playerhp <= 0>>\
<<replace '#buttons'>>\
<div align='center'>\
You lost your fight. Aubrey and you been robbed and both of you lost 2 energy.
<<set $aubreyearningsfull = 0>>\
<<set $aubreyenergy -= 2>>\
<<if $aubreyenergy <= 0>>\
<<set $aubreywork = "">>\
<<set $aubreyenergy = 0>>\
<</if>>\
<<set $playerearningsfull = 0>>\
<<set $playerenergy -= 2>>\
<<if $playerenergy <= 0>>\
<<set $playerenergy = 0>>\
<<set $playerwork = "">>\
<</if>>\
<<if $aubreyenergy > 0>>\
<<button "Wait for the next costumer" "Night Shift 2">><</button>>
<<else>>\
<<if $playerenergy > 0>>\
You have some energy left. You can keep working or go home to sleep.
What you do: <<listbox "$playerwork" autoselect>>
<<option "Work on the street">>
<<option "Go Home">>
<</listbox>>
<<button "Continue" "Night Shift 2">><</button>>
<<else>>\
You don't have more energy to do anything tonight.
<<button "Go Home" "Night Shift 2">><<set $playerwork to "">><</button>>
<</if>>\
<</if>>\
</div>\
<</replace>>\
<</if>>\
<</button>>
</span>\
<div align='center' style='font-size: 150%;'>\
<b>Hints, Tips</b>
</div>\
<div align='center'>\
You are a pimp. You have to look after your girls, send them to work in different places and defend them. You can have more girls in the game and you can upgrade your place with new rooms and different types of equipment. Daytime you can work on yourself or you can look for quests or other challenges. Nighttime you and your girls going to work. You will choose the workplace for each girl and yourself as well.
----
The money earning system depends on the skill level and on the look. To do more different sex types you have to increase the corruption level. The same system is used on every NPC as well.
Corruption level 1: You can give and receive Handjobs
Corruption level 2: You can give and receive Blowjobs
Corruption level 3: You can fuck somebody, or your pussy can be fucked
Corruption level 4: You can receive anal
Corruption level 5: This is the maximum level. It will open every event. Each NPC has a new unique skill on this level.
<b>Earnings:</b>
Handjob skill level 1: 3-7
Handjob skill level 2: 8-12
Handjob skill level 3: 13-17
Handjob skill level 4: 18-22
Handjob skill level 5: 23-27
Blowjob skill level 1: 7-13
Blowjob skill level 2: 12-18
Blowjob skill level 3: 17-23
Blowjob skill level 4: 22-28
Blowjob skill level 5: 27-33
Sex skill level 1: 20-30
Sex skill level 2: 25-35
Sex skill level 3: 30-40
Sex skill level 4: 35-45
Sex skill level 5: 40-50
Anal skill level 1: 30-50
Anal skill level 2: 40-60
Anal skill level 3: 50-70
Anal skill level 4: 60-80
Anal skill level 5: 70-90
<b>Player's and NPC's looks:</b>
The looks will change the earned money amount. If you are dirty then the clients will not pay the full price. Before starting the night work you have to take a shower, wash your hair, shave your body, apply makeup, apply lipstick apply perfume and paint your nails. The girls will do this automatically when you start the night shift. If you not doing it then your looks will decrease by 10% with each missed task. With 50% look, you will earn 50% money. You can buy a tanning bed which will increase the look by 20% so your maximum look can be 120% to earn extra money. Everybody can use the tanning bed, but it will increase your look only if you have a tanning cream. It is working the same way as any other thing. You have to use it on yourself to receive the extra look but for your girls, it is working automatically when you start your night work.
<b>Condom and pregnancy:</b>
If you or the NPC want to fuck a client or a client want to fuck you or the NPC then you have to use a condom. You will refuse if you don't have. On corruption level 5 you can fuck bareback and no longer need a condom. The female girls can be pregnant if they are fucked bareback.
</div>\
<<button "Return" $return>><</button>><div align='center' style='font-size: 150%;'>\
<b>Quests</b>
</div>\
<<if $questgloryhole >= 1 and $tikibargloryhole == 0 and $divebargloryhole == 0>>\
<b>- Nathaly's First Workplace:</b> She wants to start working under your management, but she is shy about working on the streets. She should start working in a more private place like a glory hole. The one in the park is not safe enough, so you have to find a new workplace for her.
<<elseif $divebargloryhole < 7 and $tikibargloryhole < 3 and $nathaly is true>>\
<b>- Nathaly's First Workplace:</b> She wants to start working under your management, but she is shy about working on the streets. She should start working in a more private place like a glory hole.
<<elseif $divebargloryhole >= 7 and $tikibargloryhole < 3 and $nathalygloryholefirst < 3>>\
<b>- Nathaly's First Workplace:</b> You built a glory hole in the Dive Bar. You have to tell her the good news to Nathaly to start working there.
<<elseif $divebargloryhole < 7 and $tikibargloryhole >= 3 and $nathalygloryholefirst < 3>>\
<b>- Nathaly's First Workplace:</b> You managed to blackmail the Night Club owner. Jose let you rent his toilet as a glory hole. You have to tell her the good news to Nathaly to start working there.
<<elseif $divebargloryhole >= 7 and $tikibargloryhole >= 3 and $nathalygloryholefirst < 3>>\
<b>- Nathaly's First Workplace:</b> You have two glory holes under your control. You have to tell her the good news to Nathaly so she can start working in one of them.
<</if>>\
\
\
\
\
\
<<if $nathalymassage == 1>>\
<b>- Nathaly's Second Workplace:</b> You have to build a massage room for Nathaly in the cellar. You can do it on your laptop.
<<elseif $nathalymassage == 2>>\
<b>- Nathaly's Second Workplace:</b> You have to tell Nathaly that her massage room is ready.
<</if>>\
\
\
\
\
\
<<if $questgloryhole == 1>>\
<b>- Dive bar glory hole:</b> You should ask your friend Billie. She owns a small dive bar, and maybe she will be interested in earning some extra profit from renting out one of her stalls in the bar's toilet.
<<elseif $divebargloryhole == 1>>\
<b>- Dive bar glory hole:</b> You have to rebuild Billie's toilet to let you rent it. First, you have to buy all the materials from your laptop and then reconstruct the toilet. It is a costly job, but it will be worth it at the end of the day.
<<elseif $divebargloryhole == 2>>\
<b>- Dive bar glory hole:</b> Tell the good news to Billie.
<<elseif $divebargloryhole == 3>>\
<b>- Dive bar glory hole:</b> You have all the material you need. You have to go to Billie's bar and start rebuilding the toilet. It is cost you <b>5 Energy</b>. Workdays left 3.
<<elseif $divebargloryhole == 4>>\
<b>- Dive bar glory hole:</b> You have all the material you need. You have to go to Billie's bar and start rebuilding the toilet. It is cost you <b>5 Energy</b>. Workdays left 2.
<<elseif $divebargloryhole == 5>>\
<b>- Dive bar glory hole:</b> You have all the material you need. You have to go to Billie's bar and start rebuilding the toilet. It is cost you <b>5 Energy</b>. Workdays left 1.
<<elseif $divebargloryhole == 6>>\
<b>- Dive bar glory hole:</b> The toilet rebuilding is complete. Go and speak with Billie.
<</if>>\
\
\
\
\
\
<<if $questgloryhole == 2>>\
<b>- Tiki bar glory hole:</b> It would be best if you spoke with Jose in the Tiki Bar. He is the owner, and tell him your glory hole idea.
<<elseif $tikibargloryhole == 1>>\
<b>- Tiki bar glory hole:</b> You have to find something against the Night Club owner to blackmail him. First, you should check out the bar.
<<elseif $tikibargloryhole == 2>>\
<b>- Tiki bar glory hole:</b> You have to find something against the Night Club owner to blackmail him.
<</if>>\
\
\
\
\
\
<<if $questpoledancer == 1>>\
<b>- Blackmail the night Club owner:</b> You have to speak with Aubrey.
<<elseif $questpoledancer == 2>>\
<b>- Blackmail the night Club owner:</b> You have buy a dancing pole for Aubrey. You can do that on your laptop.
<<elseif $questpoledancer == 3>>\
<b>- Blackmail the night Club owner:</b> You have to start teaching Aubrey pole dancing. Go to the living room.
<<elseif $questpoledancer == 4>>\
<b>- Blackmail the night Club owner:</b> You have to keep teaching Aubrey pole dancing. Go to the living room. 25% Complete.
<<elseif $questpoledancer == 5>>\
<b>- Blackmail the night Club owner:</b> You have to keep teaching Aubrey pole dancing. Go to the living room. 50% Complete.
<<elseif $questpoledancer == 6>>\
<b>- Blackmail the night Club owner:</b> You have to keep teaching Aubrey pole dancing. Go to the living room. 75% Complete.
<<elseif $questpoledancer == 7>>\
<b>- Blackmail the night Club owner:</b> Aubrey pole dancing training is complete. You have to do some research on your laptop about spy cameras and bugs.
<<elseif $questpoledancer == 8>>\
<b>- Blackmail the night Club owner:</b> Go to the Pc Shop and get some spying gear.
<<elseif $questpoledancer == 9>>\
<b>- Blackmail the night Club owner:</b> Have a final practice with Aubrey.
<<elseif $questpoledancer == 10>>\
<b>- Blackmail the night Club owner:</b> Aubrey will work in the striptease bar at night. Once she finds something, she will come to you. You can not send her to work until she finishes her mission.
<<elseif $questpoledancer == 11>>\
<b>- Blackmail the night Club owner:</b> Aubrey will work in the striptease bar at night. Once she finds something, she will come to you. You can not send her to work until she finishes her mission.
<<elseif $questpoledancer == 12>>\
<b>- Blackmail the night Club owner:</b> Aubrey found something. You have to show the video to Jose in his Tiki Bar.
<<elseif $questpoledancer == 13>>\
<b>- Blackmail the night Club owner:</b> Wait for the message from Jose.
<</if>>\
----
<div align='center' style='font-size: 150%;'>\
<b>Completed</b>
</div>\
<<if $nathalygloryholefirst >= 3>>\
<b>- Nathaly's First Workplace</b>
<</if>>\
\
<<if $nathalymassage >= 3>>\
<b>- Nathaly's Second Workplace</b>
<</if>>\
\
<<if $divebargloryhole >= 7>>\
<b>- Dive bar glory hole</b>
<</if>>\
\
<<if $tikibargloryhole >= 3>>\
<b>- Tiki bar glory hole</b>
<</if>>\
\
<<if $questpoledancer >= 14>>\
<b>- Blackmail the night Club owner</b>
<</if>>\
<<button "Return" $return>><</button>>Nothing yet.
<<button "Go somewhere else" "Map">><</button>>Nothing yet.
<<button "Go somewhere else" "Map">><</button>>Nothing yet.
<<button "Go somewhere else" "Map">><</button>><div align='center' style='font-size: 150%;'>\
<b>House Upgrades</b>
</div>\
<div align='center'>\
Here you can buy every new items for the house and also you can upgrade some of the rooms.
</div>\
----
<div align='center' style='font-size: 150%;'>\
<b>Your Room</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/stuff/bed2.jpg" style="max-width: 70%;"></td>\
<td> Basic Double Bed, Gives +1 Maximum Energy</td>\
<td> 300 </td>\
<td>\
<<if $money >= 300>>\
<<if $playerbed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 300>>
<<set $moneyspent += 300>>
<<set $playerbed = 2>>
<<set $playermaxenergy += 1>>
<</button>>\
<<elseif $playerbed == 2>>\
You have this bed.
<<elseif $playerbed == 3>>\
You have a better bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/bed3.jpg" style="max-width: 70%;"></td>
<td> Luxury Double Bed, Gives +2 Maximum Energy</td>\
<td> 500 </td>\
<td>\
<<if $money >= 500>>\
<<if $playerbed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $playerbed = 3>>
<<set $playermaxenergy += 2>>
<</button>>\
<<elseif $playerbed == 2>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $playerbed = 3>>
<<set $playermaxenergy += 1>>
<</button>>\
<<elseif $playerbed == 3>>\
You have this bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Aubrey's Room</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/stuff/bed2.jpg" style="max-width: 70%;"></td>\
<td> Basic Double Bed, Gives +1 Maximum Energy</td>\
<td> 300 </td>\
<td>\
<<if $money >= 300>>\
<<if $aubreybed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 300>>
<<set $moneyspent += 300>>
<<set $aubreybed = 2>>
<<set $aubreymaxenergy += 1>>
<</button>>\
<<elseif $aubreybed == 2>>\
She has this bed.
<<elseif $aubreybed == 3>>\
She has a better bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/bed3.jpg" style="max-width: 70%;"></td>
<td> Luxury Double Bed, Gives +2 Maximum Energy</td>\
<td> 500 </td>\
<td>\
<<if $money >= 500>>\
<<if $aubreybed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $aubreybed = 3>>
<<set $aubreymaxenergy += 2>>
<</button>>\
<<elseif $aubreybed == 2>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $aubreybed = 3>>
<<set $aubreymaxenergy += 1>>
<</button>>\
<<elseif $aubreybed == 3>>\
She has this bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Adriana's Room</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/stuff/bed2.jpg" style="max-width: 70%;"></td>\
<td> Basic Double Bed, Gives +1 Maximum Energy</td>\
<td> 300 </td>\
<td>\
<<if $money >= 300>>\
<<if $adrianabed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 300>>
<<set $moneyspent += 300>>
<<set $adrianabed = 2>>
<<set $adrianamaxenergy += 1>>
<</button>>\
<<elseif $adrianabed == 2>>\
She has this bed.
<<elseif $adrianabed == 3>>\
She has a better bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/stuff/bed3.jpg" style="max-width: 70%;"></td>
<td> Luxury Double Bed, Gives +2 Maximum Energy</td>\
<td> 500 </td>\
<td>\
<<if $money >= 500>>\
<<if $adrianabed == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $adrianabed = 3>>
<<set $adrianamaxenergy += 2>>
<</button>>\
<<elseif $adrianabed == 2>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $adrianabed = 3>>
<<set $adrianamaxenergy += 1>>
<</button>>\
<<elseif $adrianabed == 3>>\
She has this bed.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Living Room</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/places/dancingpole.jpg" style="max-width: 70%;"></td>\
<td>Dancing pole</td>\
<td> 200 </td>\
<td>\
<<if $questpoledancer == 2>>\
<<if $money >= 200>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 200>>
<<set $moneyspent += 200>>
<<set $questpoledancer = 3>>
<</button>>\
<<else>>\
You don't have enough money.
<</if>>\
<<elseif $questpoledancer < 2>>\
It is not available yet.
<<else>>\
You already bought this.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/places/sunbed.jpg" style="max-width: 70%;"></td>
<td>Tanning bed. Increasing the looks.</td>\
<td> 500 </td>\
<td>\
<<if $money >= 500>>\
<<if $sunbed is false>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 500>>
<<set $moneyspent += 500>>
<<set $sunbed to true>>
<</button>>\
<<else>>\
You already have this.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Attic</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/places/attic2.jpg" style="max-width: 70%;"></td>\
<td>You can build 3 spare room for new girls.</td>\
<td> 1500 </td>\
<td>\
Not available yet.
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Cellar</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/places/massageroom.jpg" style="max-width: 70%;"></td>\
<td> You can build a massage room.</td>\
<td> 1000 </td>\
<td>\
<<if $nathalymassage == 0>>\
Not available yet.
<<elseif $nathalymassage == 1>>\
<<if $money >= 1000>>\
<<button "Build" "House Upgrades">>\
<<set $money -= 1000>>
<<set $moneyspent += 1000>>
<<set $nathalymassage = 2>>
<</button>>\
<<else>>\
You don't have enough money.
<</if>>\
<<else>>\
You already built this.
<</if>>\
</td>\
</tr>\
<tr>\
<td><img src="content/c2/places/bdsmroom.jpg" style="max-width: 70%;"></td>
<td>You can build a BDSM dungeon and you or your girls can receive clients here.</td>\
<td> 1000 </td>\
<td>\
Not available yet.
</td>\
</tr>\
</tbody>\
</table>\
----
<div align='center' style='font-size: 150%;'>\
<b>Others</b>
</div>\
<table style="width:100%; text-align:center">
<thead>
<tr>
<th style="width:25%"><b>Picture</b></th>
<th style="width:25%"><b>Item</b></th>
<th style="width:25%"><b>Price</b></th>
<th style="width:25%"><b>Action</b></th>
</tr>\
</thead>\
<tbody>\
<tr>\
<td><img src="content/c2/places/divebargloryhole.jpg" style="max-width: 70%;"></td>\
<td> Materials to rebuild the Dive Bar's glory hole..</td>\
<td> 2000 </td>\
<td>\
<<if $divebargloryhole == 0>>\
Not available yet.
<<else>>\
<<if $money >= 2000>>\
<<if $divebargloryhole == 1>>\
<<button "Buy" "House Upgrades">>\
<<set $money -= 2000>>
<<set $moneyspent += 2000>>
<<set $divebargloryhole = 2>>
<</button>>\
<<else>>\
You already bought this.
<</if>>\
<<else>>\
You don't have enough money.
<</if>>\
<</if>>\
</td>\
</tr>\
</tbody>\
</table>\
<<button "Back" "Player Laptop">><</button>>
<<if $nathaly is false>>\
<div align='center' style='font-size: 150%;'>\
<b>Spare Bedroom</b>
</div>\
<div align='center'>\
This is a spare bedroom with a <b>basic single bed</b>.
</div>\
<<else>>\
<div align='center' style='font-size: 150%;'>\
<b>Nathaly's Bedroom</b>
</div>\
<<if $nathalybed == 1>>\
<div align='center'>\
This is Nathaly's bedroom. She has a <b>basic single bed</b>.
</div>\
<<elseif $nathalybed == 2>>\
<div align='center'>\
This is Nathaly's bedroom. She has a <b>basic double bed</b>.
</div>\
<<else>>\
<div align='center'>\
This is Nathaly's bedroom. She has a <b>luxury double bed</b>.
</div>\
<</if>>\
<</if>>\
<<if $nathalygloryholefirst == 2>>\
<div align='center'>\
Nathaly is standing in the middle of the room. She looks sad a little bit. Maybe the good news will cheer her up.
</div>\
<img src="content/c2/npc/nathaly/5.jpg" style="max-width: 30%;">
<<speech "player" "$sname">>Hey Nathaly. I have excellent news. I managed to get my hands on a glory hole in my friend's bar. It is a safe place to work. You don't have to feel bad about not doing anything from now on. You can be part of my team, and we can work together.<</speech>>
<<speech "Nathaly">>Ohh, thank you so much. You don't know how much this means to me. You helped me a lot, and I want to give back all the favours you gave to me.<</speech>>
<<speech "player" "$sname">>I know it is not your dream job, but I am sure we will find out something better, more elegant later on.<</speech>>
<<speech "Nathaly">>I know. You are looking after me with Aubrey. If I can do anything for you and mean anything, call me. I will start preparing myself for my first work night. Thank you again and see you later.<</speech>>
<img src="content/c2/npc/nathaly/6.jpg" style="max-width: 30%;">
<<speech "player" "$sname">>Of course. Bye.<</speech>>
<<set $nathalygloryholefirst = 3>>\
<</if>>\
\
\
\
<<if $nathalymassage == 2>>\
<div align='center'>\
Nathaly is waiting for you in white lingerie.
</div>\
<img src="content/c2/npc/nathaly/7.jpg" style="max-width: 30%;">
<<speech "player" "$sname">>I want to let you know that your massage room is ready for you. I hope you will enjoy it.<</speech>>
<<speech "Nathaly">>Thank you so much $sname. I promise it will be worth it. If you ever need to relax your body, just come and see me there, and I will release everything from your body.<</speech>>
<<speech "player" "$sname">>I will remember that. Thanks. I have to go now. Bye.<</speech>>
<<speech "Nathaly">>Ok. Bye.<</speech>>
<<set $nathalymassage = 3>>\
<</if>>\
<<button "Leave her room" "Hallway">><</button>><div align='center'>\
<video @src="'content/c2/npc/player/tanningbed/' + random(1, 17) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<lightvibe>>
<<playercorruption>>\
<<set $playerdailysunbed to true>>\
You are enjoying yourself. <<if $tanningcream > 0>><<set $tanningcream -= 1>><<set $playersunbedused to true>><<set $playerlooks += 20>><<set $playermaxlooks += 20>>Your maximum looks increased a bit for today.<<else>>You don't have more tanning cream. Your maximum looks is not increased.<</if>>
<<set _rnd = Math.round($playermaxarousal * 0.8)>>\
<<if $playerarousal >= _rnd>>\
<video @src="'content/c2/npc/player/tanningbed/c' + random(1, 3) + '.mp4'" autoplay loop></video>
You can not hold it back anymore. Used <b>1 Energy</b>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<if $playerenergy > 0>>\
<<set $playerenergy -= 1>>\
<</if>>\
<</if>>\
<<button "Leave" "Hallway">><<disablevibe>><</button>>
</div>\
<div align='center'>\
<img src="content/c2/npc/nathaly/contact.jpg" style="max-width: 60%;">
</div>\
<div align='center' style='font-size: 200%;'>\
NATHALY CHERIE
</div>\
<div align='center'>\
Born: 25/January/1992 Prague, Czech Republic
Ethnicity: Caucasian
Nationality: Czech
Measurements: 34E-28-37
Height: 5ft 6in (167 cm)
Weight: 119lbs (54 kg)
Body type: Curvy
Eye color: Blue
Hair color: Blonde
Breast Size: Big
Tattoos: Stars both sides of her lower abdomen and nonfigurative on her lower back.
Unique skill: Pissing
She is a good friend of Aubrey. Aubrey with your help managed to bring her to Adriana house and leave that abusive boyfriend behind.
----
<<if $nathalypregnant == 0>>\
She is not pregnant.
<<else>>\
She is pregnant.
<</if>>\
Events with her:
- Work: She can work in a glory hole. (4 videos and 288 random videos)
- Work: She can work in the massage room. (6 pictures and 76 videos)
- Bathroom: You can peek on her once a day. (7 pictures and 11 videos)
- Living room: One time solo scene. (6 videos)
----
<<if $nathalycorruption >= 500>>\
Nathaly's Corruption Level: Max Level Reached!
<<else>>\
Nathaly's Corruption Level: $nathalycorruptionlevel
Nathaly's Corruption points: $nathalycorruption/$nathalymaxcorruption
<<showmeter '$nathalycorruptionbar' `$nathalycorruption / $nathalymaxcorruption`>>\
<</if>>\
<<if $nathalyhandjobskill >= 500>>\
Nathaly's Handjob Skill Level: Max Level Reached!
<<else>>\
Nathaly's Handjob Skill Level: $nathalyhandjobskilllevel
Nathaly's Handjob Skill points: $nathalyhandjobskill/$nathalymaxhandjobskill
<<showmeter '$nathalyhandjobskillbar' `$nathalyhandjobskill / $nathalymaxhandjobskill`>>\
<</if>>\
<<if $nathalyblowjobskill >= 500>>\
Nathaly's Blowjob Skill Level: Max Level Reached!
<<else>>\
Nathaly's Blowjob Skill Level: $nathalyblowjobskilllevel
Nathaly's Blowjob Skill points: $nathalyblowjobskill/$nathalymaxblowjobskill
<<showmeter '$nathalyblowjobskillbar' `$nathalyblowjobskill / $nathalymaxblowjobskill`>>\
<</if>>\
<<if $nathalysexskill >= 500>>\
Nathaly's Sex Skill Level: Max Level Reached!
<<else>>\
Nathaly's Sex Skill Level: $nathalysexskilllevel
Nathaly's Sex Skill points: $nathalysexskill/$nathalymaxsexskill
<<showmeter '$nathalysexskillbar' `$nathalysexskill / $nathalymaxsexskill`>>\
<</if>>\
<<if $nathalyanalskill >= 500>>\
Nathaly's Anal Skill Level: Max Level Reached!
<<else>>\
Nathaly's Anal Skill Level: $nathalyanalskilllevel
Nathaly's Anal Skill points: $nathalyanalskill/$nathalymaxanalskill
<<showmeter '$nathalyanalskillbar' `$nathalyanalskill / $nathalymaxanalskill`>>\
<</if>>\
</div>\
<<button "Back" "Girls">><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Game Options</b>
</div>\
<div align='center'>\
Here you can adjust the game options. Turn on and off different fetishes.
<<if $pissing is false>>\
Watersport is <b>DEACTIVATED</b>. <<link "<b>ACTIVATE</b>" "Game Options">><<set $pissing to true>><</link>>
<<else>>\
Watersport is <b>ACTIVATED</b>. <<link "<b>DEACTIVATE</b>" "Game Options">><<set $pissing to false>><</link>>
<</if>>\
<<if $cumdrinking is false>>\
Cum drinking is <b>DEACTIVATED</b>. <<link "<b>ACTIVATE</b>" "Game Options">><<set $cumdrinking to true>><</link>>
<<else>>\
Cum drinking is <b>ACTIVATED</b>. <<link "<b>DEACTIVATE</b>" "Game Options">><<set $cumdrinking to false>><</link>>
<</if>>\
<<if $pregnancy is false>>\
Pregnancy is <b>DEACTIVATED</b>. <<link "<b>ACTIVATE</b>" "Game Options">><<set $pregnancy to true>><</link>>
<<else>>\
Pregnancy is <b>ACTIVATED</b>. <<link "<b>DEACTIVATE</b>" "Game Options">><<set $pregnancy to false>><</link>>
<</if>>\
</div>\
----
<div align='center' style='font-size: 150%;'>\
<b>Cheats</b>
</div>\
<div align='center'>\
Make sure you use them wisely. Maybe it will break the game or you will miss scenes.
</div>\
<<button "1000000 money" "Game Options">><<set $money += 1000000>><</button>>
<<button "Max Energy for everyone" "Game Options">>
<<set $playerenergy = $playermaxenergy>>
<<set $aubreyenergy = $aubreymaxenergy>>
<<set $adrianaenergy = $adrianamaxenergy>>
<<set $nathalyenergy = $nathalymaxenergy>>
<</button>>
<<button "Player - Everything On Max Level" "Game Options">>
<<set $playerlevel = 5>>
<<set $playermaxxp = 500>>
<<set $playerxp = 500>>
<<set $playerstaminalevel = 5>>
<<set $playermaxstamina = 500>>
<<set $playerstamina = 500>>
<<set $playercorruptionlevel = 5>>
<<set $playermaxcorruption = 500>>
<<set $playercorruption = 500>>
<<set $playerhandjobskilllevel = 5>>
<<set $playermaxhandjobskill = 500>>
<<set $playerhandjobskill = 500>>
<<set $playerblowjobskilllevel = 5>>
<<set $playermaxblowjobskill = 500>>
<<set $playerblowjobskill = 500>>
<<set $playersexskilllevel = 5>>
<<set $playermaxsexskill = 500>>
<<set $playersexskill = 500>>
<<set $playeranalskilllevel = 5>>
<<set $playermaxanalskill = 500>>
<<set $playeranalskill = 500>>
<</button>>
<<button "Aubrey - Everything On Max Level" "Game Options">>
<<set $aubreycorruptionlevel = 5>>
<<set $aubreymaxcorruption = 500>>
<<set $aubreycorruption = 500>>
<<set $aubreyhandjobskilllevel = 5>>
<<set $aubreymaxhandjobskill = 500>>
<<set $aubreyhandjobskill = 500>>
<<set $aubreyblowjobskilllevel = 5>>
<<set $aubreymaxblowjobskill = 500>>
<<set $aubreyblowjobskill = 500>>
<<set $aubreysexskilllevel = 5>>
<<set $aubreymaxsexskill = 500>>
<<set $aubreysexskill = 500>>
<<set $aubreyanalskilllevel = 5>>
<<set $aubreymaxanalskill = 500>>
<<set $aubreyanalskill = 500>>
<</button>>
<<button "Adriana - Everything On Max Level" "Game Options">>
<<set $adrianacorruptionlevel = 5>>
<<set $adrianamaxcorruption = 500>>
<<set $adrianacorruption = 500>>
<<set $adrianahandjobskilllevel = 5>>
<<set $adrianamaxhandjobskill = 500>>
<<set $adrianahandjobskill = 500>>
<<set $adrianablowjobskilllevel = 5>>
<<set $adrianamaxblowjobskill = 500>>
<<set $adrianablowjobskill = 500>>
<<set $adrianasexskilllevel = 5>>
<<set $adrianamaxsexskill = 500>>
<<set $adrianasexskill = 500>>
<<set $adrianaanalskilllevel = 5>>
<<set $adrianamaxanalskill = 500>>
<<set $adrianaanalskill = 500>>
<</button>>
<<button "Nathaly - Everything On Max Level" "Game Options">>
<<set $nathalycorruptionlevel = 5>>
<<set $nathalymaxcorruption = 500>>
<<set $nathalycorruption = 500>>
<<set $nathalyhandjobskilllevel = 5>>
<<set $nathalymaxhandjobskill = 500>>
<<set $nathalyhandjobskill = 500>>
<<set $nathalyblowjobskilllevel = 5>>
<<set $nathalymaxblowjobskill = 500>>
<<set $nathalyblowjobskill = 500>>
<<set $nathalysexskilllevel = 5>>
<<set $nathalymaxsexskill = 500>>
<<set $nathalysexskill = 500>>
<<set $nathalyanalskilllevel = 5>>
<<set $nathalymaxanalskill = 500>>
<<set $nathalyanalskill = 500>>
<</button>>
<<button "Dee - Everything On Max Level" "Game Options">>
<<set $deecorruptionlevel = 5>>
<<set $deemaxcorruption = 500>>
<<set $deecorruption = 500>>
<<set $deehandjobskilllevel = 5>>
<<set $deemaxhandjobskill = 500>>
<<set $deehandjobskill = 500>>
<<set $deeblowjobskilllevel = 5>>
<<set $deemaxblowjobskill = 500>>
<<set $deeblowjobskill = 500>>
<<set $deesexskilllevel = 5>>
<<set $deemaxsexskill = 500>>
<<set $deesexskill = 500>>
<<set $deeanalskilllevel = 5>>
<<set $deemaxanalskill = 500>>
<<set $deeanalskill = 500>>
<</button>>
<<button "Return" $return>><</button>><div align='center'>\
<video @src="'content/c2/npc/nathaly/shower/' + random(1, 11) + '.mp4'" autoplay loop></video>
You enjoy the view.
<<playercorruption>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<lightvibe>>
</div>\
<<button "Leave" "Hallway">><<disablevibe>><</button>>
<div align='center' style='font-size: 150%;'>\
<b>Billie's Dive Bar</b>
</div>\
<<if $questgloryhole == 1>>\
<div align='center'>\
You make your way to your favourite dive bar. Dive bar might be a bit of a stretch. It is actually pretty nice; at least by your standards. You can’t remember the last time you saw a fight there. You have talked to the owner Billie a few times and got along fairly well. The bar isn’t too busy at the moment. There are a couple of guys playing pool in the corner and no one at the bar. You pull up a stool and Billie makes her way over to you.
</div>\
<img src="content/c2/npc/billie/1.jpg" style="max-width: 70%;">
<<speech "Billie">>What are you drinking?<</speech>>
<<speech "player" "$sname">>Hey Bilie. I’ll have a beer. Thanks. Hey, do you have a sec?<</speech>>
<<speech "Billie">>Sure, what’s on your mind?<</speech>>
<<speech "player" "$sname">>I’m not really one to beat around the bush so I’ll come straight to the point. I’ve got a couple of friends that are needing to earn some money… in less conventional ways we’ll say. They are looking for a place to set up a glory hole someplace safe. How would you feel about letting me… rent one of the stalls in your bathroom?<</speech>>
<<speech "Billie">>Oh shit… Oh, I’m not sure. Not that I run the most upstanding bar in town and I certainly have fairly loose morals when sex is involved. I’m going to tell you no for two reasons. One, the bathroom is already pretty cramped and I don’t want to lose the stall. Secondly, if I were to say yes, I don’t think you could afford what I would want from rent on it. No offense I don’t know you that well but I know you well enough to know that you struggle financially.<</speech>>
<<speech "player" "$sname">>Fair enough. You have two good points there. Can you just keep an open mind about it? I’m willing to do some work on your bathroom to open it up. If I were to come back with the materials I need to do an addition to your bathroom, would you reconsider?<</speech>>
<<speech "Billie">>If you can make my fucking bathrooms bigger, we can talk again. I’m sure I’d be much more flexible if my bathrooms were upgraded.<</speech>>
<<speech "player" "$sname">>Alright. I’ll come talk to you again once I’m ready to go.<</speech>>
<div align='center'>\
The two of you chat a little more while you finish your beer and you head out. Billie’s place is the nicer of the two you had in mind but you suspect that Josepe will be more open to your request. You know he has a heart of gold and trusts to a fault.
</div>\
<<set $questgloryhole = 2>>\
<<set $divebargloryhole = 1>>\
\
\
\
<<elseif $divebargloryhole == 2>>\
<div align='center'>\
You walk up to Billie behind her bar with a big smile on your face.
</div>\
<img src="content/c2/npc/billie/2.jpg" style="max-width: 70%;">
<<speech "Billie">>What is the funny smile on your face? You look like you just fucked the canary.<</speech>>
<<speech "player" "$sname">>I think the expression is ‘just ate the canary’.<</speech>>
<<speech "Billie">>I know you better than that. I think you must have fucked it before eating it.<</speech>>
<<speech "player" "$sname">>Fair enough. We’ll not go into who I have and haven’t been fucking. So, I have good news! Are you ready for your bathroom upgrade?<</speech>>
<<speech "Billie">>Are you fucking kidding me? I didn’t think you’d ever follow through on that. You are just having me on, aren’t you?<</speech>>
<<speech "player" "$sname">>I’m deadly as a heart attack. I’ve got all the materials I need and I can get started right away. Now who has the fucked the canary grin?<</speech>>
<<speech "Billie">>I’m so excited, I could kiss you right now. I should curb my enthusiasm though. Assuming the bathroom remodel goes well, I’ll give you a big wet kiss.<</speech>>
<div align='center'>\
You two say goodbye, and Billie goes back to serve her customers.
</div>\
<<set $divebargloryhole = 3>>\
\
\
\
<<elseif $divebargloryhole == 6>>\
<div align='center'>\
After taking one final walk-through of the completed bathroom to remodel, you go over to talk to Billie.
</div>\
<img src="content/c2/npc/billie/3.jpg" style="max-width: 70%;">
<<speech "player" "$sname">>Are you ready for a tour? I’m ready for the big reveal if you are.<</speech>>
<<speech "Billie">>It’s about time it was finished. All the dust has been getting everywhere. I can’t wait to see!<</speech>>
<<speech "player" "$sname">>It must have been nice having an excuse to blame all the dirt in your bar on. What will you blame all the dust on next? Perhaps on all the paying customers that will be coming in to wet their whistle after getting their tootsie pop sucked?<</speech>>
<div align='center'>\
Billie swats at your ass with a mock angry expression, but her hand gives your tooshie a gentle squeeze showing that there was no fire in it. She looks around, inspecting the remodelled room as a whole and then taking a closer look at the details. The men's room has been expanded to include three urinals and three stalls. The last stall is marked as handicapped with an “out-of-order” sign hanging on it.
</div>\
<<speech "player" "$sname">>When a girl is using the last stall, we’ll hang this sign up letting the guys know the stall next to it is open for “business”. And the ladies loo across the hall is the mirror image of this one.<</speech>>
<div align='center'>\
Billie grins at you and taking both hands, reaches behind your head and pulls you in for a kiss. The first kiss is exaggerated with a loud smacking lips sound at the end. The second kiss though, she slips her tongue across your lips. You feel a lurch in your panties at the unexpected intimacy and you part your lips to allow your tongue to meet hers. Billie’s hands wander down your back and give your ass a firm squeeze and then steps back.
</div>\
<<speech "Billie">>Well, I think you are in business. As agreed, the stall is yours to use. Rather than charging you a flat fee for the stall, you can cut me in for say… 30% of the proceeds.<</speech>>
<div align='center'>\
Your mind is still whirling from the kiss, and you feel your heart beating fast as you try to subtly adjust yourself inside your panties. Wait, did she just ask for a 40% cut?
</div>\
<<speech "player" "$sname">>That seems rather steep! I think 10% sounds much more acceptable. I built these fucking bathrooms for you after all.<</speech>>
<div align='center'>\
As you negotiate, you both make your way back to the bar and Billie hands you a bottle of beer.
</div>\
<<speech "Billie">>Here you go. It’s on the house. Building the bathrooms is why I’m talking to you about letting you rent a stall, to begin with. Tell you what, let’s settle on 20%, and you can take me out for dinner.<</speech>>
<<speech "player" "$sname">>You sneaky little... Alright, Billie. You have yourself a deal. Just give me a couple of weeks to line my pocket again. I just spent a big wad of cash so please give me some time to recoup a little.<</speech>>
<<speech "Billie">>Sounds good, cutie. Nice doing business with you.<</speech>>
<div align='center'>\
She winks at you as you clink the beer bottlenecks together.
</div>\
<<set $divebargloryhole = 7>>\
<<if $nathalygloryholefirst == 1>>\
<<set $nathalygloryholefirst = 2>>\
<</if>>\
\
\
\
<<else>>\
<div align='center'>\
This is a small dive bar. Billie is the owner. She is a very nice person and she also a shemale just like you.
</div>\
<<button "Toilet" "Dive Bar Toilet">><</button>>
<</if>>\
<<button "Leave" "Map">><</button>><div align='center' style='font-size: 150%;'>\
<b>Jose's Tiki Bar</b>
</div>\
<<if $questgloryhole == 2>>\
<div align='center'>\
You walk into Jose’s bar and you smile when you see how much busier it is than Bilie’s. Perhaps it attracts more day drinkers or maybe it is just the laid-back atmosphere of the place. Jose greets you warmly as you walk in.
</div>\
<img src="content/c2/npc/jose/1.jpg" style="max-width: 70%;">
<<speech "Jose">>Hey you! A bit earlier than usual today. You want your regular?<</speech>>
<<speech "player" "$sname">>Thanks Jose but I’m actually here on business. Can you spare me a few minutes?<</speech>>
<<speech "Jose">>For you, anything. What’s up?<</speech>>
<<speech "player" "$sname">>You won’t believe this but I have suddenly found myself in a new line of work. A couple of girls got themselves into trouble and all of a sudden, I’m a pimp. Or a madam. Or… whatever. Anyway, I’m trying to find a safe place for them to open a glory hole so they can turn some tricks without exposing themselves too much. And so… I was wondering… how would you feel about me renting the last stall in your bathroom and turning it into a glory hole?<</speech>>
<<speech "Jose">>Oh wow! You sure don’t beat around the bush. That is a big ask. Give me a few to think about it. I’ll give you one on the house while I give it a think.<</speech>>
<div align='center'>\
He pours you a beer from the tap and slides it over to you and takes a walk back to the bathroom. You watch him go and sip on your beer. While you wait, your eyes take in the bar. It has a retro tiki-tacky style that somehow seems quaint and genuine rather than a ploy to sell mai tais or other tropical drinks. Your eyes dart back to the bathroom as the door swings open again and Jose emerges. He makes his way back around the bar and stands across from you.
</div>\
<<speech "Jose">>I think we can come to an arrangement. I’ll agree to let you rent the handicap stall at the end provided you keep the bathrooms clean for me. I don’t want to find wadded-up tissues of cum scattered around. And I need you to do me a favour. There is a new bar that opened up down the street. I hear that the owner has been talking shit about me and my bar. I’d love nothing more than to smash a bottle over his head but… I don’t want to start a feud. I just want to bring him down a beg or two. Do you think you could… I don’t know, help him into a compromising situation and threaten to blackmail him or whatever? Maybe not blackmail but… just get some dirt on him and hold it over his head to make sure he plays nice? Is that doable?<</speech>>
<<speech "player" "$sname">>Yeah, I think that is something I could take care of. Write down what you know about him and I’ll see what mischief I can find for him.<</speech>>
<div align='center'>\
Jose takes a napkin and jots down a few things and slides it over to you. You tuck it away to look at later. Once you finish your free beer, you give Jose a wink and head out.
</div>\
<<set $questgloryhole = 3>>\
<<set $tikibargloryhole = 1>>\
\
\
\
\
\
<<elseif $questpoledancer == 12>>\
<div align='center'>\
You are really excited to see Jose as you walk up to him at his bar. You pull out your phone with the video of Draven’s tiny dick already queued up.
<img src="content/c2/npc/jose/1.jpg" style="max-width: 70%;">
</div>\
<<speech "player" "$sname">>Hi Jose, I think I’ve got what you asked for. Check out Draven’s shrunken manhood. Is this something you think you can use? Tell me we got him!<</speech>>
<div align='center'>\
<video src="content/c2/npc/jose/1.mp4" autoplay loop></video>
</div>\
<<speech "Jose">>Wow! Is that really him? It looks so tiny! Hehe, he, yeah, I think I can use this. Can you send me this? If this doesn’t shut his trash-talking mouth, nothing will. I’ll let you know how it goes.<</speech>>
<<set $questpoledancer = 13>>\
\
\
\
\
\
<<else>>\
<div align='center'>\
This is a friendly tiki bar. Jose is the owner. He is a very kind and friendly man.
</div>\
<<button "Toilet" "Tiki Bar Toilet">><</button>>
<</if>>\
<<button "Leave" "Map">><</button>><<if $shemaleintro == 5>>\
<div align='center'>\
Following Aubrey inside, you look around at the sparsely decorated home. The stairway light turns on and a young woman runs down the stairs.
</div>\
<img src="content/c2/npc/adriana/1.jpg" style="max-width: 70%;">
<<speech "Adriana">>Oh, thank god. I’ve been so worried! Are you alright? Oh, who is this?<</speech>>
<<speech "Aubrey">>Adriana, calm down. I’m fine. This is my new friend, $sname. She saved me tonight. I was attacked and she kicked the piece of trash’s ass across town and back. I owe her big. She is needing a place to stay tonight… and maybe longer. Can we sit down and talk?<</speech>>
<div align='center'>\
The three of you sit down so Aubrey can tell Adriana everything that happened and about her idea for letting you stay.
</div>\
<<speech "Adriana">>I think this arrangement can work. Let’s see how it goes for a week and go from there. We can let $sname stay in the room here on the main floor. And with that, I need to get to sleep. I have class early in the morning. Good night you two.<</speech>>
<<speech "Aubrey">>Good night!<</speech>>
<<speech "player" "$sname">>Thank you so much. Sleep well.<</speech>>
<<speech "Aubrey">>There is something else that you should know about Adriana. She moved to Futaland after the whole lab incident. She knows about it of course but she wasn’t affected like we were. She is completely female. She can be a little sensitive about it so just… you know, be nice to her. Alright, I am going to turn in. There is a bathroom with a shower down the hall if you want to get cleaned up before going to sleep. I’ll see you in the morning. We have a lot to talk about still before tomorrow night.<</speech>>
<<speech "player" "$sname">>Thank You! Sweet dreams.<</speech>>
<<button "Take a shower and go to sleep." "Intro Shemale 3">><<set $shemaleintro = 6>><<set $playerhp = $playermaxhp>><</button>>
<</if>>\<<if $shemaleintro == 6>>\
<div align='center'>\
You are startled awake by your room door opening letting in the light from the hallway.
</div>\
<img src="content/c2/npc/aubrey/2.jpg" style="max-width: 70%;">
<<speech "Aubrey">>Good morning, sunshine! Breakfast is on the table. Get dressed and come on out. Time for you to get your pimp game on.<</speech>>
<<speech "player" "$sname">>Morning! What are you talking about? It is daytime, isn’t it? Don’t you only work at night? You aren’t heading out already, are you?<</speech>>
<<speech "Aubrey">>Don’t be silly. A pimps job is never done. Remember, you said you were going to help with the housework and run errands for us, right? We already put together a to-do list and a shopping list for you after you’ve had breakfast.<</speech>>
<<speech "player" "$sname">>Alright, let’s take a look at your list.<</speech>>
<<speech "Aubrey">>Oh, so eager! You aren’t even going to wait until after breakfast. Alright, here you go. You need to take care of everything on the list before it gets dark so you can be with me when I head out to work. You might also want to check out the gym in case you want to work out. I’m guessing you are wanting to keep yourself in good shape. Just be back before dark so we can make enough money to afford to keep this arrangement working. Here is a tablet I got for you. I put the lists on it to make it easier for you to keep track of. I’m going to head up and take a shower. Enjoy your day and see you tonight!<</speech>>
<div align='center'>\
After you watch her cute bottom walk out the door, your face screws up into a grimace as you begin to think about your new situation with a freshly rested, clear head. You really hope you haven’t gotten yourself in over your head this time. On the other hand, maybe this is what you were meant to do. Only time will tell.
</div>\
<<button "Start your day" "Player Room">><<set $shemaleintro = 7>><</button>>
<</if>>\<div align='center' style='font-size: 150%;'>\
<b>Billie's Dive Bar's Toilet</b>
</div>\
<div align='center'>\
<<if $divebargloryhole >= 3 and $divebargloryhole <= 5>>\
You got all the materials here, and you can rebuild the toilet. It will cost you <b>5 Energy.</b>
<<if $playerenergy >= 5 and $gloryholedailybuilding is false>>\
<<button "Build (-5 Energy)" "Dive Bar Toilet">><<set $gloryholedailybuilding to true>><<set $playerenergy -= 5>><<set $divebargloryhole += 1>><</button>>
<<elseif $gloryholedailybuilding is true>>\
You already worked here today. You can continue tomorrow.
<<elseif $playerenergy < 5>>\
You don't have enough energy to build the toilet.
<</if>>\
<<elseif $divebargloryhole == 6>>\
The toilet rebuilding is complete. Go and speak with Billie.
<<elseif $divebargloryhole >= 7>>\
<<if $playerenergy > 0>>\
There is a glory hole in the last stall. You can make some money here but it will cost <b>1 Energy</b> each time.
<<button "Go in the last stall" "Dive Bar Gloryhole">><</button>>
<<else>>\
You don't have more energy to work here.
<</if>>\
<<else>>\
You can build a glory hole here.
<</if>>\
</div>\
<<button "Leave" "Dive Bar">><</button>><<if $playergender is "male" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghmhj>>
<<if $playercorruptionlevel >= 2>>\
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghmbj>>
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghma>>
<</if>>\
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghmbjcum>>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "female" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghfhj>>
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghfbj>>
<<if $locked is true>>\
<div align='center'>You are wearing a chastity belt so you can not use your pussy.</div>\
<<else>>\
<div align='center'>You need to feel that cock in your pussy. You spin around and guide it into your wet hole and it slips in easily as your ass slaps against the wall. You feel so dirty taking the cock into your pussy unprotected. You decide to switch it to your ass instead.</div>\
<<ghfp>>
<</if>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghfa>>
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghfbjcum>>
<<set $CurAR = ($CurAR + 10).clamp(0, $MaxAR)>><<run Arousal($CurAR, $MaxAR, "verticalarousalbar", false)>>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $ghmoneycounter += $ghmoney>>\
<<set $moneycounter += $ghmoney>>\
<<handskill>>\
<<timed 300ms>>\
<<blowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<sexskill>>\
<</timed>>\
<<timed 900ms>>\
<<cumplayskill>>\
<</timed>>\
<<timed 1200ms>>\
<<willingness>>\
<</timed>>\
<<set $ghblowjobcounter += 1>>\
<<set $fghjcounter += 1>>\
<<set $fgblowjobcounter += 1>>\
<<set $fcumswallowcounter += 1>>\
<<if $locked is false>>\
<<set $frpussyfuckcounter += 1>>\
<<set $pussysize += 1>>\
<</if>>\
<<set $franalcounter += 1>>\
<<set $analsize += 1>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "shemale" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<div align='center'>\
You start stroking that big cock.
<video @src="'content/porn/gh/shemale/hj/' + random(6, 35) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningshj>>\
\
\
\
<<if $playercorruptionlevel >= 2>>\
The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!
<video @src="'content/porn/gh/shemale/bj/' + random(9, 61) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsbj>>\
<</if>>\
\
\
\
<<if $playercorruptionlevel >= 4>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
You put a condom on the wet cock then you slide it into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
You don't have more condom but you still you slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to take clients bareback. You skip the fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to Math.round($playerearnings * 0.8)>>\
<<set $playerearnings = 0>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
You wipe your mouth and collect the $ $ghmoney from the floor.
<<fastheavypulsevibe>>
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Dive Bar Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting (-1 Energy)" "Dive Bar Gloryhole">><<disablevibe>><</button>>
<<button "Leave" "Dive Bar Toilet">><<disablevibe>><</button>>
<</if>>\
</div>\
<<else>>\
<div align='center'>\
You just wait, but nobody turned up.
<video src="content/porn/gh/shemale/1.mp4" autoplay loop></video>
<<if $pissing is true>>\
You hear an interesting noise from the next stall. You peek through.
<video src="content/porn/gh/shemale/2.mp4" autoplay loop></video>
A young girl rushed into the stall and she can't stop pissing.
<video @src="'content/porn/gh/shemale/piss/' + random(1, 15) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<</if>>\
<<lightvibe>>
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Dive Bar Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting (-1 Energy)" "Dive Bar Gloryhole">><<disablevibe>><</button>>
<<button "Leave" "Dive Bar Toilet">><<disablevibe>><</button>>
<</if>>\
</div>\
<</if>>\
<<elseif $playerenergy == 0>>\
<div align='center'>You are very tired and you can not suck more cock now.</div>\
<<button "Leave" "Dive Bar Toilet">><<disablevibe>><</button>>
<</if>>\
<<if $playergender is "male">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "female">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/ftm.mp4">\
</video>
<<set $playercorruption = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "shemale">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Dive Bar Gloryhole">><</button>>
<</if>>\
<div align='center' style='font-size: 150%;'>\
<b>The Devil's Playground</b>
</div>\
<<if $tikibargloryhole == 1>>\
<div align='center'>\
It's time to check out this bar for Jose. Using the address on the paper napkin, you make your way there. It isn’t too far from Jose’s place. It isn’t in the best part of town, but you can tell that the owner has made an effort to make the place nice. Or perhaps it just still has the new bar vibe going on. It has a lit sign declaring the name of the bar as ‘The Devil's Playground’.
You step inside and the familiar atmosphere welcomes you in. The smell of cigarette smoke and beer lingers in the background but there is also the subtle smell of perfume in the air. The decorations seem a bit sparse still. Oh! Is that a stripper pole? This place suddenly became much more interesting! You walk over to the bar and have a seat on a stool. The bartender gives you a pleasant smile and makes his way over to you.
</div>\
<img src="content/c2/npc/draven/1.jpg" style="max-width: 50%;">
<<speech "Random" "Bartender">>What are you drinking, cutie?<</speech>>
<div align='center'>\
You are a little taken back and then you notice the subtle curl of the corners of his lips. His eyes wander over the parts of you he can see.
</div>\
<<speech "player" "$sname">>Do you have a porter on tap? I’ll have that. Is that a dance pole over there?<</speech>>
<<speech "Random" "Bartender">>It sure is. Are you a dancer by chance? I just opened and I’m looking for dancers.<</speech>>
<<speech "player" "$sname">>No… no, I’m more inclined to watch than be watched. When is your next dancer scheduled?<</speech>>
<<speech "Random" "Bartender">>We don't have anyone scheduled for today. We should have a new girl starting tomorrow though if you want to stop back by tomorrow night.<</speech>>
<<speech "player" "$sname">>I’ll keep that in mind. I take it this isn’t your first bar. Are you new in town?<</speech>>
<<speech "Random" "Bartender">>Yeah, I came to visit a few months back and loved it here. I closed my last place and opened up shop here. The names Draven. And who might you be?<</speech>>
<<speech "player" "$sname">>Me? I’m trouble. I’m sure you don’t want to have anything to do with me.<</speech>>
<<speech "Draven">>Oh! Now you’ve piqued my curiosity. What kind of trouble?<</speech>>
<<speech "player" "$sname">>I’m just as likely to beat your ass black and blue as spit on your face and walk on it.<</speech>>
<div align='center'>\
The bar tender’s grin gets even bigger at that and then he bites his lip.
</div>\
<<speech "player" "$sname">>I… think I’m going to go now.<</speech>>
<div align='center'>\
Draven’s eyes bet big as you stand. You pull out a bill to cover the drink and set it on the bar. His eyes continue to devour every part of you. You turn and make your way out the door.
</div>\
<<speech "Draven">>Do come back and visit again!<</speech>>
<div align='center'>\
You whisper the word ‘creep’ under your breath as you walk out the door.
</div>\
<<set $questpoledancer = 1>>\
<<set $tikibargloryhole = 2>>\
<<else>>\
This a strip bar. More content coming later.
<</if>>\
<<button "Leave" "Map">><</button>><<if $questpoledancer == 3>>\
<<speech "player" "$sname">>Hey Aubrey, the pole I ordered was delivered today. I’m about to install it. Are you free to do your first lesson? I thought we’d start out by watching an online video and we can talk about some of the basic moves and get a couple of technique tips for beginners.<</speech>>
<<speech "Aubrey">>Yeah, now works. I can’t wait to take the pole for a spin. Or have it take me for a spin. Or for us to spin together or whatever.<</speech>>
<div align='center'>\
You finish attaching the pole in the middle of the living room and give it a few firm nudges and give out a satisfied grunt when it doesn’t budge. You open a laptop and open a browser to some of the videos that you bookmarked.
<video src="content/c2/npc/aubrey/poledance/5.mp4" autoplay loop></video>
Aubrey gets really excited to try out the moves that you watched together. You watch and at times support Aubrey on the pole as she figures out the different grips and spins.
<video src="content/c2/npc/aubrey/poledance/1.mp4" autoplay loop></video>
By the end, she is exhausted and worn out.
</div>\
<<speech "player" "$sname">>Let’s call it good for the day. I think that was amazing for the first day. Take it easy tonight and let yourself recover so we can pick it back up tomorrow.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<set $aubreydailypoldance to true>>\
<<set $playerenergy -= 1>>\
<<set $aubreyenergy -= 1>>\
<<set $questpoledancer = 4>>\
<<button "Finish the training" "Hallway">><</button>>\
\
\
\
\
\
<<elseif $questpoledancer == 4>>\
<<speech "player" "$sname">>Hey Aubrey, let’s hit the pole again. We can review some of what we did yesterday and try a few new things.<</speech>>
<div align='center'>\
You open a laptop and open a browser to some of the videos that you bookmarked.
<video src="content/c2/npc/aubrey/poledance/6.mp4" autoplay loop></video>
Aubrey gets really excited to try out the moves that you watched together. You watch and at times support Aubrey on the pole as she figures out the different grips and spins.
<video src="content/c2/npc/aubrey/poledance/2.mp4" autoplay loop></video>
Aubrey does better today than she did last time. Her muscles are looking stronger, and she isn’t shaking as much holding some of the poses.
</div>\
<<speech "player" "$sname">>Let’s call it good for the day. I think that was amazing. Take it easy tonight and let yourself recover so we can pick it back up tomorrow.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<set $aubreydailypoldance to true>>\
<<set $playerenergy -= 1>>\
<<set $aubreyenergy -= 1>>\
<<set $questpoledancer = 5>>\
<<button "Finish the training" "Hallway">><</button>>\
\
\
\
\
\
<<elseif $questpoledancer == 5>>\
<<speech "player" "$sname">>Hey Aubrey, let’s hit the pole again. We can review some of what we did yesterday and try a few new things.<</speech>>
<div align='center'>\
You open a laptop and open a browser to some of the videos that you bookmarked.
<video src="content/c2/npc/aubrey/poledance/7.mp4" autoplay loop></video>
Aubrey gets really excited to try out the moves that you watched together. You watch and at times support Aubrey on the pole as she figures out the different grips and spins.
<video src="content/c2/npc/aubrey/poledance/3.mp4" autoplay loop></video>
Aubrey does better today than she did last time. Her muscles are looking stronger, and she isn’t shaking as much holding some of the poses.
</div>\
<<speech "player" "$sname">>Let’s call it good for the day. I think that was amazing. Take it easy tonight and let yourself recover so we can pick it back up tomorrow.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<set $aubreydailypoldance to true>>\
<<set $playerenergy -= 1>>\
<<set $aubreyenergy -= 1>>\
<<set $questpoledancer = 6>>\
<<button "Finish the training" "Hallway">><</button>>\
\
\
\
\
\
<<elseif $questpoledancer == 6>>\
<<speech "player" "$sname">>Hey Aubrey, let’s hit the pole again. We can review some of what we did yesterday and try a few new things.<</speech>>
<div align='center'>\
You open a laptop and open a browser to some of the videos that you bookmarked.
<video src="content/c2/npc/aubrey/poledance/8.mp4" autoplay loop></video>
Aubrey gets really excited to try out the moves that you watched together. You watch and at times support Aubrey on the pole as she figures out the different grips and spins.
<video src="content/c2/npc/aubrey/poledance/4.mp4" autoplay loop></video>
Aubrey does better today than she did last time. Her muscles are looking stronger, and she isn’t shaking as much holding some of the poses.
</div>\
<<speech "player" "$sname">>Let’s call it good for the day. I think you are ready, but I have to do some research before I let you go. I will let you know when I am finished.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<set $aubreydailypoldance to true>>\
<<set $playerenergy -= 1>>\
<<set $aubreyenergy -= 1>>\
<<set $questpoledancer = 7>>\
<<button "Finish the training" "Hallway">><</button>>\
\
\
\
\
\
<<elseif $questpoledancer == 9>>\
<<speech "player" "$sname">>Shall we do another practice? Your last practice went really well. I think you might be about ready to do it for real.<</speech>>
<<speech "Aubrey">>Yeah, I’m feeling a lot more comfortable now. The calluses are getting thick enough that it doesn’t hurt much, and the bruises are fading.<</speech>>
<div align='center'>\
Aubrey goes through a routine that she has been practicing and does it nearly flawlessly. She really has a flair for the artistic.
<video src="content/c2/npc/aubrey/poledance/1.mp4" autoplay loop></video>
<video src="content/c2/npc/aubrey/poledance/2.mp4" autoplay loop></video>
<video src="content/c2/npc/aubrey/poledance/3.mp4" autoplay loop></video>
<video src="content/c2/npc/aubrey/poledance/4.mp4" autoplay loop></video>
At the end of the set, you applaud, and she takes a bow, smiling ear to ear.
</div>\
<<speech "Aubrey">>That felt amazing! I thought I would like the pole, but I didn’t expect it to be this much fun. Once you get past the initial pain of skin conditioning and building up the muscles, it is really liberating. I almost feel like a kid on the playground. You know, if the playground was super sexy and you want everyone to look at you.<</speech>>
<<speech "player" "$sname">>You looked fantastic. Bravo! I’m sure you will keep learning, but I think you are ready to show what you’ve got. Time for you to get hired! I sent the address of the club. When you are ready, go drop in and see what you can do. Be sure to put in the smart contact lenses and fake mole audio bug.<</speech>>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<set $aubreydailypoldance to true>>\
<<set $playerenergy -= 1>>\
<<set $aubreyenergy -= 1>>\
<<set $questpoledancer = 10>>\
<<button "Finish the training" "Hallway">><</button>>\
<</if>>\ <div align='center'>\
This is the massage room for Nathaly. She can work here.
</div>\
<<button "Leave" "Cellar">><</button>>\<div align='center' style='font-size: 150%;'>\
<b>Jose's Tiki Bar's Toilet</b>
</div>\
<div align='center'>\
<<if $tikibargloryhole >= 3>>\
<<if $playerenergy > 0>>\
There is a glory hole in the last stall. You can make some money here but it will cost <b>1 Energy</b> each time.
<<button "Go in the last stall" "Tiki Bar Gloryhole">><</button>>
<<else>>\
You don't have more energy to work here.
<</if>>\
<</if>>\
</div>\
<<button "Leave" "Tiki Bar">><</button>><<if $playergender is "male" and $playerenergy > 0>>\
<<fastheavypulsevibe>>
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghmhj>>
<<if $playercorruptionlevel >= 2>>\
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghmbj>>
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghma>>
<</if>>\
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghmbjcum>>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<if $playercorruptionlevel >= 4>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><<disablevibe>><</button>>
<<button "Leave" "Park Toilet Inside">><<disablevibe>><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "female" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<<ghfhj>>
<div align='center'>The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!</div>\
<<ghfbj>>
<<if $locked is true>>\
<div align='center'>You are wearing a chastity belt so you can not use your pussy.</div>\
<<else>>\
<div align='center'>You need to feel that cock in your pussy. You spin around and guide it into your wet hole and it slips in easily as your ass slaps against the wall. You feel so dirty taking the cock into your pussy unprotected. You decide to switch it to your ass instead.</div>\
<<ghfp>>
<</if>>\
<div align='center'>You slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.</div>\
<<ghfa>>
<div align='center'>Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.</div>\
<<ghfbjcum>>
<<set $CurAR = ($CurAR + 10).clamp(0, $MaxAR)>><<run Arousal($CurAR, $MaxAR, "verticalarousalbar", false)>>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<set $ghmoney to random(1, 25)>>\
<<set $money += $ghmoney>>\
<<set $ghmoneycounter += $ghmoney>>\
<<set $moneycounter += $ghmoney>>\
<<handskill>>\
<<timed 300ms>>\
<<blowjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<sexskill>>\
<</timed>>\
<<timed 900ms>>\
<<cumplayskill>>\
<</timed>>\
<<timed 1200ms>>\
<<willingness>>\
<</timed>>\
<<set $ghblowjobcounter += 1>>\
<<set $fghjcounter += 1>>\
<<set $fgblowjobcounter += 1>>\
<<set $fcumswallowcounter += 1>>\
<<if $locked is false>>\
<<set $frpussyfuckcounter += 1>>\
<<set $pussysize += 1>>\
<</if>>\
<<set $franalcounter += 1>>\
<<set $analsize += 1>>\
<div align='center'>You wipe your mouth and collect the $ $ghmoney from the floor.</div>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<<else>>\
<div align='center'>You just wait, but nobody turned up.</div>\
<<addmins 20>>\
<<set $CurEN = ($CurEN - 5).clamp(0, $MaxEN)>><<run Energy($CurEN, $MaxEN, "verticalenergybar", false)>>\
<<if $CurAR >= 100>>\
<<button "Cum" "Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting" "Gloryhole">><</button>>
<<button "Leave" "Park Toilet Inside">><</button>>
<</if>>\
<</if>>\
\
\
\
<<elseif $playergender is "shemale" and $playerenergy > 0>>\
<<set _rnd to random(1, 4)>>\
<<if _rnd < 4>>\
<div align='center'>\
You start stroking that big cock.
<video @src="'content/porn/gh/shemale/hj/' + random(6, 35) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningshj>>\
\
\
\
<<if $playercorruptionlevel >= 2>>\
The stranger's cock entering your mouth gives you a thrill. You need to be making money, but fuck it, you love sucking cocks and feeling like a whore!
<video @src="'content/porn/gh/shemale/bj/' + random(9, 61) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsbj>>\
<</if>>\
\
\
\
<<if $playercorruptionlevel >= 4>>\
<<if $condom > 0>>\
<<set $condom -= 1>>\
You put a condom on the wet cock then you slide it into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
<<if $playercorruptionlevel == 5>>\
You don't have more condom but you still you slide the wet cock into your ass and the sound of your cheeks slapping against the wall of the bathroom echoes in the confined space. You can tell that your happy customer is getting close and want to taste his cum in your mouth.
<video @src="'content/porn/gh/shemale/anal/' + random(1, 31) + '.mp4'" autoplay loop></video>
<<set $playerearnings = 0>>\
<<playerearningsanal>>\
<<timed 900ms>>\
<<playeranalskill>>\
<</timed>>\
<<else>>\
You don't have more condom and you are not ready to take clients bareback. You skip the fucking.
<</if>>\
<</if>>\
<</if>>\
\
\
\
Spinning around once more, your mouth dives over the cock just in time for his eruption. You happily swallow all of the cum, making sure to lick up any that sprayed onto your face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
<<set $playerenergy -= 1>>\
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<if $playercorruptionlevel >= 2>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<</if>>\
<<set $gloryholecounter += 1>>\
<<set $swallowcounter +=1>>\
<<set $ghmoney to Math.round($playerearnings * 0.8)>>\
<<set $playerearnings = 0>>\
<<set $money += $ghmoney>>\
<<set $moneyearned += $ghmoney>>\
You wipe your mouth and collect the $ $ghmoney from the floor.
<<fastheavypulsevibe>>
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Tiki Bar Gloryhole Cum">><<disablevibe>><</button>>
<<else>>\
<<button "Keep waiting (-1 Energy)" "Tiki Bar Gloryhole">><<disablevibe>><</button>>
<<button "Leave" "Tiki Bar Toilet">><<disablevibe>><</button>>
<</if>>\
</div>\
<<else>>\
<div align='center'>\
You just wait, but nobody turned up.
<video src="content/porn/gh/shemale/1.mp4" autoplay loop></video>
<<if $pissing is true>>\
You hear an interesting noise from the next stall. You peek through.
<video src="content/porn/gh/shemale/2.mp4" autoplay loop></video>
A young girl rushed into the stall and she can't stop pissing.
<video @src="'content/porn/gh/shemale/piss/' + random(1, 15) + '.mp4'" autoplay loop></video>
<<set $playerarousal = ($playerarousal + 5).clamp(0, $playermaxarousal)>>\
<<lightvibe>>
<</if>>\
<<set $playerenergy -= 1>>\
<<if $playerarousal >= $playermaxarousal>>\
<<button "Cum" "Tiki Bar Gloryhole Cum">><</button>>
<<else>>\
<<button "Keep waiting (-1 Energy)" "Tiki Bar Gloryhole">><<disablevibe>><</button>>
<<button "Leave" "Tiki Bar Toilet">><<disablevibe>><</button>>
<</if>>\
</div>\
<</if>>\
<<elseif $playerenergy == 0>>\
<div align='center'>You are very tired and you can not suck more cock now.</div>\
<<button "Leave" "Tiki Bar Toilet">><<disablevibe>><</button>>
<</if>>\
<<if $playergender is "male">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "female">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/ftm.mp4">\
</video>
<<set $playercorruption = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Park Toilet Inside">><</button>>
<<elseif $playergender is "shemale">>\
<div align='center'>You can not hold it anymore.</div>\
<video style="width: 100%;" autoplay loop>\
<source src="content/peoples/player/mtm.mp4">\
</video>
<<set $playerarousal = 0>>\
<<set $cumcounter += 1>>\
<<button "Clean up yourself" "Tiki Bar Gloryhole">><</button>>
<</if>>\
<div align='center' style='font-size: 200%;'>\
NATHALY CHERIE
</div>\
<div align='center'>\
<img @src="'content/c2/npc/nathaly/male/' + $mnathalylevel + '.jpg'" style="max-width: 40%;">
</div>\
<div align='center'>\
Reputation: $mnathalyrep / $mnathalyrepmax
Nathaly's Level: $mnathalylevel / 5
Bonuses: <<if $mnathalylevel == 2>> Increase Income * 2<</if>>
<<if $mnathalyrep >= $mnathalyrepmax>>\
<<button "Upgrade Nathaly" "Nathaly Page">>
<<if $mnathalylevel == 1>>\
<<set $mnathalylevel = 2>>
<<set $mnathalyrep -= $mnathalyrepmax>>
<<set $mnathalyrepmax = 25>>
<<set $gloryholebaseincome = Number($gloryholebaseincome * 2)>>
<</if>>\
<</button>>
<</if>>\
</div>\
<<button "Back" "Male Main Page">><</button>>
<div align='center'>\
Watch her working.
<<if $mnathalylevel >= 1>>\
Nathaly is waiting for her next client.
<video @src="'content/c2/npc/nathaly/gh/' + random(1, 4) + '.mp4'" autoplay loop></video>
Nathaly is stroking that big cock.
<video @src="'content/porn/gh/shemale/hj/' + random(1, 32) + '.mp4'" autoplay loop></video>
<</if>>\
\
<<if $mnathalylevel >= 2>>\
The stranger's cock entering her mouth, gives her a thrill. She loves sucking cocks.
<video @src="'content/porn/gh/shemale/bj/' + random(1, 57) + '.mp4'" autoplay loop></video>
<</if>>\
\
<<if $mnathalylevel >= 3>>\
She slides the wet cock into her pussy and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/porn/gh/shemale/pussy/' + random(1, 31) + '.mp4'" autoplay loop></video>
<</if>>\
\
<<if $mnathalylevel >= 4>>\
She grabs the clients cock and force it into her tight asshole. Her happy customer is getting close.
<video @src="'content/porn/gh/shemale/anal/' + random(4, 47) + '.mp4'" autoplay loop></video>
<</if>>\
\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video @src="'content/porn/gh/shemale/bjcum/' + random(1, 67) + '.mp4'" autoplay loop></video>
</div>\<div align='center' style='font-size: 200%;'>\
CHERIE DEVILLE
</div>\
<div align='center'>\
<img @src="'content/c2/npc/cherie/' + $mcherielevel + '.jpg'" style="max-width: 40%;">
</div>\
<div align='center'>\
<<if $cheriehired is false>>\
You can hire Cherie to work in the Glory hole. She will increase the working speed.
You have to pay 1000 to hire her.
<<if $money >= 1000>>\
<<button "Hire Cherie" "Cherie Page">>
<<set $money -= 1000>>
<<set $cheriehired to true>>
<<set $gloryholebarmax = Number($gloryholebarmax * 0.8)>>
<<set $barmax = Number($gloryholebarmax += 0.2)>>
<<updatemeter '$gloryholebar' `$gloryholebarpoint / $barmax`>>
<</button>>
<<else>>\
You don't have enough money to hire her.
<</if>>\
<<else>>\
Reputation: $mcherierep / $mcherierepmax
Nathaly's Level: $mcherielevel / 5
Bonuses: <<if $mcherielevel == 1>> Increase working speed by 20%.<</if>>
<</if>>\
</div>\
<<button "Back" "Male Main Page">><</button>>
<div align='center'>\
Watch her working.
<<if $mcherielevel >= 1>>\
Cherie is waiting for her next client.
<video src="content/c2/npc/cherie/1.mp4" autoplay loop></video>
Cherie is stroking that big cock.
<video src="content/c2/npc/cherie/2.mp4" autoplay loop></video>
<</if>>\
\
<<if $mcherielevel >= 2>>\
The stranger's cock entering her mouth, gives her a thrill. She loves sucking cocks.
<video @src="'content/c2/npc/cherie/' + random(3, 4) + '.mp4'" autoplay loop></video>
<</if>>\
\
<<if $mcherielevel >= 3>>\
She slides the wet cock into her pussy and the sound of her cheeks slapping against the wall of the bathroom echoes in the confined space.
<video @src="'content/c2/npc/cherie/' + random(5, 6) + '.mp4'" autoplay loop></video>
<</if>>\
\
Spinning around once more, her mouth dives over the cock just in time for his eruption. She happily swallow all of the cum, making sure to lick up any that sprayed onto her face.
<video src="content/c2/npc/cherie/7.mp4" autoplay loop></video>
</div>\<div align='center'>\
<<if $reward1 == 3>>\
- You earned 12 Nathaly Reputation.
You can upgrade her on her profile page.
<<set $mnathalyrep += 12>>\
<<set $reward1 = 4>>\
<<set $reward2 = 1>>\
<</if>>\
\
\
\
<<if $reward2 == 3>>\
- You can hire a new girl in the Glory hole. Check her profile page.
- You earned 8 Nathaly Reputation.
<<set $mnathalyrep += 8>>\
<<set $mcherielevel = 1>>\
<<set $reward2 = 4>>\
<</if>>\
</div>\<<if $maleintro == 1>>\
<div align='center'>\
It was another lovely day in paradise. The pleasant trade winds gently cool your warm brown skin as you bask in the tropical sun. Your fishing pole was securely attached to the sand spike, keeping it at the perfect angle.
<img src="content/c2/intro/3.jpg" style="max-width: 60%;">
You took a sip of your beer as you took a deep breath full of the fragrant perfume of the plumeria flower. This is the perfect way to spend a weekend! You are scrolling through the current local news on your phone as it plays some gentle ukulele music which always soothes you when you see an email from your father. You set your beer back in the cooler and sit up straighter as you read the message subject: Yeye. The message isn’t long. Your father was never one for being too emotional, especially in his correspondence. You read the message through quickly and then read back through a second time. Your grandfather, or Yeye as you called him, had passed away at the assisted living care home he was staying in. His passing was gentle without complications. Your eyes begin to mist up as you remember with great fondness your youth as you visited your grandfather in the summers. You were always his favorite. When you moved to Hawaii, the two of you drifted apart. You would still get letters from him occasionally, and now you feel guilty that you didn’t write him back more frequently. At the end of the letter, your dad asks you to make attending his funeral a priority and hints that there was something for you in his will for an inheritance.
Your boss isn’t very happy with you for the short notice taking time off from work. You are tempted to quit on the spot as he has always been difficult to work for. Working construction jobs in Hawaii isn’t very glamorous and you wonder if you can afford a change of lifestyle with the money that may be coming your way. With one last provocation from your boss as you makes a rude comment about your punctuality pushes you over the edge and you tell him where to stick his rude behavior and you quit. You would think he had never heard of ‘aloha time’. Well, he isn’t kamaaina like you, having only come to the island from the mainland last year. You’ll worry about finding another job when you get back.
You ask your neighbour to watch after your place while you are away and head to the airport for the long series of flights to get to the funeral services. All the time in the air pulls you back to reflect on the beautiful memories you shared with your paternal grandfather. He was always so jovial and gregarious. It is hard to believe that your father is related to the two of you. Your father resented not being raised by someone who took an interest in applying their talents to improve their family’s status. Your Yeye was a Chinese immigrant and had nothing against manual labour and would often work various jobs to provide the necessities of life. Your father studied diligently in school and received high marks so he could get a full-ride scholarship to a prestigious school. This allowed him to land a high-paying job for a multinational company that allowed him to travel and see the world. While visiting Brazil brokering a lucrative trade deal, your father met your mother. He was immediately dazzled by her beauty and quiet sophistication. Despite some warning signs that he was a workaholic, your mother’s resistance to your father’s advances were eventually worn down, and she agreed to marry him.
Once the paperwork was completed allowing your mother to immigrate, she quit her job and moved in with your father. You were born less than a year later. Looking back on your few memories of your mother, you remember that she always seemed rather sad. You were a bright spark in her life, and she loved you with all her heart. Your father was seldom home, and when he was, he didn’t spend much time with you. Now you realize that your mother was more of a trophy than a real companion. She died of a rare blood disease when you were in your early teens. You were shipped off to a boarding school where you were given a decent education, but you just didn’t have the motivation to apply yourself. You often resented your father for being so distant, and you missed your mother terribly. During your summer breaks, you would spend your time with your Yeye. He taught you many useful skills that have served you well as you picked up different constructions jobs over the years. He always lived very frugally and preferred to repair things than throw them out. He taught you how to see the silver lining in every cloud. He also had a wicked sense of humor. He would often give you side aches from making you laugh so hard as the two of you would talk as you were supposed to be falling asleep.
You wipe another tear from the corner of your eye as your plane touches down at your final destination. As promised, your father had a car waiting for your arrival, and the driver escorted you from the terminal. You are driven to a hotel where your father reserved a room for you, and the driver tells you he will be back in the morning to pick you up. You are always so surprised how exhausting sitting in a soft airplane seat all day can be. You shower and immediately fall asleep.
You slept through your first alarm, and now you only have time to rinse off with a hand towel and throw your clothes on before the driver arrives. A short drive later, you are delivered to the funeral home. Taking a deep breath, you step inside the modest building. As the doors close behind you, you are surprised by the sudden calm stillness in the air. They must have some impressive sound insulation on those doors. Your father steps out from one of the open doorways looking dapper as ever. He nods at you as he approaches and offers his hand. You shake it on instinct, not understanding why your father is shaking your hand other than it is probably his default after all his business dealings.
</div>\
<<speech "Jose">>Hello Father. Thank you for helping me be here. It means a lot that you would make sure I am here.<</speech>>
<<speech "Random" "Huan Min">>Please don’t mention it. I know how close the two of you were. It is all part of the funeral expense. Is that really the best suit you have? You should have made sure to iron it before you came, at least.<</speech>>
<<speech "Jose">>I’m sorry father. I slept longer than I expected. It was a long trip to get here.<</speech>>
<<speech "Random" "Huan Min">>Next time, remember to take care of such details the night before you go to bed.<</speech>>
<div align='center'>\
You think to yourself that there likely won’t be a next time. Your father is all the family you have left. Without your father’s help, there is no way that you could have afforded to make this trip. The two of you take a seat and greet the occasional visitor that comes to pay their respects. The funeral service itself is small and straightforward. The mortuary director says a few short words and then asks if anyone has anything they would like to say. You look around the room at the dozen or so visitors and wait for several seconds before you realize that no one is going to stand. You aren’t much for speeches, but you figure that your Yeye deserves a little more for his funeral. You walk to the front of the room, and you feel all eyes on you, which causes your throat to tighten. You clench your fists, trying to force your nerves back down. You remember a silly joke that was a favorite of your grandfathers, and with a constricted voice, you rasp it out.
</div>\
<<speech "Jose">>A couple are out to eat at a restaurant, and the woman jump, crying out that she forgot to turn off the gas and there could be a fire. Her husband reassures her by saying that it is alright because he forgot to turn off the water faucet.<</speech>>
<div align='center'>\
There is a soft murmur of laughter amongst those gathered, and you see your father's eyebrows knit together in dismay. Long gone are the days of you trying to obtain your father's respect. The smiles on the faces of the rest of the people relax you further, and you are able to share a couple of sweet memories of your childhood with your Yeye. Once you have said all that you can think to say, you sit back down, and your father pats your knee softly. The ceremony concludes, and the guests offer a few more conciliatory words in parting. Your Yeye is wheeled out, and the funeral director instructs you that the cremation will take a few hours and to stop by a little later to collect the ashes. You and your father make your way to a restaurant for brunch while you wait.
</div>\
<<speech "Random" "Huan Min">>As you know, your Yeye didn’t have much. You may not know this, but shortly after you moved to Hawaii, he decided to settle down as he was getting too old for manual labor. I helped him buy a bar as a retirement gift to help him ease out of the back-breaking work. I think it was a little too little, too late. His body began to fall apart quickly after that, and he was moved to the assisted living home until he passed. I know the two of you were very close. He didn’t actually have a will, but I think he would have wanted you to have his bar. It has been shut down for a number of years and is not in very good shape, but I know you have the skills to fix it back up. What do you say? Would you like his bar?<</speech>>
<<speech "Jose">>I can’t say that I’ve never thought about having my own bar. That would be a big change for me. I’d have to move and find a new place to stay. Buying materials for the repairs won’t be cheap either. I don’t have any savings. I would need to get a loan to get things going. I don’t think anyone would be willing to give me a loan. It is a good idea, but I just don’t see how I can make it work.<</speech>>
<<speech "Random" "Huan Min">>Do you think so little of me that you won’t ask me for the money?<</speech>>
<<speech "Jose">>You’ve made it very clear over the years not to expect handouts from you. Are you changing your mind? Are you offering to help me get started?<</speech>>
<<speech "Random" "Huan Min">>It wouldn’t be a handout. I know I haven’t been the best father to you. With the passing of my father, it has caused me to reflect back on the kind of father I have been. I thought my father was simple-minded, working so hard, and I was determined to work smart. I see that there are pros and cons to both. While I was able to spend time with my father growing up, we didn’t have much. While you had everything you needed growing up, you didn’t really have a father around. I wonder now which of us was really the wiser. Regardless, I want to try to make it up to you. I don’t think I will ever be a good father, but I would at least like to try to be a better person. I will give you a one-time gift to help you get started. Not a lot, just enough to get the materials you need and the first couple of months’ rent while you get established. What do you say? Do you want to do it? No pressure. It is totally up to you.<</speech>>
<<speech "Jose">>Don’t be too hard on yourself. It is true that you aren’t exactly what most people would call a traditional father. I have met much worse. And it means a lot to me that you are making an effort now. How could I say no? I humbly accept your offer, father.<</speech>>
<div align='center'>\
It is all that you can do to keep yourself from tearing up. Without thinking, you reach over and hug your father. You can’t remember the last time you hugged him. He looks surprised, but you are committed now and double down, hugging him tighter. You feel him relax, and then you feel his arms move around you too. After your meal, you collect your Yeye’s ashes, and the two of you spend a marvelous day together. When it comes time for your father to go to the airport, for the first time you can remember, you actually cry at parting.
</div>\
<<button "Go to your bar." "Intro Male">><<set $maleintro = 2>><</button>>
\
\
\
\
\
<<elseif $maleintro == 2>>\
<div align='center'>\
The next day, you get a ride to your new bar. It isn’t in the best part of town but the building itself has good bones. It looks like you will have a good foundation to make your remodel on. There is a small apartment above the building that you will be able to live in once you get it fixed. That will be your first priority, so you don't have to pay for a hotel. You head to the building supply store and buy what you need to get started. It takes most of the week to get the apartment in decent shape and then you start on the bar. You’ve been thinking about what theme you should use for your bar and the only idea that really sticks is from your stay in Hawaii to make it a tiki bar. Looking it up on the internet, it looks like there are no Hawaiian bars for a long way. You don’t know if that is because there isn’t a market for it or if people around here have just never seen one. Regardless, you settle on the theme and order the decorations for it online. And so, with a bit of blood, some tears and a lot of sweat, after less than a month, you are ready to open. And behind the bar, in a prominent place on the shelf is your Yeye’s ashes.
Business starts off slow, but word gets out about the new bar in town and a few of the locals stop in to check it out. You can always tell those that come for the first time by their wide-eyed expression when they take in the over-the-top tiki decorations in the bar. Life is good and you are loving your new life. You miss aspects of your life in Hawaii, but it is hard to argue with the freedom of being your own boss and doing something you love.
After a couple of years of dipping into the cash gift from your dad to make ends meet, you are starting to break even on your expenses compared to how much you make each month. You feel like things have finally come together for you. And then it all starts to fall apart.
Looking back, it is hard to pinpoint exactly when it started. All you know is that it began after the new club opened up near your bar. You noticed a bit of a dip in the customers coming, but you figured people were checking out the new club, but then they would come back. And then the inspectors start dropping by unexpectedly. First, it was the liquor license inspector, and everything went just fine. It happens to everybody, right? Then the next week, it was the music license inspector. You never figured you would be called on to check that license, but with a little digging in your email, you found it, and the inspector went away happy. When you got a tax audit letter in the mail the next month, you knew something was up. You begin to think back through who you might have pissed off. You don’t recall any particularly difficult customers. All your friends are still talking to you. You are completely baffled by who it might be. So, you begin to make discreet inquires to some of your oldest patrons. Eventually, one of your newer patrons mentions something about the owner of the club nearby bad-mouthing you. It isn’t much to go on. Sometimes business rivalry can be unpleasant, but you’ve never heard of one owner trash-talking another without provocation. After you get an unexpected visit from the sanitation department checking on the state of your building, you decide to check it out yourself. You hang a sign on the door letting people know that you closed early for the night and lock up the building. You head down to the bar brazenly named Idle Hands. It seems like a fairly nice place for people that are into this kind of thing. There is an unused stripper pole in the center of a stage and a remarkably well-stocked liquor shelf behind the bar. As you approach the bar, you start thinking to yourself that the man behind it looks somewhat familiar.
</div>\
<<speech "Draven">>Well, look who it is. Hey everybody, come take a look at this Latina Chink. This is the guy I’ve been talking about. What do you want? Shouldn’t you be pushing your mai-tais up some fairies ass right about now?<</speech>>
<div align='center'>\
The insults come at you faster than you can process them. Between the ugly racist slurs and the hurtful homophobia, you don’t know where to start. Suddenly, you have a flashback from a few months back when the man learning at you from across the bar was sitting across from you at your bar asking with a curious tone about your ancestry. You paid for his drink and downed it in one, and walked out. Hardly anything worth remembering. Is that really all it was? Is some racist homophobe feeling threatened by his aloha spirit just down the street?
</div>\
<<speech "Jose">>Hey man, that isn’t cool. This town is plenty big enough for both of us. There is no reason for you to try to tear down my business. Live and let live, right? Can you please just leave me and my bar alone? I haven’t done anything to you.<</speech>>
<<speech "Draven">>Get the fuck out of here before I throw you out. You are bringing down the class of my dignified establishment just being in here.<</speech>>
<<speech "Jose">>I can see there is no talking to you about this. Aloha.<</speech>>
<div align='center'>\
You turn and walk as calmly as you can out of the club. Just as you reach for the door, you hear the pig shout after you.
</div>\
<<speech "Draven">>That’s right, go back to your sissy drinks bar. Your fag boyfriend is wondering when you are going to open his tight coconut to make your next pina colada.<</speech>>
<div align='center'>\
You pause for just a moment and then bite your lip as you walk out the door. It is all you can do to keep your rage inside, and when you see a garbage can left out, you kick it with all your energy causing it to go skittering down the sidewalk. That felt a little better. Too bad it wasn’t that royal class A jerk’s head instead. You stop for a moment and do some breathing exercises to calm yourself. Clearly, confrontation with this man is not going to do you any benefit. You need to be very careful not to escalate this further. Probably best to just ignore him for now. Carma will come for him soon enough, you hope.
You have a hard time sleeping. You pull up your laptop and do a little digging on the owner of the Idle Hands. You find that he is new in town and his name is Draven. What a peculiar name. You wonder where it comes from or if it is his real name. You find some of his social media accounts for both him and his bar. He is even smearing you on social media! Isn’t this bullying? It isn’t school anymore. Grownups call this kind of thing slander. Perhaps there is a legal angle there. You remember that one of your patrons is a police officer, and you make a mental note to ask him the next opportunity you get.
A few days later, a peculiar prospect walks through your doors. It comes in the guise of a friendly and rather attractive lady that frequents your bar.
</div>\
<<speech "Jose">>Hey you! A bit earlier than usual today. You want your regular?<</speech>>
<<speech "Violette">>Thanks Joe but I’m actually here on business. Can you spare me a few minutes?<</speech>>
<<speech "Jose">>For you, anything. What’s up?<</speech>>
<<speech "Violette">>You won’t believe this, but I have suddenly found myself in a new line of work. A couple of girls got themselves into trouble and all of a sudden, I’m a pimp. Or a madam. Or… whatever. Anyway, I’m trying to find a safe place for them to open a glory hole so they can turn some tricks without exposing themselves too much. And so… I was wondering… how would you feel about me renting the last stall in your bathroom and turning it into a glory hole?<</speech>>
<<speech "Jose">>Oh wow! You sure don’t beat around the bush. That is a big ask. Give me a few to think about it. I’ll give you one on the house while I give it a think.<</speech>>
<div align='center'>\
You pour her a beer from the tap and slide it over to her. You take a walk back to the bathroom. You walk back to the last stall and take a look around and inspect the partition separating it from the next stall. You walk into that stall and look at it as well. You could probably do alright with giving up the last stall so long as it was all the time. Surely, it wouldn’t get all that much use. And besides, the additional cash flow would be really helpful in filling in to gap caused by that bastard, Draven. Oh shit… you can’t put in a glory hole while you have a feud going with that steaming turd. Something will need to be done about him first. You walk back out of the bathroom and back behind the bar.
</div>\
<<speech "Jose">>I think we can come to an arrangement. I’ll agree to let you rent the handicap stall at the end provided you keep the bathrooms clean for me. I don’t want to find wadded-up tissues of cum scattered around. And I need you to do me a favor. There is a new bar that opened up down the street. I hear that the owner has been talking shit about me and my bar. I’d love nothing more than to smash a bottle over his head but… I don’t want to start a feud. I just want to bring him down a beg or two. Do you think you could… I don’t know, help him into a compromising situation and threaten to blackmail him or whatever? Maybe not blackmail but… just get some dirt on him and hold it over his head to make sure he plays nice? Is that doable?<</speech>>
<<speech "Violette">>Yeah, I think that is something I could take care of. Write down what you know about him, and I’ll see what mischief I can find for him.<</speech>>
<div align='center'>\
You take a napkin and jot down what relevant details and slide it over to Violette. She tucks away and finishes her beer. She gives you a wink as she turns to walk out.
</div>\
<<button "Couple of days later" "Intro Male">><<set $maleintro = 3>><</button>>
\
\
\
\
\
<<elseif $maleintro == 3>>\
<div align='center'>\
You get a visit from a very excited Violette and she practically shoves her phone in your face before hitting the unpause button on a video she has queued up.
</div>\
<<speech "Violette">>Hi Jose, I think I’ve got what you asked for. Check out Draven’s shrunken manhood. Is this something you think you can use? Tell me we got him!<</speech>>
<<speech "Jose">>Wow! Is that really him? It looks so tiny! Hehehe, yeah, I think I can use this. Can you send me this? If this doesn’t shut his trash-talking mouth, nothing will. I’ll let you know how it goes.<</speech>>
<div align='center'>\
You kick around several ideas on how to confront Draven. You finally settle on the idea to contact him over social media to have a ‘little’ chat.
</div>\
<<speech "Jose">>Draven, I need to talk to you about a tiny matter.<</speech>>
<<speech "Draven">>There's no need to talk about your tiny brain. I already know. I heard a rumor you are being audited for your taxes. What, can’t you do math?<</speech>>
<<speech "Jose">>You have a big mouth but that is about all that is big about you. I know about your diminutive size in your drawers, and I think the world should know about what you are compensating for. And before you go and try to blow that off, you take a look at this.<</speech>>
<img src="content/c2/intro/4.jpg" style="max-width: 60%;">
<<speech "Jose">>Are you still there? Cat got your penis?<</speech>>
<<speech "Draven">>How did you get that? Are you fucking spying on me?<</speech>>
<<speech "Jose">>Look, you clearly don’t like me. I don’t care about you. You are too small to bother me. I just want you to lay off me. I’ll leave you alone if you leave me alone. No one else needs to know.<</speech>>
<<speech "Draven">>You bastard. You think I’ll roll over that easy? This isn’t over.<</speech>>
<<speech "Jose">>This is currently a tiny little matter between the two of us. If I get a hint that you are interfering with my bar ever again, your tiny news is going to be everywhere. You will be laughed out of town. Compreendo?<</speech>>
<<speech "Draven">>Ok.<</speech>>
<<speech "Jose">>What? Tell me, that you understand.<</speech>>
<<speech "Draven">>I get it. I understand. I’ll leave you alone.<</speech>>
<<speech "Jose">>Good. I won’t be seeing you, tiny.<</speech>>
<div align='center'>\
You send a message to Violette.
</div>\
<<speech "Jose">>Hey, that video was perfect. I don't think Draven will be giving me any more trouble from here out. If you still want to rent that last bathroom stall for a 20% cut, it’s yours. You definitely earned it!<</speech>>
<<button "Get back to work in your bar." "Male Main Page">><<set $maleintro = 4>><</button>>
<</if>>\<div align='center' style='font-size: 150%;'>\
<b>Gallery</b>
</div>\
<div align='center'>\
You can rewatch every story sex scenes you already unlocked.
----
<div align='center' style='font-size: 150%;'>\
<b>Nathaly</b>
</div>\
<<if $nathalymassage >= 1>>\
<<button "Hallway solo scene" "Gallery Scenes">><<set $galleryscenes to "Hallway solo scene">><</button>>
<<else>>\
Hallway solo scene - locked
<</if>>\
\
<<if $nathalystreetwork >= 1>>\
<<button "Kitchen fucking scene" "Gallery Scenes">><<set $galleryscenes to "Kitchen fucking scene">><</button>>
<<else>>\
Kitchen fucking scene - locked
<</if>>\
</div>\
----
<div align='center' style='font-size: 150%;'>\
<b>Dee</b>
</div>\
<<if $deeintro >= 5>>\
<<button "First glory hole scene" "Gallery Scenes">><<set $galleryscenes to "Dee first glory hole scene">><</button>>
<<else>>\
Dee first glory hole - locked
<</if>>\
\
<<if $deefirstshower is true>>\
<<button "Shower scene" "Gallery Scenes">><<set $galleryscenes to "Dee shower scene">><</button>>
<<else>>\
Dee first glory hole - locked
<</if>>\
----
<<button "Return" $return>><</button>><<if $galleryscenes is "Hallway solo scene">>\
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/1.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>Good morning $sname. I was waiting for you to wake up. I have a brilliant idea, and I have to share it with you. Let me come down to you.<</speech>>
<div align='center'>\
She slowly walks down the stairs while touching her body with one of her hands.
<video src="content/c2/npc/nathaly/scene1/2.mp4" autoplay loop></video>
</div>\
<<speech "player" "$sname">>Good morning to you. So what is this brilliant idea?<</speech>>
<<speech "Nathaly">>Not so fast. First I have to show you a couple of things to imagine my plan correctly.<</speech>>
<<speech "player" "$sname">>Sounds interesting. Let me see.<</speech>>
<<speech "Nathaly">>Let me show you my breasts first. Look at them, how big and juicy they are. This is what the clients will see and feel first.<</speech>>
<div align='center'>\
She uncovers her two big boobs and starts massaging them.
<video src="content/c2/npc/nathaly/scene1/3.mp4" autoplay loop></video>
</div>\
<<speech "player" "$sname">>Yes, they are beautiful. So what is your plan exactly?<</speech>>
<<speech "Nathaly">>I am not finished yet. Please don't say a word until I finish this unique business presentation.<</speech>>
<div align='center'>\
She is a little bit bossy, but this is the best business meeting you have ever had, so you are just enjoying the show.
</div>\
<<speech "Nathaly">>Just look this round hard ass I shaking for you. This will be the second present for the clients.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/4.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>And finally, look at this warm, wet beautiful pussy. This will make so much money for us.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/5.mp4" autoplay loop></video>
She pulls her pussy lips away, and you can see inside her pussy. You have never seen anything like that before. Your hard cock want to escape from your clothes and ram into that pussy.
</div>\
<<speech "Nathaly">>I hope you don't feel uncomfortable about this special presentation. I can see your penis is struggling in your tight clothes. Let me sit down here until you calm down a little bit.<</speech>>
<div align='center'>\
<video src="content/c2/npc/nathaly/scene1/6.mp4" autoplay loop></video>
She sits down on the stairs, but she is not covering her fantastic body, and she is just smiling at you and on your rock hard problem.
</div>\
<<speech "Nathaly">>Let's talk about the business now. I did a whole body massaging course when I was a teenager. I gained enough experience in the glory holes to please somebody very quickly. My idea is to become an erotic masseuse. This job will bring more money because they will pay a fixed price for the massage and everything else on top of it.<</speech>>
<<speech "player" "$sname">>This is a great idea, but where do you want to do it?<</speech>>
<<speech "Nathaly">>There is plenty of space in the cellar. I don't need a big fancy room, just a small one with a massage bed. It shouldn't cost that much.<</speech>>
<<speech "player" "$sname">>Ok. I have to go back to my daily routines now. Let me see what can I do with it. I will talk to you later once I figure everything out. Bye.<</speech>>
<<speech "Nathaly">>Thank You so much. Have a good day. Bye.<</speech>>
\
\
\
\
\
<<elseif $galleryscenes is "Kitchen fucking scene">>\
<div align='center'>\
You step into the kitchen and see Nathaly cooking something in beautiful blue lingerie. She didn't notice you so you could enjoy the view.
<video src="content/c2/npc/nathaly/scene2/1.mp4" autoplay loop></video>
It looks like it needs a couple of more minutes because she started massaging her huge breasts.
<video src="content/c2/npc/nathaly/scene2/2.mp4" autoplay loop></video>
Her body is just incredible, and this blue lingerie is a perfect match.
<video src="content/c2/npc/nathaly/scene2/3.mp4" autoplay loop></video>
She continues to stir the pasta. You say hi to her before somebody notices you peaking on her.
<video src="content/c2/npc/nathaly/scene2/4.mp4" autoplay loop></video>
She turns back to you with a smile on her face.
<video src="content/c2/npc/nathaly/scene2/5.mp4" autoplay loop></video>
</div>\
<<speech "Nathaly">>Hello Violette! It is good to see you because I wanted to ask something from you.<</speech>>
<<speech "Violette">>You can ask me anything. What is the problem?<</speech>>
<<speech "Nathaly">>There is no problem, or at least not a big deal. I am curious about working on the street. I just heard some stories from Aubrey, and I know it is more dangerous than working in a glory hole or in the massage room. I still want to try it out, and if I don't like I still can come back to work here.<</speech>>
<<speech "Violette">>I understand this whole thing is new to you, and you want to try everything, but Aubrey is right. Working on the street is dangerous. Some terrible clients can rob you or force you to do things you don't want, and sometimes I can not be around to defend you. And it is not like a glory hole or giving a massage. If somebody goes to you, you must do what he pays for on the street or in his car. Are you sure you are ready for this?<</speech>>
<<speech "Nathaly">>Let me show you how ready I am.<</speech>>
<div align='center'>\
She turns off the cooker, drops her lingerie, and calls you over. Without hesitation, you walk over to her. She pulls your cock out and starts stroking you.
<video src="content/c2/npc/nathaly/scene2/6.mp4" autoplay loop></video>
She makes her grip tighter on your cock and pulls you into her bedroom. Push you down on her bed and starts sucking your cock.
<video src="content/c2/npc/nathaly/scene2/7.mp4" autoplay loop></video>
Then she jumps on it and starts riding you.
<video src="content/c2/npc/nathaly/scene2/8.mp4" autoplay loop></video>
She increased the speed.
<video src="content/c2/npc/nathaly/scene2/9.mp4" autoplay loop></video>
You can not hold it back anymore. She turns you around, grabs your cock, and milks you on her boobs.
<video src="content/c2/npc/nathaly/scene2/10.mp4" autoplay loop></video>
You try to catch your breath and lay down, but she still holds your cock tight.
</div>\
<img src="content/c2/npc/nathaly/scene2/1.jpg" style="max-width: 60%;">
<<speech "Nathaly">>Did I prove myself to give a chance to work on the street?<</speech>>
<<speech "Violette">>Yes, you did, but please release my cock. It hurts.<</speech>>
<<speech "Nathaly">>Then I will see you tonight. Please leave me now. I have to clean myself. See you later.<</speech>>
\
\
\
\
\
<<elseif $galleryscenes is "Dee first glory hole scene">>\
<div align='center'>\
<video src="content/c2/npc/dee/scene1/1.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Alright, make yourself comfortable. There’s no way of knowing how long before our first visitor arrives. You look smashing by the way. I still can’t believe that no one has tried to get in those sexy panties of yours for… how long has it been?<</speech>>
<<speech "Dee">>I don’t want to say. Too long. And no, there have been a few attempts to ‘get into these panties’ as you say. I just… I guess I just wasn’t ready. I have been so focused on work and my reputation. And you can see how that turned out! All that hard work down the toilet. And now I’m too damn old for anyone to want me. I have to hide behind a wall, so they won’t see how old I am.<</speech>>
<<speech "Violette">>Don’t talk that way. How many times do I have to tell you that you are sexy before you will believe me? I don’t want to what another word about it, clear? Oh! It looks like we have our first customer. Wow, look at the size of it. This is going to be fun! Alright, you’ve given a blow job before, right? It’s the same thing here but you have a wall between you and the rest of them. Start off light and playful. Give it little touches to let them know you see them and like what you see. Then give it a kiss on the tip, like this. Now you can use lube if you want but I always prefer to use natural lubricant when I can. Spit is your friend. Lots and lots of spit. Then you grab the base and start to stroke it while you tease the head with your mouth. Oh, look at these balls. See how they are tightening up? They like what I’m doing. They won’t last much longer now. You can let it shoot where you like but I love it when they shoot in my mouth. It is totally up to you if you spit or swallow. They won’t be able to see so it really is your call. I like the taste of this one so I’m going to swallow it.<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene1/2.mp4" autoplay loop></video>
You deep throat the cock and moments later, you feel it pulsing in your hand as it nuts in the back of your throat. You finish it off and use a towel to clean up.
<video src="content/c2/npc/dee/scene1/3.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Not so hard, right? The next one is yours. I’ll be right here to help you along the way. Oh, that was fast. People know we are here now for sure. Alright, you’re up. Just try to have fun and the rest will come naturally!<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene1/4.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Oh god, look at it. I think it is even bigger than yours. I mean the one you just did. Oh, it is so warm! I am going to enjoy this. I really did miss having a cock around. Mmmm, it is getting harder. It always makes me feel so powerful feeling it getting stiff in my hands.<</speech>>
<div align='center'>\
Dee gives it a few more strokes and then gives the head a lick. You smile as you hear her moaning at the taste. Yes, she needed this. Her lips quickly wrap around the head as her hand strokes faster. She looks bake at you a little uncertainty and you nod your head in encouragement.
<video src="content/c2/npc/dee/scene1/5.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>I know it is big but you can do it. Keep at it. You got this.<</speech>>
<div align='center'>\
Her other hand not holding the cock begins to rub at her impressive breasts. Her nipples must be tingling.
</div>\
<<speech "Dee">>I don’t know if I can do this one my own. It is so big. Will you help me?<</speech>>
<div align='center'>\
You squeeze in tight next to Dee and the two of you swap kissing and licking along the shaft and head. It is all you can do to keep yourself from kissing her then, but you decide that the customer should come first and do your best to focus on the task at hand and ignore the buxom blonde moaning beside you.
<video src="content/c2/npc/dee/scene1/6.mp4" autoplay loop></video>
You can tell that this customer is about to release, and you can tell that Dee has no idea so you wrap your lips around the head just in time to catch the load. You hand Dee the towel to wipe her hands and lips and she passes it back so you can do the same.
</div>\
<<speech "Dee">>That was so hot! I can’t tell which I enjoyed more, the big dick or watching you work your magic on it.<</speech>>
<<speech "Violette">>I think you are going to be a natural at this. I’ll work a few more with you but I can tell that you have it down already.<</speech>>
<div align='center'>\
You stick around a bit longer and watch as Dee takes a few more customers.
<video src="content/c2/npc/dee/scene1/7.mp4" autoplay loop></video>
You are tempted to go and stand in line with the other customers to get your turn with Dee but decide against it. You’ll try your luck with her another time. You give her a few more encouraging words and leave her to finish up on her own before heading out of the bar.
</div>\
\
\
\
\
\
<<elseif $galleryscenes is "Dee shower scene">>\
<div align='center'>\
Your time spent in the shower is often one of your favorites. It is so peaceful as you are left to your thoughts in warm, wet privacy. It is the perfect place to let your muscles unwind or rub one out if you are feeling horny.
<video src="content/c2/npc/dee/scene2/1.mp4" autoplay loop></video>
You are caught completely off guard when you see Dee standing in the doorway to the shower. You didn’t even hear her come in. You grab a towel and attempt to cover yourself.
<video src="content/c2/npc/dee/scene2/2.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Dee! What are you doing? Is something wrong?<</speech>>
<<speech "Dee">>No, nothing is wrong. I heard you showering and wanted to get a better look at you. I’ve seen the way you undress me with your eyes. I thought it was my turn. Do you have any idea how hot it makes me knowing how you look at me? Drop the towel. This is my house. I make the rules. Now drop it.<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene2/3.mp4" autoplay loop></video>
You drop the towel but try to cover your pelvis with your hands leaving her first target completely exposed. Dee’s hands' cup and rub your breasts as she pushes you back against the wall. She leans in and gives your hardening nipple a kiss. Your hands steady your body against the wall and her hand slides down to cup your dick making both of you moan.
<video src="content/c2/npc/dee/scene2/4.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>I haven’t had a chance to thank you properly for helping to save my home from foreclosure. This is only a small token of my… gratitude.<</speech>>
<div align='center'>\
Her hands and lips roam over your body and before long, your hands want access to her too. You help her remove her clothing.
</div>\
<<speech "Dee">>Oh, I’m getting chills. I know, come with me.<</speech>>
<div align='center'>\
Dee pulls you back into the shower and pushes you back against the wall before turning the water back on.
</div>\
<<speech "Dee">>That was rather rude of me to interrupt you in the middle of your shower. And here I was trying to thank you. Let me help you finish your shower.<</speech>>
<div align='center'>\
Lathering up some soap on a loofah, she begins to softly scrub your body; paying special attention to what is clearly her favorite bits.
<video src="content/c2/npc/dee/scene2/5.mp4" autoplay loop></video>
Afterward, she rinses you off and then hands you the loofah to return the favor. You take no small amount of delight in opening caressing her body as the warm water cascades around you.
<video src="content/c2/npc/dee/scene2/6.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Manners are very important in this family. If someone offers you something to eat, you never turn them down.<</speech>>
<div align='center'>\
Taking hold behind your head, she guides you down to your knees as she spreads her legs open wide. The smell of her soap and the warm water running between her legs barely masks her natural scent. Your tongue explores the folds of her pussy sending fresh waves of moans from your sexy partner. Her fingers knot into your hair as she holds you close making sure you don’t escape. Not that you would anyway. You are having the time of your life.
<video src="content/c2/npc/dee/scene2/7.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Come up here. I want more. All that cock at the Glory Hole has me addicted. Did you know that I fantasize that one of these times I’ll find out the cock I’m sucking is actually yours? I can’t wait anymore. I need the real thing.<</speech>>
<div align='center'>\
She slides down your body to her knees and begins to worship your cock. You can tell that her technique has improved since you first showed her the Glory Hole.
<video src="content/c2/npc/dee/scene2/8.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>I need to feel you inside me. Fuck my pussy, honey.<</speech>>
<div align='center'>\
Bracing her hands against the slippery shower wall, Dee pushes her dripping pussy back against your hard dick. It slides in with no resistance. You take hold of her hips and give her the fucking she asked for.
<video src="content/c2/npc/dee/scene2/9.mp4" autoplay loop></video>
You give her ass a playful wet spank and turn off the water. Taking a towel, you lay it across the floor of the bathroom and lay down pulling her with you.
</div>\
<<speech "Violette">>Now it’s your turn. I want you to ride me. Show me how much you love my dick in your wet hole!<</speech>>
<div align='center'>\
Straddling her knees on either side of your hips, she sinks down on you as her eyes roll up into the back of her head. She clutches at her breasts, giving the nipples a pinch as she begins to ride you.
<video src="content/c2/npc/dee/scene2/10.mp4" autoplay loop></video>
She was much closer to the edge than you realized as moments later, you feel her shivering and her moans reach a crescendo as she climaxes on top of you. Her pussy is milking you greedily now. You won’t be able to last much longer.
</div>\
<<speech "Violette">>Show me what you’ve learned about taking a load in your mouth.<</speech>>
<div align='center'>\
Pushing her off, you get to your knees and finish yourself off in her mouth. With a groan, you feel your nuts tingle and it feels like you are shooting bolts of electricity from your dick. Looking down at Dee, her eyes are half shut in rapture as she receives your seed. Finally, you let out a giant sigh as you come down from your post-coital bliss. You look at each other and simultaneously start giggling.
<video src="content/c2/npc/dee/scene2/11.mp4" autoplay loop></video>
You help each other finish toweling dry before leaving the bathroom.
</div>\
<</if>>\
<<button "Back" "Gallery">><</button>><div align='center'>\
<<if $Pair == null or $Pair == 0>>\
<span id="waitlink">The library has been loaded, please continue.</span>
<<buttplugloaded>>
<<addclass "#waitlink" "hide">>
<<removeclass "#introlink" "hide">>
<</buttplugloaded>>\
<span id="spaceAct"><<button "Continue Setup"`passage()`>>
<<set $Pair to 1>>
<</button>></span>
\
\
\
<<elseif $Pair == 1>>\
<<if navigator.bluetooth>>\
We have bluetooth!
<<else>>\
No bluetooth, try reconnecting your adapter or using another.
<</if>>\
<span id="spaceAct"><<button "Continue Setup"`passage()`>>
<<set $Pair to 2>><<buttplugconnectlocal>><<connecting>><</buttplugconnectlocal>>
<</button>></span>
\
\
\
<<elseif $Pair == 2>>\
Note: If your adapter is unable to find the device, try switching to another browser (CHROME) or using a different adapter, the Lovense adapter is not yet supported, you'll need to use a third party one.
<<button "Start Scanning">>
<<buttplugstartscanning>>
<<removeclass "#devicediv" "hide">>
<</button>>
<div id="devicediv" class="hide">
<b>Devices Found:</b>
<div id="devicelist">
</div>
</div>
<<buttplugdeviceadded>>
<<append "#devicelist">>_device.Name<</append>>
<</buttplugdeviceadded>>
<span id="spaceAct"><<button [[Back|Start]]>>
<<set $Pair to 3>>
<<disablevibe>>
<</button>></span>
<</if>>\
</div>\
/* DISABLE */
<<widget disablevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* MED LLUST VIBE */
<<widget medlustvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<buttplugvibrate _device .3>><</buttplugvibrate>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* MAX LUST VIBE */
<<widget maxlustvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<buttplugvibrate _device .6>><</buttplugvibrate>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* ORGASM VIBE */
<<widget orgasmvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* LIGHT VIBE */
<<widget lightvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 2.5s>>
<<buttplugvibrate _device .5>><</buttplugvibrate>>
<<timed 2s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* MED VIBE */
<<widget medvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 2.5s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<<timed 2s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* HEAVY VIBE */
<<widget heavyvibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 2.5s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<<timed 2s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* LIGHT PULSE */
<<widget lightpulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 3s>>
<<buttplugvibrate _device .5>><</buttplugvibrate>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed 1.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 2s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed 2.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* MED PULSE VIBE */
<<widget medpulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 3s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 0.75>><</buttplugvibrate>>
<</timed>>
<<timed 1.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 2s>>
<<buttplugvibrate _device 0.75>><</buttplugvibrate>>
<</timed>>
<<timed 2.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* HEAVY PULSE VIBE */
<<widget heavypulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 3s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed 1.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 2s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed 2.5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* FAST LIGHT PULSE VIBE */
<<widget fastlightpulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 1s>>
<<buttplugvibrate _device .5>><</buttplugvibrate>>
<<timed .1s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .2s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed .3s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .4s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .6s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed .7s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .8s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<<timed .9s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 0.5>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* FAST MED PULSE VIBE */
<<widget fastmedpulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 1s>>
<<buttplugvibrate _device .5>><</buttplugvibrate>>
<<timed .1s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .2s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<</timed>>
<<timed .3s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .4s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<</timed>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .6s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<</timed>>
<<timed .7s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .8s>>
<<buttplugvibrate _device .75>><</buttplugvibrate>>
<</timed>>
<<timed .9s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 0.75>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* FAST HEAVY PULSE VIBE */
<<widget fastheavypulsevibe>>
<<if $Pair gte 3>>
<<for _device range setup.bpClient.Devices>>
<<capture _device>>
<<for _msg range _device.AllowedMessages>>
<<if _msg eq "VibrateCmd">>
<<repeat 1s>>
<<buttplugvibrate _device .5>><</buttplugvibrate>>
<<timed .1s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .2s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed .3s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .4s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed .5s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .6s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed .7s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed .8s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<<timed .9s>>
<<buttplugvibrate _device 0.0>><</buttplugvibrate>>
<</timed>>
<<timed 1s>>
<<buttplugvibrate _device 1>><</buttplugvibrate>>
<</timed>>
<</repeat>>
<</if>>
<</for>>
<</capture>>
<</for>>
<</if>>
<</widget>>
/* WORN VIBES */
<<widget wornvibes>>
<<lightvibe>>
<</widget>><div align='center'>\
<img src="content/c2/npc/dee/contact.jpg" style="max-width: 60%;">
</div>\
<div align='center' style='font-size: 200%;'>\
DEE WILLIAMS
</div>\
<div align='center'>\
Born: 24/June/1977 Texas, USA
Ethnicity: Caucasian
Nationality: American
Measurements: 38-30-40
Height: 5ft 4in (163 cm)
Weight: 144lbs (65 kg)
Body type: Curvy
Eye color: Blue
Hair color: Blonde
Breast Size: Big
Tattoos: Big cross on her back.
Unique skill:
She is Adriana's mom.
----
<<if $deepregnant == 0>>\
She is not pregnant.
<<else>>\
She is pregnant.
<</if>>\
Events with her:
- Work: She can work in a glory hole. (12 videos and 138 random videos)
- Glory hole: One time scene. Teach her in the glory hole. (7 videos)
- Bathroom: One time scene. Sex with her. (11 videos)
----
<<if $deecorruption >= 500>>\
Dee's Corruption Level: Max Level Reached!
<<else>>\
Dee's Corruption Level: $deecorruptionlevel
Dee's Corruption points: $deecorruption/$deemaxcorruption
<<showmeter '$deecorruptionbar' `$deecorruption / $deemaxcorruption`>>\
<</if>>\
<<if $deehandjobskill >= 500>>\
Dee's Handjob Skill Level: Max Level Reached!
<<else>>\
Dee's Handjob Skill Level: $deehandjobskilllevel
Dee's Handjob Skill points: $deehandjobskill/$deemaxhandjobskill
<<showmeter '$deehandjobskillbar' `$deehandjobskill / $deemaxhandjobskill`>>\
<</if>>\
<<if $deeblowjobskill >= 500>>\
Dee's Blowjob Skill Level: Max Level Reached!
<<else>>\
Dee's Blowjob Skill Level: $deeblowjobskilllevel
Dee's Blowjob Skill points: $deeblowjobskill/$deemaxblowjobskill
<<showmeter '$deeblowjobskillbar' `$deeblowjobskill / $deemaxblowjobskill`>>\
<</if>>\
<<if $deesexskill >= 500>>\
Dee's Sex Skill Level: Max Level Reached!
<<else>>\
Dee's Sex Skill Level: $deesexskilllevel
Dee's Sex Skill points: $deesexskill/$deemaxsexskill
<<showmeter '$deesexskillbar' `$deesexskill / $deemaxsexskill`>>\
<</if>>\
<<if $deeanalskill >= 500>>\
Dee's Anal Skill Level: Max Level Reached!
<<else>>\
Dee's Anal Skill Level: $deeanalskilllevel
Dee's Anal Skill points: $deeanalskill/$deemaxanalskill
<<showmeter '$deeanalskillbar' `$deeanalskill / $deemaxanalskill`>>\
<</if>>\
</div>\
<<button "Back" "Girls">><</button>>
<div align='center'>\
<video src="content/c2/npc/dee/scene1/1.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Alright, make yourself comfortable. There’s no way of knowing how long before our first visitor arrives. You look smashing by the way. I still can’t believe that no one has tried to get in those sexy panties of yours for… how long has it been?<</speech>>
<<speech "Dee">>I don’t want to say. Too long. And no, there have been a few attempts to ‘get into these panties’ as you say. I just… I guess I just wasn’t ready. I have been so focused on work and my reputation. And you can see how that turned out! All that hard work down the toilet. And now I’m too damn old for anyone to want me. I have to hide behind a wall, so they won’t see how old I am.<</speech>>
<<speech "Violette">>Don’t talk that way. How many times do I have to tell you that you are sexy before you will believe me? I don’t want to what another word about it, clear? Oh! It looks like we have our first customer. Wow, look at the size of it. This is going to be fun! Alright, you’ve given a blow job before, right? It’s the same thing here but you have a wall between you and the rest of them. Start off light and playful. Give it little touches to let them know you see them and like what you see. Then give it a kiss on the tip, like this. Now you can use lube if you want but I always prefer to use natural lubricant when I can. Spit is your friend. Lots and lots of spit. Then you grab the base and start to stroke it while you tease the head with your mouth. Oh, look at these balls. See how they are tightening up? They like what I’m doing. They won’t last much longer now. You can let it shoot where you like but I love it when they shoot in my mouth. It is totally up to you if you spit or swallow. They won’t be able to see so it really is your call. I like the taste of this one so I’m going to swallow it.<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene1/2.mp4" autoplay loop></video>
You deep throat the cock and moments later, you feel it pulsing in your hand as it nuts in the back of your throat. You finish it off and use a towel to clean up.
<video src="content/c2/npc/dee/scene1/3.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>Not so hard, right? The next one is yours. I’ll be right here to help you along the way. Oh, that was fast. People know we are here now for sure. Alright, you’re up. Just try to have fun and the rest will come naturally!<</speech>>
<div align='center'>\
<video src="content/c2/npc/dee/scene1/4.mp4" autoplay loop></video>
</div>\
<<speech "Dee">>Oh god, look at it. I think it is even bigger than yours. I mean the one you just did. Oh, it is so warm! I am going to enjoy this. I really did miss having a cock around. Mmmm, it is getting harder. It always makes me feel so powerful feeling it getting stiff in my hands.<</speech>>
<div align='center'>\
Dee gives it a few more strokes and then gives the head a lick. You smile as you hear her moaning at the taste. Yes, she needed this. Her lips quickly wrap around the head as her hand strokes faster. She looks bake at you a little uncertainty and you nod your head in encouragement.
<video src="content/c2/npc/dee/scene1/5.mp4" autoplay loop></video>
</div>\
<<speech "Violette">>I know it is big but you can do it. Keep at it. You got this.<</speech>>
<div align='center'>\
Her other hand not holding the cock begins to rub at her impressive breasts. Her nipples must be tingling.
</div>\
<<speech "Dee">>I don’t know if I can do this one my own. It is so big. Will you help me?<</speech>>
<div align='center'>\
You squeeze in tight next to Dee and the two of you swap kissing and licking along the shaft and head. It is all you can do to keep yourself from kissing her then, but you decide that the customer should come first and do your best to focus on the task at hand and ignore the buxom blonde moaning beside you.
<video src="content/c2/npc/dee/scene1/6.mp4" autoplay loop></video>
You can tell that this customer is about to release, and you can tell that Dee has no idea so you wrap your lips around the head just in time to catch the load. You hand Dee the towel to wipe her hands and lips and she passes it back so you can do the same.
</div>\
<<speech "Dee">>That was so hot! I can’t tell which I enjoyed more, the big dick or watching you work your magic on it.<</speech>>
<<speech "Violette">>I think you are going to be a natural at this. I’ll work a few more with you but I can tell that you have it down already.<</speech>>
<div align='center'>\
You stick around a bit longer and watch as Dee takes a few more customers.
<video src="content/c2/npc/dee/scene1/7.mp4" autoplay loop></video>
You are tempted to go and stand in line with the other customers to get your turn with Dee but decide against it. You’ll try your luck with her another time. You give her a few more encouraging words and leave her to finish up on her own before heading out of the bar.
</div>\
<<deecorruption>>\
<<deehandjobskill>>\
<<deeblowjobskill>>\
<<playercorruption>>\
<<timed 300ms>>\
<<playerhandjobskill>>\
<</timed>>\
<<timed 600ms>>\
<<playerblowjobskill>>\
<</timed>>\
<<set $deeintro = 5>>\
<<button "Go home" "Hallway">><</button>>