<div class="npctextbox"><<set $levelupconfig = $harleycombatlevel>> <<set $xpneeded = $levelupconfig * 1.5 >><<set $templevel = $auntiecombatlevel + 1>><div class="partywrapper"><div class="leftbox"><<auntiechat>><div class="rightbox"><center>General</center><hr><ul><li>Name: $aunt</li>
<li>Health: $auntiehealthpoints/$auntiemaxhealth</li>
<li>Combat Level: $auntiecombatlevel</li>
<li>Stamina: $auntiestamina/$auntiemaxstamina</li>
<li>XP Needed until level $templevel ($xpneeded)</li>
<center>Moves</center><hr>
<li>Slap (Level 1)</li>
<li>Quickie (Level 5)</li>
</ul></div></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>><<widget "partydisplay">>
<div class="partybox">
<<if $party.includes('auntie')>><a data-passage="auntieoverview"><div class="partypicmom" ></div></a><</if>>
<<if $party.includes('harley')>><a data-passage="harleyoverview"><div class="partypicharley"></div></a><</if>>
</div>
<</widget>>
Action Complete
<<widget "actioncomplete">>
<<if $enemy.includes('thug')>><button data-passage="thugfight1" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('stepdad')>><button data-passage="stepdadfight1" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('stepdadultra')>><button data-passage="stepdadfightgarage" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('superslut')>><button data-passage="pwbattle" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('bar whore')>><button data-passage="fightpubperson" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('dog')>><button data-passage="dogbattle" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('diamond')>><button data-passage="diamondbattle" class="button" type="button" tabindex="0">Okay</button><</if>>
<<if $enemy.includes('marco')>><button data-passage="marcobattle" class="button" type="button" tabindex="0">Okay</button><</if>>
<</widget>>
Your Party in a battle
<<widget "partybattle">>
<div class="partybattle"><center><<playerchat>></center><br>
$playername (Lvl: $playercombatlevel)
<hr>
<div class="partytext">Status: Okay<br>
Health: $healthpoints/$maxhealth
<div id="horizontalhealthbarbkg" class="hzbarbkg"><div id="horizontalhealthbar" class="hzbar"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.healthpoints, State.variables.maxhealth, "horizontalhealthbar", true, ev.content);
});<</script>>
Stamina: $stamina/$maxstamina
<div id="horizontalstaminabarbkg" class="hzbarbkg"><div id="horizontalstaminabar" class="hzbar"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.stamina, State.variables.maxstamina, "horizontalstaminabar", true, ev.content);
});<</script>>
</div></div>
<<if $party.includes('auntie')>>
<div class="partybattle"><center><<auntiechat>></center>
Auntie (Lvl: $auntiecombatlevel )
<hr>
<div class="partytext">Status: <<if $auntiehealthpoints lte 0>>Knocked Out<<else>>Okay<</if>><br>
Health: $auntiehealthpoints/$auntiemaxhealth<br>
<div id="horizontalhealthbarauntiebkg" class="hzbarbkg"><div id="horizontalhealthbarauntie" class="hzbarauntie"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.auntiehealthpoints, State.variables.auntiemaxhealth, "horizontalhealthbarauntie", true, ev.content);
});<</script>>
Stamina: $auntiestamina/$auntiemaxstamina <br>
<div id="horizontalstaminabarauntiebkg" class="hzbarbkg"><div id="horizontalstaminabarauntie" class="hzbar"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.auntiestamina, State.variables.auntiemaxstamina, "horizontalstaminabarauntie", true, ev.content);
});<</script>>
</div></div><</if>>
<<if $party.includes('harley')>>
<div class="partybattle"><center><div class="harleychat"></div></center><br>
Harley (Lvl: $harleycombatlevel)
<hr>
<div class="partytext">Status: <<if $harleyhealthpoints lte 0>>Knocked Out<<else>>Okay<</if>><br>
Health: $harleyhealthpoints/$harleymaxhealth<br>
<div id="horizontalhealthbarharleybkg" class="hzbarbkg"><div id="horizontalhealthbarharley" class="hzbarharley"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.harleyhealthpoints, State.variables.harleymaxhealth, "horizontalhealthbarharley", true, ev.content);
});<</script>>
Stamina: $harleystamina/$harleymaxstamina <br>
<div id="horizontalstaminabarharleybkg" class="hzbarbkg"><div id="horizontalstaminabarharley" class="hzbar"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.harleystamina, State.variables.harleymaxstamina, "horizontalstaminabarharley", true, ev.content);
});<</script>>
</div></div><</if>>
<</widget>>
Enemy Party in a battle
<<widget "enemybattle">>
<<if $enemy.includes('thug')>>
<div class="partybattle"><div class="hobochat"></div><br>Thug (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('stepdad')>>
<div class="partybattle"><div class="stepdadchat"></div><br>Stepdad (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0>>Knocked Out<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('stepdadultra')>>
<div class="partybattle"><div class="stepdadchat"></div><br>Stepdad (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0>>Knocked Out<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('superslut')>>
<div class="partybattle"><<superslutchat>><br>Superslut (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('bar whore')>>
<div class="partybattle"><div class="barladychat"></div><br>Bar Whore (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('dog')>>
<div class="partybattle"><div class="dogchat"></div><br>Dog (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('diamond')>>
<div class="partybattle"><div class="diamondchat"></div><br>Diamond (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<<if $enemy.includes('marco')>>
<div class="partybattle"><div class="marcochat"></div><br>Marco (Lvl: $thugcombatlevel)<hr>
<div class="partytext">Status: <<if $thughealthpoints lte 0 and $submit neq 1>>Knocked Out<<elseif $thughealthpoints lte 0 and $submit eq 1>>Submitting<<else>>Okay<</if>><br>
Health: <<print $thughealthpoints>>/$thugmaxhealth
<div id="horizontalhealthbarenemybkg" class="hzbarbkg"><div id="horizontalhealthbarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thughealthpoints, State.variables.thugmaxhealth, "horizontalhealthbarenemy", true, ev.content);
});<</script>>
Stamina: $thugstamina/$thugmaxstamina
<div id="horizontalstaminabarenemybkg" class="hzbarbkg"><div id="horizontalstaminabarenemy" class="hzbarenemy"></div></div>
<<script>>$(document).one(':passagerender', function (ev) {
Health(State.variables.thugstamina, State.variables.thugmaxstamina, "horizontalstaminabarenemy", true, ev.content);
});<</script>>
</div></div>
<</if>>
<</widget>>
Grope
<<widget "playergrope">>
<<set $damage = $playercombatlevel * 0.65>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>><<set $thugstamina = $thugstamina - 2>> ass slaps dealt $damage damage to the $enemy! It also reduced their stamina by 2! This cost 5 stamina! <<set $stamina = $stamina -5>>
<</widget>>
Cumshot
<<widget "cumshot">>
<<set $damage = $playercombatlevel * 1.5>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> You stroke your dick and let out a massive cumshot at the $enemy! dealt $damage damage to the enemy! It also reduced their stamina by 2! This cost 30 stamina! <<set $stamina = $stamina -30>>
<</widget>>
Donkey Kick
<<widget "playerdonkeykick">>
<<set $damage = $playercombatlevel * 1>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> Donkey Kick dealt $damage damage to the $enemy! This cost 5 stamina! <<set $stamina = $stamina -5>>
<</widget>>
Punch
<<widget "playerpunch">>
<<set $damage = $playercombatlevel * 0.6>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> Punch dealt $damage damage to the $enemy!
<</widget>>
<<widget "harleypunch">>
<<set $damage = $harleycombatlevel * 0.6>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> Punch dealt $damage damage to the $enemy!
<</widget>>
<<widget "auntiepunch">>
<<set $damage = $auntiecombatlevel * 0.6>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> Slap dealt $damage damage to the $enemy!
<</widget>>
Bat Swing
<<widget "batswing">>
<<set $damage = $harleycombatlevel * 1>><<set $damage = Math.round($damage)>><<set $thughealthpoints = $thughealthpoints - $damage>> Harley's bat swing dealt $damage damage to the $enemy! Cost 5 stamina <<set $harleystamina = $harleystamina - 5>>
<</widget>>
Flash Tits
<<widget "harleyflash">>
<<set $damage = $harleycombatlevel * 1>><<set $damage = Math.round($damage)>><<set $thugstamina = $thugstamina - 5>> Harley flashes her tits at the enemy! $enemy loses 5 stamina!
<</widget>>
Quickie
<<widget "auntiequickie">>
<<set $healthpoints = $healthpoints + 5>><<if $healthpoints gt $maxhealth>><<set $healthpoints = $maxhealth>><</if>><<set $auntiestamina = $auntiestamina - 5>> $aunt gives you a quickie! You gain 5 health! (Now $healthpoints!)
<</widget>>
Enemy Turn (Thug)
<<widget "enemyturn">> <<set $thugdamage = $thugcombatlevel - $rando>>
<<if $enemy.includes('thug')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>><<set $submit to random(1,3)>>
⚔️ ENEMY TURN: Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>The thug punches you! (-$thugdamage) health to $playername<<set $healthpoints = $healthpoints - $thugdamage>><</if>>
<<if $rolling eq 1>>The thug lets out a massive fart! (-1) stamina to $playername!<<set $stamina = $stamina - 1>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>The thug punches Auntie! (-$thugdamage) health to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - $thugdamage>><</if>>
<<if $rolling eq 0>>The thug lets out a massive fart! (-1) stamina to Auntie!<<set $auntiestamina = $auntiestamina - 1>><</if>>
<<elseif $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>The thug punches you! (-$thugdamage) health to $playername<<set $healthpoints = $healthpoints - $thugdamage>><</if>>
<<if $rolling eq 0>>The thug lets out a massive fart! (-1) stamina to $playername!<<set $stamina = $stamina - 1>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>The thug punches Harley! (-$thugdamage) health to Harley<<set $harleyhealthpoints = $harleyhealthpoints - $thugdamage>><</if>>
<<if $rolling eq 0>>The thug lets out a massive fart! (-1) stamina to Harley!<<set $harleystamina = $harleystamina - 1>><</if>>
<<elseif $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>The thug punches you! (-$thugdamage) health to $playername<<set $healthpoints = $healthpoints - $thugdamage>><</if>>
<<if $rolling eq 0>>he thug lets out a massive fart! (-1) stamina to $playername!<<set $stamina = $stamina - 1>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('stepdad')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy punches you! (-1) health to $playername<<set $healthpoints = $healthpoints - 1>><</if>>
<<if $rolling eq 1>>$enemy drinks a beer! (+1) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy punches Auntie! (-1) health to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+1) health to $enemy<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy punches you! (-1) health to $playername<<set $healthpoints = $healthpoints - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+1) health to $enemy<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy punches Harley! (-1) health to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+1) health to $enemy<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy punches you! (-1) health to $playername<<set $healthpoints = $healthpoints - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+1) health to $enemy<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('stepdadultra')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy punches you! (-5) health to $playername<<set $healthpoints = $healthpoints - 5>><</if>>
<<if $rolling eq 1>>$enemy drinks a beer! (+5) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 5>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy punches Auntie! (-5) health to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+5) health to $enemy<<set $thughealthpoints = $thughealthpoints + 5>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy punches you! (-5) health to $playername<<set $healthpoints = $healthpoints - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+5) health to $enemy<<set $thughealthpoints = $thughealthpoints + 5>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy punches Harley! (-5) health to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+5) health to $enemy<<set $thughealthpoints = $thughealthpoints + 5>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy punches you! (-5) health to $playername<<set $healthpoints = $healthpoints - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a beer! (+5) health to $enemy<<set $thughealthpoints = $thughealthpoints + 5>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('dog')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy bites you! (-1) health to $playername<<set $healthpoints = $healthpoints - 1>><</if>>
<<if $rolling eq 1>>$enemy takes a piss (+3) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 3>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy bites Auntie! (-2) health to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 2>><</if>>
<<if $rolling eq 0>>$enemy takes a piss (+3) health to $enemy<<set $thughealthpoints = $thughealthpoints + 3>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy bites you! (-2) health to $playername<<set $healthpoints = $healthpoints - 2>><</if>>
<<if $rolling eq 0>>$enemy takes a piss (+3) health to $enemy<<set $thughealthpoints = $thughealthpoints + 3>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy bites Harley! (-2) health to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 2>><</if>>
<<if $rolling eq 0>>$enemy takes a piss (+3) health to $enemy<<set $thughealthpoints = $thughealthpoints + 3>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy bites you! (-2) health to $playername<<set $healthpoints = $healthpoints - 2>><</if>>
<<if $rolling eq 0>>$enemy takes a piss (+3) health to $enemy<<set $thughealthpoints = $thughealthpoints + 3>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('superslut')>>
<<set $rolling to random(0, 2)>><<set $rolling2 to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy punches you! (-2) health to $playername<<set $healthpoints = $healthpoints - 2>>
<<elseif $rolling eq 1>>$enemy flashes her tits! (-3) stamina to $playername!<<set $stamina = $stamina - 3>>
<<elseif $rolling eq 2 and $superslutstamina lte 4>>$enemy uses super strength!... but it failed!
<<elseif $rolling eq 2 and $superslutstamina gte 5>>$enemy uses super strength! (+5) damage to $playername!<<set $superslutstamina = $superslutstamina - 5>><<set $healthpoints = $healthpoints -5>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy punches Auntie! (-2) health to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 2>>
<<elseif $rolling eq 0>>$enemy flashes her tits! (-3) stamina to Auntie<<set $auntiestamina = $auntiestamina - 3>>
<<elseif $rolling eq 2 and $superslutstamina gte 5>>$enemy uses super strength! (+5) damage to Auntie!<<set $superslutstamina = $superslutstamina - 5>><<set $auntiehealthpoints = $auntiehealthpoints -5>>
<<elseif $rolling eq 2 and $superslutstamina lte 4>>$enemy uses super strength!... but it failed!<</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy punches you! (-2) health to $playername<<set $healthpoints = $healthpoints - 2>>
<<elseif $rolling eq 0>>$enemy flashes her tits! (-3) stamina to $playername!<<set $stamina = $stamina - 3>>
<<elseif $rolling eq 2>>$enemy is thinking...<</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy punches Harley! (-2) health to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 2>>
<<elseif $rolling eq 0>>$enemy flashes her tits! (-3) stamina to Harley!<<set $harleystamina = $harleystamina - 3>>
<<elseif $rolling eq 2 and $superslutstamina gte 5>>$enemy uses super strength! (+5) damage to Harley!<<set $superslutstamina = $superslutstamina - 5>><<set $harleyhealthpoints = $harleyhealthpoints -5>>
<<elseif $rolling eq 2 and $superslutstamina lte 4>>$enemy uses super strength!... but it failed!<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy punches you! (-2) health to $playername<<set $healthpoints = $healthpoints - 2>>
<<elseif $rolling eq 0>>$enemy flashes her tits! (-3) stamina to $playername!<<set $stamina = $stamina - 3>>
<<elseif $rolling eq 2>>$enemy is thinking...<</if>>
<</if>>
<</if>>
<</if>>
<<if $enemy.includes('bar whore')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>><<set $submit to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 1>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy ass slaps Auntie! (-1) health and stamina to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 1>><<set $auntiestamina = $auntiestamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy ass slaps Harley! (-1) health and stamina to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 1>><<set $harleystamina = $harleystamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('bar whore')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>><<set $submit to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 1>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy ass slaps Auntie! (-1) health and stamina to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 1>><<set $auntiestamina = $auntiestamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 1>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy ass slaps Harley! (-1) health and stamina to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 1>><<set $harleystamina = $harleystamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-1) health and stamina to $playername<<set $healthpoints = $healthpoints - 1>><<set $stamina = $stamina -1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+2) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 2>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('diamond')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>><<set $submit to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 1>>$enemy drinks a glass of wine! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy ass slaps Auntie! (-5) health and stamina to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 5>><<set $auntiestamina = $auntiestamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy ass slaps Harley! (-5) health and stamina to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 5>><<set $harleystamina = $harleystamina - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 0>>$enemy drinks a glass of wine! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<</if>>
<<if $enemy.includes('marco')>><<set $rolling to random(0, 1)>><<set $rolling2 to random(1,3)>><<set $submit to random(1,3)>>
Roll ($rolling2 $rolling) -
<<if $rolling2 eq 1>>
<<if $rolling eq 0>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 1>>$enemy drinks a health drink! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')>>
<<if $rolling eq 1>>$enemy ass slaps Auntie! (-5) health and stamina to Auntie<<set $auntiehealthpoints = $auntiehealthpoints - 5>><<set $auntiestamina = $auntiestamina - 1>><</if>>
<<if $rolling eq 0>>$enemy drinks a health drink! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 2 and $party.includes('auntie')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 0>>$enemy drinks a health drink!! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')>>
<<if $rolling eq 1>>$enemy ass slaps Harley! (-5) health and stamina to Harley<<set $harleyhealthpoints = $harleyhealthpoints - 5>><<set $harleystamina = $harleystamina - 5>><</if>>
<<if $rolling eq 0>>$enemy drinks a health drink! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<<if $rolling2 eq 3 and $party.includes('harley')==false>>
<<if $rolling eq 1>>$enemy ass slaps you! (-5) health and stamina to $playername<<set $healthpoints = $healthpoints - 5>><<set $stamina = $stamina -5>><</if>>
<<if $rolling eq 0>>$enemy drinks a health drink! (+4) health to $enemy!<<set $thughealthpoints = $thughealthpoints + 4>><</if>>
<</if>>
<</if>>
<<set $dogturn = 0>>
<<set $harleyturn = 0>>
<<set $auntieturn = 0>>
<<set $playerturn = 0>>
<<set $diamondturn = 0>>
<</widget>>
Next Action
<<widget "nextaction">>
<<if $thughealthpoints lte 0 and $enemy.includes('thug')>>
<<if $submit eq 1>><button data-passage="hobosubmit" class="button" type="button" tabindex="0">❤️ Use the Hobo ❤️</button><</if>><button data-passage="beatthug" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('stepdad')>>
<button data-passage="stepdaddefeatedfinal" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('stepdadultra')>>
<button data-passage="stepdaddefeatedgarage" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('superslut')>>
<button data-passage="superslutdefeated" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('bar whore')>>
<button data-passage="barslutdefeated" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('dog')>>
<button data-passage="dogdefeated" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('diamond')>>
<button data-passage="diamondend" class="button" type="button" tabindex="0">You win!</button>
<<elseif $thughealthpoints lte 0 and $enemy.includes('marco')>>
<button data-passage="marcoend" class="button" type="button" tabindex="0">You win!</button>
<<else>>
<<if $playerturn eq 0>><button data-passage="thugfight2" class="button" type="button" tabindex="0">$playername Action</button><</if>>
<<if $party.includes('auntie') and $auntieturn eq 0 and $auntiehealthpoints gte 1>><button data-passage="auntieaction" class="button" type="button" tabindex="0">Auntie Action</button><</if>>
<<if $party.includes('harley') and $harleyturn eq 0 and $harleyhealthpoints gte 1>><button data-passage="harleyaction" class="button" type="button" tabindex="0">Harley Action</button><</if>>
<button data-passage="enemyturn" class="button" type="button" tabindex="0">End Turn</button><</if>>
<</widget>>
thug defeated
<<widget "thugdefeated">><<time>><<set $playerxp = $playerxp + $thugcombatlevel>>
<ul><li>$playername gained $thugcombatlevel xp</li>
<<if $party.includes('auntie')>><<set $auntiexp = $auntiexp + $thugcombatlevel>><li>Auntie gained $thugcombatlevel xp</li><</if>>
<<if $party.includes('harley')>><<set $harleyxp = $harleyxp + $thugcombatlevel>><li>Harley gained $thugcombatlevel xp</li><</if>></ul>
<<if $enemy.includes('thug')>><<run $enemy.deleteAt($enemy.indexOf('thug'))>><</if>>
<<if $enemy.includes('stepdad')>><<run $enemy.deleteAt($enemy.indexOf('stepdad'))>><</if>>
<<if $enemy.includes('stepdadultra')>><<run $enemy.deleteAt($enemy.indexOf('stepdadultra'))>><</if>>
<<if $enemy.includes('superslut')>><<run $enemy.deleteAt($enemy.indexOf('superslut'))>><</if>>
<<if $enemy.includes('dog')>><<run $enemy.deleteAt($enemy.indexOf('dog'))>><</if>>
<<if $enemy.includes('diamond')>><<run $enemy.deleteAt($enemy.indexOf('diamond'))>><</if>>
<<if $enemy.includes('marco')>><<run $enemy.deleteAt($enemy.indexOf('marco'))>><</if>>
<<if $enemy.includes('bar whore')>><<run $enemy.deleteAt($enemy.indexOf('bar whore'))>><<set $barslut = 1>><</if>>
<</widget>>
level up check
<<widget "levelupcheck">>
<<set $levelupconfig = $playercombatlevel>> <<set $submit = 0>>
<<set $xpneeded = $levelupconfig * 1.5 >>
<ul><li>Level up check - <<if $playerxp gte $xpneeded>> $playername leveled up! <<set $fivelevels = $fivelevels + 1>><<set $playerxp = 0>><<set $playercombatlevel = $playercombatlevel + 1>><<else>>$playername needs more XP to level up.<</if>></li>
<<if $party.includes('harley')>><<set $levelupconfig = $harleycombatlevel>>
<<set $xpneeded = $levelupconfig * 1.5 >>
<li>Level up check - <<if $harleyxp gte $xpneeded>> Harley leveled up! <<set $fivelevelsharley = $fivelevelsharley + 1>><<set $harleyxp = 0>><<set $harleycombatlevel = $harleycombatlevel + 1>><<else>>Harley needs more XP to level up.<</if>></li><</if>>
<<if $party.includes('auntie')>> <<set $levelupconfig = $auntiecombatlevel>>
<<set $xpneeded = $levelupconfig * 1.5 >><<set $fivelevelsaunt = $fivelevelsaunt + 1>>
<li>Level up check - <<if $auntiexp gte $xpneeded>> $aunt leveled up! <<set $auntiexp = 0>><<set $auntiecombatlevel = $auntiecombatlevel + 1>><<else>>$aunt needs more XP to level up.<</if>></li><</if>>
<<if $playercombatlevel eq 5>> <li>Level 5 - $playername can now use the donkeykick!</li><<set $donkeykick = 1>><</if>>
<<if $fivelevels eq 5>> <li>$playername's health has leveled up (+1)!</li><<set $maxhealth = $maxhealth + 1>><<set $fivelevels = 0>><</if>>
<<if $fivelevelsharley eq 5>> <li>Harley's health & stamina leveled up (+1)!</li><<set $harleymaxstamina = $harleymaxstamina + 1>><<set $harleymaxhealth = $harleymaxhealth + 1>><<set $fivelevelsharley = 0>><</if>>
<<if $fivelevelsaunt eq 5>> <li>$aunt's health & stamina leveled up (+1)!</li><<set $auntiemaxstamina = $auntiemaxstamina + 1>><<set $auntiemaxhealth = $auntiemaxhealth + 1>><<set $fivelevelsaunt = 0>><</if>>
<<if $playercombatlevel eq 25>> <li>Level 25 - $playername can now use ass slap in battle!</li><<set $grope = 1>><</if>>
<<if $playercombatlevel eq 30>> <li>Level 30 - $playername can now use cumshot in battle!</li><<set $cumshot = 1>><</if>>
<<if $harleycombatlevel eq 25>> <li>Level 25 - Harley can use flash tits in battle!</li><</if>>
<<if $harleycombatlevel eq 5>> <li>Level 5 - Harley can use bat swing in battle!</li><</if>>
<<if $auntiecombatlevel eq 5>> <li>Level 5 - $aunt can use 'Quickie' in battle!</li><</if>>
</ul>
<</widget>>
<<widget "combatendvideo">><<set $rolling2 to random(1,2)>>
<<if $rolling2 eq 1>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="images/combat_extended/winfight.mp4" type="video/mp4"></video></center></div>
<</if>>
<<if $rolling2 eq 2>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="images/combat_extended/winfight2.mp4" type="video/mp4"></video></center></div>
<</if>>
<</widget>><div class="npctextbox"><<set $levelupconfig = $harleycombatlevel>> <<set $xpneeded = $levelupconfig * 1.5 >><<set $templevel = $harleycombatlevel + 1>><div class="partywrapper"><div class="leftbox"><div class="harleychat"></div><div class="rightbox"><center>General</center><hr><ul><li>Name: Harley</li>
<li>Health: $harleyhealthpoints/$harleymaxhealth</li>
<li>Combat Level: $harleycombatlevel</li>
<li>Stamina: $harleystamina/$harleymaxstamina</li>
<li>XP Needed until level $templevel ($xpneeded)</li>
<center>Moves</center><hr>
<li>Punch (Level 1)</li>
<li>Bat Swing (Level 5)</li>
<li>Flash Tits (Level 25)</li>
</ul></div></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>><div class="npctextbox"><<set $levelupconfig = $playercombatlevel>> <<set $submit = 0>><<set $xpneeded = $levelupconfig * 1.5 >><<set $templevel = $playercombatlevel + 1>><div class="partywrapper"><div class="leftbox"><<playerchat>><div class="rightbox"><center>General</center><hr><ul><li>Name: $playername</li>
<li>Health: $healthpoints/$maxhealth</li>
<li>Combat Level: $playercombatlevel</li>
<li>Stamina: $stamina/$maxstamina</li>
<li>XP Needed until level $templevel ($xpneeded)</li>
<center>Moves</center><hr>
<li>Punch (Level 1)</li>
<li>Donkeykick (Level 5)</li>
<li>Groping (Level 25)</li>
<li>Cumshot (Level 30)</li>
<center>Perks</center><hr>
<li>Can use medpacks</li></ul></div></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="wrapper"><div class="title">Alleyway</div>
<div class="imagebox"><img src="images\London\alleywayss.jpg" alt="" /></div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
You're going to regret that!</div><<set $superslutcapture = 0>>
<button data-passage="pwbattle" class="button" type="button" tabindex="0">Start fight</button></div><<set $thugcombatlevel = 45>><<set $thugstamina = 10>><<set $thughealthpoints = 55>><<run $enemy.push('superslut')>><<set $thugmaxhealth = 55>><<set $thugmaxstamina = 10>><div class="npctextboxm">MORTAL KOMBAT</div>
<<for _i = 0; _i < $party.length; _i++>>
<<print $party[_i].div>>
<</for>>
<<if _i == 0>><div class="partypicempty"></div><</if>>
<button data-passage="recruitmomtest" class="button" type="button" tabindex="0">RECRUIT AUNTIE</button>
<button data-passage="recruitharleytest" class="button" type="button" tabindex="0">RECRUIT HARLEY</button>
<button data-passage="testyourmight" class="button" type="button" tabindex="0">TEST YOUR MIGHT</button>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">End.</button><<if $party.includes ('harley')>><div class="npctextboxm">//harley has already joined your party!//</div>
<<elseif $currentparty eq 2>><div class="npctextboxm">//You party is already full!//</div>
<<elseif $party.includes('harley') == false and $maxparty eq 0 or 1>><div class="npctextboxm">//harley has joined your party!//</div>
<div class="npctextbox"><div class="harleychat"></div>harley<hr>I'm with you, bro!</div><<run $party.push("harley")>><<set $currentparty = $currentparty + 1>><<set $harleyparty = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's go, harley!</div>
<</if>>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">RETURN</button><<if $party.includes ('auntie')>><div class="npctextboxm">//Auntie has already joined your party!//</div>
<<elseif $currentparty eq 2>><div class="npctextboxm">//You party is already full!//</div>
<<elseif $party.includes('auntie') == false and $maxparty eq 0 or 1>><div class="npctextboxm">//Auntie has joined your party!//</div>
<div class="npctextbox"><<auntiechat>>Auntie<hr>I'm with you, son!</div><<run $party.push("auntie")>><<set $currentparty = $currentparty + 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's go, auntie!</div>
<</if>>
<button data-passage="test_menu" class="button" type="button" tabindex="0">RETURN</button><div class="npctextboxm">//harley has left your party!//</div><<run $party.deleteAt($party.indexOf("harley"))>><<set $harleyparty = 0>><<set $currentparty = $currentparty - 1>>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">RETURN</button><<set $rando to random(1, 3)>><div class="npctextboxm">HUH, WHAT IS THAT?</div><<set $thugcombatlevel = $playercombatlevel + $rando>>
<div class="npctextboxm">A THUG JUMPS OUT AT YOU!</div><<run $enemy.push("thug")>><<set $thughealthpoints = $thugcombatlevel - 1>><<set $thugstamina = $thugcombatlevel + 1>><<set $thugmaxhealth = $thugcombatlevel>><<set $thugmaxstamina = $thugstamina>>
<div class="imagebox"><img src="images/redux2/hobopic.jpg" alt="" /></div>
<div class="npctextbox"><div class="hobochat"></div>Hobo<hr>Give me ya money, fucker!</div>
<button data-passage="thugfight1" class="button" type="button" tabindex="0">START FIGHT</button><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<div class="npctextbox">Choose an action for Auntie<hr>
<div class="itemwrapper"><<nobr>>
<span class="buttonout"><button data-passage="auntiepunch" class="button" type="button" tabindex="0">Slap</button></span>
<<if $auntiecombatlevel gte 5 and $auntiestamina gte 5>><span class="buttonout"><button data-passage="auntiequickie" class="button" type="button" tabindex="0">Quickie</button></span><<elseif $auntiecombatlevel gte 5 and $auntiestamina lte 4>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Quickie</button></span>
<</if>><</nobr>>
</div><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<auntiepunch>></div><<set $auntieturn = 1>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<auntiequickie>></div><<set $auntieturn = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/auntquickie.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<auntiechat>>Auntie<hr>You taste so good $playername!</div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><<set $randomoney to random(10,150)>><div class="npctextbox"><centeR>You defeated the enemy!</center><hr>
<<thugdefeated>>Special: You received $ $randomoney!</div><br><<combatendvideo>>
<div class="npctextbox"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div><<set $money = $money + $randomoney>> <<set $barslutdead = 1>>
<button data-passage="Pub" class="button" type="button" tabindex="0">Finish and leave pub</button>
<<set $thughealthpoints = 3>>
<<set $harleyturn = 0>>
<<set $auntieturn = 0>>
<<set $playerturn = 0>><div class="npctextbox"><centeR>You defeated the enemy!</center><hr><<set $randomoney to random(55,555)>>
<<thugdefeated>>Special: You received $ $randomoney!</div>
<<combatendvideo>><<set $money = $money + $randomoney>>
<div class="npctextbox"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div>
<button data-passage="londonalleyway" class="button" type="button" tabindex="0">Finish</button>
<<set $thughealthpoints = 3>>
<<set $harleyturn = 0>>
<<set $auntieturn = 0>>
<<set $playerturn = 0>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<playerdonkeykick>></div><<set $playerturn = 1>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<enemyturn>></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<if $healthpoints lte 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Next</button><<else>><button data-passage="thugfight1" class="button" type="button" tabindex="0">Next</button><</if>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<div class="npctextbox">Choose an action for Harley<hr>
<div class="itemwrapper"><<nobr>>
<span class="buttonout"><button data-passage="harleypunch" class="button" type="button" tabindex="0">Punch</button></span>
<<if $harleycombatlevel gte 5 and $harleystamina gte 5>><span class="buttonout"><button data-passage="batswing" class="button" type="button" tabindex="0">Bat Swing</button></span><<elseif $harleycombatlevel gte 5 and $harleystamina lte 4>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Bat Swing</button></span><</if>>
<<if $harleycombatlevel gte 25>><span class="buttonout"><button data-passage="harleyflash" class="button" type="button" tabindex="0">Flash Tits</button></span><</if>><</nobr>>
</div></div><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<batswing>></div><<set $harleyturn = 1>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<harleyflash>></div><<set $harleyturn = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/titflash.mp4" type="video/mp4"></video></center></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<harleypunch>></div><<set $harleyturn = 1>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="npctextbox"><div class="hobochat"></div>Hobo<hr>I give up! Do whatever you want to me!</div>
<div class="npctextboxm"><centeR>You fuck the defeated the enemy!</center></div>
<div class="imagebox"><img src="images/redux2/hobofuck.png" alt="" /></div>
<div class="npctextbox"><div class="hobochat"></div>Hobo<hr>This is the best day of my life!</div>
<div class="npctextboxm">You stamina has been replenished!</div> <<set $stamina = $maxstamina>>
<button data-passage="beatthug" class="button" type="button" tabindex="0">Finish</button><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<set $playerturn = 1>>💊 Who do you want to use the medpack on? 💊
😃 $playername (Health:$healthpoints/$maxhealth) <<radiobutton "$medpackuse" "1">>
<<if $party.includes('harley')>>😃 Harley (Health:$harleyhealthpoints/$harleymaxhealth) <<radiobutton "$medpackuse" "2">><</if>>
<<if $party.includes('auntie')>>😃 Auntie (Health:$auntiehealthpoints/$auntiemaxhealth) <<radiobutton "$medpackuse" "3">><</if>>
</div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<button data-passage="medpack2" class="button" type="button" tabindex="0">Confirm Choice</button><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<set $playerturn = 1>>Action result:
<<if $medpackuse eq 1>>$playername health increased by 4 <<set $healthpoints = $healthpoints + 4>><<if $healthpoints gte $maxhealth>><<set $healthpoints = $maxhealth>><</if>><</if>>
<<if $medpackuse eq 2>>Harley's health increased by 4 <<set $harleyhealthpoints = $harleyhealthpoints + 4>><<if $harleyhealthpoints gte $harleymaxhealth>><<set $harleyhealthpoints = $harleymaxhealth>><</if>><</if>>
<<if $medpackuse eq 3>>Auntie's health increased by 4 <<set $auntiehealthpoints = $auntiehealthpoints + 4>><<if $auntiehealthpoints gte $auntiemaxhealth>><<set $auntiehealthpoints = $auntiemaxhealth>><</if>><</if>>
</div><<run $perks.deleteAt($perks.indexOf("medpack"))>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<div class="npctextbox">Please choose an action for $playername<hr><<nobr>>
<div class="itemwrapper"><span class="buttonout"><button data-passage="punch" class="button" type="button" tabindex="0">Punch</button></span>
<<if $perks.includes('medpack')>><span class="buttonout"><button data-passage="medpack" class="button" type="button" tabindex="0">Medpack</button></span><<else>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Medpack</button></span><</if>>
<<if $playercombatlevel gte 5 and $stamina gte 5>><span class="buttonout"><button data-passage="donkeykick" class="button" type="button" tabindex="0">Donkey Kick</button></span><<elseif $playercombatlevel gte 5 and $stamina lte 4>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Donkey Kick</button></span><</if>>
<<if $playercombatlevel gte 25 and $stamina gte 25>><span class="buttonout"><button data-passage="playergrope" class="button" type="button" tabindex="0">Ass Slap</button></span><<elseif $playercombatlevel gte 25 and $stamina lte 24>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Ass Slap</button></span><</if>>
<<if $playercombatlevel gte 30 and $stamina gte 30>><span class="buttonout"><button data-passage="cumshot" class="button" type="button" tabindex="0">Cum Shot</button></span><<elseif $playercombatlevel gte 30 and $stamina lte 29>><span class="buttonempty"><button data-passage="" class="button" type="button" tabindex="0">Cum Shot</button></span><</if>></div><</nobr>></div><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<cumshot>></div><<set $playerturn = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/cumshot.mp4" type="video/mp4"></video></center></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<playergrope>></div><<set $playerturn = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/combat_extended/assslap.mp4" type="video/mp4"></video></center></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextboxm"><<playerpunch>></div><<set $playerturn = 1>>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<actioncomplete>><div class="npctextbox"><centeR>You defeated the enemy!</center><hr><<set $randomoney to random(1,35)>>
<<thugdefeated>>Special: You received $ $randomoney!</div><<set $money = $money + $randomoney>>
<<combatendvideo>>
<div class="npctextbox"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div>
<button data-passage="Gough Street" class="button" type="button" tabindex="0">Finish</button>
<<set $thughealthpoints = 3>>
<<set $harleyturn = 0>>
<<set $auntieturn = 0>>
<<set $playerturn = 0>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="wrapper"><div class="title">Your Step Dad is here</div><<if $combatenabled eq 1>>
<div class="npctextbox"><<thugdefeated>></div><br><<combatendvideo>>
<div class="npctextbox"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div><<set $thughealthpoints = 3>><<set $harleyturn = 0>><<set $auntieturn = 0>><<set $playerturn = 0>><</if>>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
Huh, what the fuck?</div>
<div class="npctextboxm">You beat the shit out of your step dad with your superior strength</div>
<div class="videobox"><center><video width="800" autoplay loop muted webkit-playsinline playsinline><source src="videos/beating.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
Okay you win! Please dont hurt me anymore! I'll leave your mom alone!</div>
<div class="npctextboxm">Your step father has been defeated. He has left your home and will never return.</div>
<div class="npctextboxm">But Wait!<hr>
Something fell out of your step-dad's pocket as he ran away!
You found a stamina implant! This increases your max stamina by + 10</div><<set $maxstamina = $maxstamina + 10>><<set $inventory.push("dadsimplant")>>
<button data-passage="First Floor" class="button" type="button" tabindex="0">I am the new man of the house</button>
<<set $stepdadquest = 2>><<set $dadDead = 1>><<set $questcomplete = $questcomplete + 1>></div><div class="wrapper"><div class="title">Your Step Dad is here</div>
<div class="imagebox"><img src="images/stepdad.jpg" alt="" /></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
You want to fight me? Take this you little bitch! </div><<set $thugcombatlevel = 10>> <<set $thughealthpoints = 15>><<run $enemy.push('stepdad')>><<set $thugstamina = 2>><<set $thugmaxhealth = 15>><<set $thugmaxstamina = 2>>
<<if $combatenabled eq 0>><button data-passage="stepdaddefeatedfinal" class="button" type="button" tabindex="0">Beat up your step-dad</button><<else>><button data-passage="stepdadfight1" class="button" type="button" tabindex="0">Start Fight</button><</if>><div class="fightbox"><div class="partywrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="fightbox"><div class="partywrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="wrapper"><div class="title"><center>Your Step Dad is here</center></div>
<div class="imagebox"><img src="images/stepdad.jpg" alt="" /></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
What the fuck do you think you're doing bro? Get the fuck out of here before I beat the shit out of you! Bitch!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
This fucking asshole...</div>
<<if $stepdadquest eq 0>><div class="npctextboxm"><center>Your quest log has been updated</center></div><<set $stepdadquest = 1>><<set $questnotification = 1>><</if>>
<<if $location eq "garden">><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Run out and cry</button><</if>><<if $location eq "mombedroom" or $location eq "bathroom">><button data-passage="First Floor" class="button" type="button" tabindex="0">Run out and cry</button><<else>><button data-passage="First Floor" class="button" type="button" tabindex="0">Run out and cry</button><</if>><button data-passage="stepdaddefeated" class="button" type="button" tabindex="0">Fight your step dad</button>
<<set $time = $time + 1>><<gallery>>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>><div class="wrapper">
<<inventory>>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>></div><div class="wrapper"><div class="npctextboxm"><center>//You close your eyes and fall into a deep sleep...//</center></div>
<div class="imagebox"><img src="images/sleep.jpg" alt="" /></div>
<<randomhints>>
<<sleep>>
<<if $currentlocation eq 1>><button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Wake up (Amore)</button><<elseif $currentlocation eq 2>><button data-passage="Your Room" class="button" type="button" tabindex="0">Wake up (London)</button><<elseif $currentlocation eq 3>><button data-passage="hotelroom" class="button" type="button" tabindex="0">Wake up (Lagos)</button><</if>></div><div class="wrapper"><div class="title">$playername's Phone ($currentlocation)</div>
<<cheats>>
<div class="npctextboxm">Do you want to enable/disable combat? (Currently:<<if $combatenabled gte 1>>Enabled<<else>>Disabled<</if>>)<hr>
<<if $party.includes('harley')==false and $party.includes('auntie')==false>>Enable Combat <<radiobutton "$combatenabled" "1">>
Disable Combat <<radiobutton "$combatenabled" "0">><<else>> you need to remove all party members before you can disable combat<</if>></div>
<<nobr>>
<<if $currentlocation eq 1 >><button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Return</button><</if>>
<<if $currentlocation eq 2>><button data-passage="Your Room" class="button" type="button" tabindex="0">Return</button><</if>>
<<if $currentlocation eq 3>><button data-passage="hotelroom" class="button" type="button" tabindex="0">Return</button><</if>><</nobr>><div class="wrapper"><<newquestlog>>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>></div><div class="npctextbox"><table>
<tr>
<th>Name:</th>
<th>Relationship:</th>
<th>Level:</th>
<th>Location:</th>
<th>Fucked (Times)</th>
</tr>
<tr>
<td>$mom <<if $momcorrupted eq 1>>(Corrupted)<</if>></td>
<td>Mom</td>
<td>$momlevel</td>
<td>Amore</td>
<td>$momfuckedtimes</td>
</tr>
<tr>
<td>$sister <<if $sistercorrupted eq 1>>(Corrupted)<</if>></td>
<td>Sister</td>
<td>$sisterlevel</td>
<td>Amore</td>
<td>$sisterfuckedtimes</td>
</tr>
<tr>
<td>$aunt</td>
<td>Aunt</td>
<td>$auntlevel</td>
<td>Amore (Out of Town)</td>
<td>$auntiefuckedtimes</td>
</tr>
<tr>
<td>Elsa</td>
<td>Bartender</td>
<td>$elsalevel</td>
<td>Amore</td>
<td>$elsafuckedtimes</td>
</tr>
<tr>
<td>Lisa</td>
<td>Fitness Instructor</td>
<td>$lisalevel</td>
<td>Amore</td>
<td>$lisafuckedtimes</td>
</tr>
<tr>
<td>Emily</td>
<td>Receptionist</td>
<td>$emilylevel</td>
<td>Amore</td>
<td>$emilyfuckedtimes</td>
</tr>
<tr>
<td>Nathaly</td>
<td>Stripper</td>
<td>$nathalylevel</td>
<td>Amore</td>
<td>$nathalyfuckedtimes</td>
</tr>
<tr>
<td>Sophia</td>
<td>Maid</td>
<td>$maidlevel</td>
<td>Amore</td>
<td>$maidfuckedtimes</td>
</tr>
<tr>
<td>Lilu</td>
<td>Teacher</td>
<td>$lilulevel</td>
<td>Amore</td>
<td>$lilufucked</td>
</tr>
<tr>
<td>Apate</td>
<td>Mystical Being</td>
<td>$apatelevel</td>
<td>Amore</td>
<td>$apatefucked</td>
</tr>
<tr>
<td>Harley</td>
<td>Crime Boss</td>
<td>$harleylevel</td>
<td>London</td>
<td>$harleyfucked</td>
</tr>
<tr>
<td>Superslut</td>
<td>Superhero</td>
<td>$superslutlevel</td>
<td>London</td>
<td>$superslutfuckedtimes</td>
</tr>
<tr>
<td>Pussywoman</td>
<td>Superhero</td>
<td>$pussywomanlevel</td>
<td>London</td>
<td>$pussywomanfuck</td>
</tr>
<tr>
<td>Daisy</td>
<td>Mystical Being</td>
<td>$daisylevel</td>
<td>London</td>
<td>$daisyfuckedtimes</td>
</tr>
<tr>
<td>Katrina</td>
<td>Thug</td>
<td>$katrinalevel</td>
<td>Amore</td>
<td>$diamondfucked</td>
</tr>
<tr>
<td>Diamond</td>
<td>Voodoo Shop Owner</td>
<td>$diamondlevel</td>
<td>Lagos</td>
<td>$diamondfucked</td>
</tr>
<tr>
<td>Kira</td>
<td>Library Assistant</td>
<td>$kiralevel</td>
<td>Lagos</td>
<td>$kirafuckedtimes</td>
</tr>
<tr>
<td>Joanna</td>
<td>Slave</td>
<td>$joannalevel</td>
<td>Lagos</td>
<td>$joannafuckedtimes</td>
</tr>
<tr>
<td>Wonder Cummer</td>
<td>Superhero</td>
<td>$wclevel</td>
<td>London</td>
<td>$wcfuckedtimes</td>
</tr>
<tr>
<td>Kalina</td>
<td>Business Executive</td>
<td>$kalinalevel</td>
<td>London</td>
<td>$kalinafuckedtimes</td>
</tr>
<tr>
<td>Beth</td>
<td>Business Executive</td>
<td>$bethlevel</td>
<td>London</td>
<td>$bethfuckedtimes</td>
</tr>
</table></div><<set $combatenabled = 0>>
<<set $gameshastarted = 0>>
<<set $playerpicture = false>>
<<script>>Config.history.controls = false;<</script>>
Combat system
<<set $party to [] >>
<<set $enemy to []>>
<<set $currentparty = 0>>
<<set $maxparty = 2>>
<<set $playercombatlevel = 1>>
<<set $harleyhealthpoints = 5>>
<<set $harleymaxhealth = 5>>
<<set $harleycombatlevel = 3>>
<<set $auntiehealthpoints = 6>>
<<set $auntiemaxhealth = 6>>
<<set $auntiecombatlevel = 3>>
<<set $thughealthpoints = 3>>
<<set $thugcombatlevel = 3>>
<<set $harleyturn = 0>>
<<set $auntieturn = 0>>
<<set $playerturn = 0>>
<<set $maxhealth = 3>>
<<set $playerxp = 0>>
<<set $harleyxp = 0>>
<<set $auntiexp = 0>>
<<set $punchdamage = 2>>
<<set $donkeykick = 0>>
<<set $harleyparty = 0>>
<<set $auntieparty = 0>>
<<set $superslutstamina = 10>>
<<set $harleystamina = 5>>
<<set $harleymaxstamina = 5>>
<<set $auntiestamina = 5>>
<<set $auntiemaxstamina = 5>>
<<set $thugmaxstamina = 1>>
<<set $thugmaxhealth = 3>>
<<set $auntunlocked = 0>>
<<set $fivelevels = 1>>
<<set $fivelevelsharley = 0>>
<<set $fivelevelsaunt = 0>>
Game Start
<<set $gamestart = 0>>
<<set $version = "v0.46.3">>
<<set $playerpic = 1>>
<<set $status = "Normal">>
<<set $bernieban = 0>>
health
<<set $healthpoints = 3>>
<<set $questnotification = 0>>
Mom
<<set $mom = "Anna">>
<<set $momlevel = 0>>
<<set $nudegarden = 0>>
<<set $momoutfit = 0>>
<<set $cumpanties = 0>>
<<set $momcorrupted = 0>>
<<set $momfuckedtimes = 0>>
<<set $momkiss = 0>>
<<set $mombj = 0>>
<<set $momsex = 0>>
<<set $momanal = 0>>
<<set $momquest = 0>>
<<set $mommood = "Normal">>
<<set $momtraits = [] >>
Mom Interaction Requirements
<<set $sunbatherequirement = 50>> If intelligence and momlevel gte (sunbathenude)
<<set $momassgrab = 150>> If momlevel gte (reaction to grabbing ass in livingroom)
<<set $momshoweraccess = 200>> If momlevel gte (lets you enter in the bathroom)
<<set $momkissrequirement = 300>> If momlevel gte (can kiss mom)
<<set $momshoweraccessrude = 400>> If momlevel gte (can barge into bathroom)
<<set $bjshowermom = 500>> If momlevel gte (for shower BJ)
<<set $bjmomrequirement = 600>> If momlevel gte (for normal BJ)
<<set $momsleeprequirement = 800>> If momlevel gte (for sleeping in moms bed)
<<set $momunderwearrequirement = 1300>> If momlevel gte (wear underwear)
<<set $momvaginalrequirement = 1500>> If momlevel gte (pussy fuck)
<<set $momnuderequirement = 2000>> If momlevel gte (nude)
<<set $momanalrequirement = 2200>> If momlevel gte (anal fuck)
<<set $amontherinneedrequirement = 3000>> If momlevel gte (Mom Finale Quest)
Sister
<<set $sister = "Zoe">>
<<set $sisterlevel = 0>>
<<set $sisternude = 0>>
<<set $nudestudy = 0>>
<<set $sisterfuckedtimes = 0>>
<<set $sisterkiss = 0>>
<<set $sisterbj = 0>>
<<set $sisterfuck = 0>>
<<set $sisteroutfit = 0>>
<<set $sisterbook = 0>>
<<set $sexedquest = 0>>
<<set $sistercorrupted = 0>>
<<set $sisterquestline = 0>>
<<set $sistermood = "Nervous">>
<<set $sistertraits = [] >>
Katrina
<<set $katrinaoutfit = 1>>
<<set $katrinachat = 0>>
<<set $katrinabj = 0>>
<<set $katrinavaginal = 0>>
<<set $katrinafuckedtimes = 0>>
<<set $katrinalevel = 0>>
<<set $katrinahired = 0>>
<<set $katrinamood = "Normal">>
Quest
<<set $stepdadquest = 0>>
<<set $lisaquest = 0>>
<<set $elsaquest = 0>>
<<set $mompoolquest = 0>>
<<set $totalquests = 17>>
<<set $questcomplete = 0>>
Stats
<<set $inventory = [] >>
<<set $flowers = [] >>
<<set $weed = [] >>
<<set $meth = [] >>
<<set $perks = []>>
<<set $money = 0>>
<<set $health = 100>>
<<set $stamina = 10>>
<<set $strength = 0>>
<<set $intelligence = 0>>
<<set $laptopowned = 0>>
<<set $crime = 0>>
<<set $shed = 0>>
<<set $smallhouse = 0>>
<<set $drunk = 0>>
<<set $maxstamina = 10>>
Intelligence: $intelligence/$maxintelligence
Books
<<set $biologybook = 0>>
<<set $englishbook = 0>>
Bedroom
<<set $tidybedroom = 0>>
Time/Days
<<set $day = 1>>
<<set $time = 1>>
Kitchen
<<set $kitchentidy = 0>>
<<set $kitchencash = 0>>
Player
<<set $playername = "Steve">>
Elsa
<<set $elsalevel = 0>>
<<set $elsamet = 0>>
<<set $firsttimepub = 0>>
<<set $elsaapartment = 0>>
<<set $nudebar = 0>>
<<set $sexbar = 0>>
<<set $elsajealousy = 0>>
<<set $elsafucked = 0>>
<<set $elsafuckedtimes = 0>>
<<set $elsamood = "Normal">>
Lisa
<<set $metlisa = 0>>
<<set $lisalevel = 0>>
<<set $muscleman = 0>>
<<set $lisafucked = 0>>
<<set $lisabj = 0>>
<<set $lisatits = 0>>
<<set $lisabroken = 0>>
<<set $lisaapartment = 0>>
<<set $lisafuckedtimes = 0>>
<<set $lisabjmenu = 0 >>
<<set $lisakissmenu = 0>>
<<set $lisaanalmenu = 0>>
<<set $lisafuckmenu = 0>>
<<set $lisamood = "Normal">>
Perks
<<set $lazyperk = 0>>
<<set $treasurehunterperk = 0>>
<<set $hygieneperk = 0>>
Paul/Drugs
<<set $metpaul = 0>>
<<set $imapussy = 0>>
<<set $drugdealer = 0>>
<<set $paulquest1 = 0>>
<<set $druglimit = 0>>
Empire
<<set $office = 0>>
<<set $officebalance = 0>>
<<set $officeexpense = 0>>
<<set $officeincome = 50>>
<<set $officecashflow = $officeincome - $officeexpense>>
<<set $emilypay = 0>>
<<set $maidpay = 0>>
<<set $thug1pay = 0>>
<<set $thug2pay = 0>>
Emily
<<set $emilylevel = 0>>
<<set $receptionist = 0>>
<<set $emilyoutfit = 0>>
<<set $emilyupgrade = 0>>
<<set $emilyfuckedtimes = 0>>
<<set $emilychatting = 0>>
<<set $emilymood = "Normal">>
Black Market
<<set $mcdrugs = 0>>
<<set $implant = 0>>
Maid
<<set $maidlevel = 0>>
<<set $maid = 0>>
<<set $maidoutfit = 0>>
<<set $maidfuckedtimes = 0>>
<<set $maidquest = 0>>
<<set $maidmood = "Normal">>
Step-Dad
<<set $dadDead = 0>>
Glory Hole
<<set $gloryhole = 0>>
<<set $tools = 0>>
<<set $gloryholefuck = 0>>
Auntie questline
<<set $auntquest = 0>>
<<set $auntbj = 0>>
<<set $auntoutfit = 0>>
<<set $auntlevel = 0>>
<<set $shelves = 0>>
<<set $auntkitchenclean = 0>>
<<set $gardengrass = 0>>
<<set $auntbar = 0>>
<<set $auntFucked = 0>>
<<set $auntiequest1complete = 0>>
<<set $auntdildo = 0>>
<<set $buythedildo = 0>>
<<set $auntassfuck = 0>>
<<set $auntiefuckedtimes = 0>>
<<set $auntkiss = 0>>
<<set $auntlove = 0>>
<<set $aunt = "Aunt">>
<<set $auntquestline = 0>>
<<set $auntmood = "Normal">>
PC World
<<set $pcworldrob = 0>>
Cars
<<set $car1owned = 0>>
Ahmed's Shop
<<set $shopsteal = 0>>
Josephine
<<set $josephineoutfit = 0>>
<<set $josephinedead = 0>>
<<set $josephinelove = 0>>
<<set $josephinemet = 0>>
<<set $josephinefuckedtimes = 0>>
<<set $josephinemood = "Normal">>
Strip Club
<<set $stripClubOwned = 0>>
<<set $stripClubRenovated = 0>>
<<set $stripClubStaff = 0>>
<<set $stripperJosephine = 0>>
<<set $stripperSister = 0>>
<<set $stripclubBathroom = 0>>
<<set $stripclubLesbianShow = 0>>
<<set $barTenderMet = 0>>
<<set $stripclubbooth = 0>>
Nathaly
<<set $nathalylevel = 0>>
<<set $nathalynude = 0>>
<<set $nathalyfuckedtimes = 0>>
New Nathaly
<<set $nathalyapartment = 0>>
<<set $nathalybj = 0>>
<<set $nathalykiss = 0>>
<<set $nathalyfuck = 0>>
<<set $nathalyfacial = 0>>
<<set $nathalyrelationship = 0>>
<<set $nathalyobediance = 0>>
<<set $nathalyanal = 0>>
<<set $nathalysister = 0>>
<<set $nathalyquest = 0>>
<<set $nathalyshowswatched = 0>>
Harley Quinn
<<set $harleylevel = 0>>
<<set $harleyoutfit = 0>>
<<set $harleymet = 0>>
<<set $harleyfucked = 0>>
<<set $harleydead = 0>>
<<set $harleychat = 0>>
<<set $harleykiss = 0>>
<<set $harleybj = 0>>
<<set $harleyvaginal = 0>>
<<set $harleyanal = 0>>
London Bar
<<set $londonbarmet = 0>>
<<set $londonbartype = 0>>
<<set $londonbarpeople = 0>>
<<set $londonbarwhores = 0>>
<<set $barslut = 0>>
superslut
<<set $superslutlevel = 0>>
<<set $superslutoutfit = 0>>
<<set $superslutdrug = 0>>
<<set $superslutcapture = 0>>
<<set $supersluttamed = 0>>
<<set $superslutcorruption = 0>>
<<set $superslutchat = 0>>
<<set $superslutkiss = 0>>
<<set $superslutbj = 0>>
<<set $superslutsex = 0>>
<<set $superslutanal = 0>>
<<set $superslutfuckedtimes = 0>>
Prison Cells
<<set $cell2status = 0>>
<<set $cell3status = 0>>
<<set $fullprison = 0>>
<<set $planningroom = 0>>
<<set $armoryowned = 0>>
<<set $hospital = 0>>
<<set $gymstatus = 0>>
<<set $librarystatus = 0>>
<<set $methlab = 0>>
<<set $methdays = 0>>
<<set $methamount = 0>>
<<set $methupgrade = 1>>
Travel
<<set $familyintro = 0>>
<<set $londonintro = 0>>
Pussywoman
<<set $pussywomancaptured = 0>>
<<set $pussywomanfucked = 0>>
<<set $pussywomanoutfit = 0>>
<<set $pussywomanchat = 0>>
<<set $pussywomanbj = 0>>
<<set $pussywomanfuck = 0>>
<<set $pusywomananal = 0>>
<<set $pussywomanfeet = 0>>
<<set $pussywomanlevel = 0>>
<<set $londonfinale = 0>>
Patches
<<set $metpatches = 0>>
<<set $patchesquest = 0>>
<<set $daisykey = 0>>
<<set $moonlightgreatsword = 0>>
<<set $apatekey = 0>>
Daisy
<<set $daisymet = 0>>
<<set $daisyfucked = 0>>
<<set $daisylevel = 0>>
<<set $daisyhate = 0>>
<<set $daisykiss = 0>>
<<set $daisybj = 0>>
<<set $daisyfuck = 0>>
<<set $givedaisybj = 0>>
<<set $givedaisyfuck = 0>>
Apate
<<set $apatemet = 0>>
<<set $apatefucked = 0>>
<<set $apatelevel = 0>>
Lilu
<<set $metlilu = 0>>
<<set $lilulevel = 0>>
<<set $lilubj = 0>>
<<set $lilufucked = 0>>
<<set $lilulove = 0>>
Plane tickets
<<set $nigeriaticket = 0>>
<<set $planebathroomkey = 0>>
<<set $arewethereyet = 1>>
Lagos
<<set $diamondmet = 0>>
<<set $hotelvisited = 0>>
<<set $voodoovisited = 0>>
<<set $diamondlevel = 0>>
<<set $diamondfucked = 0>>
<<set $otherppllevel = 0>>
<<set $otherpplfucked = 0>>
<<set $catlevel = 0>>
<<set $diamondkiss = 0>>
<<set $diamondbj = 0>>
<<set $diamonds = 0>>
<<set $diamondquest = 0>>
<<set $lagoskey = 0>>
std
<<set $std = 0>>
Hiring Muscle Quest
<<set $hiringmusclequest = 0>>
<<set $submit = 0>>
M Counter
<<set $mcounter = 1>>
<<set $scounter = 1>>
Porno Quest
<<set $pornoquest = 0>>
<<set $pornosshot = 0>>
Christmas 2022 Quest
<<set $christmas2022 = 0>>
Step Dad Ultra Quest
<<set $stepdadultra = 0>>
Apate Quest
<<set $apatequest1 = 0>>
<<set $hotelquest = 0>>
<<set $letterquest = 0>>
Nigeria New Variables
<<set $brothelopen = 0>>
<<set $brothelintro = 0>>
<<set $choosediamond = 0>>
<<set $marcopath = 0>>
<<set $lagosquickstart = 0>>
<<set $diamondturn = 0>>
<<set $voodoshopclosed = 0>>
<<set $marcopath = 0>>
<<set $mybrothel = 0>>
<<set $adebesiquest = 0>>
Kira
<<set $kiralevel = 0>>
<<set $kiramet = 0>>
<<set $kirafucked = 0>>
<<set $kirafuckedtimes = 0>>
<<set $kiramood = "Normal">>
<<set $kiratalk = 0>>
<<set $kirabj = 0>>
<<set $kirafucked = 0>>
<<set $kiraquest = 0>>
<<set $kirafuck = 0>>
<<set $adebesiquest = 0>>
Joanna
<<set $joannalevel = 0>>
<<set $joannamet = 0>>
<<set $joannafucked = 0>>
<<set $joannafuckedtimes = 0>>
<<set $joannamood = "Normal">>
<<set $joannatalk = 0>>
<<set $joannabj = 0>>
<<set $joannafucked = 0>>
<<set $joannaquest = 0>>
<<set $joannafuck = 0>>
<<set $joannaoutfit = 0>>
<<set $londonquestline2 = 0>>
<<set $cell3open = 0>>
Wonder Cummer
<<set $wclevel = 0>>
<<set $wcmet = 0>>
<<set $wcfucked = 0>>
<<set $wcfuckedtimes = 0>>
<<set $wcmood = "Normal">>
<<set $wctalk = 0>>
<<set $wcbj = 0>>
<<set $wcfucked = 0>>
<<set $wcquest = 0>>
<<set $wcfuck = 0>>
<<set $wcoutfit = 0>>
New Strip Club
<<set $strippers = [[],[]]>>
<<set $daisyfuckedtimes = 0>>
<<set $harleyrando = 0>>
<<set $publishedgames = []>>
<<set $gamedevdays = 0>>
<<set $daysmaxgame = 5>>
<<set $kalinalevel = 0>>
<<set $kalinafuckedtimes = 0>>
<<set $bethlevel = 0>>
<<set $bethfuckedtimes = 0>><<set _fighter1 = {
name: "Fredrich",
hp: random(20, 30),
str: random(5, 10),
dex: random(5, 10)
}>>
<<set _fighter2 = {
name: "Dmitri",
hp: random(20, 30),
str: random(5, 10),
dex: random(5, 10)
}>>
<<for true>>
<<attack _fighter1 _fighter2>>
<<if _fighter1.hp < 0>>
_fighter2.name wins!<br>
<<break>>
<</if>>
<<attack _fighter2 _fighter1>>
<<if _fighter1.hp < 0>>
_fighter2.name wins!<br>
<<break>>
<</if>>
<</for>><center><div class="amore"></div></center><font size="-1">$version</font><br>
<div class="uistats"><<day>>
<<displaytime>>
❤️ Health: $healthpoints/$maxhealth ❤️
Status: $status <<if $std eq 0>><<else>> 🦀 <</if>>
Money: $<<print $money>>
Stamina: $stamina/$maxstamina
Strength: $strength
Intelligence: $intelligence
Reputation: $crime
<font size="-2">Cheats <<if $cheats gte 1>>Enabled<<else>>Disabled<</if>></font><font size="-2"> | Combat <<if $combatenabled gte 1>>Enabled<<else>>Disabled<</if>></font><hr>
<<nobr>><<if $combatenabled eq 1>>Combat Level: $playercombatlevel<center>Current Party $currentparty/$maxparty</center><div class="partywrapper"><a data-passage="playeroverview"><<playerpartypic>></a><<partydisplay>></div><hr><</if>>
<button data-passage="questlog" class="button" type="button" tabindex="0">Quest Log</button>
<button data-passage="Inventory" class="button" type="button" tabindex="0">Inventory</button>
<<button "Relationships">>
<<script>>
Dialog.setup("Character Information", "Relationships");
Dialog.wiki(Story.get("Relationships").processText());
Dialog.open();
<</script>>
<</button>>
<button data-passage="Gallery1" class="button" type="button" tabindex="0">Gallery</button>
<<button "Save/Load Game">><<script>>UI.saves();<</script>><</button>><hr>
<<if $cheats gte 1>><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<</if>><<button "Restart Game">><<script>>Engine.restart();<</script>>
<</button>><<if $day gte 8>><<set $day eq 1>><</if>>
<a class="button" href="https://forms.gle/bLF87zK54pxU9yEN7"><button>Report an issue</button></a>
<button data-passage="supportpage" class="button" type="button" tabindex="0">Cheats</button><a class="button" href="https://discord.gg/VkF4uYcF6d"><button>Discord</button></a><</nobr>><div class="wrapper"><div class="title">Your Car</div>
<div class="carinterior"></div>
<button data-passage="aunthouse" class="button" type="button" tabindex="0">Aunt $aunt's House</button><button data-passage="housegarage" class="button" type="button" tabindex="0">Your House</button></div><div class="wrapper"><div class="title">Changelog</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>v0.46.23 (08.03.23)
Long Awaited Update</center><hr>
Additions:
<ul><li>Added over 20 new gallery pictures to unlock</li>
<li>Added random event in the garden with Zoe</li>
<li>Added new interaction with Jennifer in the garden</li>
<li>Added over 5 new interactions with Zoe that can be used in the living room as well as convincing her to change her outfits.</li>
<li>Added a new London quest/activity! - Invest in a Game Dev Studio! This includes a new way to make money through game development. Create your own games and make big cash! The higher the review score = the highers the sales from your games! This also includes two brand new fuckable characters! However they both have different paths and you will have to carefully choose who to put in charge of your new business venture! This includes over 7 new scenes!</li>
<li>Added level scaling to the hobo fight. XP is given based on enemy level so should help with grinding and providing more of a challenge.</li></ul>
Fixes:
<ul><li>Fixed Harley's fuck counter not working - Thanks for reporting!</li>
<li>Fixed Lisa Quest Progress not showing correctly in the quest log</li>
</ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><<nobr>><div class="title">Backer Hub</div><br>
<div class="npctextbox"><div class="cwschat"></div>CWS<hr>Hey, Thanks for supporting my game. I hope you are having fun playing Amore. Got any ideas for future improvements? Feel free to let me know. You fucking rock!</div><br>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givestrength to '1'">Give Strength (+50)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$giveintelligence to '1'">Give Intelligence (+50)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givecash to '1'">Give Cash (+150)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givestamina to '1'">Increase Max Stamina (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$curestds to '1'">Cure STDS</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givehealth to '1'">Increase Max Health (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givecombat to '1'">Increase Player Combat Level (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givemedpack to '1'">Give Medpacks (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$giveflowers to '1'">Give Flowers (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$givemeth to '1'">Give Meth (+5)</button>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0" data-setter="$sisterstudycheat to '1'">Study With $sister (+1)</button>
<hr>
<button data-passage="playerphone" class="button" type="button" tabindex="0">Leave Menu</button>
<br>
<div class="title">Important: Always remember to leave this menu via the 'Leave Menu' button above. Don't press 'Go Back', otherwise you will reverse your changes.</div>
<</nobr>><div class="backgroundmenu"><div class="landingpagebox"><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="wrapper"><div class="npctextbox">Credits<hr>
<hr>
All images/videos used are credit to their respective authors.
All coding is //poorly// done by myself unless otherwise stated below
Special thanks to Areson12 for writing
Special thanks to all the subscribestar & patreon backers
Special thanks to everyone at the twine subreddit
Special thanks to Chapel for their health/stamina system modules/code</div></div></div><div class="questbox">
<div class="questphoto"><img src="images/quests/elsa.png"></div>
<div class="questtext"><center>Quest: Helping Elsa ($elsaquestline/5)</center><hr><<if $elsaquestline eq 1>>Elsa owns and operates a pub in Amore. I've agreed to help her at her pub which is open Monday - Saturday in the afternoon. I could try and convince her to let me visit her apartment. I would need a relationship level of 100. ($elsalevel/100)<<elseif $elsaquestline eq 2>>I've gained Elsa's trust enough to visit her apartment in the morning. I should use this extra time with Elsa to convince her to be more slutty at work. Requires Elsa Level 250 ($elsalevel/250) and Intelligence Level 65 ($intelligence/65)<<elseif $elsaquestline eq 3>>Now that Elsa is working naked at the bar, its time to take things a step further and convince her to prostitute herself to the patrons. This should be fun. I'll need Elsa level 450 ($elsalevel/450) and Intellgience Level 105($intelligence/105)<<elseif $elsaquestline eq 4>>Elsa is now fucking the customers... what the hell did I do? I think watching her get fucked 3 times ($elsajealousy/3) should let me dominate her completely.<</if>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/lisa.png"></div>
<div class="questtext"><center>Quest: Lisa the MILF ($lisaquestline/5)</center><hr><<nobr>>
<<if $lisaquestline eq 1>>Lisa is a milf who works out at the local gym. She wont even consider talking to me unless I put on some muscle. Time to hit the weights. Strength needed 150 ($strength/150)
<<elseif $lisaquestline eq 2>>Lisa has invited me to attend some personal training sessions //only on the weekend//. I should use this opportunity to get closer to her. I think I can convince her to give me a BJ if I have a intelligence level of 150 ($intelligence/150) and Lisa's level at 125 ($lisalevel/125)
<<elseif $lisaquestline eq 3>>Lisa is a lot more confortable around me and even sucks my cock when I ask. I should be able to ask her for access to her apartment now.<<elseif $lisaquestline eq 4>>I can now visit Lisa at her apartment. I can convince her to walk around topless if her relationship level is 250 ($lisalevel/250) and my intelligence is 200 ($intelligence/200)
<<elseif $lisaquestline eq 5>>I'm seeing some nice titties at Lisa's apartment but now its time get her completely naked. Requires a relationship level of 350 ($lisalevel/350)<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/mompool.png"></div>
<div class="questtext"><center>Quest: Convince mom to sunbathe naked ($mompoolquest/2)</center><hr>My mom has the nicest tits ever. There must be some way I can convince her to sunbathe nude! I will need to get her level to 60 ($momlevel/60) and improve my intelligence to level 50 ($intelligence/50). </div><div class="questbox">
<div class="questphoto"><img src="images/quests/auntquest.png"></div>
<div class="questtext"><center>Quest: The Aunt ($auntquestline/4)</center><hr><<nobr>>
<<if $auntquestline eq 1>>I need to take a taxi to my Aunt $aunt's house.
<<elseif $auntquestline eq 2>>I've agreed to do some chores for my Aunt. Hopefully there is a reward after all this
<<elseif $auntquestline eq 3>>I need to get through this date with my Aunt. I wonder what will happen after?<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/xmas2022.png"></div>
<div class="questtext"><center>Quest: Christmas 2022 ($christmas2022/3)</center><hr><<nobr>>
<<if $christmas2022 eq 1>>Bernie can sell me some xmas gifts for $mom and $sister
<<elseif $christmas2022 eq 2>>I've got the gifts, I can now give the gifts to $mom and $sister by activating the final event in the living room.
<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/stepdad.png"></div>
<div class="questtext"><center>Quest: Defeat Your Step Dad ($stepdadquest/2)</center><hr>My step-dad is being a cockblock and he must be dealt with. If I train my strength level to 100 ($strength/100). I should be able to fuck him up.</div>
</div><div class="questbox">
<div class="questphoto"><img src="images/quests/diamond.png"></div>
<div class="questtext"><center>Quest: Diamond Vs Marco ($diamondquest/4)</center><hr><<nobr>>
<<if $diamondquest eq 1>>I need to go to the Lagos Brothel to get Diamond's old stock back.
<<elseif $diamondquest eq 2>>I have spoken to the Brothel owner. He has given me permission to take Diamond's old stock. I need to choose to give it to Diamond or Marco.<<elseif $diamondquest eq 3>>I have the goods. I need to choose who give it to... Diamond or Marco.<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/diamond2.png"></div>
<div class="questtext"><center>Quest: Dominating Diamond ($marcoquest/3)</center><hr><<nobr>>
<<if $marcoquest eq 1>>Marco has a lot of dirt on Diamond. He wants Diamond to work at his brothel in order to pay back her debt. I need to convince Diamond working in a brothel is a good decision.
<<elseif $marcoquest eq 2>>Diamond, as predicted, does not want to work in Marco's brothel. I need to convince her. (Intelligence level 210 needed or Combat)<<elseif $marcoquest eq 3>>Diamond has agreed to work at the brothel. I should go and speak to Marco.<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/adebesi.png"></div>
<div class="questtext"><center>Quest: The Expensive Slut ($adebesiquest/3)</center><hr><<nobr>>
<<if $adebesiquest eq 1>>There is a guy selling a woman on Hotel room 201. He wants a ridiculous amount for her. I need to figure out a way to bargain with him.
<<elseif $adebesiquest eq 2>>Diamond, wants to take over the brothel. She's putting a gang together but I will need to make sure i'm strong enough so I dont die in the attack. When i'm ready I should go to the brothel. (Strength level 300 needed or Combat)<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/gamdev/bethchat.png"></div>
<div class="questtext"><center>Quest: Creating Your First Porn Game ($gamedevowned/2)</center><hr><<nobr>>
<<if $gamedevowned eq 1>>Congratulations on buying your game dev studio. To complete this quest, you must create your first game! Go to the 'manage studio' button and click create a game! Once its created you will have to wait 5 days to create a new one, this can be reduced with upgrades.
<<elseif $gamedevowned eq 3>>Quest Complete<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/kira.png"></div>
<div class="questtext"><center>Quest: Kinky Kira ($kiraquest/4)</center><hr><<nobr>>
<<if $kiraquest eq 1>>The innocent looking library assistant in Lagos has a secret. I should speak to her and confront her about the photo I found in the library.
<<elseif $kiraquest eq 2>>I have confronted Kira about the photo and she is being very defensive about the situation. Maybe someone local in Lagos knows more about Kira than what meets the eye?<<elseif $kiraquest eq 3>>I have overheard a conversation and found out Kira used to work at a brothel. Why wouldn't she share the love with me? I need to try and convince her<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/hotel.png"></div>
<div class="questtext"><center>Quest: Hotel Check-In ($hotelquest/2)</center><hr><<nobr>>
<<if $hotelquest eq 1>>I need to check into the Hotel Lagos before I can start my adventure here in Lagos.<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/maid.png"></div>
<div class="questtext"><center>Quest: Fuck the maid ($maidquest/3)</center><hr><<if $maidquest eq 1>>My new maid is a hot number and I very much would like to fuck her but first I'll have to let her know who is boss. I can change her outfit in the office menu in the basement if I have relationship level 50 ($maidlevel/50)<<elseif $maidquest eq 2>>What is the point of having a naked latina maid if you cant fuck her? Need relationship level 100 ($maidlevel/100)<</if>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/brothel.png"></div>
<div class="questtext"><center>Quest: Marco's Misfortune ($diamondpath/3)</center><hr><<nobr>>
<<if $diamondpath eq 1>>I should speak to diamond.
<<elseif $diamondpath eq 2>>Diamond, wants to take over the brothel. She's putting a gang together but I will need to make sure i'm strong enough so I dont die in the attack. When i'm ready I should go to the brothel. (Strength level 300 needed or Combat)<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/sopie.png"></div>
<div class="questtext"><center>Quest: Hiring Muscle ($hiringmusclequest/4)</center><hr><<if $hiringmusclequest eq 1>>My receptionist, Emily, has told me about a potential new recruit at the local University called Katrina. I don't much else about her so I'll have to visit the Uni and find out more.<<elseif $hiringmusclequest eq 2>>I need to speak to patches in the cave near the University.<<elseif $hiringmusclequest eq 3>>Patches will give me Katrina if I give him a diamond. They sell them in the Supermarket in London.<<elseif $hiringmusclequest eq 4>>I gave patches the diamond. I just need to tell Katrina that she is free to come work for me. <</if>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/cat.png"></div>
<div class="questtext"><center>Quest: A Mysterious Letter ($letterquest/5)</center><hr><<nobr>>
<<if $letterquest eq 1>>I have received a mysterious letter. I should wait for them to contact me in Lagos. I'm not sure when or how.
<<elseif $letterquest eq 2>>I spoke to a man in Lagos who said he was creating mind control devices and wanted me to test it out for him... I need to be patient and wait for him to contact me (Updates coming soon for this quest!)<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/nathaly.png"></div>
<div class="questtext"><center>Quest: Seducing Nathaly ($nathalyquest/3)</center><hr><<nobr>>
<<if $nathalyquest eq 1>>I can't seduce Nathaly with how busy she is. Watching her shows should display enough affection to get her to talk to me more. <br>Nathaly Shows Watched ($nathalyshowswatched/5)
<<elseif $nathalyquest eq 2>>I've now got access to Nathaly's apartment. I should swing by from Monday-Wednesday (Those are her days off).
<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/paul.png"></div>
<div class="questtext"><center>Quest: Drug Dealer XXX (0/1)</center><hr>I've agreed to sling drugs for my childhood friend, Paul. He's given me a free sample to sell. I know Ahmed buys drugs. Maybe I should try to sell it to him?</div><div class="questbox">
<div class="questphoto"><img src="images/quests/sisterquest1.png"></div>
<div class="questtext"><center>Quest: Sister Saga ($sisterquestline/3)</center><hr><<nobr>>
<<if $sisterquestline eq 1>>I have agreed to help my sister with her homework. Study sessions remaining ($sisternude/5)
<<elseif $sisterquestline eq 2>>I've agreed to go to my Sister's Uni and speak to her teacher about her bad grades. Hopefully she is hot.
<<elseif $sisterquestline eq 3>>Mrs Moon has asked me to bring my sister to her. She says we're going to have some fun? This might be my chance to corrupt $sister once and for all!<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/0.82/jroc_chat.png"></div>
<div class="questtext"><center>Quest: Step Dad's Porno Tapes ($pornoquest/3)</center><hr><<nobr>>
<<if $pornoquest eq 1>>I have agreed to help my step-dad sort out his debt with someone called J-Rox. He lives in the Amore trailer park. I can take a taxi there.
<<elseif $pornoquest eq 2>>I've spoken to J-Rox and I need to choose which woman I want to have sex with on film. I should speak to the woman I want to choose<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/stepdadultra.png"></div>
<div class="questtext"><center>Quest: Step Dad Ultra ($stepdadultra/3)</center><hr><<nobr>>
<<if $stepdadultra eq 1>>Fight your step-dad. Defeat him once and for all!<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/stripclub.png"></div>
<div class="questtext"><center>Quest: Strip Club ($stripclubquest/3)</center><hr><<nobr>>
<<if $stripclubquest eq 1>>I just bought a strip club. I will need to renovate it. It should cost me $2500 ($ $money/$ 2500)
<<elseif $stripclubquest eq 2>>The strip club is now looking decent. Lastly, I'll need to hire a stripper. I should ask around the bar area on a evening.<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/wc.png"></div>
<div class="questtext"><center>Quest: Capturing Superheroes Part #2 ($londonquestline2/2)</center><hr><<nobr>>
<<if $londonquestline2 eq 1>>Wonder Cummer was found trying to free the other captives. We've locked her up too, but she is not going to be easy to break. I will need to train her obedience. Wonder Cummer Obedience ($wclevel / 350)<</if>>
<</nobr>></div><div class="questbox">
<div class="questphoto"><img src="images/quests/harley.png"></div>
<div class="questtext"><center>Quest: Capturing Superheroes ($londonquestline/3)</center><hr><<nobr>>
<<if $londonquestline eq 1>>I need to capture the super heroes in London, I should start with Superslut. Harley reckons she could be in the local bar. You do not need combat to complete this quest. To capture Superslut get her out of the bar, maybe to the alleyway? Fucking with her is a bad idea. If combat is enabled, expect a fight.
<<elseif $londonquestline eq 2>>I've captured the superhero called Superslut, the only other threat is another superhero called Pussywoman. Rumour has it that she wears a disguise, so i will have to do some exploration in London to see if I can find her and capture her.
<<elseif $londonquestline eq 3>>Nothing to show<</if>>
<</nobr>></div><div class="wrapper"><div class="npctextbox"><div class="cwschat"></div>CWS<hr>Hey, I'm CWS. The developer of Amore. First of all, thanks for even playing my game. You fucking rock!<hr>
If you want to support this game you can get access to super cool additional content, such as:
<ul><li>Access to Cheat codes (Instant money, instant stats, max all relationship levels with NPCs & level up combat levels instantly!)</li>
<li>Access to a download to play offline on PC or Mobile</li>
<li>Developer interaction</li>
<li>Exclusive discord ranks</li>
<li>Developer polls for future updates</li>
<li>Cheat codes for back catalogue games such as: 'Desert Island King' and more that are in development!</li>
<li>Stay up to date on when the next update is coming</li>
<li>I will love you forever and always</li></ul>
Your support means I can keep creating lewd HTML games like Amore! Already got a code? Use your phone in your bedroom to activate your cheats.</div>
<div class="npctextboxm">You can click the links below to support:
<div class="subscribebox"><a href="https://patreon.com/amoregame"><img border="0" alt="" src="images/subscribe2.png" width="275" height="40"></a></div>//OR//
<div class="subscribebox"><a href="https://subscribestar.adult/cold-war-studios"><img border="0" alt="" src="images/subscribe.png" width="275" height="40"></a></div>
</div>
<<button "Noted">><<script>>Engine.backward();<</script>><</button>></div>New questlog
<<widget "newquestlog">>
<div class="npctextbox">❤️ Amore Quests:<br>
Quest: Defeat Your Step Dad<<if $stepdadquest eq 0>> <<elseif $stepdadquest != 0>><<click "<<if $stepdadquest eq 0>> (Not Started)<<elseif $stepdadquest eq 1>> (Ongoing)<<elseif $stepdadquest eq 2>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail"); Dialog.wiki(Story.get("quest_detail").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Sunbathin' Naked Mommy<<if $mompoolquest eq 0>> <<elseif $mompoolquest != 0>><<click "<<if $mompoolquest eq 0>> (Not Started)<<elseif $mompoolquest eq 1>> (Ongoing)<<elseif $mompoolquest eq 2>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail2"); Dialog.wiki(Story.get("quest_detail2").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Elsa's Bar<<if $elsaquestline eq 0>> <<elseif $elsaquestline != 0>><<click "<<if $elsaquestline eq 0>> (Not Started)<<elseif $elsaquestline gte 1>> (Ongoing)<<elseif $elsaquestline eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail3"); Dialog.wiki(Story.get("quest_detail3").processText()); Dialog.open(); <</script>><</click>><<else>><</if>><br>
Quest: Learning Drugs<<if $drugdealerquest eq 0>> <<elseif $drugdealerquest != 0>><<click "<<if $drugdealerquest eq 0>> (Not Started)<<elseif $drugdealerquest eq 1>> (Ongoing)<<elseif $drugdealerquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail4"); Dialog.wiki(Story.get("quest_detail4").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Lisa The MILF<<if $lisaquestline eq 0>><<elseif $lisaquestline != 0>><<click "<<if $lisaquestline eq 0>> (Not Started)<<elseif $lisaquestline gte 1>> (Ongoing)<<elseif $lisaquestline eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail5"); Dialog.wiki(Story.get("quest_detail5").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: The Aunt<<if $auntquestline eq 0>><<elseif $auntquestline != 0>><<click "<<if $auntquestline eq 0>> (Not Started)<<elseif $auntquestline gte 1>> (Ongoing)<<elseif $auntquestline eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail6"); Dialog.wiki(Story.get("quest_detail6").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Sister Saga<<if $sisterquestline eq 0>><<elseif $sisterquestline != 0>><<click "<<if $sisterquestline eq 0>> (Not Started)<<elseif $sisterquestline gte 1>> (Ongoing)<<elseif $sisterquestline eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail7"); Dialog.wiki(Story.get("quest_detail7").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Step-Dad's Porno Tapes<<if $pornoquest eq 0>> <<elseif $pornoquest != 0>><<click "<<if $pornoquest eq 0>> (Not Started)<<elseif $pornoquest gte 1 and $pornoquest lte 2>> (Ongoing)<<elseif $pornoquest eq 3>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail11"); Dialog.wiki(Story.get("quest_detail11").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Fucking The Maid<<if $maidquest eq 0>> <<elseif $maidquest != 0>><<click "<<if $maidquest eq 0>> (Not Started)<<elseif $maidquest gte 1 and $maidquest lte 2>> (Ongoing)<<elseif $maidquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail12"); Dialog.wiki(Story.get("quest_detail12").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Hiring Katrina<<if $hiringmusclequest eq 0>> <<elseif $hiringmusclequest != 0>><<click "<<if $hiringmusclequest eq 0>> (Not Started)<<elseif $hiringmusclequest gte 1>> (Ongoing)<<elseif $hiringmusclequest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail13"); Dialog.wiki(Story.get("quest_detail13").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Step Dad Ultra<<if $stepdadultra eq 0>> <<elseif $stepdadultra != 0>><<click "<<if $stepdadultra eq 0>> (Not Started)<<elseif $stepdadultra eq 1>> (Ongoing)<<elseif $stepdadultra eq 2>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail14"); Dialog.wiki(Story.get("quest_detail14").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Strip Club Ownership<<if $stripClubOwned eq 0>> <<elseif $stripclubquest != 0>><<click "<<if $stripclubquest eq 0>> (Not Started)<<elseif $stripclubquest gte 1>> (Ongoing)<<elseif $stripclubquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail15"); Dialog.wiki(Story.get("quest_detail15").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Seducing Nathaly<<if $nathalyquest eq 0>> <<elseif $nathalyquest != 0>><<click "<<if $nathalyquest eq 0>> (Not Started)<<elseif $nathalyquest gte 1>> (Ongoing)<<elseif $nathalyquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail16"); Dialog.wiki(Story.get("quest_detail16").processText()); Dialog.open(); <</script>><</click>><</if>><br>
<hr>❤️ London Quests:<br>
Quest: Capturing Superheoes<<if $londonquestline eq 0>> <<elseif $londonquestline != 0>><<click "<<if $londonquestline eq 0>> (Not Started)<<elseif $londonquestline gte 1>> (Ongoing)<<elseif $londonquestline eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail8"); Dialog.wiki(Story.get("quest_detail8").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Capturing Superheoes Part 2<<if $londonquestline2 eq 0>> <<elseif $londonquestline2 != 0>><<click "<<if $londonquestline2 eq 0>> (Not Started)<<elseif $londonquestline2 gte 1>> (Ongoing)<<elseif $londonquestline2 eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail9"); Dialog.wiki(Story.get("quest_detail9").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Christmas 2022<<if $christmas2022 eq 0>> <<elseif $christmas2022 != 0>><<click "<<if $christmas2022 eq 0>> (Not Started)<<elseif $christmas2022 gte 1>> (Ongoing)<<elseif $christmas2022 eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail10"); Dialog.wiki(Story.get("quest_detail10").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Game Dev<<if $gamedevowned eq 0>> <<elseif $gamedevowned != 0>><<click "<<if $gamedevowned eq 0>> (Not Started)<<elseif $gamedevowned eq 1>> (Ongoing)<<elseif $gamedevowned eq 3>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail24"); Dialog.wiki(Story.get("quest_detail24").processText()); Dialog.open(); <</script>><</click>><</if>><br>
<hr>❤️ Lagos Quests:<br>
Quest: Hotel Check-In<<if $hotelquest eq 0>> <<elseif $hotelquest != 0>><<click "<<if $hotelquest eq 0>> (Not Started)<<elseif $hotelquest eq 1>> (Ongoing)<<elseif $hotelquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail17"); Dialog.wiki(Story.get("quest_detail17").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Kinky Kira<<if $kiraquest eq 0>> <<elseif $kiraquest != 0>><<click "<<if $kiraquest eq 0>> (Not Started)<<elseif $kiraquest gte 1>> (Ongoing)<<elseif $kiraquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail18"); Dialog.wiki(Story.get("quest_detail18").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Diamond Vs Marco<<if $diamondquest eq 0>><<elseif $diamondquest != 0>><<click "<<if $diamondquest eq 0>> (Not Started)<<elseif $diamondquest gte 1>> (Ongoing)<<elseif $diamondquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail19"); Dialog.wiki(Story.get("quest_detail19").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Dominating Diamond<<if $diamondpath gte 1 or $diamondpath eq -1>> <<Failed>><<else>><<if $marcoquest eq 0>> <<elseif $marcoquest != 0>><<click "<<if $marcoquest eq 0>> (Not Started)<<elseif $marcoquest gte 1>> (Ongoing)<<elseif $marcoquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "questdetail20"); Dialog.wiki(Story.get("quest_detail20").processText()); Dialog.open(); <</script>><</click>><</if>><</if>><br>
Quest: Marco's Misfortune<<if $marcopath != 0>> <<Failed>><<else>><<if $diamondpath gt 0 and $diamondpath lt 1>> <<elseif $diamondpath != 0>><<click "<<if $diamondpath eq 0>> (Not Started)<<elseif $diamondpath gte 2>> (Ongoing)<<elseif $diamondpath eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "quest_detail21"); Dialog.wiki(Story.get("quest_detail21").processText()); Dialog.open(); <</script>><</click>><</if>><</if>><br>
Quest: The Expensive Slut<<if $adebesiquest eq 0>> <<elseif $adebesiquest != 0>><<click "<<if $adebesiquest eq 0>> (Not Started)<<elseif $adebesiquest eq 1>> (Ongoing)<<elseif $adebesiquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "quest_detail23"); Dialog.wiki(Story.get("quest_detail23").processText()); Dialog.open(); <</script>><</click>><</if>><br>
Quest: Mysterious Letter<<if $letterquest eq 0>><<elseif $letterquest != 0>><<click "<<if $letterquest eq 0>> (Not Started)<<elseif $letterquest gte 1>> (Ongoing)<<elseif $letterquest eq -1>> (Complete) ✔️<</if>>">><<script>> Dialog.setup("Quest Details", "quest_detail22"); Dialog.wiki(Story.get("quest_detail22").processText()); Dialog.open(); <</script>><</click>><</if>><br>
</div>
<</widget>>
Quest Log
<<widget "questlog">>/* Amore Quests */<div class="npctextboxm"><center>Total Active Quests:</center><hr>Quests Complete ($questcomplete / 22)<<set $questnotification = 0>></div><br>
<<if $nathalyquest gte 1>>
<</if>>
</div></div>
/* Lagos Quests */
<br><div class="npctextboxm"><center>Lagos Active Quests:</center><hr>
<div class="itemwrapper">
<<if $hotelquest gte 1>>
<</if>>
<<if $diamondpath gte 1>>
<</if>>
<<if $adebesiquest gte 1>>
<</if>>
</div></div>
<</widget>>
Flowers Amount
<<widget "flowersamount">>
<<script>>
var obj = {};
inventory.forEach(function(item) {
if (typeof obj[item] == 'number') {
obj[item]++;
} else {
obj[item] = 1;
}
});
document.getElementById('output').innerHTML = Object.keys(obj).map(function(item) {
return item + (obj[item] == 1 ? '' : ' ' + obj[item]);
}).join('\n');
<</script>>
<</widget>>
Day
<<widget "day">>
Day: <<if $day eq 1>>Monday <<elseif $day eq 2>> Tuesday <<elseif $day eq 3>>Wednesday <<elseif $day eq 4>>Thursday <<elseif $day eq 5>>Friday <<elseif $day eq 6>>Saturday <<elseif $day eq 7>>Sunday <</if>>
<</widget>>
<<widget "displaytime">>
Time: <<if $time eq 1>>It is morning ($time) <<elseif $time eq 2>>It is Late morning ($time)<<elseif $time eq 3>>It is lunchtime ($time) <<elseif $time is 4>>It is afternoon ($time) <<elseif $time is 5>>It is evening ($time) <<else>>It is midnight <</if>>
<</widget>>
Inventory
<<widget "inventory">>
<div class="inventorytextbox"><br><center>Inventory:</center><br></div>
<br>
<div class="inventorytextbox"><div class="inventorywrapper">
<<if $inventory.includes('book_biology')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/book.png"></div><div class="inventorytext">Basic Biology Book</div></div>
<</if>>
<<if $inventory.includes('book_english')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/book.png"></div><div class="inventorytext">English Book</div></div>
<</if>>
<<if $inventory.includes('implant')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Stamina Implant</div></div>
<</if>>
<<if $inventory.includes('dildo')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/dildo.png"></div><div class="inventorytext">Dildo</div></div>
<</if>>
<<if $flowers.includes('flowers')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/flowers.png"></div><div class="inventorytext">Flowers (<<print $flowers.length>>)</div></div>
<</if>>
<<if $inventory.includes('tools')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/powertool.png"></div><div class="inventorytext">Power Tools</div></div>
<</if>>
<<if $weed.includes('weed')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/weed.png"></div><div class="inventorytext">Bag of Weed (<<print $weed.length>>)</div></div>
<</if>>
<<if $inventory.includes('dadsimplant')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Step Dad's Stamina Implant</div></div>
<</if>>
<<if $meth.includes('meth')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/meth.png"></div><div class="inventorytext">Meth (<<print $meth.length>>)</div></div>
<</if>>
<<if $inventory.includes('wingsstamina')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Bernie's Stamina Implant</div></div>
<</if>>
<<if $inventory.includes('diamond')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/diamond.png"></div><div class="inventorytext">Diamond</div></div>
<</if>>
<<if $inventory.includes('sexbook')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/book.png"></div><div class="inventorytext">Sex Book</div></div>
<</if>>
<<if $inventory.includes('ahmedimplant')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Ahmed's Stamina Implant</div></div>
<</if>>
<<if $inventory.includes('implant_intelligence')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Intelligence Implant</div></div>
<</if>>
<<if $inventory.includes('daisykey')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/daisykey.png"></div><div class="inventorytext">Daisy Key</div></div>
<</if>>
<<if $inventory.includes('apatekey')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/apatekey.png"></div><div class="inventorytext">Apate Key</div></div>
<</if>>
<<if $perks.includes('medpack')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/medpack.png"></div><div class="inventorytext">Medpack (<<print $perks.length>>)</div></div>
<</if>>
<<if $inventory.includes('xmas2022gift')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/christmas_gift.png"></div><div class="inventorytext">Christmas Gifts</div></div>
<</if>>
<<if $inventory.includes('christmasimplant')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/implant.png"></div><div class="inventorytext">Christmas 2022 Stamina Implant</div></div>
<</if>>
<<if $inventory.includes('goods')>>
<div class="inventoryitembox"><div class="inventoryitem"><img src="images/inventory/goods.png"></div><div class="inventorytext">Diamond's Goods</div></div>
<</if>>
</div></div>
<</widget>>
Wings Shop
<<widget "wingsshop">>
<<if $inventory.includes('diamond') == false>><button data-passage="buydiamond" class="button" type="button" tabindex="0">Buy a Diamond - $500</button><</if>>
<<if $inventory.includes('sexbook') == false>><button data-passage="buysisterbook" class="button" type="button" tabindex="0">Buy Sex Book - $249</button><</if>>
<button data-passage="buyflowerslondon" class="button" type="button" tabindex="0">Buy Flowers - $100</button>
<<if $inventory.includes('wingsstamina') == false>><button data-passage="buystaminawings" class="button" type="button" tabindex="0">Buy Stamina Implant - $250</button><</if>>
<<if $christmas2022 eq 1>><<if $money gte 125>><button data-passage="buyxmsagifts2022" class="button" type="button" tabindex="0">Buy Christmas Gifts - $125</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Buy Christmas Gifts (Need $125)</button><</if>><</if>>
<</widget>>
Ahmed's Shop
<<widget "ahmedshop">>
<<if $inventory.includes('dildo') == false>><button data-passage="buydildo" class="button" type="button" tabindex="0">Buy the Dildo - $450</button><</if>>
<button data-passage="buymedpack" class="button" type="button" tabindex="0">Buy medpack - $50</button>
<button data-passage="Buy Flowers (50)" class="button" type="button" tabindex="0">Buy Flowers - $50</button>
<<if $inventory.includes('ahmedimplant') == false>><button data-passage="buyahmedimplant" class="button" type="button" tabindex="0">Buy Stamina Implant - $150</button><</if>>
<<if $inventory.includes('tools') == false>><button data-passage="Buy Tools (125)" class="button" type="button" tabindex="0">Buy Power Tools - $250</button><</if>>
<<if $inventory.includes('book_english') == false>><button data-passage="buyenglishbook" class="button" type="button" tabindex="0">Buy English Book - $50</button><</if>>
<hr>
<button data-passage="Steal" class="button" type="button" tabindex="0">Attempt to steal</button>
<button data-passage="Ask for a job" class="button" type="button" tabindex="0">Ask for a job</button>
<button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button>
<<if $weed.includes("weed")>><hr><button data-passage="Sell Ahmed Da Kush" class="button" type="button" tabindex="0">Sell Weed to Ahmed</button><</if>>
<</widget>>
Random Hints
<<widget "randomhints">><<set $rando to random(1, 23)>>
<div class="npctextboxm"><center>
<<if $rando eq 1>>Hint $rando: You can only read books you own in your bedroom<</if>>
<<if $rando eq 2>>Hint $rando: You can check your active quests at any time in the side menu<</if>>
<<if $rando eq 3>>Hint $rando: You can increase your strength by working out<</if>>
<<if $rando eq 4>>Hint $rando: You can increase your max stamina by obtaining stamina implants throughout the game!<</if>>
<<if $rando eq 5>>Hint $rando: You can check your relationships at any time in the side menu<</if>>
<<if $rando eq 6>>Hint $rando: Your inventory contains all the items you have picked up<</if>>
<<if $rando eq 7>>Hint $rando: Need cash? You will get allowance every Sunday from your landlady, based on how clean the bedroom and kitchen area is.<</if>>
<<if $rando eq 8>>Hint $rando: There is more to Amore than just your household!<</if>>
<<if $rando eq 9>>Hint $rando: The discord has a full quest guide!<</if>>
<<if $rando eq 10>>Hint $rando: You can invest your money!<</if>>
<<if $rando eq 11>>Hint $rando: Crime points are earned by partaking in mischievous endeavours<</if>>
<<if $rando eq 12>>Hint $rando: Amore has an closed down strip club. Why not invest in re-opening it?<</if>>
<<if $rando eq 13>>Hint $rando: Giving flowers is a great way to gain a lot of relationship with a character<</if>>
<<if $rando eq 14>>Hint $rando: Have you met your Aunt yet?<</if>>
<<if $rando eq 15>>Hint $rando: Rumour has it that there is a 'secret service' in the massage parlour.<</if>>
<<if $rando eq 16>>Hint $rando: You can travel to different cities via the airport or taxt for a brand new story at any time! You can also return at any time.<</if>>
<<if $rando eq 17>>Hint $rando: Don't get too cocky. Exposing yourself or making a move on character's you dont yet have a good relationship with is a good way to ruin your relationship with them!<</if>>
<<if $rando eq 18>>Hint $rando: You can enter cheat codes at any time in your bedroom - on your phone.<</if>>
<<if $rando eq 19>>Hint $rando: If you lose all your health, you will die!<</if>>
<<if $rando eq 20>>Hint $rando: Save often!<</if>>
<<if $rando eq 21>>Hint $rando: The game autosaves everytime you sleep<</if>>
<<if $rando eq 22>>Hint $rando: You can report bugs either via the 'bug report' button or via discord! The devs try to fix all bugs within 24 hours!<</if>>
<<if $rando eq 23>>Hint $rando: Some characters will be in different places throughout the day.<</if>>
</center></div>
<</widget>>
Doctor Heal
<<widget "doctorheal">>
<<set $healthpoints = $maxhealth>><<set $money = $money - 10>><<set $std = 0>><<set $harleyhealthpoints = $harleymaxhealth>><<set $auntiehealthpoints = $auntiemaxhealth>>
<</widget>>
Sleehtmlg
<<widget "sleep">>
<div class="npctextbox"><center>End of day Log<hr></center>
<ul><li>The game has been auto saved</li>
<li>Your party's stamina has been reset to $maxstamina.</li> <<set $stamina = $maxstamina>><<set $harleystamina = $harleymaxstamina>> <<set $auntiestamina = $auntiemaxstamina>>
<<if $maid eq 0>><li>Your bedroom and the kitchen got a little messier.</li><<set $tidybedroom = $tidybedroom -1 >><</if>>
<<if $maid eq 1>><li>Your bedroom and the kitchen were cleaned by your maid.</li><<set $tidybedroom = $tidybedroom +1 >><<set $kitchentidy = $kitchentidy +1>><</if>>
<<if $drunk eq 1>><li>You sobered up.</li><</if>><<set $drunk = 0>>
<<if $std eq 1>><li>You have an STD. You lost half your stamina. Go see a doctor to get it fixed! 🦀</li><<set $stddamage = $maxstamina / 2>><<set $stamina = $stddamage>><</if>>
<<if $day eq 6>><li>It's the start of a new week!</li><</if>>
<<if $day eq 6 and $mybrothel eq 1>><li>You receive $750 from the Lagos Brothel!</li><<set $money = $money + 750>><</if>>
<<if $smallhouse eq 1>><li>Received $100 from owning the Small House</li><</if>>
<<if $smallhouse eq 1 and $day eq 7>><li>Received $400 from owning the Small House</li><<set $money = $money + 400>><</if>>
<<if $stripClubOwned eq 1 and $day eq 7>><li>Received $1000 from $stripClubName</li><<set $money = $money + 1000>><</if>>
<li>Reset all lewd interactions</li>
<li><<if $mcounter gte 10>>$mom is missing you. You have lost (-10) relationship with $mom...<<set $momlevel = $momlevel - 10>><<else>>$mom is okay.<</if>></li>
<li><<if $scounter gte 10>>$sister is missing you. You have lost (-10) relationship with $sister...<<set $sisterlevel = $sisterlevel - 10>><<else>>$sister is okay.<</if>></li>
<<if $methlabdays gte 5 and $methlab gte 1>><li>Your meth is ready to collect from the meth lab!</li><</if>></ul>
</div>
<<set $kiratalk = 0>><<set $harleyeventsex = 0>>
<<set $kirabj = 0>>
<<set $kirafuck = 0>>
<<set $kirafucked = 0>>
<<set $scounter = $scounter + 1>><<set $mcounter = $mcounter + 1>>
<<set $status = "Normal">><<set $barslut = 0>>
<<set $time = 1>>
<<set $gloryholefuck = 0>>
<<set $day = $day + 1>>
<<if $day gte 8>><<set $day = 1>><</if>>
<<if $day lte 0>><<set $day = 1>><</if>>
<<set $auntchatlimit = 0>><<set $auntassfuck = 0>><<set $auntkiss = 0>><<set $auntbj = 0>>
<<set $sisterkiss = 0>><<set $sisterbj = 0>><<set $sisterfuck = 0>><<set $sisteranal = 0>>
<<set $mombj = 0>><<set $momsex = 0>><<set $momkiss = 0>><<set $momanal = 0>>
<<set $diamondbj = 0>><<set $diamondkiss = 0>><<set $diamondfuck = 0>>
<<set $lisabjmenu = 0 >><<set $lisakissmenu = 0>><<set $lisaanalmenu = 0>><<set $lisafuckmenu = 0>>
<<set $daisychat = 0>><<set $daisybj = 0>><<set $daisyfuck = 0>><<set $givedaisybj = 0>><<set $givedaisyfuck = 0>><<set $daisykiss = 0>>
<<set $emilychatting = 0>>
<<set $harleychat = 0>><<set $harleyvaginal = 0>><<set $harleykiss = 0>><<set $harleybj = 0>>
<<set $methlabdays = $methlabdays + 1>>
<<set $superslutsex = 0>><<set $superslutkiss = 0>><<set $superslutbj = 0>><<set $superslutanal = 0>><<set $superslutchat = 0>>
<<set $pussywomanchat = 0>><<set $pusywomananal = 0>><<set $pussywomanbj = 0>><<set $pussywomanfuck = 0>><<set $pussywomanfeet = 0>> <<set $nathalybj = 0>>
<<set $nathalykiss = 0>>
<<set $nathalyfuck = 0>>
<<set $gamedevdays = $gamedevdays + 1>>
<</widget>>
Home Workout
<<widget "homeworkout">>
<div class="npctextboxw">
<ul><li>Your strength has increased (+6)</li>
<li>Your stamina has decreased (-5)</li>
<li>Time has passed (+1)</li>
<li>Your room got a little messy (-2)</li></ul>
</div>
<<set $strength = $strength + 6>>
<<set $stamina = $stamina - 5>>
<<set $time = $time + 1>>
<<set $tidybedroom = $tidybedroom -2 >>
<</widget>>
Choose Player Icon
<<widget "chooseplayer">>
<div class="itemwrapper"><div class="iconandbutton"><div class="playerchat1"></div>Generic Player <<radiobutton "$playerpic" "1">></div>
<div class="iconandbutton"><div class="playerchat2"></div>Jordie <<radiobutton "$playerpic" "2">></div>
<div class="iconandbutton"><div class="playerchat3"></div>Juan <<radiobutton "$playerpic" "3">></div>
<div class="iconandbutton"><div class="playerchat4"></div>Nerd Jordie <<radiobutton "$playerpic" "4">></div>
<div class="iconandbutton"><div class="playerchat5"></div>Chris <<radiobutton "$playerpic" "5">></div>
<div class="iconandbutton"><div class="playerchat6"></div>Amore Guy <<radiobutton "$playerpic" "6">></div></div>
<</widget>>
Player Chat Image
<<widget "playerchat">>
<<if $playerpic eq 1>><div class="playerchat1"></div>
<<elseif $playerpic eq 2>><div class="playerchat2"></div>
<<elseif $playerpic eq 3>><div class="playerchat3"></div>
<<elseif $playerpic eq 4>><div class="playerchat4"></div>
<<elseif $playerpic eq 5>><div class="playerchat5"></div>
<<elseif $playerpic eq 6>><div class="playerchat6"></div>
<</if>><</widget>>
Player Party Image
<<widget "playerpartypic">>
<<if $playerpic eq 1>><div class="partypicempty"><img src="images/player/player2.png" alt="" /></div>
<<elseif $playerpic eq 2>><div class="partypicempty"><img src="images/player/player1.png" alt="" /></div>
<<elseif $playerpic eq 3>><div class="partypicempty"><img src="images/player/player3.png" alt="" /></div>
<<elseif $playerpic eq 4>><div class="partypicempty"><img src="images/player/player4.png" alt="" /></div>
<<elseif $playerpic eq 5>><div class="partypicempty"><img src="images/player/player5.png" alt="" /></div>
<<elseif $playerpic eq 6>><div class="partypicempty"><img src="images/player/player6.png" alt="" /></div>
<</if>><</widget>>
Cheats
<<widget "cheats">>
<div class="npctextboxm"><CENTER>You got a backer code? Enter it below partner!</CENTER>
<<set $answer to ''>>
<center><<textbox '$answer' 'Enter Code' autofocus>></center>
<span id='textbox-submit'>
<<button 'Submit Cheat Password'>>
<<set $answer to $answer.trim().toLowerCase()>>
<<if hashStr($answer) == 760618085>>
<<replace '#textbox-submit'>>
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>
<div class="npctextboxm">Backer Code Accepted - Please Click The Button Below:</div><<set $cheats = 1>>
<button data-passage="cheatmenu" class="button" type="button" tabindex="0">Enter The Backer Hub</button>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>
<div class="npctextboxm"><CENTER>Wrong backer code. If you are a backer of Amore please check the Subscribestar or Patreon page for your code. If not, please kindly consider pledging!</CENTER></div>
<</replace>>
<</if>>
<</button>>
</span><<script>>$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});<</script>><span id='textbox-reply'></span></div>
<</widget>>
Picture of Maid in player bedroom (Responsive)
<<widget "maidbedroompic">>
<<if $maid eq 1 and $time gt 1 and $time lte 3 and $day lte 5 and $maidoutfit eq 0>><div class="imagebox"><img src="images/redux/bedroommaid.png" alt="" /></div><<elseif $maid eq 1 and $time gt 1 and $time lte 3 and $day lte 5 and $maidoutfit eq 2>><div class="imagebox"><img src="images/redux/bedroommaidnude.png" alt="" /></div><<else>><div class="imagebox"><img src="images/bedroom.png" alt="" /></div><</if>>
<</widget>>
Basement Office & Emily (Responsive)
<<widget "basementoffice">>
<<if $receptionist eq 1 and $time lte 4 and $day lte 5 and $katrinahired eq 0>>
<<if $emilyoutfit eq 0>><div class="imagebox"><img src="images/office/emilyoffice.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 1>><div class="imagebox"><img src="images/office/emilyoffice1.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 2>><div class="imagebox"><img src="images/office/emilyoffice2.jpg" alt="" /></div><</if>>
<<elseif $receptionist eq 1 and $time lte 4 and $day lte 5 and $katrinahired eq 1 and $katrinaoutfit eq 1>>
<<if $emilyoutfit eq 0>><div class="imagebox"><img src="images/office/emilyofficekatrina.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 1>><div class="imagebox"><img src="images/office/emilyoffice1katrina.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 2>><div class="imagebox"><img src="images/office/emilyoffice2katrina.jpg" alt="" /></div><</if>>
<<elseif $receptionist eq 1 and $time lte 4 and $day lte 5 and $katrinahired eq 1 and $katrinaoutfit eq 2>>
<<if $emilyoutfit eq 0>><div class="imagebox"><img src="images/office/emilyofficekatrinanude.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 1>><div class="imagebox"><img src="images/office/emilyoffice1katrinanude.jpg" alt="" /></div><</if>>
<<if $emilyoutfit eq 2>><div class="imagebox"><img src="images/office/emilyoffice2katrinanude.jpg" alt="" /></div><</if>>
<<else>>
<div class="imagebox"><img src="images/basementoffice.jpg" alt="" /></div><</if>>
<</widget>>
Mom Chat in the Garden
<<widget "momchatgarden">>
<<if $nudegarden eq 0>><div class="momchat"></div><<else>><div class="momchatnude"></div><</if>>
<</widget>>
Mom Chat
<<widget "momchat">>
<<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>
<</widget>>
Empire/Office menu
<<widget "empiremenu">>
<<if $maid eq 0 and $money gte 2000>>
<button data-passage="hiremaid" class="button" type="button" tabindex="0">Hire a maid - $2000</button>
<<elseif $maid eq 0 and $money lte 1999>>
<button class="button" type="button" tabindex="0">Hire a maid - $2000 (Not enough money)</button>
<</if>>
<<if $receptionist eq 0 and $money gte 500>>
<button data-passage="hirereceptionist" class="button" type="button" tabindex="0">Hire a receptionist - $500</button>
<</if>>
<<if $receptionist eq 1 and $time lte 4 and $day lte 5>><button data-passage="speaktoemily" class="button" type="button" tabindex="0">Speak to Emily</button>
<</if>>
<button data-passage="View Property" class="button" type="button" tabindex="0">Manage Property</button>
<button data-passage="Manage Girls" class="button" type="button" tabindex="0">Manage Employees</button>
<<if $receptionist eq 1 and $time lte 4 and $day lte 5>>
<button data-passage="Access the blackmarket" class="button" type="button" tabindex="0">Access the blackmarket</button>
<</if>>
<</widget>>
Emily Chat
<<widget "emilychat">>
<<if $emilyoutfit eq 1>><div class="emilychatnude"></div><<else>><div class="emilychat"></div><</if>>
<</widget>>
Maid Chat
<<widget "maidchat">>
<<if $maidoutfit eq 0>><div class="maidchat"></div><</if>><<if $maidoutfit eq 2>><div class="maidchatnude"></div><</if>>
<</widget>>
Maid Outfit (Responsive)
<<widget "maidoutfit">>
<<if $maidoutfit eq 0>><div class="imagebox"><img src="images/redux/bedroommaid.png" alt="" /></div><</if>><<if $maidoutfit eq 2>><div class="imagebox"><img src="images/redux/bedroommaidnude.png" alt="" /></div><</if>>
<</widget>>
Time + 1
<<widget "time">>
<<set $time = $time + 1>>
<</widget>>
Update Quest Log Notifiction
<<widget "qt">>
<div class="npctextboxm"><center>//The Quest Log Has Been Updated//</center></div>
<</widget>>
Black Market (mcdrugs = mind control drugs // implant = stamina implant)
<<widget "blackmarket">>
<<if $inventory.includes('implant')>>
<<else>><<if $money gte 500>><button data-passage="buyimplant" class="button" type="button" tabindex="0">Buy Stamina Implant - $500</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Buy Stamina Implant - Need $500</button><</if>>
<</if>>
<<if $inventory.includes('implant_intelligence')>>
<<else>><<if $money gte 100>><button data-passage="buyintelligence" class="button" type="button" tabindex="0">Buy Intelligence Implant - $100</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Buy Intelligence Implant - Need $100</button><</if>>
<</if>>
<</widget>>
Sister Chat
<<widget "sisterchat">>
<<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>
<</widget>>
Living Room Only Mom (responsive)
<<widget "momlivingroom">>
<<if $momoutfit eq 0>><div class="imagebox"><img src="images/momlivingroom.jpg" alt="" /></div>
<<elseif $momoutfit eq 1>><div class="imagebox"><img src="images/momlivingroomunderwear.jpg" alt="" /></div>
<<elseif $momoutfit eq 2>><div class="imagebox"><img src="images/momlivingroomnude.jpg" alt="" /></div><</if>>
<</widget>>
Living Room Pic (responsive)
<<widget "livingroompic">>
<<if $day gte 6 and $time lte 2>><<if $momoutfit eq 0>><div class="imagebox"><img src="images/momlivingroom.jpg" alt="" /></div>
<<elseif $momoutfit eq 1>><div class="imagebox"><img src="images/momlivingroomunderwear.jpg" alt="" /></div>
<<elseif $momoutfit eq 2>><div class="imagebox"><img src="images/momlivingroomundernude.jpg" alt="" /></div><</if>>
<<elseif $day lte 4 and $time lte 2>><<if $sisteroutfit eq 0>><div class="imagebox"><img src="images/sisterlivingroom.jpg" alt="" /></div>
<<elseif $sisteroutfit eq 1>><div class="imagebox"><img src="images/sisterlivingroomunderwear.jpg" alt="" /></div>
<<elseif $sisteroutfit eq 2>><div class="imagebox"><img src="images/sisterlivingroomnaked.jpg" alt="" /></div><</if>>
<<else>><div class="imagebox"><img src="images/livingroom.jpg" alt="" /></div><</if>>
<</widget>>
Elsa chat
<<widget "elsachat">>
<<if $nudebar eq 0>><div class="elsachat"></div><<else>><div class="elsachatnude"></div><</if>>
<</widget>>
Elsa Outfit (responsive)
<<widget "elsaoutfitwork">>
<<if $nudebar eq 0>><div class="imagebox"><img src="images/elsabar2.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/elsabarnude.jpg" alt="" /></div><</if>>
<</widget>>
Elsa Outfit Home (responsive)
<<widget "elsaoutfithome">>
<<if $elsafucked eq 0>><div class="imagebox"><img src="images/elsacouch.png" alt="" /></div><<else>><div class="imagebox"><img src="images/elsahome.jpg" alt="" /></div><</if>>
<</widget>>
Lisa Chat Home
<<widget "lisachat">>
<<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>
<</widget>>
Lisa Outfit Home (responsive)
<<widget "lisaoutfit">>
<<if $lisatits eq 0 and $lisabroken eq 0>><div class="imagebox"><img src="images/lisahome.jpg" alt="" /></div>
<<elseif $lisatits eq 1 and $lisabroken eq 0>><div class="imagebox"><img src="images/lisatits.jpg" alt="" /></div>
<<else>><div class="imagebox"><img src="images/lisanudebig.jpg" alt="" /></div><</if>>
<</widget>>
Mom Garden (responsive)
<<widget "momgarden">>
<<if $nudegarden eq 0>><div class="imagebox"><img src="images/momgarden.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/momgardennude.jpg" alt="" /></div><</if>>
<</widget>>
Mom Bedroom (responsive)
<<widget "mombedroom">>
<<if $momoutfit lte 1>><div class="imagebox"><img src="images/mombed.jpeg" alt="" /></div><<else>><div class="imagebox"><img src="images/mombednude.jpg" alt="" /></div><</if>>
<</widget>>
Mom Allowance (responsive)
<<widget "momallowance">>
<<if $momoutfit eq 0>><div class="imagebox"><img src="images/momallowance.jpg" alt="" /></div><<elseif $momoutfit eq 1>><div class="imagebox"><img src="images/momunderwear_mybedroom.jpg" alt="" /></div><<elseif $momoutfit eq 2>><div class="imagebox"><img src="images/momnude_mybedroom.jpg" alt="" /></div><</if>>
<</widget>>
<<widget "stripclubmenu">>
<<if $stripClubRenovated eq 1 and $stripclubbooth eq 1>><button data-passage="stripclubbooth" class="button" type="button" tabindex="0">Live Shows <<if $day gte 4 and $time gte 5 and $stripperSister eq 1 and $time lte 8>> - <<Nathaly>><</if>></button><</if>><<if $stripClubRenovated eq 1>>
<button data-passage="stripcluboffice" class="button" type="button" tabindex="0">Go to the office</button>
<<if $stripperSister eq 0 and $time gte 4>><button data-passage="nathalyhire" class="button" type="button" tabindex="0">⭐ Special Event: Nathaly is here ⭐</button><</if>>
<button data-passage="stripclubbar" class="button" type="button" tabindex="0">Go to the bar</button><button data-passage="stripclubshows" class="button" type="button" tabindex="0">Watch a show <<if $time gte 6 and $day lte 3 and $stripperJosephine eq 1 and $time lte 8>> - <<Josephine>><</if>><<if $day gte 4 and $time gte 5 and $stripperSister eq 1 and $time lte 8 and $stripclubbooth eq 0>> - <<Nathaly>><</if>><<if $time gte 4 and $momquest eq 3 and $time lte 8>> - <<Mom>><</if>>
</button><button data-passage="stripclublockerroom" class="button" type="button" tabindex="0">Go to stripper backroom <<if $time eq 5 and $day lte 3 and $stripperJosephine eq 1 and $time lte 8>> - <<Josephine>><</if>><<if $day gte 4 and $time lte 4 and $stripperSister eq 1>> - <<Nathaly>><</if>></button><</if>><<if $money gte 2500 and $stripClubRenovated eq 0>>
<button data-passage="renovatestripclub" class="button" type="button" tabindex="0">Renovate The Strip Club - $2500</button><<elseif $money lte 2499 and $stripClubRenovated eq 0>><button class="button" type="button" tabindex="0">Renovate The Strip Club - $2500 (Not Enough Cash)</button><</if>>
<</widget>>
Nathaly Chat
<<widget "nathalychat">>
<<if $nathalynude eq 0>><div class="nathalychat"></div><<else>><div class="nathalychatnude"></div><</if>>
<</widget>>
Josephine Chat
<<widget "josephinechat">>
<<if $josephineoutfit eq 0>><div class="josephinechat"></div><<else>><div class="josephinechatnude"></div><</if>>
<</widget>>
<<widget "patchesshop">>
<div class="npctextbox"><center>Patches' Menu</center><hr><<if $daisykey eq 0>> Daisy's Key - 100 reputation <<else>><</if>>
<<if $apatekey eq 1>><</if>><<if $apatekey eq 0 and $patchesquest eq 2>> Apate Key - 210 reputation<</if>></div>
<<if $crime gte 100 and $daisykey eq 0>><button data-passage="buydaisykey" class="button" type="button" tabindex="0">Daisy's Key - 100 reputation</button><</if>>
<<if $crime lte 99 and $daisykey eq 0>><button data-passage="" class="button" type="button" tabindex="0">Daisy's Key - (Not enough reputation)</button><</if>>
<<if $crime lte 499 and $apatekey eq 0 and $patchesquest eq 2>><button data-passage="" class="button" type="button" tabindex="0">Apate Key - (Not enough reputation)</button><</if>>
<<if $crime gte 210 and $apatekey eq 0 and $patchesquest eq 2>><button data-passage="buyapatekey" class="button" type="button" tabindex="0">Apate Key - 210 reputation</button><</if>>
<<if $patchesquest eq 1>><button data-passage="otherkeyschat" class="button" type="button" tabindex="0">Ask about other magical keys</button><</if>>
<</widget>>
sister bedroom
<<widget "sisterbedroom">>
<<if $sisteroutfit lte 1>><div class="imagebox"><img src="images/sisterbedroom1.png" alt="" /></div><<elseif $sisteroutfit eq 2>><div class="imagebox"><img src="images/sisterbedroom2.png" alt="" /></div><</if>>
<</widget>>
auntie chat
<<widget "auntiechat">>
<<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>
<</widget>>
auntie outfit
<<widget "auntieoutfit">>
<<if $auntoutfit eq 0>><div class="imagebox"><img src="images/auntie1.png" alt="" /></div><</if>><<if $auntoutfit eq 1>><div class="imagebox"><img src="images/auntie3.jpg" alt="" /></div><</if>>
<</widget>>
aunti menu
<<widget "auntmenu">>
<<if $inventory.includes('dildo')>>
<button data-passage="giveauntdildo" class="button" type="button" tabindex="0">Give her a dildo</button><</if>>
<<if $auntiequest1complete eq 1>> <button data-passage="auntiechat" class="button" type="button" tabindex="0">General Chat</button><</if>>
<<if $auntiequest1complete eq 1 and $auntlevel gte 650 and $auntoutfit eq 0>><button data-passage="auntunderwear" class="button" type="button" tabindex="0">❤️ Convince $aunt to be nude ❤️</button><</if>>
<<if $auntiequest1complete eq 0>><button data-passage="questaunt" class="button" type="button" tabindex="0">About those tasks...</button><</if>><<if $auntlevel gte 750 and $car1owned eq 0>><button data-passage="gettingcar1" class="button" type="button" tabindex="0">⭐ A Special Gift ⭐</button><</if>>
<<if $auntlevel gte 999 and $auntlove eq 0>><button data-passage="auntlove" class="button" type="button" tabindex="0">⭐ Special Event: True Love ⭐</button><</if>><<if $car1owned eq 0>><button data-passage="takemehome" class="button" type="button" tabindex="0">Take me home!</button><</if>>
<<if $auntiequest1complete eq 1>><button data-passage="aunt_sex" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><hr><</if>>
<<if $time lte 10>><button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button>
<<else>><button data-passage="passout" class="button" type="button" tabindex="0">Finish Talking</button><</if>>
<</widget>>
london bar super slut
<<widget "londonbar">>
<<if $superslutcapture eq 0 and $time gte 4 and $time lte 7>><div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\London\londonbar2.jpg" alt="" /></div><</if>>
<</widget>>
Wondercummer outfit
<<widget "wondercummeroutfit">>
<<if $wcoutfit eq 0>><div class="imagebox"><img src="images\0.46.0\cellwc.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\0.46.0\cellwcnude.jpg" alt="" /></div><</if>>
<</widget>>
Super slut outfit
<<widget "superslutoutfit">>
<<if $superslutoutfit eq 0>><div class="imagebox"><img src="images\London\superslutcell.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\London\superslutcellnude.jpg" alt="" /></div><</if>>
<</widget>>
Super slut chat
<<widget "superslutchat">>
<<if $superslutoutfit eq 0>><div class="superslutchat"></div><<else>><div class="superslutchatnude"></div><</if>>
<</widget>>
pussy woman outfit
<<widget "pwoutfit">>
<<if $pussywomanoutfit eq 0>><div class="imagebox"><img src="images\London3\pussywomancell.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\London3\pussywomancellnude.jpg" alt="" /></div><</if>>
<</widget>>
pussy woman chat
<<widget "pwchat">>
<<if $pussywomanoutfit eq 0>><div class="britneychat"></div><<else>><div class="britneychatnude"></div><</if>>
<</widget>>
Katrina chat
<<widget "katrinachat">>
<<if $katrinaoutfit eq 1>><div class="katrinachat"></div><<else>><div class="katrinachatnude"></div><</if>>
<</widget>>
<<widget "mcounter">>
<<set $mcounter = 1>>
<</widget>>
<<widget "scounter">>
<<set $scounter = 1>>
<</widget>>
<<widget "pornstarchat">>
<<if $pornoactress eq "Penny">><div class="pennychat"></div><</if>>
<<if $pornoactress eq "Nody">><div class="nodychat"></div><</if>>
<</widget>>
<<widget "attack">>
<<set _p1 = _args[0]>>
<<set _p2 = _args[1]>>
<<if random(1,100) > _p2.dex>>
<<set _damage = random(1, 10) + _p1.str>>
_p1.name hits _p2.name for _damage!<br>
<<set _p1.hp -= _damage>>
<<else>>
_p1.name swings at _p2.name but misses!<br>
<</if>>
<</widget>>
Lisa Outfit Home (responsive)
<<widget "nathalyoutfit">>
<<if $nathalyobediance eq 0>><div class="imagebox"><img src="images/v0.46.11/nathalynormal.jpg" alt="" /></div>
<<elseif $nathalyobediance eq 1>><div class="imagebox"><img src="images/v0.46.11/nathalysexy.jpg" alt="" /></div><</if>>
<</widget>>
Kalina Outfit
<<widget "kalinaoutfit">>
<<if $kalinakeep eq "yes">>
<<if $employeenude eq 1>>
<div class="imagebox"><img src="images/gamdev/kalinaunderwear.jpg" alt="" /></div><br>
<<else>>
<div class="imagebox"><img src="images/gamdev/kalina.jpg" alt="" /></div><br>
<</if>>
<</if>>
<</widget>>
Beth Outfit
<<widget "bethoutfit">>
<<if $kalinakeep eq "no">>
<<if $employeenude eq 1>>
<div class="imagebox"><img src="images/gamdev/bethunderwear.jpg" alt="" /></div><br>
<<else>>
<div class="imagebox"><img src="images/gamdev/beth.jpg" alt="" /></div><br>
<</if>>
<</if>>
<</widget>>
Garden Random Event
<<widget "gardenrandomevent">>
<div class="wrapper"><div class="title">Garden Random Event #1</div><br>
<div class="imagebox"><img src="images/gamdev/sisterpool.jpg" alt="" /></div><br>
<div class="npctextboxm">You see $sister waving you over!</div><br>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey, bro! Can you put this lotion on my back? Don't be a creep, okay?</div><br>
<div class="npctextbox"><<playerchat>>$playername<hr>Me? A creep? Never!</div><br>
<div class="npctextboxm">You apply the lotion to $sister. Not without getting a good feel of her ass!</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/sistersun.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><<sisterchat>>$sister<hr>You had to touch my ass, didn't you?</div><br>
<div class="npctextboxw">$sister relationship increased by 75!</div><br><<set $sisterlevel = $sisterlevel + 75>><<set $sisterhelpgarden = 1>>
<button data-passage="Garden" class="button" type="button" tabindex="0">Finish</button>
<</widget>><<widget "Nathaly">>
<p style="color:pink">//Nathaly//</p>
<</widget>>
<<widget "Lisa">>
<p style="color:pink">//Lisa//</p>
<</widget>>
<<widget "Elsa">>
<p style="color:pink">//Elsa//</p>
<</widget>>
<<widget "Mom">>
<p style="color:pink">//$mom//</p>
<</widget>>
<<widget "Sister">>
<p style="color:pink">//$sister//</p>
<</widget>>
<<widget "Paul">>
<p style="color:pink">//Paul//</p>
<</widget>>
<<widget "Josephine">>
<p style="color:pink">//Josephine//</p>
<</widget>>
<<widget "mmoon">>
<p style="color:pink">//Mrs Moon//</p>
<</widget>>
<<widget "Sophia">>
<p style="color:pink">//Sophia//</p>
<</widget>>
<<widget "Emily">>
<p style="color:pink">//Emily//</p>
<</widget>>
<<widget "Britney">>
<p style="color:pink">//Britney//</p>
<</widget>>
<<widget "Harley">>
<p style="color:pink">//Harley//</p>
<</widget>>
<<widget "Superslut">>
<p style="color:pink">//Super Slut//</p>
<</widget>>
<<widget "WonderCummer">>
<p style="color:pink">//Wonder Cummer//</p>
<</widget>>
<<widget "Pussywoman">>
<p style="color:pink">//Pussy Woman//</p>
<</widget>>
<<widget "Kira">>
<p style="color:pink">//Kira//</p>
<</widget>>
<<widget "Diamond">>
<p style="color:pink">//Diamond//</p>
<</widget>>
<<widget "Joanna">>
<p style="color:pink">//Joanna//</p>
<</widget>>
<<widget "Aunt">>
<p style="color:pink">//$aunt//</p>
<</widget>>
--------------------------
<<widget "closed">>
<p style="color:red">//Closed//</p>
<</widget>>
<<widget "Failed">>
<p style="color:red">(Failed) ❌</p>
<</widget>>
--------------------------
Gallery
<<widget "gallery">>
<div class="npctextboxm">Unlocked Gallery Pictures<br>You can save these images! :)</div><br>
<div class="gallerywrapper">
<<if $momcorrupted eq 1>><div class="gallery"><img src="images/momnude_kitchen.jpg" alt="" /><div class="gallerytext">$mom #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Corrupt $mom</div></div><</if>>
<<if $momfuckedtimes gte 50>><div class="gallery"><img src="images/momnude_livingroom.jpg" alt="" /><div class="gallerytext">$mom #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck $mom (x50)</div></div><</if>>
<<if $momranndomevent eq 1>><div class="gallery"><img src="images/momshower.jpg" alt="" /><div class="gallerytext">$mom #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">$mom Random Event #1</div></div><</if>>
<<if $stepdadfinish gte 1>><div class="gallery"><img src="images/momg1.jpg" alt="" /><div class="gallerytext">$mom #4</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Defeat Step-Dad (x3)</div></div><</if>>
<<if $stepdadfinish gte 1>><div class="gallery"><img src="images/momg2.jpg" alt="" /><div class="gallerytext">$mom #5</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">$mom Level 2000</div></div><</if>>
<<if $sisterhelpgarden eq 1>><div class="gallery"><img src="images/gamdev/sisterpool.jpg" alt="" /><div class="gallerytext">$sister #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Help Sister in Garden</div></div><</if>>
<<if $sisterquestline eq -1>><div class="gallery"><img src="images/sisterg.jpg" alt="" /><div class="gallerytext">$sister #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Corrupt $sister</div></div><</if>>
<<if $auntquestline eq -1>><div class="gallery"><img src="images/aunt_nude2.jpg" alt="" /><div class="gallerytext">$aunt #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Complete Aunt Quest</div></div><</if>>
<<if $auntiefuckedtimes gte 5>><div class="gallery"><img src="images/aunt_bedrom_naked.jpg" alt="" /><div class="gallerytext">$aunt #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Aunt (x5)</div></div><</if>>
<<if $bernieban eq 1>><div class="gallery"><img src="images/evag.jpg" alt="" /><div class="gallerytext">$aunt #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Banned From Bernie's Store</div></div><</if>>
<<if $maidfuckedtimes gte 1>><div class="gallery"><img src="images/maidg.jpg" alt="" /><div class="gallerytext">Sophia #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Sophia (x1)</div></div><</if>>
<<if $maidfuckedtimes gte 10>><div class="gallery"><img src="images/maidg2.jpg" alt="" /><div class="gallerytext">Sophia #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Sophia (x10)</div></div><</if>>
<<if $maidfuckedtimes gte 25>><div class="gallery"><img src="images/maidg3.jpg" alt="" /><div class="gallerytext">Sophia #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Sophia (x25)</div></div><</if>>
<<if $diamondfucked gte 1>><div class="gallery"><img src="images/diamondg.jpg" alt="" /><div class="gallerytext">Diamond #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Diamond (x1)</div></div><</if>>
<<if $wclevel gte 350>><div class="gallery"><img src="images/wcg.jpg" alt="" /><div class="gallerytext">WonderCummer #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck WonderCummer (x1)</div></div><</if>>
<<if $joannafuckedtimes gte 25>><div class="gallery"><img src="images/blackg.jpg" alt="" /><div class="gallerytext">Joanna #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Joanna (x25)</div></div><</if>>
<<if $joannalevel gte 250>><div class="gallery"><img src="images/joannag2.jpg" alt="" /><div class="gallerytext">Joanna #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Joanna Level 250</div></div><</if>>
<<if $joannalevel gte 500>><div class="gallery"><img src="images/joannag.jpg" alt="" /><div class="gallerytext">Joanna #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Joanna Level 500</div></div><</if>>
<<if $daisyfuckedtimes gte 25>><div class="gallery"><img src="images/daisyg.jpg" alt="" /><div class="gallerytext">Daisy #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Daisy (x25)</div></div><</if>>
<<if $pennyfucked eq 1>><div class="gallery"><img src="images/penng.jpg" alt="" /><div class="gallerytext">Penny #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Penny (x1)</div></div><</if>>
<<if $pornosshot gte 1>><div class="gallery"><img src="images/pennyg2.jpg" alt="" /><div class="gallerytext">Penny #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Star in a Porno (x1)</div></div><</if>>
<<if $pornosshot gte 25>><div class="gallery"><img src="images/pennyg3.jpg" alt="" /><div class="gallerytext">Penny #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Star in a Porno (x25)</div></div><</if>>
<<if $harleyfucked gte 5>><div class="gallery"><img src="images/harleyg.jpg" alt="" /><div class="gallerytext">Harley #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Harley (x5)</div></div><</if>>
<<if $harleyfucked gte 50>><div class="gallery"><img src="images/harleyg2.jpg" alt="" /><div class="gallerytext">Harley #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Harley (x50)</div></div><</if>>
<<if $harleyrando eq 1>><div class="gallery"><img src="images/v0.46.12/harleysleep.jpg" alt="" /><div class="gallerytext">Harley #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Harley Random Event #1</div></div><</if>>
<<if $londonquestline2 eq -1>><div class="gallery"><img src="images/harley4.jpg" alt="" /><div class="gallerytext">Harley #4</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Capture Superheroes (x3)</div></div><</if>>
<<if $christmas2022 eq -1>><div class="gallery"><img src="images/christmasg.jpg" alt="" /><div class="gallerytext">Christmas #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Complete XMAS 2022 Quest</div></div><</if>>
<<if $nathalyfuckedtimes gte 1>><div class="gallery"><img src="images/Nathaly/nathaly_stripping.jpg" alt="" /><div class="gallerytext">Nathaly #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Nathaly (x1)</div></div><</if>>
<<if $nathalyfuckedtimes gte 25>><div class="gallery"><img src="images/nathalyg.jpg" alt="" /><div class="gallerytext">Nathaly #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Nathaly (x25)</div></div><</if>>
<<if $josephinerandomevent gte 1>><div class="gallery"><img src="images/massage3_1.jpg" alt="" /><div class="gallerytext">Josephine #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Have A 'Special Massage'</div></div><</if>>
<<if $stripperJosephine gte 1>><div class="gallery"><img src="images/Josephine Jackson Nude.jpg" alt="" /><div class="gallerytext">Josephine #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Recruit Josephine</div></div><</if>>
<<if $nodygallery gte 1>><div class="gallery"><img src="images/nodyg.jpg" alt="" /><div class="gallerytext">Nody #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Nody (x1)</div></div><</if>>
<<if $pornosshot gte 10>><div class="gallery"><img src="images/nodyg2.jpg" alt="" /><div class="gallerytext">Nody #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Star in a Porno (x10)</div></div><</if>>
<<if $barslutdead gte 1>><div class="gallery"><img src="images/barlady4.jpg" alt="" /><div class="gallerytext">Bar Slut #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Defeat the Bar Slut</div></div><</if>>
<<if $washhands gte 1>><div class="gallery"><img src="images/kaleesy.jpg" alt="" /><div class="gallerytext">Bar Slut #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Wash Your Hands</div></div><</if>>
<<if $gloryholecreated gte 1>><div class="gallery"><img src="images/kaleesy3.jpg" alt="" /><div class="gallerytext">Bar Slut #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Create a Glory Hole</div></div><</if>>
<<if $elsafuckedtimes gte 1>><div class="gallery"><img src="images/elsag.jpg" alt="" /><div class="gallerytext">Elsa #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Elsa (x1)</div></div><</if>>
<<if $elsafuckedtimes gte 10>><div class="gallery"><img src="images/elsag2.jpg" alt="" /><div class="gallerytext">Elsa #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Elsa (x10)</div></div><</if>>
<<if $elsafuckedtimes gte 25>><div class="gallery"><img src="images/elsag3.jpg" alt="" /><div class="gallerytext">Elsa #3</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Elsa (x25)</div></div><</if>>
<<if $elsalevel gte 1000>><div class="gallery"><img src="images/elsag4.jpg" alt="" /><div class="gallerytext">Elsa #4</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Elsa Level: 1500</div></div><</if>>
<<if $gamedevowned eq 3>><div class="gallery"><img src="images/gamdev/kalinaunderwear.jpg" alt="" /><div class="gallerytext">Kalina #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Create a Game</div></div><</if>>
<<if $kalinafuckedtimes gte 5>><div class="gallery"><img src="images/gamdev/kalinanude.jpg" alt="" /><div class="gallerytext">Kalina #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Kalina (x5)</div></div><</if>>
<<if $bethfuckedtimes gte 1>><div class="gallery"><img src="images/gamdev/bethunderwear.jpg" alt="" /><div class="gallerytext">Beth #1</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Beth (x1)</div></div><</if>>
<<if $bethfuckedtimes gte 5>><div class="gallery"><img src="images/gamdev/nataliesuck.jpg" alt="" /><div class="gallerytext">Beth #2</div></div><<else>><div class="gallerylocked"><img src="images/locked.jpg" alt="" /><div class="gallerytext">Fuck Beth (x5)</div></div><</if>>
<</widget>><div class="backgroundmenu"><div class="landingpagebox"><center><div class="amoretitlesummer"></div>
</center><button data-passage="Untitled Passage" class="button" type="button" tabindex="0">New Game</button><<button "Load Game">><<script>>UIBar.unstow().show();<</script>><<script>>UI.saves();<</script>><</button>><button data-passage="changelog" class="button" type="button" tabindex="0">What's New?</button><button data-passage="supportpage" class="button" type="button" tabindex="0">❤️ Support Amore ❤️</button><button data-passage="othergames" class="button" type="button" tabindex="0">More Sex Games</button><a class="button" href="http://amore-game.com/"><button>Web Version</button></a>$version</div></div><center>CWS Games</center>
<div class="gamewrapper">Active Projects (Currently in Development)<hr><a href="http://amore-game.com"><div class="amoregameother"><img src="images/redux/amore.png" alt="" /></div></a><a href="https://amore-game.com/RoC/"><div class="amoregameother"><img src="images/0.82/possessed2.png" alt="" /></div></a>
Back Catalogue (No Longer in Active Development)<hr><a href="https://amore-game.com/DIK/dik/"><div class="amoregameother"><img src="images/redux/dik.png" alt="" /></div></a></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>><div class="wrapper"><div class="title"><b>Amore</b></div>
<div class="imagebox"><img src="images/characters.png" alt="" /></div>
<div class="npctextbox"><center>DISCLAIMER:</center><hr>
This game contains adult imagery and themes, and should only be played by those over the age of 18 or your countries' equivalent. All actors and characters portrayed in this game are over the age of 18. I am not the author of the images you will see in this game. They are all credit to their original authors and are currently placeholders.
The game you are about to play is for adults only. It contains sexual themes that may be offensive to some players.
If you would like to support the project and get exclusive access to cheats, offline downloads and early access to other games - then please consider checking out my support links.
If you are encountering bugs, please report them to me via the report bug button or in discord. We aim to fix all bugs and issues within 24 hours! If possible, please always check the web version (www.amore-game.com) which is always the most up to date (and always free). If anyone charges you for this game you have been scammed!</div>
<button data-passage="Introduction & Character Creation" class="button" type="button" tabindex="0">Enter the world of Amore (I am over 18 years of age)</button></div><div class="wrapper"><div class="npctextbox">Welcome to Amore. This is a game about a huge open universe of porn and sex! Explore countries, continents and planets in the ulimate search to slay pussy. Please pay attention to the game setup as things have probably changed since the last time you were here.</div>
<div class="imagebox"><img src="images/world.jpg" alt="" /></div>
<button data-passage="Get out of bed" class="button" type="button" tabindex="0">Game setup</button>
<<set $playername = "Joe" >>
<<set $mom = "mom">>
<<set $sister = "sister">><div class="wrapper"><div class="title">Game Setup</div>
<div class="npctextboxm"><center>In this game you have family members.
What are their names?</center></div>
<div class="imagebox"><img src="images/momandsis.jpg" alt="" /></div>
<div class="npctextbox"><center> Household Info</center><hr>
<div class="momchat"></div>What is your landlady's name?
<<textbox "$mom" "Jennifer">>
</div>
<div class="npctextbox"><center> Household Info</center><hr><div class="sisterchat"></div>What is your roomate's name?
<<textbox "$sister" "Zoe" autofocus>>
</div>
<button data-passage="playerinfo" class="button" type="button" tabindex="0">Next - Player Info</button></div><div class="wrapper"><div class="title">Game Setup</div>
<div class="npctextboxm"><center>Lets learn about you!<hr></center>What is your name?
<<textbox "$playername" "Paul">></div></div>
<div class="npctextbox"><center>What do you look like?</center>
<<chooseplayer>></div>
<button data-passage="Confirming Player Name" class="button" type="button" tabindex="0">Next</button><div class="wrapper"><div class="npctextboxm"><center>Your name is $playername, is that correct?</centeR></div>
<button data-passage="Intro" class="button" type="button" tabindex="0">Yes</button><button data-passage="playerinfo" class="button" type="button" tabindex="0">No</button></div><div class="wrapper"><div class="title">Game Setup</div><<set $gameshastarted = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, I look good!</div>
<div class="npctextboxm">Do you want to enable a turn based combat system? (Disabled by default)<hr>
Enable Combat <<radiobutton "$combatenabled" "1">>
Disable Combat <<radiobutton "$combatenabled" "0">></div>
<div class="npctextboxm">Game Status $version<hr><<nobr>><div class="green">Amore - Fully Playable</div>
<div class="green">London, UK - Fully Playable</div>
<div class="green">Lagos, Nigeria - Playable (In Development)</div>
<div class="yellow">Tokyo, Japan - (In Development)</div><</nobr>></div>
<button data-passage="introduction1" class="button" type="button" tabindex="0">Start Game</button><hr><button data-passage="Your Bedroom" class="button" type="button" tabindex="0">(1) Quick Start in Amore City</button><button data-passage="londonstart" class="button" type="button" tabindex="0">(2) Quick Start in London</button><button data-passage="lagosintro" class="button" type="button" tabindex="0">(3) Quick Start in Lagos</button><<script>>UIBar.unstow().show();<</script>><div class="wrapper"><div class="title">Amore</div>
<div class="npctextboxm">You grew up in a loving household. Your mother, father and sister lived happily together until one fateful night.</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>Son, wake up. It's almost time for us to leave!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Coming, Dad</div>
<div class="npctextboxm">You head downstairs to meet your dad.</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>Come on, we're going to be late picking up your mother and sister.</div>
<div class="npctextboxm">You and your dad were going to pick up your mother and sister from a ballet class. It was that night that your life changed forever...</div>
<div class="imagebox"><img src="images/carinterior.jpg" alt="" /></div>
<div class="npctextboxm">You are your dad are riding in the car</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>Son, there is something you should know.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah?</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>You know me and your mom love you, right?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Of course</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>And we will always love you no matter what</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<div class="npctextbox"><div class="dadchat"></div>Dad<hr>When we were first trying for a child, we started to have some issues. We had to resort to other methods to have our ow-</div>
<div class="npctextboxm">Just before your father could finish his sentance something happened.</div>
<button data-passage="introduction2" class="button" type="button" tabindex="0">What happened?</button></div><div class="wrapper"><div class="title">Amore</div>
<div class="imagebox"><img src="images/redux/carcrash.jpg" alt="" /></div>
<div class="npctextboxm">It was that car crash that took the life of your father.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I love you, dad.</div>
<div class="npctextboxm">Thankfully, you survived with not even a scratch. However your father was killed instantly, and before he could tell you something that seemed really important. Since that day you have lived with your Sister and Mother, growing up in a household without any male influence. You watched as your mother whored herself out not even a week after the death of your father, your sister, suddenly started dating older men. It took you two years to realise that nothing mattered anymore, that you were not going to sit idly by while your family were used and abused by the world. You would have to step in where your father left.</div>
<div class="npctextboxm">3 Years later...</div>
<button data-passage="introduction3" class="button" type="button" tabindex="0">Present Day</button></div><div class="wrapper"><div class="title">Amore</div>
<div class="imagebox"><img src="images/bedroom.png" alt="" /></div>
<div class="npctextboxm">You sit in your bedroom, watching TV when you hear someone approaching...</div>
<div class="npctextboxm">The door opens. There stands, your step-dad. Actually, he's not really your step-dad but your mom makes you call him that. Weird huh?</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Hey you little bitch? Do you have any condoms? I need to fuck your mom</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What the fuck?! No man, get out!</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Watch your fucking tone, kid. Or I'll beat the shit out of you!</div>
<div class="npctextboxm">//It wouldn't be the first time//</div>
<div class="npctextboxm">Your step-dad leaves and the distant sound of your mom getting railed soon follows.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's it man, i'm fucking done. I need to leave this place.</div>
<div class="npctextboxm">You start crying into your pillow and soon fall asleep into a deep dream</div>
<button data-passage="introduction4" class="button" type="button" tabindex="0">Dream</button></div><div class="wrapper"><div class="title">Amore</div>
<div class="npctextboxm">As you close your eyes you start to make out the image of a bearded fellow walking towards you, he suddenly speaks</div>
<div class="imagebox"><img src="images/redux/heaven.jpg" alt="" /></div>
<div class="npctextboxm"><div class="questphoto"><img src="images/redux/godchat.png"></div>???<hr>My child. Do not let this fucking bozo fuck your mom! Grow a pair of fucking balls, there is a huge wide world out there full of opportunity, pussy and adventure. I bestow upon you, supernatural confidence and alpha male mentality!!!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Who are you?! What are you saying?!</div>
<div class="npctextboxm">Before you could finish speaking the mysterious figure fades and you soon wake up.</div>
<button data-passage="introduction5" class="button" type="button" tabindex="0">Dream</button></div><div class="wrapper"><div class="title">Amore</div>
<div class="imagebox"><img src="images/bedroom.png" alt="" /></div>
<div class="npctextboxm">You wake up. Something inside you has changed. You feel motivated, ready to take on the world. It's about time to get in control of this household.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>If anyone is going to fuck my mom, it's going to be me.</div>
<div class="npctextboxm"><div class="questphoto"><img src="images/redux/godchat.png"></div>???<hr>Wait, that's not what I fucking meant?! What the fuck bro!</div>
<div class="npctextboxm">//Your adventure begins//</div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Begin your adventure</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="laptop"></div>
<div class="npctextbox"><center>You earned $100 for completing freelance work.</center></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Back</button>
<div class="npctextbox"><ul><li>Earned some cash (+100)</li> <<set $stamina = $maxstamina>>
<li>Time has passed (+3)</li></div>
</div><<set $time = $time + 3>><<set $money = $money +100>><div class="wrapper"><div class="title">Your House</div>
<div class="laptop"></div>
<<if $time lte 5>><button data-passage="Freelance work" class="button" type="button" tabindex="0">Do some freelance work</button><<else>><div class="npctextbox">Too late to start freelance work.</div><</if>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Back</button>
</div><<if $stamina gte 5>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You read through the basic biology book...</div>
<div class="reading"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Wait? Pee isn't stored in the balls?...</div>
<div class="npctextboxw"><ul><li>Your intelligence has increased (+10)</li>
<li>Your stamina has decreased (-5)</li>
<li>Time has passed (+1)</li></ul></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish reading</button> <<set $stamina = $stamina -5>><<set $intelligence = $intelligence +10>><<set $time = $time +1>>
<<else>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You are too tired to read a book.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I need to sleep...</div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Return</button><</if>><<if $stamina gte 5>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You read through the english book...</div>
<div class="reading"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
René Descartes - "Give her the dick". Ah, Such a wonderful quote.</div>
<div class="npctextboxw"><ul><li>Your intelligence has increased (+20)</li>
<li>Your stamina has decreased (-5)</li>
<li>Time has passed (+1)</li></ul></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish reading</button> <<set $stamina = $stamina -5>><<set $intelligence = $intelligence +20>><<set $time = $time +1>>
<<else>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You are too tired to read a book.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I need to sleep...</div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Return</button><</if>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">Select a book from your inventory to read. (5 Stamina needed to read):</div>
<<nobr>><<if $inventory.includes('book_biology')>><button data-passage="Read biology book" class="button" type="button" tabindex="0">Read 'Biology Book'</button><</if>>
<<if $inventory.includes('book_english')>><button data-passage="Read english book" class="button" type="button" tabindex="0">Read 'English Book'</button><</if>><</nobr>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Return</button></div><<if $stamina gte 5>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm"><center>You do some basic bodyweight exercises.</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/pushup.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>//You feel stronger..//</center></div>
<<homeworkout>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish working out</button> <<else>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You have no stamina to workout (5 needed).</div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Leave</button>
</div><</if>><<set $currentlocation = "1">><<set $rando to random(1, 3)>><<if $rando eq 1 and $time gte 5 and $momlevel gte 700 and $momcorrupted eq 1>><<nobr>><div class="title">Your House</div><br>
<<momallowance>><br>
<div class="npctextbox"><<momchat>>$mom<hr>Hey Sweetie... Mommy needs a little help before you go to sleep, is that okay?</div><br>
<div class="npctextbox"><<playerchat>>$player<hr>Uhm...</div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Infact, I wasn't asking. Lie down on the bed, now!</div><br>
<div class="npctextboxm">$mom pushes you onto the bed. There's no stopping her when she is sex crazed!</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momcowboy.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Fuck me! Fuck me! Fuck me!</div><br>
<div class="npctextboxm">She's going crazy!</div><br><<set $rando2 to random(1, 3)>>
<<if $rando2 eq 1>><div class="npctextboxm">Roll: $rando2/3 - You cum inside $mom!</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/creampie.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Did you just cum inside me? You are such a naughty boy!</div><br>
<<else>><div class="npctextboxm">Roll: $rando2/3 - You fail to cum inside $mom!<br></div><br><</if>>
<div class="npctextbox"><<momchat>>$mom<hr>Alright... thank for.. helping me. Goodnight sweetie.</div><br>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go to sleep</button>
<</nobr>><<else>><div class="wrapper"><div class="title">Your House</div><<set $sextarget = "$mom">>
<div class="npctextboxw"><center>//Bedroom Clean Level: $tidybedroom//</center></div><<set $familyintro = 2>>
<<maidbedroompic>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go to sleep</button><button data-passage="playerphone" class="button" type="button" tabindex="0">Check your phone</button><button data-passage="Workout" class="button" type="button" tabindex="0">💪 Workout in your room 💪</button><button data-passage="Read" class="button" type="button" tabindex="0">🧠 Read a Book 🧠</button><button data-passage="Tidy" class="button" type="button" tabindex="0">Tidy your bedroom</button><<if $laptopowned gte 1>><button data-passage="Open laptop" class="button" type="button" tabindex="0">Use the laptop</button><</if>><<if $maid eq 1 and $time gt 1 and $time lte 3 and $day lte 5>><button data-passage="speakwithsophia" class="button" type="button" tabindex="0">Speak with Sophia</button><</if>><hr><<if $stripClubOwned eq 1>><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Head straight to the strip club</button><</if>><<if $time lte 10>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave your bedroom</button><<else>><button data-passage="passout" class="button" type="button" tabindex="0">Leave your bedroom</button><</if>></div><hr><<if $day eq 7 and $time eq 1>><button data-passage="Weekly Allowance: Your mom is here" class="button" type="button" tabindex="0">⭐ Special Weekly Allowance: Your mom is here ⭐</button><</if>><<if $shed eq 1 and $day eq 7>><<set $money = $money +40>><</if>><<if $smallhouse eq 1 and $day eq 7>><<set $money = $money +100>><</if>><</if>><<if $stamina gte 3>><div class="wrapper"><div class="title">Your House | Bedroom Clean Level: <<print $tidybedroom>></div>
<div class="npctextboxm"><center>//You tidy your room because nobody likes living in filth!//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/bedroomclean.mp4" type="video/mp4"></video></center></div>
</div><<set $rando to random(1, 3)>>
<<if $rando eq 2 and $inventory.includes('book_biology') == false>><div class="npctextboxw"><center>//You found a biology book! (Added to your inventory)//</center></div><<set $inventory.push("book_biology")>><br><</if>><div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Bedroom is cleaner (+5)</li>
<li>Stamina has decreased (-3)</li></ul></div><<set $tidybedroom = $tidybedroom + 5>><<set $stamina = $stamina - 3>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish cleaning</button>
<<else>><div class="wrapper"><div class="npctextbox"><center>//You don't have enough stamina to tidy your room (3 needed)//</center></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish cleaning</button></div><</if>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">Bedroom Clean Level: <<print $tidybedroom>></div>
<<momallowance>>
<div class="npctextbox"><<momchat>>$mom<hr>For cleaning your bedroom, you earned:<<if $bedroomtidyreward eq 1>> $100! <<set $money = $money +100>><<else>> nothing!<<set $momlevel = $momlevel -1>><</if>></div>
<div class="npctextbox"><<momchat>>$mom<hr>For cleaning the kitchen, you earned:<<if $kitchentidyreward eq 1>> $100! <<set $money = $money +100>><<else>> nothing!<<set $momlevel = $momlevel -1>><</if>></div>
<div class="npctextbox"><<momchat>>$mom<hr>I'll be back next sunday to deliver your next allowance. I love you sweetie.</div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Thank you Mom</button></div>
<<set $time = $time +1>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">Bedroom Clean Level: <<print $tidybedroom>></div>
<<momallowance>><<mcounter>>
<div class="npctextbox"><<momchat>>$mom<hr>
<<if $momquest eq 2>>Master. Please dont worry about chores. They are not your responsibility.<<else>>Hey sweetie, I've just reviewed your chores for this week...<</if>></div>
<div class="npctextbox"><<momchat>>$mom<hr>Your bedroom is...<<if $tidybedroom lte 3>>absoloutely awful! How can you live like this? It's your fucking responsibility to keep your room tidy!<<set $bedroomcash = 0>><</if>><<if $tidybedroom gte 4>> great!, I'm proud of you son! <<set $bedroomtidyreward = 1>><</if>></div>
<div class="npctextbox"><<momchat>>$mom<hr>The kitchen is.. <<if $kitchentidy lte 3>>terrible! there is mess everywhere! It's your fucking responsiblity to clean the kitchen! What is wrong with you?<<set $kitchencash = 0>><</if>><<if $kitchentidy gte 4>> fantastic, son! It's clean. I knew I wouldn't need to hire a maid.</div><</if>><<set $kitchentidyreward = 1>></div>
<div class="npctextbox"><<momchat>>$mom<hr>So, here is your reward...</div>
<button data-passage="here's your reward..." class="button" type="button" tabindex="0">Get your reward</button></div><div class="wrapper"><div class="title">Your House</div>
<<maidoutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Sophia, hows it going?</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
Hello, $playername. Everything is clean now. I found some of your... 'used tissues' underneath your bed. Is this really what you do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Sorry about that, its the high sex drive. I've got to dump my load at least 3-4 times a day.</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>3-4 times a day? Sir, that's not normal</div>
<<if $money gte 250>><button data-passage="tipsophia" class="button" type="button" tabindex="0">Tip Sophia</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Tip Sophia (Need $250)</button><</if>><button data-passage="fucksophia" class="button" type="button" tabindex="0">❤️ Use Sophia ❤️</button><button data-passage="First Floor" class="button" type="button" tabindex="0">Finish talking</button><div class="wrapper"><div class="title">Your House</div>
<<maidoutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Sophia, here is a tip for all your great work.</div>
<<if $money gte 50>><div class="npctextboxm"><center>You give Sophia $50.</center></div>
<div class="npctextbox"><<maidchat>>Sophia<hr>Oh Wow! Thank you so much Mr $playername! I work extra hard for you</div>
<div class="npctextboxm"><center>//Sophia gives you a cheeky smile//</center></div><<set $money = $money + 50>><<set $maidlevel = $maidlevel + 25>><<set $time = $time + 1>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>You lost money(-50)</li>
<li>Sophia's relationship level has increased(+25)</li></ul></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish talking</button>
<<else>><div class="npctextboxm"><center>You don't have the minimum $50 tip to give to Sophia. How terrible.</center></div>
<div class="npctextbox"><<maidchat>>Sophia<hr>Oh.. were you just joking? Sorry, I don't find that funny. I've got kids to feed.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Sophia's relationship level has decreased(-10)</li></ul></div><<set $maidlevel = $maidlevel - 10>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish talking</button><</if>></div><div class="wrapper"><div class="title">Your House</div>
<<maidoutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Sophia, i've heard things about sexy latina maids.</div><<if $maidlevel gte 100 and $maidoutfit eq 2>><br><div class="npctextboxm"><center>Sophia looks at you seriously.</center></div>
<div class="npctextbox"><<maidchat>>Sophia<hr>Well since you tip so well Mr $playername. I guess what you heard is true.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Then you won't mind if i use you as my fuck toy?</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>Not at all sir.</div>
<div class="npctextboxm">You pull down your pants and grab Sophia from behind while she is cleaning.. It's time to fuck</div><br><<if $maidquest eq 2>><<set $maidquest = -1>><<set $questcomplete = $questcomplete + 1>><</if>><<set $rando2 to random(1, 2)>><<if $rando2 eq 1>>
<div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/fucking_maid.mp4" type="video/mp4">
</video></center>
</div><<else>><div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/fucking_maid2.mp4" type="video/mp4"></video></center>
</div><</if>>
<<nobr>><<set $rando to random(1, 2)>><<if $rando eq 1>><div class="npctextboxm">Roll: ($rando) - You cum! Sophia doesn't let it go to waste, she swallows the load!</div><br><div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/maidcum.mp4" type="video/mp4"></video></center>
</div><<else>><div class="npctextboxm">Roll: ($rando) - You fail to cum for Sophia...</div><</if>><</nobr>>
<div class="npctextbox"><<maidchat>>Sophia<hr>All done? Did I do good, Master?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You did great!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>You fucked Sophia(+1)</li><<set $maidfuckedtimes = $maidfuckedtimes + 1>>
<li>Sophia's relationship level has increased(+50)</li></ul></div><<set $maidlevel = $maidlevel + 50>><<time>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="npctextboxm"><center>Sophia looks at you seriously.</center></div>
<div class="npctextbox"><<maidchat>>Sophia<hr>Do you want me to call the police? Leave me the fuck alone!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Sophia's relationship level has decreased(-25)</li></ul></div><<set $maidlevel = $maidlevel - 25>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish talking</button><</if>></div><<if $stamina gte 10>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxm">Katrina and Emily are both hanging around your office. They are both completely naked.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ladies, attention please! It's time for some team bonding sessions</div>
<div class="npctextbox"><<emilychat>>Emily<hr>Finally, something fun to do!</div>
<div class="npctextboxm">You pull out your cock and start stroking it infront of the girls</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>You have such a nice cock, $playername!</div>
<div class="npctextboxm">Emily and Katrina start sucking your cock</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/threesomebj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<emilychat>>Emily<hr>Fuck us, $playername!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/threesomesex.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Who wants to be drenched in my cum?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>Me, please, $playername! </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/threesomefacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You lost 15 stamina</div><<set $stamina = $stamina - 15>>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Finish the fun</button> </div>
<<else>>
<div class="npctextboxm">You need at least 10 stamina to fuck Katrina and Emily</div>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Understood</button><</if>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Emily, I want to access the black market</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Hey $playername, sure. Here is what is on sale today.</div>
<<blackmarket>>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Stop talking</button></div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Emily, put in an order for stamina implant</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Hey $playername, sure let me place the order.</div>
<div class="npctextboxm"><center>//The stamina implant has been added to your inventory. + 10 Permanent Max Stamina!//</center></div><<set $inventory.push("implant")>><<set $maxstamina = $maxstamina + 10>>
<button data-passage="Access the blackmarket" class="button" type="button" tabindex="0">Stop talking</button></div><<set $money = $money - 500>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox">Which outfit would you like Emily to wear?</div>
<div class="npctextboxm">Outfits<hr><div class="iconwrapper"><div class="iconandbutton"><div class="emilychat"></div>Office Attire <<radiobutton "$emilyoutfit" "0">></div>
<<if $emilylevel gte 155>><div class="iconandbutton"><div class="emilychatnude"></div>Underwear <<radiobutton "$emilyoutfit" "1">></div><</if>>
<<if $emilylevel gte 325>><div class="iconandbutton"><div class="emilychatnude"></div>Naked <<radiobutton "$emilyoutfit" "2">></div><</if>>
</div></div>
<button data-passage="Manage Girls" class="button" type="button" tabindex="0">Save & Return</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<emilychat>>Emily<hr>
<<if $emilyoutfit eq 0>>Hey $playername, what's up?! I just got a new high score on candy crush<</if>><<if $emilyoutfit eq 2>>Hey $playername,It's going well! Business is good! It is really necassary for my to be wearing underwear though?<</if>><<if $emilyoutfit eq 1>>Hey bossman, i love to get to show off my body for you. I feel so free and sexy!<</if>></div>
<button data-passage="emilychatting" class="button" type="button" tabindex="0">Chat with Emily</button><<if $hiringmusclequest eq 0>><button data-passage="firstgangmember" class="button" type="button" tabindex="0">⭐ Quest - Hiring Muscle ⭐</button><</if>><button data-passage="basement" class="button" type="button" tabindex="0">Stop talking</button></div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Emily, hows it going?</div>
<<if $emilychatting eq 0>><div class="npctextbox"><<emilychat>>Emily<hr>Oh my god. Last night me and Becky went to the club and we saw this guy who was-</div>
<div class="npctextboxm"><center>Emily talks for a further hour.</center></div><<set $emilychatting = 1>><<set $emilylevel = $emilylevel + 25>>
<div class="npctextbox"><ul><li>Time has passed (+1)</li>
<li>Emily's Relationship has increased (+25)</li></ul></div><<else>><div class="npctextbox"><<emilychat>>Emily<hr>You know, I love talking - hehe... but you're creeping me out. Don't you have something else to do bossman?</div>
<div class="npctextboxm"><center>You already talked with Emily today.</center></div><</if>>
<button data-passage="basement" class="button" type="button" tabindex="0">Stop talking</button></div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox">What would you like to do with Emily?</div>
<button data-passage="Change Emily's Outfit" class="button" type="button" tabindex="0">Change Emily's Outfit</button><button data-passage="Manage Girls" class="button" type="button" tabindex="0">Leave</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Now that i'm big time i'm going to need someone working for me who can help manage the business.</div>
<div class="npctextboxm"> You place an ad online for a receptionist and wait some time before your phone rings soon after</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hello, this is $playername</div>
<div class="npctextbox"><<emilychat>>??<hr>
Hello, I saw your advertisment for a receptionist? I'm interested in the position!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Okay, cool. What's your name?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
My name is Emily.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Spot on Emily, when can you come over for an interview?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
I'm free now if you like?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Sure why not? I'll send you the address now.</div>
<button data-passage="The interview" class="button" type="button" tabindex="0">The interview</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxm">About an hour later Emily arrives for her Job interview. There is a knock at the door.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Come in please!</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Hello, you must be $playername. It's so nice to meet you! </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Likewise! Let's not waste any time. Emily, please tell me about your strengths and weaknesses?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
To be honest i'm not really experienced... this is my first job... and first ever job interview hee hee, but i will do whatever you want me to </div>
<div class="npctextboxm">//Is this bitch for real? She has no prior job experience?//</div>
<div class="npctextboxm">//She's pretty fucking hot though//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Alright Emily, i'm just going to be honest here. Your experience is shit but I see potential in you! I think you could become a very good receptionist. I just have one important question for you. Will you follow my orders, no matter what?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Um....... sure, I guess? I actually was thinking I could draw posters!</div>
<div class="npctextboxm">//Posters? Is she retarded?//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Alright Emily, you're hired. You will work here monday-friday 9-5. See you tomorrow.</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Yay! Thanks $playername, see you tomorrow! </div>
<button data-passage="basement" class="button" type="button" tabindex="0">Finish the interview</button> </div>
<<set $emilypay = 50>>
<<set $receptionist = 1>>
<<set $time = $time +3>>
<<set $money = $money - 500>>
<<set $officeexpense = $officeexpense + $emilypay>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxw"><center>Employee Overview</center><hr><center><table>
<tr>
<th>Employee Name:</th>
<th>Job Role:</th>
<th>Pay (Weekly):</th>
</tr>
<<if $receptionist gte 1>><tr>
<td>Emily</td>
<td>Receptionist</td>
<td>$emilypay</td>
</tr><</if>>
<<if $maid gte 1>><tr>
<td>Sophia</td>
<td>Maid</td>
<td>$maidpay</td>
</tr><</if>>
<<if $katrinahired gte 1>><tr>
<td>Katrina</td>
<td>Security</td>
<td>0</td>
</tr><</if>>
</table></center>
</div>
<<if $katrinahired eq 1>><button data-passage="Manage Katrina" class="button" type="button" tabindex="0">Manage Katrina</button><</if>><<if $receptionist gte 1>><button data-passage="Manage Emily" class="button" type="button" tabindex="0">Manage Emily</button><</if>><<if $maid gte 1>><button data-passage="Manage Sophia" class="button" type="button" tabindex="0">Manage Sophia</button><</if>><button data-passage="Manage Empire" class="button" type="button" tabindex="0">Leave</button> </div><<set $rando to random(1, 3)>><<if $momcorrupted eq 1 and $receptionist eq 1 and $rando eq 1 and $day lte 5 and $time lte 4>><div class="title">Basement Random Event #1</div>
<div class="npctextboxm">You go downstairs to manage your business... you hear a strange noise!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Keep licking that pussy! Oh yes!</div>
<div class="npctextbox"><<emilychat>>Emily<hr>Yes Mrs, $mom!</div><<set $momranndomevent = 1>>
<div class="npctextboxm">Is that.. $mom getting rimmed by Emily?!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momemily.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">I should give them some privacy...</div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="wrapper"><div class="title">$empirename Office</div>
<<basementoffice>>
<div class="npctextboxw"><center>This is your empire.</centeR></div><<if $maidquest eq 1 and $maidoutfit eq 2>><<set $maidquest = 2>><</if>>
<<if $emilyoutfit eq 2 and $katrinaoutfit eq 2 and $time lte 4 and $day lte 5>><button data-passage="basementthreesome" class="button" type="button" tabindex="0">Have some fun</button><</if>><<empiremenu>>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox">What would you like to do with Katrina?</div>
<button data-passage="katrinaoutfit" class="button" type="button" tabindex="0">Change Katrina's Outfit</button><button data-passage="Manage Girls" class="button" type="button" tabindex="0">Leave</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxm">Which outfit would you like Katrina to wear?</div>
<div class="npctextboxm">Outfits<hr><div class="iconwrapper"><div class="iconandbutton"><div class="katrinachat"></div>Regular Clothes <<radiobutton "$katrinaoutfit" "1">></div>
<div class="iconandbutton"><div class="katrinachatnude"></div>Naked <<radiobutton "$katrinaoutfit" "2">></div>
</div></div>
<button data-passage="Manage Girls" class="button" type="button" tabindex="0">Save & Return</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
I'm sick of $mom complaining about my chores... What if i just paid someone to keep ontop of them for me? I should hire a maid</div>
<div class="npctextboxm"> You place an ad online for a maid and wait some time before your phone rings soon after</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hello, this is $playername</div>
<div class="npctextbox"><<maidchat>>??<hr>
Hello, I saw your advertisment for a maid? I'm interested in the position!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Okay, cool. What's your name?</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
My name is Sophia .</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Okay Sophia, I need someone to come over every day and make sure all my chores are done around the house. Are you able to do that for me?</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
Your chores? Sir, i'm a professional cleaner. Maybe i'm not the right person for this job?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Listen, i'm paying you not to ask questions. If it's so easy, get your ass down here and start working.</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
Okay sir, i'll be there first thing tomorrow...</div>
<button data-passage="hiremaid2" class="button" type="button" tabindex="0">The next day...</button> </div>
<<set $time = 1>> <<set $day = $day +1>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxm">You wait around patiently for the maid to arrive.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Where the fuck is she?</div>
<div class="npctextboxm"> There is a knock at the door</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hello, this is $playername</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
Hello, $playername. It's me, Sophia. Here to work.</div>
<div class="maid"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Nice..</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
So, which rooms do you want me to clean sir?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
My bedroom and the kitchen please. Make sure to keep on top of it for me.</div>
<div class="npctextbox"><<maidchat>>Sophia<hr>
Okay sir. I'll be here monday-friday morning til lunchtime. See you around.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Thanks Sophia.</div>
<div class="npctextboxm">She's got the biggist titties and ass i've ever seen... I will need to pay her a visit sometime...</div>
<<qt>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Sophia is now an employee</li></ul></div>
<button data-passage="basement" class="button" type="button" tabindex="0">Finish</button> </div><<set $time = 1>><<set $maidpay = 50>><<set $maid = 1>><<set $maidquest = 1>><div class="wrapper"><div class="title">$empirename</div>
<<if $maidoutfit eq 0>><div class="maid"></div><</if>><<if $maidoutfit eq 1>><div class="maidnude"></div><</if>>
<div class="npctextbox">Sophia will now wear regular clothes</div>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Leave</button></div><<set $maidoutfit = 0>><div class="wrapper"><div class="title">$empirename</div>
<<if $maidoutfit eq 0>><div class="maid"></div><</if>><<if $maidoutfit eq 1>><div class="maidnude"></div><</if>>
<div class="npctextboxm">Sophia will now wear no clothing</div>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Leave</button></div><<set $maidoutfit = 1>><div class="wrapper"><div class="title">$empirename</div>
<<maidoutfit>>
<div class="npctextboxm">Which outfit would you like Sophia to wear?</div>
<div class="npctextboxm">Outfits<hr><div class="iconwrapper"><div class="iconandbutton"><div class="maidchat"></div>Maid Clothes <<radiobutton "$maidoutfit" "1">></div>
<<if $maidlevel gte 50>><div class="iconandbutton"><div class="maidchatnude"></div>Naked <<radiobutton "$maidoutfit" "2">></div><</if>>
</div></div>
<button data-passage="Manage Girls" class="button" type="button" tabindex="0">Save & Return</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<maidoutfit>>
<div class="npctextboxm">What would you like to do with Sophia?</div>
<button data-passage="Change Sophia's Outfit" class="button" type="button" tabindex="0">Change Sophia's Outfit</button><button data-passage="Manage Girls" class="button" type="button" tabindex="0">Leave</button> </div><div class="wrapper"><div class="title">Your house</div>
<<basementoffice>>
<div class="npctextboxm">You can upgrade this basement into your own personal office. Your office will be your management view and will be the first step in creating your empire. Manage your properties, people and get access to the black market. You need $1500 to upgrade the basement.</div>
<<if $money gte 1500>> <button data-passage="Upgrade Office" class="button" type="button" tabindex="0">Upgrade Office - $1500</button><</if>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextboxm">Any property that you own will be displayed below.</div>
<<if $shed eq 1>><div class="npctextbox"><center>Shed<hr></center>Weekly Income: $40</div><</if>>
<<if $smallhouse eq 1>><div class="npctextbox"><center>Small House<hr></center>Weekly Income: $100</div><</if>>
<button data-passage="Manage Empire" class="button" type="button" tabindex="0">Leave</button> </div><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Emily, put in an order for an intelligence implant</div>
<div class="npctextbox"><<emilychat>>Emily<hr>
Hey $playername, sure let me place the order.</div>
<div class="npctextboxm"><center>//The stamina implant has been added to your inventory. + 150 intelligence!//</center></div><<set $inventory.push("implant_intelligence")>><<set $intelligence = $intelligence + 150>>
<button data-passage="Access the blackmarket" class="button" type="button" tabindex="0">Stop talking</button></div><<set $money = $money - 500>><div class="wrapper"><div class="title">$empirename</div>
<<basementoffice>>
<div class="npctextbox"><<emilychat>>Emily<hr>So... we're meant to be this big scary criminal empire but like we dont even have a bodyguard or anything right?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I guess you are right. Should we recruit one?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>Oh my god yeah that would be SO cool! Actually I know someone who would totes be a cool bodyguard for us</div>
<div class="npctextbox"><<playerchat>>$playername<hr>... who?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>My BEST friend //Katrina// would be AMAZING for this job. This one time she had a fight in the club with this other girl who was being so mean to us by like not moving when we were trying to get to the bar and then this other g-</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm just going to stop you there. Where is Sophie?</div>
<div class="npctextbox"><<emilychat>>Emily<hr>She hangs out at the university, actually she studies there haha.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>She better have a nice ass</div>
<div class="npctextbox"><<emilychat>>Emily<hr>Huh? Did you say something?</div><<set $hiringmusclequest = 1>>
<<qt>>
<button data-passage="speaktoemily" class="button" type="button" tabindex="0">Return</button></div><div class="wrapper"><div class="title">Your House</div>
<<if $office eq 0>><div class="imagebox"><img src="images/basement.jpg" alt="" /></div><<else>><<basementoffice>><</if>>
<div class="npctextboxm"><<if $office eq 0>>The basement. It's empty, it always has been. Maybe i could put this space to good use in the future?<<else>>My office, I can manage my empire here.<</if>></div>
<<if $office eq 0 and $money gte 1000>><button data-passage="Buy Office" class="button" type="button" tabindex="0">Renovate into an office</button><</if>><<if $office eq 1>><button data-passage="Manage Empire" class="button" type="button" tabindex="0">Enter $empirename</button><</if>><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button> </div><div class="wrapper"><div class="title">Your House</div>
<<basementoffice>>
<div class="npctextboxm">You have upgraded the basement! </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Now I have my base of operations I can properly manage my empire and women. Life is certainly getting better for me. My father would be proud.</div>
<div class="npctextboxw">Choose a name for your new empire
<<textbox "$empirename" "Big Cum Empire">></div>
<div class="npctextboxm"><ul><li>Money Lost (-1000)</li></ul></div>
<button data-passage="basement" class="button" type="button" tabindex="0">Confirm</button></div><<set $office = 1>><<set $money = $money - 1000>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/upstairs.jpg" alt="" /></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Enter $playername's Bedroom<<if $maid eq 1 and $time gt 1 and $time lte 3 and $day lte 5>> - <<Sophia>><</if>></button><hr><button data-passage="Bathroom" class="button" type="button" tabindex="0">Enter the Bathroom<<if $day gte 6 and $time eq 1>> - <<Sister>><</if>><<if $day lte 5 and $time eq 4>> - <<Mom>><</if>></button><button data-passage="mombedroom" class="button" type="button" tabindex="0">Enter $mom's Bedroom<<if $time gte 5 and $momquest lte 2>> - <<Mom>><</if>></button><button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Enter $sister's Bedroom <<if $day gte 6 and $time gte 3 and $time lte 6>> - <<Sister>><</if>><<if $day lte 5 and $time gte 5>> - <<Sister>><</if>></button><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">↓ Downstairs ↓</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/downstairs.jpg" alt="" /></div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">↑ Go upstairs ↑</button><hr><button data-passage="Kitchen" class="button" type="button" tabindex="0">Enter the kitchen<<if $time eq 3>> - <<Mom>> - <<Sister>><</if>></button><button data-passage="Living Room" class="button" type="button" tabindex="0">Enter the living room<<if $day lte 4 and $time lte 2>> - <<Sister>><</if>><<if $day gte 6 and $time lte 2>> - <<Mom>><</if>></button><button data-passage="Garden" class="button" type="button" tabindex="0">Enter the garden<<if $time lte 2 and $day lte 5>> - <<Mom>><</if>></button><button data-passage="basement" class="button" type="button" tabindex="0">Enter the basement <<if $receptionist eq 1 and $time lte 4 and $day lte 5>> - <<Emily>><</if>></button><button data-passage="housegarage" class="button" type="button" tabindex="0">Garage</button><hr><<if $time lte 10>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">↓ Exit House ↓</button><<else>><button data-passage="passout" class="button" type="button" tabindex="0">↓ Exit House ↓</button><</if>></div><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm"><center>You arrive to your family home. It's been awhile. This is the home of your mom and sister.</center></div>
<div class="npctextboxm"><center>You go inside</center></div>
<div class="imagebox"><img src="images/downstairs.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh my god, $playername! You're home!</div>
<div class="npctextboxm"><center>$mom gives you a big hug. Soon after, your sister $sister comes downstairs</center></div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername! Glad to see you are back home!</div>
<div class="npctextboxw"><center>Your relationship with your family has increased by 20!</center></div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">that was nice</button></div><<set $familyintro = 2>><div class="wrapper"><div class="title">Your House</div><<set $location = "bathroom">>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<<if $day lte 5 and $time eq 4 or $day gte 6 and $time eq 1>><button class="button" type="button" tabindex="0">Take a dump (Bathroom is occupied)</button><<else>><button data-passage="Poop" class="button" type="button" tabindex="0">Take a dump</button><</if>><<if $day gte 6 and $time eq 1>><button data-passage="sisterbathroom" class="button" type="button" tabindex="0">$sister is in the bathroom</button> <</if>><<if $day lte 5 and $time eq 4 and $dadDead eq 1>><button data-passage="Mom is in the shower" class="button" type="button" tabindex="0">$mom is in the shower</button><<elseif $day lte 5 and $time eq 4 and $dadDead eq 0>><button data-passage="stepdadstop" class="button" type="button" tabindex="0">$mom is in the shower</button><</if>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave Bathroom</button> </div><div class="wrapper"><div class="title">Bathroom</div>
<div class="npctextboxm">You enter the door to the bathroom</div><<mcounter>>
<div class="npctextbox"><<playerchat>>$playername<hr>H-H-Hi Mom, Thanks for letting me in real quick!</div>
<div class="imagebox"><img src="images/momshowerok.jpg" alt="" /></div>
<div class="npctextbox"><div class="momchatnude"></div>Mom<hr>It's okay Sweetie, just be quick okay?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure mom...</div>
<div class="npctextboxm">You take your time pretending to have a piss.</div>
<div class="npctextboxm">You look over your shoulder at your mom.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/peekingmomshower2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">I best leave before she catches me looking.</div>
<button data-passage="masturbateinbathroom" class="button" type="button" tabindex="0">Masturbate infront of her</button><button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>Well shit, looks like $mom is in the shower. There are a few options for you. You obvious one is to leave her the fuck alone. What will you do?</center></div>
<button data-passage="Peak inside" class="button" type="button" tabindex="0">Peek inside</button><button data-passage="Knock" class="button" type="button" tabindex="0">Knock on the door</button><button data-passage="Enter" class="button" type="button" tabindex="0">Barge into the bathroom</button><button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button>
</div><<if $momlevel lte $momshoweraccess>><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You politely knock on the door</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hi $mom, can I come in? I'm desperate for a piss!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Sorry sweetie, there is no chance I can let you in! I'm showering. You will have to wait.</div>
<div class="npctextboxm">Your relationship level isn't high enough to be walking in on your mom!</div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button>
<<else>>
<div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You politely knock on the door</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hi $mom, can I come in? I'm desperate for a piss!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Sure sweetie, just come in. Don't look, okay?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>WTF, In I go!</div>
<button data-passage="Bathroomwithmom" class="button" type="button" tabindex="0">Get the fuck inside!</button></div><</if>><<if $momlevel lte $momshoweraccessrude>><div class="title">Your House</div><<mcounter>>
<div class="npctextboxm"><center>You show an obvious disregard for human decency and decide to barge straight into the bathroom</center></div>
<div class="npctextbox"><<playerchat>><hr>Hi Mom!</div>
<div class="imagebox"><img src="images/momshowerno.jpg" alt="" /></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>WHAT THE FUCK! $playername, get out now! </div>
<div class="npctextboxm"><center>You fucked up! You bolt and get out of there before you get your ass beat!</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom has decreased (-25)</li></ul></div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Get the fuck out!</button>
<<set $time = $time +1>>
<<set $momlevel = $momlevel - 25>>
<<else>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm"><center>You show an obvious disregard for human decency and decide to barge straight into the bathroom</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hi Mom!</div>
<div class="npctextbox"><div class="momchatnude"></div>Mom<hr><<if $momquest eq 2>>Hello Master, are you here to fuck me?<<else>>Hey Sweetie, close the door, okay? You're letting the cold air in.<</if>></div>
<div class="npctextboxm"><center>You get a good long look at $mom in the shower...</center></div>
<div class="imagebox"><img src="images/momshower.jpg" alt="" /></div>
<div class="npctextboxm"><<if $momquest eq 2>>She is completely submissive<<else>>She is so comfortable around you that she doesn't mind being naked infront of you. You could stare at her all day.<</if>></div>
<div class="imagebox"><img src="images/momshower2.jpg" alt="" /></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom has slighty increased (+10)</li></ul></div>
<button data-passage="masturbateinbathroom" class="button" type="button" tabindex="0"><<if $momquest eq 2>>Demand a BJ<<else>>Masturbate<</if>></button><button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button>
<<set $time = $time +1>>
<<set $momlevel = $momlevel +10>><</if>><<if $intelligence gte 50>><div class="title">Your House</div>
<div class="npctextboxm"><center>You peek your head into the door</center></div>
<div class="npctextboxm"><center>You see the goods...</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/peekingmomshower.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>You best GTFO before you are caught</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Get the fuck out!</button>
<<set $time = $time +1>>
<<else>><div class="title">Your House</div>
<div class="npctextbox"><center>You peek your head into the door</center></div>
<div class="npctextbox">You almost see the goods...</div>
<div class="imagebox"><img src="images/momshowerno.jpg" alt="" /></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>What the fuck is wrong with you $playername? I'm your mom, get out now! This isn't funny!</div>
<div class="npctextbox"><center>You leave and feel a great shame in your actions.</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom has decreased (-25)</li></ul></div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Get the fuck out!</button>
<<set $time = $time +1>><<set $momlevel = $momlevel - 25>><</if>><<if $momlevel gte $bjshowermom>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/momshowerok.jpg" alt="" /></div>
<div class="npctextboxm">You whip out your warrior and start masturbating infront of your mom... untill...</div>
<div class="npctextboxm"><center>She spots you...</center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>What the fuck $playername! I'm your mom!</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>I can't help it, you're so fucking hot. I just want you</div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>This is so wrong...</div>
<div class="npctextboxm"><center>$mom starts playing with herself too!</center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>Is this what you want hunny? are you sure?</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Yes I want your lips around my cock!!</div>
<div class="npctextbox"><<playerchat>>$mom
<hr>Okay sweetie... but... just... keep this between us, okay? I'm just helping you de-stress. It's nothing more.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mombj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>After a few short minutes you blow your load</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>I need to clean up sweetie, can you leave now? And remember what I said.</div>
<div class="npctextboxm"><center>What is done cannot be undone..</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom increased (+65)</li>
<<if $momcorrupted eq 0>><li>//You have corrupted $mom//</li><</if>></ul>
</div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave bathroom</button></div><<set $time = $time +1>><<set $momlevel + $momlevel +65>><<set $momcorrupted = 1>>
<<else>>
<div class="wrapper"><div class="title">Bathroom</div>
<div class="imagebox"><img src="images/momshowerok.jpg" alt="" /></div>
<div class="npctextboxm">You whip out your warrior and start masturbating infront of your mom... untill...</div>
<div class="npctextboxm"><center>She spots you...</center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>I can't believe what you are doing! I'm so appalled! I'm your mother for god sake!</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>I-I-I'm sorry mom! I completely forgot you were here.. aha...</div>
<div class="npctextbox"><div class="momchatnude"></div>$mom
<hr>I do not care just get out and dont EVER let me catch you doing that infront of anyone EVER AGAIN!</div>
<div class="npctextboxm"><center>You leave the room in shame... You would have a better chance if your relationship with $mom was higher than $bjshowermom</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom strongly decreased (-60)</li></ul></div>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave bathroom</button>
<</if>><div class="wrapper"><div class="title">Bathroom</div>
<div class="npctextboxm">You pull down your trousers and prepare to take a huge dump.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/poop.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I feel a few pounds lighter!</div>
<div class="npctextboxw"><ul>
<li>Time has passed (+1)</li></ul></div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Wipe and finish</button><<set $time = $time +1>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You enter the door to the bathroom</div><<scounter>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, lets shower naked!</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Why do you have to make it weird, come on lets get in and out quick.</div>
<div class="npctextboxm">You strip off completely naked and get in the shower</div>
<div class="npctextboxm">Now its $sister's turn to get in</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/sistershower.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Wow! Nice tits, $sister</div>
<div class="npctextbox"><div class="sisterchatnude"></div>$sister<hr>Don't be a perv, $playername</div>
<div class="npctextboxm">You both shower</div>
<div class="npctextboxm">You could try and take this further...</div>
<button data-passage="washmycock" class="button" type="button" tabindex="0">❤️ Wash my cock! ❤️</button><button data-passage="Bathroom" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw">Time has passed
$sister relationship level increased by 30
Stamina increased by 5</div></div>
<<set $time = $time +2>>
<<set $stamina = $stamina +5>>
<<set $sisterlevel = $sisterlevel +30>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>Well shit, looks like $sister is in the bathroom. There are a few options for you. You obvious one is to leave her the fuck alone. What will you do?</center></div>
<button data-passage="sisterpeakinside" class="button" type="button" tabindex="0">Peek inside</button><button data-passage="sisterknock" class="button" type="button" tabindex="0">Knock on the door</button><button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button>
</div><<if $sisterlevel lte 310>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You politely knock on the door</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hi $sister, can I come in? I'm desperate for a shit!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Ummm, no get the fuck away creep!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What a bitch</div>
<div class="npctextboxm">Your relationship level isn't high enough to be walking in on your $sister</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>$sister's relationship level decreased slightly (-5)</li></ul></div><<set $sisterlevel = $sisterlevel -5>>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Leave</button>
<<else>>
<div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You politely knock on the door</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hi $sister, can I come in? We can share a shower! Save water!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Okay, come in!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>WTF, In I go!</div>
<button data-passage="showerwithsister" class="button" type="button" tabindex="0">Get the fuck inside!</button></div><</if>><<if $strength gte 90>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You peek your head into the door</div>
<div class="npctextboxm">You see $sister... masturbating!</div>
<div class="imagebox"><img src="images/redux/sisterwank.jpg" alt="" /></div>
<div class="npctextboxm">Oh shit!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Get the fuck out before she catches you!</button></div>
<<else>>
<div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/bathroom.jpg" alt="" /></div>
<div class="npctextboxm">You peek your head into the door</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>What the fuck $playername! I'm going to tell mom!!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Time to GTFO!</div>
<div class="npctextboxm">You would have a better chance of not getting caught if your strength was higher...</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with sister decreased (-25)</li>
<li>Relationship with mom decreased (-25)</li></ul></div><<time>><<set $sisterlevel = $sisterlevel -25>><<set $momlevel = $momlevel -25>>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Get the fuck out!</button><</if>><<if $sistercorrupted eq 1>><div class="wrapper"><div class="title">Your House</div><<script>>UIBar.unstow().show();<</script>>
<div class="imagebox"><img src="images/sistershower.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr><<scounter>>
Hey $sister, I want you to wash my cock!</div>
<div class="npctextbox"><<sisterchat>>$sister
<hr>I've got an idea, i can use my tongue</div>
<div class="npctextboxm">You dick goes from a semi to rock hard in the space of a second.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/sisterbjshower.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sis, holy fuck that feels so good!!!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>You fucking cunt! Finish on my face, $playername</div>
<div class="npctextboxm">You explode your load on $sister's face</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Oh no, what did we just do? Don't fucking say a word of this to anyone!</div>
<div class="npctextboxw"><ul><li>Time has passed (+2)</li><<time>><<time>>
<li>$sister's relationship increased (+50)</li></ul></div><<set $sisterlevel = $sisterlevel +50>>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Finish</button></div>
<<else>>
<div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/sistershower.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey $sister, I want you to wash my cock!</div>
<div class="npctextbox"><<sisterchat>>$sister
<hr>Okay, I knew this was a bad idea. Why are you saying things like this? Why can't we be close but not sexually. I mean, I'm your fucking sister?</div>
<div class="npctextboxm">Your sister leaves the bathroom. She isn't corrupted and wont engage in super sexual stuff yet.</div>
<div class="npctextboxw"><ul><li>Time has passed (+2)</li><<time>><<time>>
<li>$sister's relationship increased (-50)</li></ul></div><<set $sisterlevel = $sisterlevel -50>>
<button data-passage="Bathroom" class="button" type="button" tabindex="0">Finish</button>
<</if>><<if $momcorrupted eq 1>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//The bedroom door opens and your mom is sitting on the bed//</div><<mcounter>>
<<mombedroom>>
<div class="npctextbox"><<momchat>>$mom<hr><<if $momquest eq 2>>Master, would you like to sleep with me tonight?<<else>>Hey hunny, what's up? Can't sleep? Do you want to snuggle with mommy tonight?<</if>></div><<set $momlocation = 3>>
<div class="npctextbox"><<playerchat>>$playername<hr>Yes please mommy!</div>
<<if $dadDead eq 0>><button data-passage="stepdadstop" class="button" type="button" tabindex="0">Get into bed with $mom</button> <<else>><button data-passage="mombed" class="button" type="button" tabindex="0">Get into bed with $mom</button><</if>><<if $dadDead eq 0>><button data-passage="stepdadstop" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><<else>><button data-passage="mom_sex" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><</if>><hr><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="title">Your House</div>
<div class="npctextboxm">//The bedroom door opens and your mom is sitting on the bed//</div>
<<mombedroom>>
<div class="npctextbox"><<momchat>>$mom<hr>Get the fuck out! what is wrong with you?!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Gah!</div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button><</if>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/mominbed.jpg" alt="" /></div>
<div class="npctextboxm">//You wake up $mom//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, $mom. I can't sleep... I've got a boner!</div><<if $momcorrupted eq 1>>
<div class="npctextbox"><<momchat>>$mom<hr>Hey hunny, really? Can you not sort it out yourself?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I've been trying, but i need some help</div>
<div class="npctextbox"><<momchat>>$mom<hr>Ugh, fine!</div>
<div class="npctextboxm">//$mom throws up the bed blanket and reveals you and your naked body.. she grabs your cock and goes to work like a wild animal!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mombj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>I need you to fucking cum for me baby!!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Show me your pussy please $mom</div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Yeah? You want to fuck mommy?</div>
<div class="npctextboxm">//Your mom pushes you down and starts riding your dick//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momcowboy.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">//You push her over on the bed and fuck her as hard as you can, holding back the orgasm!//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm- I'm- I'm gonna COOOOOOOOM!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfacial.mp4" type="video/mp4"></video></center></div>
<<if $day lte 6>><button data-passage="newsleep" class="button" type="button" tabindex="0">Finish and go to sleep</button><<else>><button data-passage="newsleep" class="button" type="button" tabindex="0">Finish and go to sleep</button> <</if>>
<div class="npctextboxw">Your relationship with $mom has increased by 125!</div><<set $momfuckedtimes = $momfuckedtimes + 1>>
<<set $momlevel = $momlevel + 125>>
<<else>>
<div class="npctextbox"><<momchat>>$mom<hr>Get the fuck out!</div>
<div class="npctextboxm"><center>You fucked up! You bolt and get out of there before you get your ass beat!</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom has decreased (-25)</li></ul></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Get the fuck out!</button>
<</if>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//You're lying in bed with $mom//</div>
<div class="imagebox"><img src="images/mominbed.jpg" alt="" /></div>
<div class="npctextboxm">//You have a massive erection and no idea what to do...//</div>
<button data-passage="messwithmom" class="button" type="button" tabindex="0">❤️ Mess with mom ❤️</button><<if $day lte 6>><button data-passage="newsleep" class="button" type="button" tabindex="0">Sleep</button><<else>><button data-passage="newsleep" class="button" type="button" tabindex="0">Sleep</button> <</if>></div><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You decide to do the unthinkable. You would love nothing more than $mom to be walking around in panties filled with you cum. She's too stupid to even realise!.</div>
<div class="npctextboxm">You grab a pair of $mom's favourite panties and start jacking off into them, a few minutes later you blow your load.</div>
<div class="imagebox"><img src="images/cumonpanties.jpg" alt="" /></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Time to quickly leave</button></div>
<<set $cumpanties = 1>><div class="wrapper"><div class="title">Your House</div><<set $location = "mombedroom">>
<div class="imagebox"><img src="images/momsbedroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You stand inside your moms bedroom. A place no son should be.//</center></div>
<<if $dadDead eq 0>><button data-passage="stepdadstop" class="button" type="button" tabindex="0">Search Drawers</button> <<else>><button data-passage="searchdrawers" class="button" type="button" tabindex="0">Search Drawers</button><</if>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//You search through $mom's drawers. You find nothing but her panties.//</div>
<div class="imagebox"><img src="images/pantydrawer.jpg" alt="" /></div>
<button data-passage="cuminpanties" class="button" type="button" tabindex="0">❤️ Cum in your mom's panties ❤️</button><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/lockeddoormom.jpg" alt="" /></div>
<div class="npctextboxm"><center><<if $time lte 4>>It's open<<else>>It's locked <</if>></center></div>
<<if $time lte 4>><button data-passage="entermomsbedroom" class="button" type="button" tabindex="0">Enter</button><</if>><<if $time gte 5 and $stepdadquest eq 2>><button data-passage="entermomsbedroomnight" class="button" type="button" tabindex="0">Knock (Mom is here)</button><</if>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//You walk into $sister's bedroom// </div>
<<sisterbedroom>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey sis, doing homework?</div><<scounter>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, yeah but the work really hard, i dont know much about biology...</div>
<<if $sisterquestline eq 0>><<qt>><<set $sisterquestline = 1>><</if>>
<<if $sexedquest eq 22321>><button data-passage="questfinalesister" class="button" type="button" tabindex="0">Sister Quest</button><</if>><button data-passage="homeworkhelp" class="button" type="button" tabindex="0">Offer to help with homework</button><button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Leave</button></div>
<<set $time = $time +1>><div class="wrapper"><div class="title">Your House</div>
<<sisterbedroom>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, I could help you with your homework if you want? Also, why are you holding a fucking pomegranate?</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Really? sure! and I have no fucking idea!</div>
<<if $sisternude gte 5 and $sisterquestline eq 1>><button data-passage="sexedqueststart" class="button" type="button" tabindex="0">⭐ Special Event: Sex-Education ⭐</button><</if>><<if $sisterbook eq 1>><button data-passage="givesisterbook" class="button" type="button" tabindex="0">Give Sex Book</button><</if>><<if $intelligence gte 125 and $sisterlevel gte 70>><button data-passage="homeworksuccess" class="button" type="button" tabindex="0">Help with homework</button><<else>><button class="button" type="button" tabindex="0">Actually... (You need at least 125 intelligence and 70 relationship level)</button><</if>><button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Amore University</div>
<div class="npctextboxm">//You both arrive to the University to meet Mrs Moon.// </div>
<div class="imagebox"><img src="images/London4.1/classroomwithteacherandsister.png" alt="" /></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Ah, glad you could both attend.</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>What's this about Mrs Moon?</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I just needed your brother here to be a witness.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>A witness to what?</div>
<div class="npctextboxm">//Mrs Moon undresses completely// </div>
<div class="imagebox"><img src="images/4.2/classroomstage1.png" alt="" /></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Uh...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>The corruption of $sister begins now.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>// I should do something right? Why am I here?!//</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Ah... why cant I move... why am I... enjoying what I see?...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I want you and your brother to fuck me, $sister. It's time to embrace being a fuckdoll. Your new purpose will be to please others.</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>I-I-I Will obey</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<div class="npctextboxm">//A few moments later...// </div>
<div class="imagebox"><img src="images/4.2/classroomstage2.png" alt="" /></div>
<button data-passage="questfinalesister3" class="button" type="button" tabindex="0">Hulk... SMASH!</button><div class="wrapper"><div class="title">Amore University</div>
<div class="npctextboxm">//The fucking soon starts// </div>
<div class="imagebox"><img src="images/4.2/classroomstage2.png" alt="" /></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Let's teach $sister how to properly suck her big brother's cock</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Does that feel good $playername?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Amazing, Mrs Moon.</div>
<div class="npctextboxm">//Mrs Moon places $sister's legs up and invites you to fuck her pussy// </div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>You're the best big brother I could of ever asked for!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>You're so fucking hot, $sister</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>My head.. All I want.. Is to fuck!</div>
<button data-passage="questfinalesister4" class="button" type="button" tabindex="0">Time to finish</button><div class="wrapper"><div class="title">Amore University</div>
<div class="npctextboxm">//you blow your load// </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Big bro, thank you. I can't wait until we go home and do this more often...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I'm sure you enjoyed it too, $playername. Your sister is now completely corrupted and will do //anything// you say.</div><<set $sistercorrupted = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>B-But how did you do this? And why?</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Let's just say, a certain 'company' I used to work for made these mind control drugs. I borrowed one when I left.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to know where I can get more of these drugs, tell me!</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I'm sorry, $playername. It's a very secretive company. If I told you and they found out my life would be in danger. All I can say is that they aren't based here in Amore. You will need to go elsewhere to find them. Follow the white rabbit.</div>
<div class="npctextboxm">//Relationship with Mrs Moon increased by 500!// </div>
<div class="npctextboxm">//Relationship with $sister increased by 9999!// </div>
<div class="npctextboxm">//$sister is now CORRUPTED// </div>
<div class="npctextboxm">//Time has passed.// </div><<set $sisterquestline = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Finish up and go home</button><<set $time = $time +1>><<set $sisterlevel = $sisterlevel + 9999>><<set $sexedquest = 5>><<set $lilulevel = 500>><div class="wrapper"><div class="title">Your House</div>
<<sisterbedroom>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, Is everything alright at uni?</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, actually im having some issues... I have a teacher that is always fucking me around! Making me do more homework that everyone else and always treating me like shit!</div>
<div class="npctextboxm">//What a cunt...// </div>
<div class="npctextbox"><<sisterchat>>$sister<hr>What should I do? I can't go to the university headteacher - They are all friends!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'll speak to her.</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>You will? Thanks big bro!</div>
<div class="npctextboxm">//You can now access the University// </div>
<<qt>><<set $sisterquestline = 2>>
<button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Finish talking</button>
<<set $sexedquest = 1>><<set $time = $time +2>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, a really good bit of advice for you when studying biology...</div>
<<sisterbedroom>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Sure, you're the expert!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What always helps me is studying completely nude. I can actually see the parts I am learning about.</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Wait, what?! Naked! Infront of you!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey dont be so childish about it, we are both adults. This is the best way to study. Do you not believe me?</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>I'll see $playername</div>
<div class="npctextbox">//$sister will now study in her room naked//</div>
<button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Leave</button></div>
<<set $time = $time +1>>
<<set $nudestudy = 1>><div class="wrapper"><div class="title">Your House</div>
<<sisterbedroom>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, I got you a book to help with your uni study</div><<set $sisterbook = 3>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Thank you bro! I can learn a lot from this!</div>
<div class="npctextboxm">//You've unlocked some additional activities with $sister! $sister level also increased by 250!// </div>
<button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Finish the study sessions</button>
</div><<run $inventory.deleteAt($inventory.indexOf("sexbook"))>><<time>>
<<set $sisterlevel = $sisterlevel +250>>
<<set $time = $time +2>><div class="wrapper"><div class="title">Your House</div>
<<sisterbedroom>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister, Let's get started with your homework</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Thank you bro! Let's get stuck in</div>
<div class="npctextboxm">//You spend the next hour helping $sister with her homework// </div>
<div class="npctextbox"><<sisterchat>>$sister<hr>It's really awkward talking about reproductive organs with you but i guess you know a lot about them, especially the female ones!</div>
<button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Finish the study sessions</button>
<div class="npctextboxw">Your relationship level increased by 20</div></div>
<<set $sisternude = $sisternude + 1>>
<<set $sisterlevel = $sisterlevel +20>>
<<set $time = $time +2>><div class="wrapper"><div class="title">Chatting with $sister</div>
<div class="imagebox"><img src="images/4.2/sisterquestpic.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, $sister. I spoke with your teacher at Uni. She wants to meet us both there.</div>
<div class="npctextbox"><<if $nudestudy eq 0>><div class="sisterchat"></div><<else>><div class="sisterchatnude"></div><</if>>$sister
<hr>Really? How come? And why? That's certainly a little weird - No?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>She's your teacher not mine. I don't make judgment calls, I only accepted her invitation. Speaking of which, shall we leave now?</div>
<div class="npctextbox"><<if $nudestudy eq 0>><div class="sisterchat"></div><<else>><div class="sisterchatnude"></div><</if>>$sister
<hr>Let me put something more modest on and lets go.</div>
<div class="npctextboxm">//You and $sister get dressed and go to meet Mrs Moon at the University.// </div>
<div class="npctextboxw">//Time has passed.// </div>
<button data-passage="questfinalesister2" class="button" type="button" tabindex="0">The story progresses</button>
<<set $sexedquest = 4>><<set $time = $time +1>><div class="wrapper"><div class="npctextboxm">//You peek your head into $sister's bedroom to see what she is up to...// </div>
<div class="imagebox"><img src="images/sisterpeak.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I should leave before she catches me...</div>
<button data-passage="sisterbedroom" class="button" type="button" tabindex="0">Leave</button></div>
<<set $time = $time +1>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/lockeddoormom.jpg" alt="" /></div>
<div class="npctextboxm"><center><<if $day gte 5 and $time gte 3 and $time lte 7>>The door is open<<else>>It's locked. (This door will be unlocked on the weekends between 3-7)<</if>></center></div>
<<if $day gte 5 and $time gte 3 and $time lte 7>><button data-passage="entersisterbedroom" class="button" type="button" tabindex="0">Enter</button><button data-passage="peeksisterbedroom" class="button" type="button" tabindex="0">Peek inside</button><</if>><button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You clean the kitchen...Look's good!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/cleaning.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>The kitchen is cleaner (+3)</li>
<li>Your stamina has reduced (-4)</li></ul></div>
<button data-passage="Kitchen" class="button" type="button" tabindex="0">Done</button></div><<set $kitchentidy = $kitchentidy +3>><<set $time = $time +1>><<set $stamina = $stamina -4>><div class="wrapper"><div class="title">Your House | Kitchen Clean Level: <<print $kitchentidy>></div>
<div class="imagebox"><img src="images/kitchen.jpg" alt="" /></div>
<<if $stamina gte 2>><button data-passage="Search Kitchen" class="button" type="button" tabindex="0">Search Kitchen</button><</if>><<if $stamina gte 4>><button data-passage="Clean Kitchen" class="button" type="button" tabindex="0">Clean the kitchen</button><</if>><<if $time eq 3>><button data-passage="Have lunch with family" class="button" type="button" tabindex="0">Have Lunch - <<Mom>> - <<Sister>></button><</if>><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div><<mcounter>><<scounter>>
<<nobr>><div class="npctextboxm">Mom finishes off the final bits of the family meal.</div><br>
<div class="npctextboxm"><center>//$mom's food looks tasty as always//</center></div><br>
<div class="imagebox"><img src="images/food.jpg" alt="" /></div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Hope you both enjoy! I'm so lucky to have my fantastic children with me. <<if $sisteroutfit eq 1>>I love your underwear $sister!<</if>><<if $sisteroutfit eq 2>>Wow $sister, its so nice to see you comfortable naked at the kitchen table.<</if>></div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Let's Eat!</div><br>
<div class="npctextbox"><<sisterchat>>$sister<hr>
<<if $momoutfit eq 0>>Thanks mom, this looks great!<<elseif $momoutfit eq 1>> Do you really have to dress like that $mom?<<elseif $momoutfit eq 2>>Mom, i wish i had your tits...<</if>></div><br>
<<if $dadDead eq 0>><div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>$mom, this food tastes like shit. Also me and Adebesi from the bar are going to double team you tonight.</div><br><</if>>
<div class="npctextbox"><<momchat>>$mom<hr><<if $momquest eq 0 and $cumpanties eq 0>>$playername, can you do the dishes sweetie?<<else>>My panties feel funny... anyway, $playername, can you do the dishes sweetie? I have to go change...<</if>><<if $momquest eq 2>> I will do the dishes. Master $playername. I hope the food was okay for you...<<set $kitchentidy = $kitchentidy +3>><</if>></div><br>
<div class="npctextboxm"><center>//You eat the meal with your family//</center></div><br>
<<if $momoutfit eq 2 and $sisteroutfit eq 2>><div class="npctextbox"><center>//You feel something under the table//</center></div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/underthetable.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>//Must be nothing...//</center></div><br><</if>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom increased (+10)</li>
<li>Relationship with $sister increased (+10)</li>
<li>The kitchen got dirtier (-2)</li>
<<if $momquest eq 2>><li>Mom cleaned the kitchen (+2)</li><</if>></ul></div><br><<mcounter>><<scounter>>
<button data-passage="Kitchen" class="button" type="button" tabindex="0">Finish Lunch</button>
<<set $cumpanties = 0>><<set $stamina = $stamina +8>><<set $time = $time +1>><<set $kitchentidy = $kitchentidy -2>><<set $sisterlevel = $sisterlevel +10>><<set $momlevel = $momlevel +10>>
<</nobr>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You search the kitchen but dont find anything.</div>
<div class="npctextbox"><ul><li>Time has passed (+1)</li>
<li>Your Stamina has decreased (-2)</li></ul></div>
<button data-passage="Kitchen" class="button" type="button" tabindex="0">Leave</button><<set $time = $time +1>><<set $stamina = $stamina -1>><div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<button data-passage="Watch TV" class="button" type="button" tabindex="0">Watch some TV</button><<if $day lte 4 and $time lte 2>><button data-passage="Your sister is here 1" class="button" type="button" tabindex="0">Your sister is here</button><</if>><<if $day gte 6 and $time lte 2>><button data-passage="your step mom is here" class="button" type="button" tabindex="0">$mom is here</button><</if>><<if $christmas2022 eq 2>><button data-passage="christmas2022finale" class="button" type="button" tabindex="0">❄️ Have Christmas with your family ❄️</button><</if>><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button>
</div><<if $flowers.contains("flowers")>><div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey mom, I got you some flowers. I hope you like them. Aren't I the best son in the world?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Wow, thanks sweetie! You've been really nice to mommy recently, it's good that we are closer. You're the best son ever.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>$mom's relationship level increased (+50)</li>
<li>You lost flowers from your inventory (-1)</li></ul></div><<set $momlevel = $momlevel +50>><<run $flowers.pluck("flowers")>><<time>>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button>
</div><<else>><div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey mom, I got you some flowers. I hope you like them. Aren't I the best son in the world?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Are you joking son?</div>
<div class="npctextboxm"><center>You realise you are a stupid fucking idiot for trying to give flowers when you dont actually have any to give.</center></div><<set $time = $time + 2>>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button></div><</if>><<if $momlevel gte 150>><div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $mom, I know this might sound weird but. You've got a really nice ass. Most girls my age dont have an ass as nice as yours.</div>
<div class="npctextbox"><<momchat>>$mom<hr>Umm... thanks sweetie. But you shouldn't be talking to your mother about those types of things.</div>
<div class="npctextboxm"><center>//You grab $mom's ass//</center></div>
<div class="imagebox"><img src="images/momlivingroomgrope.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>Baby.. Sweetie.. what are you doing? aha</div>
<div class="npctextboxm"><center>//Your mom is blushing//</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Mom's relationship level increased (+20)</li></ul></div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button></div><<set $momlevel = $momlevel +20>><<time>><<else>>
<div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $mom, I know this might sound weird but. You've got a really nice ass. Most girls my age dont have an ass as nice as yours.</div>
<div class="npctextbox"><<momchat>>$mom<hr>Excuse me?! I'm your fucking mother!</div>
<div class="npctextboxm"><center>//MOM SLAPS THE SHIT OUT OF YOU//</center></div><<set $healthpoints = $healthpoints - 1>>
<div class="npctextbox"><<momchat>>$mom<hr>Don't ever say that type of shit again!</div>
<div class="npctextboxw"><ul><li>You lost health(-1)</li><li>Time has passed (+1)</li>
<li>Mom's relationship level decreased (-20)</li></ul></div>
<<if $healthpoints eq 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Leave</button><<else>><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button><<set $momlevel = $momlevel -20>><<time>><</if>><</if>><div class="wrapper"><div class="title">Your House</div><<set $mcounter = 0>>
<<livingroompic>>
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, did you remember to do your chores?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah yeah mom...</div>
<div class="npctextbox"><<momchat>>$mom<hr>Well if you don't do them, i won't give you any allowance money. Your sister does all of hers and she gets $70 a week.</div><<set $momlocation = 1>>
<button data-passage="motherdate" class="button" type="button" tabindex="0">Take $mom Out</button><button data-passage="Give Mom Flowers" class="button" type="button" tabindex="0">❤️ Give Flowers ❤️</button><button data-passage="Touch mom" class="button" type="button" tabindex="0">❤️ Touch $mom ❤️</button><<if $momoutfit eq 0 and $momlevel gte 500>><button data-passage="momunderwear" class="button" type="button" tabindex="0">❤️ Convince $mom to wear underwear at home ❤️</button><</if>><<if $momoutfit eq 1 and $momcorrupted eq 1>><button data-passage="momnude" class="button" type="button" tabindex="0">❤️ Convince $mom to wear nothing at home ❤️</button><</if>><<if $momlevel gte 400 and $auntquest eq 0>><button data-passage="auntstart" class="button" type="button" tabindex="0">⭐Special Event: Meeting your Auntie ⭐</button><</if>><button data-passage="mom_sex" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><<if $momquest eq 0 and $momlevel gte 3000>><button data-passage="motherinneed" class="button" type="button" tabindex="0">⭐ Special Event: A Mother in Need ⭐</button><</if>><<if $momquest eq 1>><button data-passage="motherinneed2" class="button" type="button" tabindex="0">⭐ Special Event: The Decision ⭐</button><</if>><hr><button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button></div><<if $flowers.contains("flowers")>><div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister. I got you some flowers. Hope you like them!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Wow, thanks $playername!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>You've been really nice to be recently, it's good that we are closer. You're the best brother I could ask for.</div>
<div class="npctextboxm"><center>She looks at the flowers and apreciates the gesture. (Even if it is a bit weird).</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>$sister's relationship level increased (+50)</li>
<li>You lost flowers from your inventory (-1)</li></ul></div><<set $sisterlevel = $sisterlevel +50>><<run $flowers.pluck("flowers")>><<time>>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button></div><<else>>
<div class="wrapper"><div class="title">Your House</div>
<<livingroompic>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $sister. I got you some flowers. Hope you like them!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Wow, thanks $playername... Where are they?</div>
<div class="npctextboxm"><center>You realise you dont actually have any flowers to give to $sister. This is awkward.</center></div>
<div class="npctextboxm"><center>She looks at you confused.. maybe you should actually get some flowers before trying to give them to her.</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>$sister's relationship level decreased (-5)</li></ul></div><<set $sisterlevel = $sisterlevel - 5>>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Your House</div><<scounter>>
<<livingroompic>>
<div class="npctextbox"><<sisterchat>>$sister<hr>
<<if $sexbar eq 0>>Hey $playername, please remember to tidy up your room and also the kitchen!<<else>>Hey $playername, did you hear about that pub across the street? They say the owner is prostituting herself out to the customers? how fucked is that!<</if>></div>
<div class="npctextbox"><<if $sexbar eq 0>><<playerchat>>$playername<hr>I fucking hate cleaning, why do i have to clean the kitchen? It's not a job for a strong man like me! <<else>><<playerchat>>$playername<hr>I think it's a good idea. Helps the business, the owner gets some action and so do the customers. It's a win-win!.<</if>></div>
<div class="npctextbox"><<sisterchat>>$sister<hr>
<<if $sexbar eq 0>>Nice one $playername, you're a dickhead!<<else>>Hmm... I guess...<</if>> Also, make sure to come see me when im studying in my room on a <b>Weekend Evening!</b></div><<set $momlocation = 1>>
<<nobr>>
<<if $sisterbook eq 3 and $sisterlevel gte 9000 and $sexedquest eq 0>><button data-passage="sexedqueststart" class="button" type="button" tabindex="0">⭐ Special Event: Sex-Education ⭐</button><</if>>
<<if $sisterbook eq 1>><button data-passage="givesisterbook" class="button" type="button" tabindex="0">Give Sex Book</button><</if>>
<<if $sisterlevel gte 500 and $sisteroutfit eq 0>><button data-passage="sisterunderwear" class="button" type="button" tabindex="0">❤️ Convince to wear underwear around the house ❤️</button><</if>>
<<if $sisterlevel gte 900 and $sisteroutfit eq 1 and $sistercorrupted eq 1>><button data-passage="sisternude" class="button" type="button" tabindex="0">❤️ Convince to be naked around the house ❤️</button><</if>>
<button data-passage="Give Sister Flowers" class="button" type="button" tabindex="0">❤️ Give Flowers ❤️</button>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">❤️ Sex ❤️</button>
<<if $sexedquest eq 2>><button data-passage="questfinalesister" class="button" type="button" tabindex="0">⭐ Sister Quest Finale ⭐</button><</if>>
<hr><button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/livingroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You relax, sit yourself down. Grab some popcorn and watch Jeremy Kyle...</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Life is good...</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Christmas Day</div>
<div class="npctextboxm">$mom and $sister gather round to celebrate christmas with you!</div><<run $inventory.deleteAt($inventory.indexOf("xmas2022gift"))>>
<div class="imagebox"><img src="images/v0.45.12/livingroomxmas.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>Merry Christmas 2022 everyone! Here are your gifts from me</div>
<div class="npctextboxm">$sister opens her gift from $mom</div><<set $christmas2022 = -1>><<set $questcomplete = $questcomplete + 1>>
<div class="npctextbox"><<sisterchat>>$sister<hr>It's a new diary! Thanks $mom, you're the best!</div>
<div class="npctextboxm">You open your gift from $mom</div>
<div class="npctextboxm">It's a stamina implant! +10 max stamina!</div><<set $inventory.push("christmasimplant")>><<set $maxstamina = $maxstamina + 10>>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks $mom, it's exactly what I needed!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Here, I got you all gifts too!</div>
<div class="npctextboxm">I should of checked what the gifts were first... right?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh wow, $playername! You shouldn't have!</div>
<div class="npctextboxm">$mom opens her gift from you... she pulls out a...</div>
<div class="imageboxb"><img src="images/v0.45.12/dragondildo.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>A DILDO?!</div>
<div class="npctextbox"><<momchat>>$mom<hr>You've ruined christmas, $playername! I'm going to bed.</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Wow $playername, i wonder what you got me</div>
<div class="npctextboxm">$sister opens her gift from you... she pulls out another dildo...</div>
<div class="imageboxb"><img src="images/v0.45.12/sisterdildo1.jpg" alt="" /></div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Wow $playername, you really bought your own family dildos? what the fuck is wrong with you?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>But - I - I - I didn't know what they were!</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>You really expect us to believe you didn't know what you were giving us? Goodnight $playername.</div>
<div class="npctextboxm">Both $mom and $sister leave to go to bed. They took the dildos with them...</div>
<button data-passage="christmas2022scenes" class="button" type="button" tabindex="0">Next</button><div class="wrapper"><div class="title">Christmas Day</div>
<div class="npctextboxm">You hear some strange noises coming from $mom and $sister's room.</div>
<button data-passage="christmassister" class="button" type="button" tabindex="0">Spy on $sister</button><button data-passage="christmasmom" class="button" type="button" tabindex="0">Spy on $mom</button><button data-passage="newsleep" class="button" type="button" tabindex="0">Go to bed (END QUEST)</button><div class="wrapper"><div class="title">Christmas Day</div>
<div class="npctextboxm">You peak your head into $mom's bedroom</div>
<div class="npctextboxm">She is getting fucked... by Santa!</div>
<div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/santa_fuck.mp4" type="video/mp4">
</video></center>
</div>
<div class="npctextbox"><<momchat>>$mom<hr>Yes Santa, fuck my pussy hard! Give me your north pole cum!</div>
<div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/momfuck2.mp4" type="video/mp4">
</video></center>
</div>
<div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/momfacial.mp4" type="video/mp4">
</video></center>
</div>
<div class="npctextboxm">Santa fucked my mom...</div>
<button data-passage="christmas2022scenes" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Christmas Day</div>
<div class="npctextboxm">You peak your head into $sister's bedroom</div>
<div class="npctextbox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/sister_bj_comp.mp4" type="video/mp4">
</video></center>
</div>
<div class="npctextboxm">Looks like she is having a very fun Christmas thanks to your gift!</div>
<button data-passage="christmas2022scenes" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Your House</div>
<div class="garage"></div>
<<if $car1owned eq 1>><button data-passage="car" class="button" type="button" tabindex="0">Get inside your car</button><</if>><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave Garage</button><<if $stepdadultra eq 0 and $pornoquest eq 3>><button data-passage="stepdadultra" class="button" type="button" tabindex="0">Your Step Dad is here???</button><</if>></div><div class="npctextbox"><div class="itemwrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextbox"><div class="itemwrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="wrapper"><div class="title">Your Step Dad is here</div>
<<if $combatenabled eq 1>>
<div class="npctextbox"><<thugdefeated>></div><br><<combatendvideo>>
<div class="npctextboxw"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div><<set $thughealthpoints = 3>><<set $harleyturn = 0>><<set $auntieturn = 0>><<set $playerturn = 0>><</if>>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
Huh, what the fuck?</div>
<div class="npctextboxm">You beat the shit out of your step dad with your superior strength - again!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/beating.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>
I'll be back, and I'll fuck your $mom again! Until next time $playername</div><<set $stepdadultra = 2>><<set $questcomplete = $questcomplete + 1>><<set $stepdadfinish = 1>>
<div class="npctextboxm">Your step father leaves for now...</div>
<div class="npctextboxm">You received $5000!</div><<set $money = $money + 5000>>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Finish Quest</button>
</div><div class="wrapper"><div class="title">Your House</div>
<div class="garage"></div><<set $stepdadultra = 1>>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Hey, $playername. Thanks for helping me settle that debt with J-Rox</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why are you in our house? You agreed to leave and never come back</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Let's just say i've gotten stronger since we last met. I'm back to fuck your $mom.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>No fucking chance.</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>You can try and stop me, but you will never win. I've learned the ways of cum-fu</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Whatever, you ready to get your ass beat again?</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Try me</div>
<<if $combatenabled eq 0>><button data-passage="stepdaddefeatedgarage" class="button" type="button" tabindex="0">Fight Your Step-Dad (Skip)</button><<else>><button data-passage="stepdadfightgarage" class="button" type="button" tabindex="0">Start Fight</button><</if>></div><<set $thugcombatlevel = 199>><<set $thugstamina = 20>><<set $thughealthpoints = 149>><<run $enemy.push('stepdadultra')>><<set $thugmaxhealth = 149>><<set $thugmaxstamina = 20>><<set $rando to random(1, 10)>><<if $rando eq 1>><<gardenrandomevent>><<else>><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/garden.jpg" alt="" /></div>
<<if $time lte 2 and $day lte 5>><button data-passage="Mom is here" class="button" type="button" tabindex="0">$mom is here</button><</if>><<if $stamina gte 4>><button data-passage="Dive in the pool" class="button" type="button" tabindex="0">Dive in the pool</button><</if>><hr><button data-passage="Ground Floor" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Your House</div>
<<momgarden>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey mom, I just wanted to say that your body looks amazing, i enjoy seeing you nude. I wish we could all just throw away our clothes and be ourselves.</div>
<div class="npctextbox"><<momchatgarden>>$mom<hr>Okay son, that's... great.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom increased (+25)</li></ul></div>
<button data-passage="Garden" class="button" type="button" tabindex="0">Leave</button>
<<set $momlevel = $momlevel +25>><div class="wrapper"><div class="title">Your House</div>
<<momgarden>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $mom, i've been thinking. Why don't you sunbathe nude? You aren't letting the sum hit all the parts of your body.</div>
<div class="npctextbox"><<momchatgarden>>$mom<hr>Trust me son I would, but I wouldn't want you or $sister to see.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I don't mind. I think it's natural for us to in the nude. </div>
<div class="npctextbox"><<momchatgarden>>$mom<hr><<if $momlevel gte 60 and $intelligence gte 50>>You know what? You're right son. Why the fuck should I be afraid to show off my body in my own home. You are $sister are my family and I should feel comfortable showing my body off around you both.<<set $nudegarden = 1>><<else>>No son. I wouldn't feel comfortable.<</if>></div>
<<if $nudegarden eq 1>><div class="npctextboxm"><center>$mom will now sunbathe nude in the garden.<br> Quest Complete!.<<set $questcomplete = $questcomplete + 1>></center></div><<set $mompoolquest = 2>><</if>>
<button data-passage="Garden" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Your House</div>
<<momgarden>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $mom, how are things?</div>
<div class="npctextbox"><<momchatgarden>>$mom<hr>Life is great son, especially with the inheritance money from your father.</div>
<div class="npctextbox"><<playerchat>>$playername<hr> Yeah, it's amazing how much money we got. At least you will never have to work again. You're retired!</div>
<div class="npctextbox"><<momchatgarden>>$mom<hr>Yeah but life's kind of boring sweetie. I wish I was your age again and could be young wild and free!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Relationship with $mom increased (+15)</li></ul></div>
<button data-passage="Garden" class="button" type="button" tabindex="0">Leave</button><<set $momlevel = $momlevel + 15>><div class="wrapper"><div class="title">Your House</div><<set $location = "garden">><<set $mcounter = 0>>
<div class="npctextboxm"><center>You enter the garden. As usual this time of day, $mom is sitting in the sun.<<if $nudegarden eq 1>> She is completely nude.<</if>></center></div>
<<momgarden>>
<<if $mompoolquest eq 0>><div class="npctextboxm"><center>//Your quest log has been updated//</center></div><<set $mompoolquest = 1>><</if>>
<div class="npctextbox"><<momchatgarden>>$mom<hr>
<<if $momquest eq 2>>Hello Master<<else>>Hey sweetie, hows things?<</if>>
</div><<set $momlocation = 2>>
<button data-passage="fuckmomgarden" class="button" type="button" tabindex="0">Fuck $mom</button><<if $dadDead eq 0>><button data-passage="stepdadstop" class="button" type="button" tabindex="0">❤️ Spy on $mom ❤️</button><<else>><button data-passage="Spy on mom" class="button" type="button" tabindex="0">Spy on $mom</button><</if>><<if $nudegarden eq 0>><button data-passage="Convince to sunbathe nude" class="button" type="button" tabindex="0">❤️ Convince to sunbathe nude ❤️</button><<else>><button data-passage="Compliment her body" class="button" type="button" tabindex="0">Compliment her body</button><</if>><button data-passage="General Chat" class="button" type="button" tabindex="0">Chat</button><<if $momoutfit eq 0 and $momlevel gte 1300>><button data-passage="momunderwear" class="button" type="button" tabindex="0">❤️ Convince $mom to wear underwear at home ❤️</button><</if>><<if $momoutfit eq 1 and $momlevel gte 1600>><button data-passage="momnude" class="button" type="button" tabindex="0">❤️ Convince $mom to wear nothing at home ❤️</button><</if>><<if $momlevel gte 400 and $auntquest eq 0>><button data-passage="auntstart" class="button" type="button" tabindex="0">⭐ Special Event: Meeting your Auntie ⭐</button><</if>><<if $momquest eq 0 and $momlevel gte 3000>><button data-passage="motherinneed" class="button" type="button" tabindex="0">⭐ Special Event: A Mother in Need ⭐</button><</if>><<if $momquest eq 1>><button data-passage="motherinneed2" class="button" type="button" tabindex="0">⭐ Special Event: The Decision ⭐</button><</if>><hr><button data-passage="Garden" class="button" type="button" tabindex="0">Leave</button></div><<set $time = $time +1>><<if $nudegarden eq 1>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//You slowly creep your head into the garden and see $mom, she is sunbathing nude...//</div>
<div class="imagebox"><img src="images/momgardennude.jpg" alt="" /></div>
<div class="npctextboxm">//You get a good look at $mom, shes applying lotion to her titties//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momoil.mp4" type="video/mp4"></video></center></div>
<button data-passage="Garden" class="button" type="button" tabindex="0">Fuck yeah titties</button>
</div><<set $stamina = $stamina +5>><<else>>
<div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">//You slowly creep your head into the garden and see $mom, she is sunbathing normally...//</div>
<div class="imagebox"><img src="images/momgarden.jpg" alt="" /></div>
<div class="npctextboxm">You just spend some time looking at her. If you could only get her to sunbathe naked, now that would be food for the eyes!</div>
<button data-passage="Garden" class="button" type="button" tabindex="0">A waste of time</button></div><</if>><<nobr>><<if $momlevel gte 1150 and $momcorrupted eq 1>>
<<if $momsex gte 1>><div class="wrapper"><div class="title">Speaking with $mom</div><br>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? Mommy doesn't have the energy to keep up with your sex drive! Maybe tomorrow.</div><br>
<button data-passage="Garden" class="button" type="button" tabindex="0">Leave</button><<else>>
<div class="wrapper"><div class="title">Speaking with $mom</div><br>
<div class="npctextbox"><<momchat>>$mom<hr>What's that baby? You're getting horny? So is mommy...</div><br>
<div class="npctextboxm">You and your mom both undress and start fucking.</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuckoutside.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Come on baby. Give it to me! </div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuckoutside2.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Good boy! </div><br>
<button data-passage="Garden" class="button" type="button" tabindex="0">Finish</button><</if>>
<<else>><<momgarden>><br>
<div class="npctextbox"><<momchatgarden>>$mom<hr>Sweetie, you're blocking the sun. Can you move?</div><br>
<div class="npctextboxm">You cannot preform this action until $mom is level 1150 and has been corrupted.</div><br>
<button data-passage="Garden" class="button" type="button" tabindex="0">Back</button>
<</if>><</nobr>><<time>><div class="wrapper"><div class="title">Your House</div>
<div class="npctextboxm">You decide now would be a good time to dive into the pool</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/pooldives.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Calabunga!!!</div>
<div class="npctextboxw"><ul>
<li>Time has passed (+1)</li></ul></div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">That was fun</button><<set $time = $time +1>><div class="wrapper"><div class="title">Chat with $mom</div>
<div class="npctextbox"><<playerchat>>$playername<hr> Hey Mom, It's so great being able to wear comfortable clothes around the house but have you ever thought about just doing away with clothes alltogether? Let's just all be nude and in touch with nature... we're family right?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Sweetie, i was thinking the exact same! I feel like a mom should be able to be nude around her own home.</div>
<div class="npctextboxm">$mom will now wear no clothing</div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button>
</div>
<<set $momoutfit = 2>>
<<set $time = $time +1>><div class="wrapper"><div class="title">Chat with $mom</div>
<div class="npctextbox"><<playerchat>>$playername<hr> Hey Mom, have you ever thought about how closer we are getting as a family? It would be great if we didn't have to worry about dressing up all the time...</div>
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, that's a great idea. We should all be more comfortable wearing less clothing around the house. I love you sweetie.</div>
<div class="npctextboxm">$mom will now wear less clothing around the house</div>
<button data-passage="First Floor" class="button" type="button" tabindex="0">Leave</button>
</div>
<<set $momoutfit = 1>>
<<set $time = $time +1>><div class="npctextboxm">After an //intense// BJ you cum inside $mom's mouth!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Mmmmm, why does your cum tastes so good?!</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw"><center>//Your relationship with $mom has increased by 150!//</center></div><<set $mombj = $mombj + 1>><<set $momlevel = $momlevel + 150>><<set $time = $time + 1>><div class="npctextboxm">After an //intense// BJ you cum all over $mom's face and tits</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mom_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Mommy loves it when your hot cum is all over her body</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw"><center>//Your relationship with $mom has increased by 150!//</center></div><<set $mombj = $mombj + 1>><<set $momlevel = $momlevel + 150>><<set $time = $time + 1>><<if $momanal gte 1>><div class="npctextbox"><<momchat>>$mom<hr>Oh baby? Mommy asshole still hurts! Maybe tomorrow.</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Leave</button><<else>>
<div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? You want to fuck my asshole?... Usually I would say no, but because you've been such a good boy - I'm going to let you fuck it!</div>
<div class="npctextboxm">Mom pulls down her pants and you start fucking her</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momanal.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Come on baby. Give it to me! </div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Good boy! Now drown mommy in your cum! </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfacial.mp4" type="video/mp4"></video></center></div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextbox"><center>//Your relationship with $mom has increased by 500!//</center></div><<set $momanal = $momanal + 1>><<set $momlevel = $momlevel + 500>><<set $time = $time + 1>><<set $momfuckedtimes = $momfuckedtimes + 1>><</if>><div class="wrapper">
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, are you okay?</div>
<<nobr>>
<<if $stamina gte 5>><<if $momlevel gte 250>><button data-passage="momkiss" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button><</if>>
<<if $momcorrupted eq 1>><<if $momlevel gte 750>><button data-passage="mombj" class="button" type="button" tabindex="0">❤️ Blowjob ❤️</button><</if>>
<<if $momlevel gte 1150>><button data-passage="momsex" class="button" type="button" tabindex="0">❤️ Vaginal Sex ❤️</button><</if>>
<<if $momlevel gte 1500>><button data-passage="mom_anal" class="button" type="button" tabindex="0">❤️ Anal Sex ❤️</button><</if>><</if>><<else>><div class="npctextboxm">You need at least 5 stamina to preform a lewd interaction</div><</if>>
<<if $momlocation eq 1>><button data-passage="your step mom is here" class="button" type="button" tabindex="0">Back</button>
<<elseif $momlocation eq 2>><button data-passage="Mom is here" class="button" type="button" tabindex="0">Back</button>
<<elseif $momlocation eq 3>><button data-passage="entermomsbedroomnight" class="button" type="button" tabindex="0">Back</button><</if>><</nobr>></div><<if $mombj gte 1>><div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? Mommy can't be doing this all day! Maybe tomorrow.</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Leave</button><<else>>
<div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? You need to do a cummy? Do you want mommy to help you?</div>
<div class="npctextboxm">Mom pulls out your cock and begins to pleasure you</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mombj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Come on baby. Let's get it all out!</div>
<button data-passage="finish_mouth_mom" class="button" type="button" tabindex="0">Finish inside $mom's mouth</button><button data-passage="finish_facial_mom" class="button" type="button" tabindex="0">Finish on $mom's face & tits</button><</if>><<if $momkiss gte 1>><div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? Mommy doesn't want anymore kisses, okay?.</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Leave</button><<else>>
<div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? You want a kiss from your mommy? That's so sweet. Come here my little cutie!</div>
<div class="npctextboxm">Mom presses her lips against yours. It's a lot more sexual that either of you expect</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh... Uhm.. Mommy needs to go now...</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxm"><center>//Your relationship with $mom has increased by 50!//</center></div><<set $momkiss = $momkiss + 1>><<set $momlevel = $momlevel + 50>><<set $time = $time + 1>><</if>><<if $momsex gte 1>><div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh baby? Mommy doesn't have the energy to keep up with your sex drive! Maybe tomorrow.</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Leave</button><<else>>
<div class="wrapper"><div class="title">Speaking with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>What's that baby? You're getting horny? So is mommy...</div>
<div class="npctextboxm">You and your mom both undress and start fucking.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Come on baby. Give it to me! </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="momchatnude"></div>$mom<hr>Good boy! </div>
<button data-passage="vag_finish_facial_mom" class="button" type="button" tabindex="0">Finish On $mom's face & tits</button><button data-passage="vag_finish_inside" class="button" type="button" tabindex="0">Finish inside $mom</button><</if>><div class="npctextboxm">After an //intense// BJ you cum inside $mom's pussy!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/creampie.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh my god! Did you just cum!?</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw"><center>//Your relationship with $mom has increased by 250!//</center></div><<set $momsex = $momsex + 1>><<set $momlevel = $momlevel + 250>><<set $time = $time + 1>><<set $momfuckedtimes = $momfuckedtimes + 1>><div class="npctextboxm">After an //intense// fuck session you cum all over $mom's face and tits</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mom_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Mommy loves it when your hot cum is all over her body</div>
<button data-passage="mom_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw"><center>//Your relationship with $mom has increased by 250!//</center></div><<set $momsex = $momsex + 1>><<set $momlevel = $momlevel + 250>><<set $time = $time + 1>><<set $momfuckedtimes = $momfuckedtimes + 1>><div class="wrapper"><div class="title">A conversation with $mom</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Hunny, have you decided?...</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
I will get you a job at my strip club</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Wait, what?! How?</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
Because I own it! Plus you'd be a great stripper. You've got nice tits</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Baby, that's my dream job! Thank you! I'll start working there straight away! </div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
Cool!</div>
<div class="npctextboxm"><center>//$mom is now working at the strip club!//</center></div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">Let's have some fun</button></div>
<<set $momquest = 3>><<set $time = $time +2>><<if $sistercorrupted eq 1>><<if $sisteranal lte 1>><div class="wrapper"><div class="title">Speaking with $sister</div>
<<if $sisteroutfit eq 0>><div class="sisterlivingroompic"></div><<elseif $sisteroutfit eq 1>><div class="sisterunderwear"></div> <<elseif $sisteroutfit eq 2>><div class="sisterfrontalnude"></div> <</if>>
<div class="npctextbox"><<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>$sister<hr>
Hey $playername, anal? Just be careful okay?</div>
<div class="npctextboxn"><center>// You both undress and get you prepare to engage in some buggery//</center></div>
<div class="npctextbox"><center><video width="520" height="440" loop autoplay muted webkit-playsinline playsinline>
<source src="images/London4.1/sisanal.mp4" type="video/mp4">
</video></center></div>
<div class="npctextbox"><<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>$sister<hr>
Oh my fucking god! $playername !</div>
<div class="npctextboxm"><center>//Your relationship with $sister has increased by 650!//</center></div><<set $sisteranal = $sisteranal + 1>><<set $sisterlevel = $sisterlevel + 650>><<set $time = $time + 1>>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div> <<else>>
<div class="wrapper"><div class="title">Speaking with $sister</div>
<<if $sisteroutfit eq 0>><div class="sisterlivingroompic"></div><<elseif $sisteroutfit eq 1>><div class="sisterunderwear"></div> <<elseif $sisteroutfit eq 2>><div class="sisterfrontalnude"></div> <</if>>
<div class="npctextbox"><<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>$sister<hr>
Not a chance bozo!</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div><</if>>
<<else>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Funny joke.</div>
<div class="npctextboxm">You need to corrupt $sister to do lewd stuff with her</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button>
<</if>><<if $sistercorrupted eq 1>><<if $sisterbj lte 1>><div class="wrapper"><div class="title">Speaking with $sister</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>
Hey $playername, you want a BJ? What am I? Your little sex toy?</div>
<div class="npctextboxm"><center>//You grab $sister's head and move it towards your dick//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/sisterbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><center>//Your relationship with $sister has increased by 200!//</center></div><<set $sisterbj = $sisterbj + 1>><<set $sisterlevel = $sisterlevel + 200>><<set $time = $time + 1>>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div> <<else>>
<div class="wrapper"><div class="title">Speaking with $sister</div>
<div class="npctextbox"><<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>$sister<hr>
Sorry but no, I only just sucked your cock!</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div><</if>>
<<else>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Funny joke.</div>
<div class="npctextboxm">You need to corrupt $sister to do lewd stuff with her</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button>
<</if>><<if $sistercorrupted eq 1>><<if $sisterfuck eq 0>><div class="wrapper"><div class="title">Speaking with $sister</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>
Hey $playername, you want to fuck? Gosh, really? I guess...</div>
<div class="npctextboxm"><center>//You start furiously fucking $sister//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/4.2/evafuck1.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<sisterchat>>$sister<hr>I WILL be your fucktoy, big bro!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/4.2/evafuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Oh my god yes!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/4.2/evafuck3.mp4" type="video/mp4"></video></center></div>
<<set $sisterfuckedtimes = $sisterfuckedtimes + 1>>
<div class="npctextboxw"><center>//Your relationship with $sister has increased by 580!//</center></div><<set $sisterfuck = $sisterfuck + 2>><<set $sisterlevel = $sisterlevel + 580>><<set $time = $time + 1>>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div> <<else>>
<div class="wrapper"><div class="title">Speaking with $sister</div>
<div class="npctextbox"><<if $sisteroutfit eq 0>><div class="sisterchat"></div><<elseif $sisteroutfit eq 1>><div class="sisterchatunderwear"></div><<elseif $sisteroutfit eq 2>><div class="sisterchatnude"></div><</if>>$sister<hr>
Sorry but no, we just fucked!</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div><</if>>
<<else>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Funny joke.</div>
<div class="npctextboxm">You need to corrupt $sister to do lewd stuff with her</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button>
<</if>><<nobr>><<if $sisterkiss eq 0>>
<<if $stamina lte 5>>
<div class="wrapper"><div class="title">You don't have enough stamina to do this.</div><br>
<<else>>
<div class="wrapper"><div class="title">Speaking with $sister</div><br>
<<livingroompic>><br>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, you want to kiss me? Sure... I guess?</div><br>
<div class="npctextboxm"><center>//Your $sister leans in and gives you a long kiss...//</center></div><br>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/sisterkiss.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><<sisterchat>>$sister<hr>Get your hand off my titty! That's so rude! I'm your sister!</div><br>
<div class="npctextboxm"><center>//Your relationship with $sister has increased by 45!//</center></div><<set $sisterkiss = $sisterkiss + 1>><<set $sisterlevel = $sisterlevel + 45>><<set $time = $time + 1>><<set $stamina = $stamina - 5>><br>
<button data-passage="Living Room" class="button" type="button" tabindex="0">Finish</button></div>
<</if>>
<<else>>
<div class="wrapper"><div class="title">Speaking with $sister</div>
<<livingroompic>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, you want to kiss me? You're being a weirdo! We've already kissed a ton today</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Finish</button></div><</if>><</nobr>><<if $sistercorrupted != 1>><div class="wrapper"><div class="title">This wont work without first corrupting $sister</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Leave</button><<else>><div class="wrapper"><div class="title">Chatting with $sister</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I was thinking $sister, in order for you me and $mom to all be free and confident. We should be able to walk around naked without judgement. What do you think?</div>
<div class="npctextbox"><<sisterchat>>$sister
<hr>
Hey $playername, sure! That's a great idea </div>
<div class="npctextboxm"><center>//$sister will now wear no clothing around the house//</center></div>
<button data-passage="Your sister is here 1" class="button" type="button" tabindex="0">Leave</button><<set $sisteroutfit = 2>><<if $time gt 4>><div class="wrapper"><div class="title">It's too late to do anything else.</div><<else>><div class="wrapper"><div class="title">Speaking with $sister</div>
<<livingroompic>>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, did you want something?</div>
<<nobr>>
<<if $sisteroutfit eq 0>><button data-passage="sisterunderwear" class="button" type="button" tabindex="0">Change your outfit!</button><<elseif $sisteroutfit eq 1>><button data-passage="sisternude" class="button" type="button" tabindex="0">Change your outfit!</button><</if>>
<button data-passage="sisterkiss" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button>
<button data-passage="sisterbj" class="button" type="button" tabindex="0">❤️ Blowjob ❤️</button>
<button data-passage="sisterfuck" class="button" type="button" tabindex="0">❤️ Vaginal Sex ❤️</button>
<button data-passage="sisteranal" class="button" type="button" tabindex="0">❤️ Anal ❤️</button>
<hr><button data-passage="Your sister is here 1" class="button" type="button" tabindex="0">Back</button><</nobr>><</if>><<if $nudegarden eq 0>><div class="wrapper"><div class="title">This wont work without first completing the quest: 'Sunbathin' Naked Mommy'</div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Leave</button><<else>><div class="wrapper"><div class="title">Chatting with Sister</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I was thinking $sister, since me you and mom are a lot closer now we could all be comfortable wearing less around the house? Would that be okay with you?</div>
<div class="npctextbox"><<sisterchat>>$sister<hr>Hey $playername, sure! That's a great idea </div>
<div class="npctextboxm"><center>//$sister will now wear underwear around the house//</center></div>
<button data-passage="sistersexmenu" class="button" type="button" tabindex="0">Leave</button><<set $sisteroutfit = 1>><</if>><div class="wrapper"><div class="title">PC World</div>
<div class="pcworld2"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, I need a laptop. Can you hook my up brother?</div>
<div class="npctextbox"><div class="paulchatwork"></div>Paul<hr>A laptop? Bro, you came to you right guy. Here, take this one.</div>
<div class="npctextboxm">Paul hands you a laptop.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks man, how much is it?</div>
<div class="npctextbox"><div class="paulchatwork"></div>Paul<hr>Actually, its one they told us to dispose of because one of the keys is busted. You can just have it for free.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks Paul, you are a true bro</div>
<div class="npctextboxm">You give Paul bro hug</div>
<div class="videobox"><center><video max-width="620" height="340" controls autoplay muted webkit-playsinline playsinline><source src="videos/brohug.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="paulchatwork"></div>Paul<hr>Welcome to the world of internet porn brother</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>You can now access the laptop in your bedroom (+1)</li></ul></div><<set $laptopowned = 1>>
<button data-passage="PC World" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">PC World</div>
<div class="pcworld2"></div>
<div class="npctextboxm">You walk into the PC World. This place fucking sucks. Your childhood friend, Paul, works here.</div>
<<nobr>><<if $laptopowned eq 0>><button data-passage="Buy a laptop - $200" class="button" type="button" tabindex="0">Buy a laptop - $200</button><</if>>
<button data-passage="Chat with Paul" class="button" type="button" tabindex="0">Chat with Paul</button>
<hr><button data-passage="PC World" class="button" type="button" tabindex="0">Leave PC World</button><</nobr>></div><div class="wrapper"><div class="title">PC World</div>
<div class="imagebox"><img src="images/pcworld.jpg" alt="" /></div>
<<if $stepdadquest eq 2 and $pornoquest eq 0 and $time gte 5>><button data-passage="stepdadpcworld" class="button" type="button" tabindex="0">Step-Dad is here</button><</if>><<if $stepdadquest eq 2 and $pornoquest eq 1 and $time gte 5>><button data-passage="stepdadpcworld1" class="button" type="button" tabindex="0">Step-Dad is here</button><</if>><<if $day lte 6 and $time lte 4>><button data-passage="Enter PC World" class="button" type="button" tabindex="0">Enter PC World</button><<else>><button class="button" type="button" tabindex="0">Enter PC World - <<closed>></button><</if>><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">PC World</div>
<div class="pcworld2"></div>
<div class="npctextbox"> You decide to rob PC world!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Motherfuckers! Get the fuck down!! This is a robbery!</div>
<<if $inventory.includes('gun') == false>>
<div class="videobox"><center><video max-width="620" height="340" controls autoplay muted webkit-playsinline playsinline><source src="videos/kickout.webm" type="video/webm"></video></center></div>
<div class="npctextboxm">You were kicked out by security. What the fuck were you expecting? Robbing a store in broad daylight? Without a Gun? You fucking idiot</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>You lost health (-1)</li></ul></div><<set $healthpoints = $healthpoints - 1>><<else>>
<div class="npctextboxm"> You make away with $2000!</div><</if>><<set $money = $money + 2000>>
<<if $healthpoints eq 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Leave</button><<else>><button data-passage="PC World" class="button" type="button" tabindex="0">Leave</button><</if>></div><div class="wrapper"><div class="title">PC World</div>
<div class="imagebox"><img src="images/pcworld1.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Just wanted to chat, how's life paul?</div>
<div class="npctextbox"><div class="paulchatwork"></div>Paul<hr>Hey $playername, I apreciate you! I really do, but i don't have time to stand around and chat. My boss will kill me. Pop round my place and we can hangout ok?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="PC World" class="button" type="button" tabindex="0">Fair enough...</button></div><div class="wrapper"><div class="title">Your Step Dad is here</div>
<div class="imageboxb"><img src="images/0.82/stepdad.jpg" alt="" /></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Hey, $playername. Wait!</div>
<div class="npctextboxm">Is that your fucking step dad?!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Get the fuck away from me, or do you want me to beat the shit out of you again?!</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Look man, i'm sorry! I was just acting the big strong man but I'm actually scared! I'm really scared $playername</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You're scared?...</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>After you kicked me out, I've been living on the streets. I took a loan from some guy I know and now he wants me to pay it back</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's usually what happens when you have take out loans</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Look, you're a strong guy now. Can you go speak to him for me? Get him to drop the debt?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why the fuck should I do anything for you?</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>You've got no reason to. I treat your family like shit. I know. But I'm sorry, okay! I've never been so desperate in my entire life!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'll see what I can do. No promises though. Who is this guy you owe money to?</div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Thank you, $playername! His name is J-Rox. He lives at the Amore trailer park.</div>
<div class="npctextboxm">The quest log has been updated</div><<set $pornoquest = 1>>
<button data-passage="PC World" class="button" type="button" tabindex="0">Finish Talking</button><div class="wrapper"><div class="title">Your Step Dad is here</div>
<div class="imageboxb"><img src="images/0.82/stepdad.jpg" alt="" /></div>
<div class="npctextbox"><div class="stepdadchat"></div>Step Father<hr>Hey, $playername. Any news?</div>
<div class="npctextboxm">There's nothing else to speak to your step-father about.</div>
<button data-passage="PC World" class="button" type="button" tabindex="0">Finish Talking</button><div class="wrapper"><div class="title">Estate Agent</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What about this one?</div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>A great choice of investment sir. This is... a shed... It will provide you $40 a week in rent with an investment of $200. Would you like to purchase?</div>
<<if $money gte 200>><button data-passage="Buy the Shed" class="button" type="button" tabindex="0">Buy the Shed</button><<else>><button class="button" type="button" tabindex="0">You don't have enough money - $200</button><</if>><button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Estate Agent</div>
<div class="realestateinside"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>What about this one?</div>
<div class="smallhouse"></div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>A great choice of investment sir. This is... a small house... It will provide you $100 a week in rent with an investment of $500. Would you like to purchase?</div>
<<if $money gte 500>><button data-passage="Buy the small house" class="button" type="button" tabindex="0">Buy the small house</button><<else>><button class="button" type="button" tabindex="0">You dont have enough money - $500</button><</if>><button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Estate Agent</div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>Congrats sir, the shed is yours.</div>
<div class="npctextboxw">You paid $200 for the shed. You will now receive $40 per week in rental income. </div>
<button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div>
<<set $money = $money -200>>
<<set $time = $time +1>>
<<set $shed = 1>><div class="wrapper"><div class="title">Estate Agent</div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>Congrats sir, the small house is yours.</div>
<div class="npctextboxw">You paid $500 for the shed. You will now receive $100 per week in rental income.</div>
<button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div>
<<set $money = $money -200>>
<<set $time = $time +1>>
<<set $smallhouse = 1>><div class="wrapper"><div class="title">Estate Agent</div>
<div class="imagebox"><img src="images/realestateinside.jpg" alt="" /></div>
<div class="npctextboxm"> You walk into the real estate agent and a customer service person walks towards you.</div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>Hi sir, welcome to the estate agent. Would you like to see what properties we have for sale?</div>
<<if $stripClubOwned eq 0>><button data-passage="stripclub1" class="button" type="button" tabindex="0">Ask about the Strip Club</button><</if>><<if $shed eq 0>><button data-passage="Ask about the Shed" class="button" type="button" tabindex="0">Ask about the shed</button><</if>><<if $smallhouse eq 0>><button data-passage="Ask about the small house" class="button" type="button" tabindex="0">Ask about the small house</button><</if>><button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Estate Agent</div>
<div class="imagebox"><img src="images/realestate.jpg" alt="" /></div>
<<if $day lte 5 and $time lte 4>><button data-passage="Enter Real Estate Agent" class="button" type="button" tabindex="0">Enter</button><<else>><button class="button" type="button" tabindex="0">Enter - <<closed>></button><</if>><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">Estate Agent</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What about this one?</div>
<div class="imagebox"><img src="images/stripclub.jpg" alt="" /></div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>A great choice of investment sir. This is... the strip club... It's a very unique item and the profit would depend how you would run it. It definitely needs a renovation. Would you like to purchase?</div>
<<if $money gte 10000>><button data-passage="stripclub2" class="button" type="button" tabindex="0">Buy the Strip Club - $10,000</button><<else>><button class="button" type="button" tabindex="0">You don't have enough money - $10,000</button><</if>><button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Estate Agent</div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>Congrats sir, the stripclub is yours. I think my mum used to work there.</div>
<div class="npctextboxm">You paid $10,000 for the strip club.. </div>
<div class="npctextbox"><div class="estateagentchat"></div>Estate Agent<hr>Before I can sign the strip club over to you I'm going to need the name of the strip club. What do you want to call it? </div>
<div class="npctextbox"><<playerchat>>$playername<hr>It will be called... <<textbox "$stripClubName" "Big Cummy Strip Club XXX" autofocus>></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>You now own the strip club! (+1)</li></ul></div>
<<qt>><<set $stripclubquest = 1>><<set $stripClubOwned = 1>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Call it a day</button></div>
<<set $money = $money -10000>><<set $time = $time +1>><<if $day lte 5>><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/London4.1/classroomwithteacher.png" alt="" /></div>
<div class="npctextboxm">Mrs Moon is here.</div>
<<if $sexedquest eq 5>><div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Hello $playername. Nice to see you again.</div>
<</if>><<if $sexedquest eq 5>> <button data-passage="replayscene" class="button" type="button" tabindex="0">Replay $sister scene</button><</if>><<if $sexedquest eq 1>><button data-passage="meetingmrsmoon" class="button" type="button" tabindex="0">Meeting Mrs Moon</button><</if>><hr><button data-passage="University" class="button" type="button" tabindex="0">Leave University</button></div><<else>>
<div class="imagebox"><img src="images/London4.1/classroom.png" alt="" /></div>
<div class="npctextboxm">Nobody is here on a weekend.</div><br><button data-passage="searchclassroom" class="button" type="button" tabindex="0">Search Teacher's drawer</button><hr><button data-passage="University" class="button" type="button" tabindex="0">Leave University</button><</if>><div class="wrapper"><div class="title">University</div>
<div class="npctextboxm">You search around the classroom.</div>
<div class="npctextboxm">You dont find anything worthwhile...</div>
<button data-passage="sexedclass" class="button" type="button" tabindex="0">Go Back</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/unihallway.jpg" alt="" /></div><<script>>UIBar.unstow().show();<</script>>
<div class="npctextboxm">You are standing inside Amore University. Slutty looking womens are everywhere...</div>
<button data-passage="unireceptionist" class="button" type="button" tabindex="0">Speak to random woman</button><button data-passage="sexedclass" class="button" type="button" tabindex="0">Sex Ed Classroom <<if $day lte 5 and $time gte 3>>(Mrs Moon is here)<</if>></button><button data-passage="unilibrary" class="button" type="button" tabindex="0">Library</button><hr><button data-passage="University" class="button" type="button" tabindex="0">Leave University</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/London4.1/classroomwithteacher.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey are you $sister's teacher?</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Ah, yes. You must be her brother? I've heard a lot about you.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What do you know about me?</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Don't worry. It's nothing $sister has said. I've been watching you for some time.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why?!</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>You've put in a lot of work to get to this point in the game. I hope you didn't use any exploits to get to this point.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What game? Start speaking some sense!</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>You want me to stop giving your sister a hard time right? Let's cut to the chase. I need to conduct some science experiments...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I don't like where this is going...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>... help me out and i'll help you. I think you'll really like it.</div>
<div class="npctextboxm"> // Mrs Moon smiles at you. She's so memorizing //</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Fine. Tell me what you want to do.</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Bring $sister to me. We're going to have some fun together.</div>
<<qt>>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure.</div> <<set $sexedquest = 2>><<set $metlilu = 1>><<set $sisterquestline = 3>>
<div class="npctextboxm"> // To progress this quest. Speak to $sister //</div><hr><button data-passage="University" class="button" type="button" tabindex="0">Leave University</button><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/unikatrina.jpg" alt="" /></div>
<div class="npctextboxm">You approach the woman standing outside the university. She matches the description Emily gave you.</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Do I know you? Why are you standing outside of a school?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uh, are you Katrina? I'm a friend of Emily.</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Emily would never hang out with a loser like you, what do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I wanted to offer you a job?</div>
<div class="npctextboxm">Katrina looks at you up and down</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>I can't, even If I wanted to.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>How come?</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>I already work for someone else, a guy called patches.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Is patches a good boss?</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>NO! He always makes me suck his dick, which I usually wouldn't mind but his dick is tiny!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>If I deal with Patches, will you come and work for me? My dick is //probably// bigger</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Only if you pay me more.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure, whatever...</div><<set $hiringmusclequest = 2>>
<<qt>>
<button data-passage="University" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/unikatrina.jpg" alt="" /></div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Did you speak with Patches? Am I free to leave him yet?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yep, you work for me now!</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Oh wow! Thank you so much!</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Follow me...</div>
<div class="npctextboxm">Katrina drags you around the back of the uni campus... nobody else is here</div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>I just want to show you how grateful I am...</div>
<div class="npctextboxm">Katrina starts to unzip your pants</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh wow!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/katrinabj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">Katrina will now hang out at your basement office!</div>
<div class="npctextboxm">QUEST COMPLETE</div><<set $hiringmusclequest = -1>><<set $katrinahired = 1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="University" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/unikatrina.jpg" alt="" /></div>
<div class="npctextbox"><<katrinachat>>Katrina<hr>Did you speak with Patches? Am I free to leave him yet?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry, not yet.</div>
<button data-passage="University" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">University</div><<script>>UIBar.unstow().show();<</script>>
<<if $hiringmusclequest gte 1>><div class="imagebox"><img src="images/unikatrina.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/uni.png" alt="" /></div><</if>>
<div class="npctextboxm">Amore City's grand university. There's a strange opening in the hillside nearby.</div>
<<nobr>>
<<if $hiringmusclequest eq 1>><button data-passage="speakkatrina1" class="button" type="button" tabindex="0">Speak with Katrina</button><</if>>
<<if $hiringmusclequest eq 2>><button data-passage="speakkatrina2" class="button" type="button" tabindex="0">Speak with Katrina</button><</if>>
<<if $hiringmusclequest eq 3>><button data-passage="speakkatrina2" class="button" type="button" tabindex="0">Speak with Katrina</button><</if>>
<<if $hiringmusclequest eq 4>><button data-passage="speakkatrina3" class="button" type="button" tabindex="0">Speak with Katrina</button><</if>>
<button data-passage="patchescave" class="button" type="button" tabindex="0">Hole in the hillside</button>
<<if $sexedquest gte 1>><button data-passage="insideuniversity" class="button" type="button" tabindex="0">Enter University</button><</if>><</nobr>><hr><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">University</div>
<div class="npctextboxm">//You begin to remember the fucking that went on between you, $sister and Mrs Moon// </div>
<div class="npctextboxm">//You both arrive to the University to meet Mrs Moon.// </div>
<div class="imagebox"><img src="images/London4.1/classroomwithteacherandsister.png" alt="" /></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Ah, glad you could both attend.</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>What's this about Mrs Moon?</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I just needed your brother here to be a witness.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>A witness to what?</div>
<div class="npctextboxm">//Mrs Moon undresses completely// </div>
<div class="imagebox"><img src="images/4.2/classroomstage1.png" alt="" /></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Uh...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>The corruption of $sister begins now.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>// I should do something right? Why am I here?!//</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>Ah... why cant I move... why am I... enjoying what I see?...</div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>I want you and your brother to fuck me, $sister. It's time to embrace being a fuckdoll. Your new purpose will be to please others.</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>I-I-I Will obey</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<div class="npctextboxm">//A few moments later...// </div>
<div class="npctextboxm">//The fucking soon starts// </div>
<div class="imagebox"><img src="images/4.2/classroomstage2.png" alt="" /></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Let's teach $sister how to properly suck her big brother's cock</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"> <div class="moonchat"></div>Mrs Moon<hr>Does that feel good $playername?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Amazing, Mrs Moon.</div>
<div class="npctextboxm">//Mrs Moon places $sister's legs up and invites you to fuck her pussy// </div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>You're the best big brother I could of ever asked for!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>You're so fucking hot, $sister</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>My head.. All I want.. Is to fuck!</div>
<div class="npctextboxm">//you blow your load// </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="images\London4.1\sisandteacherfacial.mp4" type="video/mp4"></video></center></div>
<button data-passage="sexedclass" class="button" type="button" tabindex="0">Stop flashback</button><div class="wrapper"><div class="title">University</div>
<div class="wrapper"><div class="imagebox"><img src="images/London4.1/unireception.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey my name is-</div>
<div class="npctextbox"><div class="unichat"></div>University Teacher<hr>I don't care. Fuck off creep!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh.</div>
<button data-passage="insideuniversity" class="button" type="button" tabindex="0">Stop Talking</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/4.3/library.jpg" alt="" /></div>
<div class="npctextboxm">You read some of this nerd shit.</div>
<div class="npctextboxm">You feel smarter!</div>
<div class="npctextboxm">//Intelligence increased by 150!//</div>
<div class="npctextboxw">//You lost 30 Stamina//</div><<set $intelligence = $intelligence +150>><<set $stamina = $stamina - 30>>
<button data-passage="unilibrary" class="button" type="button" tabindex="0">Finish Reading</button></div><div class="wrapper"><div class="title">University</div>
<div class="imagebox"><img src="images/4.3/library.jpg" alt="" /></div>
<div class="npctextboxm">You are standing inside Amore University's library. You can read books here.</div>
<<if $stamina gte 30>><button data-passage="readbookintelligence" class="button" type="button" tabindex="0">Read 'Super Smart Book for Smart People'</button><<else>><button data-passage="" class="button" type="button" tabindex="0">(You need at least 30 stamina to read this book)</button><</if>><hr><button data-passage="insideuniversity" class="button" type="button" tabindex="0">Leave Library</button></div><<if $time lte 3>><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div><<script>>UIBar.unstow().show();<</script>>
<div class="npctextboxm">Patches is here</div>
<<if $metpatches eq 1>><button data-passage="patchesflirt" class="button" type="button" tabindex="0">Flirt with Patches</button><</if>><<if $metpatches eq 0>><button data-passage="meetingpatches" class="button" type="button" tabindex="0">Meeting Patches</button><<else>><button data-passage="talktopatches" class="button" type="button" tabindex="0">Talk to Patches</button><</if>><<if $hiringmusclequest eq 2>><button data-passage="patcheskatrina" class="button" type="button" tabindex="0">Ask about Katrina</button><</if>><<if $hiringmusclequest eq 3>><button data-passage="patcheskatrina2" class="button" type="button" tabindex="0">The Diamond</button><</if>>
<button data-passage="University" class="button" type="button" tabindex="0">Leave</button></div>
<<else>><div class="wrapper"><div class="imagebox"><img src="images/London4/patchescave.jpg" alt="" /></div>
<div class="npctextboxm">It's empty. But there are footprints and the fire is still warm. Someone was here earlier.</div>
<button data-passage="University" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/hilldoor.jpg" alt="" /></div>
<div class="npctextboxm">There is an opening in the hill that leads to a cave. You can hear fire crackling...</div>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Go inside</button><button data-passage="University" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Hello there mate! Having fun with that key? Hahahaha...</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Patches, do you have any other keys?</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>You want more keys, eh? That's a big request! I can certainly get some more for you but it will cost you big...</div>
<div class="npctextboxm">Patches smiles</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>I've just restocked the store with another key. Remember, not all the glistens is gold! Ahahahahahahaha.....</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Right... cheers Patches...</div><<set $patchesquest = 2>><<set $time = $time + 1>>
<div class="npctextboxm"><center>New key available in Patches' store.</center></div>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>???
<hr>Hello there mate! I've been waiting on someone to drop by here! Welcome to my humble abode... my name is Patches</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Hey... I'm $playername... who are you? Do you live here?</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>I certainly do! Hey... wait a second...</div>
<div class="npctextboxm">Patches sniffs his nose at you...</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>I can smell it on you! The evil lurking inside of you... ha ha ha ha... you're just like me you are!</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>What do you mean?</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>I can offer you an insight into the secrets of this world... I can show you dark places that nobody else but me knows!</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>What do you want for these secrets?</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>I just want proof of your wrongdoing! I want you to commit acts of crime! Ha ha ha ha! I'll give you very special items //for free//, if you have a high enough reputation</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>I'll keep that in mind</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Trust me you don't want to pass up the opportunties i've got, mate! I'm here but only on a morning. Come back when you're ready to really experience what this world has to offer.</div>
<div class="npctextboxm">What a strange fellow.</div>
<div class="npctextboxm"><center>You can now access exclusive items at Patches' store if you have a high enough reputation.</center></div><<set $metpatches = 1>>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div><<script>>UIBar.unstow().show();<</script>>
<div class="npctextbox"><div class="patcheschat"></div>Patches<hr>Hello there mate! Here is what i've got on sale!</div>
<<patchesshop>>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Tut tut! Shame on you.</div><<set $apatekey = 1>>
<div class="npctextboxw">You received the Apate key</div><<set $inventory.push("apatekey")>>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="patcheshere"></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>The key! This one is a good one.</div><<set $daisykey = 1>>
<div class="npctextboxw">You received Daisy's key</div><<set $inventory.push("daisykey")>>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Hello there mate! What can I do for you?</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Patches, I want Katrina to come work for me but she is already working for you, can we work out a deal?</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Katrina, eh? She gives a good blowjob... I'd hate to lose her...</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Come on Patches, everything has a price...</div>
<div class="npctextboxm">Patches smiles</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>In London they sell diamonds for $500 at the supermarket. Bring me one and she is yours.</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Right... I'll do that...</div>
<<qt>><<set $hiringmusclequest = 3>>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>Hello there mate! You got that diamond?</div><<if $inventory.includes('diamond')>>
<div class="npctextboxm">You hand patches the diamond</div><<run $inventory.deleteAt($inventory.indexOf("diamond"))>>
<div class="npctextbox"><div class="patcheschat"></div>Patches<<set $hiringmusclequest = 4>>
<hr>Cheers, mate! You can go tell that bimbo she's all yours!</div>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button>
<<else>>
<div class="npctextboxm">You dont have a diamond</div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>No Diamond, no slut! </div>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button>
<</if>></div><div class="wrapper"><div class="title">Patches' Cave</div>
<div class="imagebox"><img src="images/London4/patchescavewithpatches.jpg" alt="" /></div>
<div class="npctextbox"><div class="patcheschat"></div>Patches
<hr>What the bloody hell is wrong with you? Just because you //CAN// do something doesn't mean you should!</div>
<button data-passage="patchescaveinside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername
<hr>What is option 3?</div>
<div class="npctextbox"><<josephinechat>>Josephine
<hr>Oh, you mean the #3 'CumDrainer 12000 Titty Sucker Amazing Adventure'? Yeah It's just an improved massage. Nothing special</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Nothing special?</div>
<div class="npctextbox"><<josephinechat>>Josephine
<hr>Yea.. if you dont believe me just try it!</div>
<button data-passage="entermassageplace" class="button" type="button" tabindex="0">Stop Talking</button> </div><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<if $josephineoutfit eq 0>><div class="josephinechat"></div><<else>><div class="josephinechatnude"></div><</if>>Josephine
<hr>You want to talk? Sorry bozo, I've got clients I need to fu-, I mean massage.</div>
<<if $stripClubRenovated eq 1 and $stripperJosephine eq 0 and $josephinelove eq 1>><button data-passage="josephineJobOffer" class="button" type="button" tabindex="0">Do you want to be a stripper?</button><</if>><button data-passage="entermassageplace" class="button" type="button" tabindex="0">Oh</button></div><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>You want me to be stripper at $stripClubName? Sure, it's always been a dream job of mine! I'll work there Monday-Wednesday evenings</div>
<div class="npctextboxm"><center>//You just hired Josephine as a stripper//</center></div>
<button data-passage="entermassageplace" class="button" type="button" tabindex="0">Nice!</button></div><<set $stripperJosephine = 1>><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Just a regular massage? Cool. Please take off you clothes and lie down for me</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It's not very often a women tells me to take off my clothes!</div>
<div class="npctextboxm"><center>//You pay Josephine $50 and take off your clothes//</center></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Alright Bozo, here's your massage</div>
<div class="imagebox"><img src="images/massage1.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ughhhhhhhhhhhhh</div>
<div class="npctextboxm"><center>//You feel a LOT of pain//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Is it meant to hurt?</div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>No refunds.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Strength Increased (+30)</li></ul></div><<set $strength = $strength + 30>>
<button data-passage="massageplace" class="button" type="button" tabindex="0">Finish the Massage and leave</button> </div><<set $money = $money - 50>> <<set $time = $time + 2>><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Just the improved massage? Cool. Please take off you clothes and lie down for me sir</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It's not very often a women tells me to take off my clothes!</div>
<div class="npctextboxm"><center>//You pay Josephine $150 and take off your clothes//</center></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Alright Sir, here's your improved massage</div>
<div class="npctextboxm"><center>//Josephine takes off her top//</center></div><<set $josephineoutfit = 1>>
<div class="imagebox"><img src="images/massage2.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Boobies..</div>
<div class="npctextboxm"><center>//Josephine rubs her titties all over your back//</center></div>
<div class="imagebox"><img src="images/massage2_1.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Is this a new massage technique?</div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>No refunds.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Strength Increased (+50)</li></ul></div><<set $strength = $strength + 50>>
<button data-passage="massageplace" class="button" type="button" tabindex="0">Finish the Massage and leave</button> </div><<set $money = $money - 150>> <<set $time = $time + 2>><<set $josephineoutfit = 0>><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Just the 'CumDrainer 12000 Titty Sucker Amazing Adventure'? Cool. This one is my favourite</div>
<div class="npctextbox"><<playerchat>>$playername<hr>This better be good!</div>
<div class="npctextboxm"><center>//You pay Josephine $1000 and take off your clothes//</center></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Alright bitch, here you go!</div>
<div class="npctextboxm"><center>//Josephine takes off her clothes//</center></div><<set $josephineoutfit = 1>>
<div class="imagebox"><img src="images/massage2_1.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Boobies..</div>
<div class="npctextboxm"><center>//Josephine rubs her titties all over your back//</center></div><<set $josephinerandomevent = 1>>
<div class="imagebox"><img src="images/massage2.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Is this a new massage technique?</div>
<div class="npctextboxm"><center>//Josephine rubs her titties all over your back//</center></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>Now roll over mother fucker!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You're scaring me!</div>
<div class="npctextboxm"><center>//You roll over so you are facing Josephine//</center></div>
<div class="imagebox"><img src="images/massage3.jpg" alt="" /></div>
<div class="npctextboxm"><center>//She grabs your rock hard cock!//</center></div>
<div class="imagebox"><img src="images/massage3_1.jpg" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>you want to fuck these titties?!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Y-yes!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/josephinetitjob.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>And now i want to fuck your pussy!</div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>You're a dirty fucker, aren't you?! Not today...</div>
<div class="npctextbox"><<josephinechat>>Josephine<hr><<if $josephinelive eq 0>>That was so fucking good! Next time, you wont need to pay for this<<else>>Same time next week?<</if>></div>
<button data-passage="massageplace" class="button" type="button" tabindex="0">Finish the Massage and leave</button> </div><<if $josephinelove eq 0>><<set $money = $money - 1000>><</if>><<set $time = $time + 2>><<set $josephineoutfit = 0>><<set $josephinelove = 1>><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextboxm"><center>//You enter the Massage Palour. There's a strange smell. There's also a women standing infront of you.//</center></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr><<if $josephinelove eq 0>>Hey good looking, welcome to the Amore massage parlour. Are you a cop? What can I do for you?<<else>>I've been waiting for you all day, $playername!<</if>></div>
<button data-passage="massage" class="button" type="button" tabindex="0">I want a massage</button><button data-passage="josephinechat" class="button" type="button" tabindex="0">Chat</button><button data-passage="Gough Street" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplaceinside.png" alt="" /></div>
<div class="npctextbox"><<josephinechat>>Josephine<hr>You want to a massage? Here is the menu.</div>
<div class="npctextboxm"><center>//Josephine hands you the menu//</center></div>
<<if $money gte 50>> <button data-passage="option1" class="button" type="button" tabindex="0">#1 'Regular' Massage - $50</button><<else>> <button class="button" type="button" tabindex="0">#1 'Regular' Massage (Need $50)</button> <</if>><<if $money gte 150>> <button data-passage="option2" class="button" type="button" tabindex="0">#2 'Improved' Massage - $150</button><<else>><button class="button" type="button" tabindex="0">#2 'Improved' Massage (Need $150)</button> <</if>><<if $money gte 1000 and $josephinelove eq 0>><button data-passage="option3" class="button" type="button" tabindex="0">#3 'CumDrainer 12000 Titty Sucker Amazing Adventure' Massage - $1000</button><<elseif $money lte 1000 and $josephinelove eq 0>><button class="button" type="button" tabindex="0">#3 'CumDrainer 12000 Titty Sucker Amazing Adventure' Massage (Need $1000)</button><</if>><<if $josephinelove eq 1>><button data-passage="option3" class="button" type="button" tabindex="0">#3 'CumDrainer 12000 Titty Sucker Amazing Adventure' Massage - FREE</button><</if>><button data-passage="askaboutoption3" class="button" type="button" tabindex="0">Ask about option #3</button><button data-passage="entermassageplace" class="button" type="button" tabindex="0">Nothing right now</button> </div><div class="wrapper"><div class="title">Masssage Shop</div>
<div class="imagebox"><img src="images/massageplace.jpg" alt="" /></div>
<<if $time lte 5>><button data-passage="entermassageplace" class="button" type="button" tabindex="0">Enter</button><<else>><button class="button" type="button" tabindex="0">Enter - <<closed>></button><</if>><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><div class="wrapper"><div class="title">Taxi</div>
<div class="videobox"><center><video width="720" autoplay loop muted webkit-playsinline playsinline><source src="videos/taxi.mp4" type="video/mp4"></video></center></div>
</div><<set $money = $money - 50>><div class="npctextboxm">You sit in the back of the cab and doze off while you are driven to London...</div>
<<if $harleymet eq 0>><button data-passage="londonstart" class="button" type="button" tabindex="0">Travel to London</button><<else>><button data-passage="taxiranklondon" class="button" type="button" tabindex="0">Travel to London</button><</if>><div class="wrapper"><div class="title">Taxi</div>
<div class="videobox"><center><video width="720" autoplay loop muted webkit-playsinline playsinline><source src="videos/taxi.mp4" type="video/mp4"></video></center></div>
</div><div class="npctextboxm">You sit in the back of the cab and doze off while you are driven to J-Rox place...</div>
<button data-passage="speaktojrox" class="button" type="button" tabindex="0">Arrive at J-Rox place</button><div class="wrapper"><div class="title">Taxi</div>
<<if $pornoquest gte 1>><button data-passage="amore2trailer" class="button" type="button" tabindex="0">Take a taxi to J-Rox (Free)</button><</if>><<if $money gte 50>><button data-passage="amore2london" class="button" type="button" tabindex="0">Take a taxi London ($50)</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Take a taxi London Need $50</button><</if>><<if $auntquest gte 1 and $money gte 50>><button data-passage="taxitoauntie" class="button" type="button" tabindex="0">Take a taxi to $aunt's house ($50)</button><</if>><<if $auntquest gte 1 and $money lte 49>><button class="button" type="button" tabindex="0">Take a taxi to $aunt's house ($50 Needed)</button><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Taxi</div>
<div class="videobox"><center><video width="720" autoplay loop muted webkit-playsinline playsinline><source src="videos/taxi.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>You lost money (-50)</li></ul></div><<set $money = $money - 50>>
<button data-passage="aunthouse" class="button" type="button" tabindex="0">You arrive at $aunt's house</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You enter the pub with your Aunt//</div>
<div class="npctextboxm">//You find a nice table in the corner of Elsa's Pub.//</div>
<div class="imagebox"><img src="images/aunt_bar.jpg" alt="" /></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>It's been years since i've been to a place like this.. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why? Did you ex-husband not like going out?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>He was such a bore! He never wanted to do anything fun! He just sat at his desk all day and programmed porn games. Anytime I wanted to fu-. Sorry $playername, I shouldn't be talking about these things with you! You are my sister's son! </div>
<div class="npctextboxm">//The waitress approaches the table to take your order//</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<elsachat>>Elsa<hr><<if $elsamet eq 0>> Hi, can I take your order?<<else>>$playername, nice to see you! Looks like you're on a date! What can I get you both? <</if>></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Please can we get two double vodka cokes with no ice! </div>
<div class="npctextbox"><<elsachat>>Elsa<hr><<if $elsamet eq 0>> Sounds good, i'll bring them right over!<<else>>Looks like it's going to be a good night for you $playername, remember no fucking in the bathroom! <</if>></div>
<div class="npctextboxm">//The waitress brings over your drinks and leaves//</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr><<if $nudebar eq 0>>What a nice bar. That girl working here is really pretty!<<else>>This bar is crazy! That girl was fully naked and I'm sure I just saw someone getting sucked off over there!<</if>></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
<<if $nudebar eq 0>>Yeah, I agree! So, back to you and your ex husband...<<else>>Yep, I actually like it! It makes me feel so comfortable here. Anyway, back to you and your ex-husband...<</if>></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>You know what $playername, I will just tell you. He never wanted to fuck me or take me out. I was miserable, infact. Him leaving was the best thing that could happen to me. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry to hear that $aunt. At least now you are happy</div>
<div class="npctextboxm">//Some time passes and a few more vodkas have been drank. You are both drunk.//</div><<set $drunk = 1>>
<button data-passage="drunkwithauntie" class="button" type="button" tabindex="0">What happens next...</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="imagebox"><img src="images/aunt_bar2.jpg" alt="" /></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hunny, I've seen the way you've been looking at me. Your little old Aunt $aunt..... </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ummmm, what do you mean?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Tell me $playername. If I wasn't your Aunt, would you fuck me?</div>
<div class="npctextboxm"><center>//WTF//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I mean, yeah of course. You're really pretty $aunt</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I want to be so naughty right now with you, you know that?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ah...ha...what?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I want you to fuck your Aunt $aunt. Don't make me beg, sweetie.. I want your cock in me.... In every hole. I want your cum all over me. I want to be yours.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>L-l-lets go home.</div>
<div class="npctextboxm"><center>//Your Aunt takes you back to her place//</center></div>
<button data-passage="backataunts" class="button" type="button" tabindex="0">❤️ What happens next... ❤️</button></div><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<div class="npctextboxm"><center>//You arrive back to your Aunt $aunt's house. You are in her bedroom//</center></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I want you to fuck my asshole $playername, my Ex-Husband would never do it to me </div>
<div class="npctextbox"><<playerchat>>$playername<hr>If you want my cock in your ass then take off your clothes you slut! You're asshole is mine!</div><<set $auntoutfit = 1>>
<div class="imagebox"><img src="images/aunt_bedrom_naked.jpg" alt="" /></div>
<div class="npctextbox"><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Like this baby? You like seeing your aunt's titties? You wanna see more? </div>
<div class="npctextboxm"><center>//$aunt shows you her dripping wet pussy//</center></div><<set $auntoutfit = 1>>
<div class="imagebox"><img src="images/aunt_bedrom_naked2.jpg" alt="" /></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Does this turn you on? Am I okay for you? Will you still be fucking my asshole? </div>
<div class="npctextboxm"><center>//Your erection becomes uncontrollable//</center></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I'll take that as a yes! </div>
<button data-passage="auntassfuck" class="button" type="button" tabindex="0">Fuck her ass!</button></div><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<div class="npctextboxm"><center>//Your aunt lies on the bed, her legs in the air. Her asshole for the taking//</center></div>
<div class="imagebox"><img src="images/auntass.jpg" alt="" /></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>What are you waiting for? Fuck this asshole!</div>
<div class="npctextboxm"><center>//Don't mind if I do!//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_anal2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>This feels amazing!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_anal.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>I want your cum!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><center>//You both fall asleep after a crazy night of anal sex...//</center></div>
<div class="npctextboxw"><center>//Your relationship with Aunt $aunt has increased by 50!//</center></div><<set $auntiefuckedtimes = $auntiefuckedtimes + 1>>
<button data-passage="thefinaleaunt" class="button" type="button" tabindex="0">The Next Morning</button></div><<set $day = $day +1>><<set $time = 1>><<set $drunk = 0>><<set $auntoutfit = 0>><<set $auntlevel = $auntlevel + 50>><<set $buythedildo = 1>><<set $auntiefuckedtimes = $auntiefuckedtimes + 1>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Hey $playername, about last night...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I know! amazing right?</div>
<div class="npctextbox"><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Let's just keep this between us okay? I can't have your mum finding out what we did. It was so wrong...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
So that's it? We cant do it again?</div>
<div class="npctextbox"><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
I dont think so hunny, i'm sorry. It was just a huge mistake!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
We'll see</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Quest complete!</li>
<li>Sex menu unlocked!</li>
<li>Aunt's relationship level increased (+100)</li></ul></div><<set $auntquestline = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Finish</button></div><<set $auntiequest1complete = 1>><div class="wrapper"><div class="title">$aunt's Hallway</div>
<div class="imagebox"><img src="images/aunt_hallway.jpg" alt="" /></div>
<button data-passage="auntiebedroom" class="button" type="button" tabindex="0">Bedroom</button><button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Living Room</button><button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Kitchen <<if $party.includes('auntie')==false>> - <<Aunt>><</if>></button><button data-passage="auntiegarden" class="button" type="button" tabindex="0">Garden</button> <hr> <button data-passage="aunthouse" class="button" type="button" tabindex="0">Leave House</button></div><<script>>UIBar.unstow().show();<</script>><div class="wrapper"><div class="title">$aunt's House</div><<set $currentlocation = 1>>
<div class="imagebox"><img src="images/auntiehouse.jpg" alt="" /></div>
<div class="npctextboxm">Your Aunt lives here. <<if $car1owned eq 1>>Your car is parked outside<</if>></div>
<<if $auntquest eq 1>><button data-passage="auntgreeting" class="button" type="button" tabindex="0">Knock & Enter</button><<else>><button data-passage="aunthallway" class="button" type="button" tabindex="0">Enter</button><</if>><<if $car1owned eq 1>><button data-passage="car" class="button" type="button" tabindex="0">Get in your car</button><</if>><button data-passage="walkhome" class="button" type="button" tabindex="0">Walk Home</button></div><div class="wrapper"><div class="title">Meeting $aunt</div>
<div class="npctextboxm">//You knock on the door and the door opens. It's your Aunt $aunt.//</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, long time no see! You're all grown up now! Wow! Come on in!</div>
<div class="npctextboxm">//This place looks like shit. I dont think she has redecorated since the 80s!//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Aunt $aunt, my Mom said you needed help around the house. What do you need?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>That's right, ever since my husband left things have been going to shit around here. I need a strong man around here to whip it up into shape.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Where do you want me to begin?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I need some shelves put up in my bedroom, I need the garden grass trimmed and $mom said you were good at cleaning kitchens so there is that too!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Jesus fucking christ, and what do I get in return?</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Trust me baby, I will make sure you are rewarded for all your hard work</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Alright, I'll be the man of the house</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Thank you $playername, and if you ever need a ride home just let me know, okay?</div>
<div class="npctextboxm">//She leaves the room//</div>
<<qt>>
<button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Time to get shit done</button>
</div>
<<set $auntquest = 2>><<set $auntquestline = 2>><div class="wrapper"><div class="title">$aunt's Living Room</div>
<div class="imagebox"><img src="images/auntielivingroom.jpg" alt="" /></div>
<button data-passage="auntiewatchtv" class="button" type="button" tabindex="0">Watch TV</button><hr><<if $time lte 10>><button data-passage="aunthallway" class="button" type="button" tabindex="0">Leave Room</button><<else>><button data-passage="passout" class="button" type="button" tabindex="0">Leave Room</button><</if>></div><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Wow, $playername. Such a great job. My Ex-Husband could of never done such a good job like this... </div>
<div class="npctextbox"><<playerchat>>$playername<hr>It's no problem. Can I ask what my reward is going to be for all this work? I put in a lot of effort for you</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Don't you worry baby, I'm going to take us both out for some drinks. I'm sure you'd love that? Wouldn't you sweetie? It's been so long since i've went out with another man... </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uhhh, sure Aunt $aunt...</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Please, dont call me aunt $aunt, just call me $aunt. Okay? After all, we're not actualy blood relatives. Just two friends helping each other out </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay $aunt</div>
<div class="npctextboxm">//She's fucking hitting on me! She wants the $playername D!!!//</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Now, I'm just going to get dressed and i'll take us out to that pub on Ascension Street. </div>
<div class="npctextboxm">//You wait in the kitch for your Aunt to get ready until suddenly...//</div>
<div class="imagebox"><img src="images/aunt_outfit.jpg" alt="" /></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I'm ready! What do you think? </div>
<div class="npctextbox"><<playerchat>>$playername<hr>You look amazing, $aunt</div>
<<qt>>
<button data-passage="elsaswithauntie" class="button" type="button" tabindex="0">Taxi to Elsa's Pub</button>
</div><<set $auntiequest1complete eq 1>><<set $auntquestline = 3>><div class="wrapper"><div class="title">Living Room</div>
<div class="npctextboxm">You relax, sit yourself down. Grab some popcorn and watch Jeremy Kyle...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Life is good...</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<div class="title">There is a book here</div>
<div class="imagebox"><img src="images/naturismbook.png" alt="" /></div>
<button data-passage="auntiebedroom" class="button" type="button" tabindex="0">Weird...</button>
</div><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<div class="imagebox"><img src="images/auntiebedroom.jpg" alt="" /></div>
<<if $strength gte 200 and $shelves lte 2>><button data-passage="shelving" class="button" type="button" tabindex="0">Put Shelves up $shelves/3 (200 Strength)</button><</if>><<if $strength lte 199 and $shelves lte 2>><button class="button" type="button" tabindex="0">Put Shelves up (200 Strength Needed)</button><</if>><button data-passage="auntbook" class="button" type="button" tabindex="0">Look at her Book</button><hr><button data-passage="aunthallway" class="button" type="button" tabindex="0">Leave Room</button></div><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<div class="auntiebedroom"></div>
<<set $shelves = $shelves +1>><<if $shelves lte 2>><div class="npctextboxm">You put up some of the shelves for aunt $aunt</div><<else>><div class="npctextboxm">You finish putting up all the shelves!</div> <</if>>
<button data-passage="auntiebedroom" class="button" type="button" tabindex="0">Finish up</button>
<<if $shelves eq 3>><div class="npctextboxw">Your relationship level with Aunt $aunt has increased by 20 for putting up all the shelves</div><<set $auntlevel = $auntlevel +20>><</if>>
</div><<set $time = $time + 4>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, Let's check on how you are progressing with those tasks...</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Shelving:<<if $shelves eq 0>>You haven't even made a start!<</if>><<if $shelves eq 1>>You've made a good start but there is still some more todo<</if>><<if $shelves eq 2>>You've made a good start but there is still some more todo<</if>><<if $shelves eq 3>>You've done it!<</if>></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Grass Cut: <<if $gardengrass eq 0>>You haven't even made a start!<</if>><<if $gardengrass eq 1>>You've made a good start but there is still some more todo<</if>><<if $gardengrass eq 2>>You've made a good start but there is still some more todo<</if>><<if $gardengrass eq 3>>You've done it!<</if>></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Kitchen: <<if $auntkitchenclean eq 0>>You haven't even made a start!<</if>><<if $auntkitchenclean eq 1>>You've made a good start but there is still some more todo<</if>><<if $auntkitchenclean eq 2>>You've made a good start but there is still some more todo<</if>><<if $auntkitchenclean eq 3>>You've done it!<</if>></div>
<<if $gardengrass eq 3 and $shelves eq 3 and $auntkitchenclean eq 3>><button data-passage="auntiequest1complete" class="button" type="button" tabindex="0">Get your reward</button><</if>><button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">$aunt's Garden</div>
<<if $gardengrass lte 2>><div class="imagebox"><img src="images/gardengrass.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/gardencut.jpg" alt="" /></div><</if>>
<<if $stamina gte 10 and $gardengrass lte 2>><button data-passage="cutgrass" class="button" type="button" tabindex="0">Cut Grass $gardengrass/3 (10 Stamina)</button><</if>><<if $stamina lte 9 and $gardengrass lte 2>><button class="button" type="button" tabindex="0">Cut Grass $gardengrass/3 (10 Stamina Needed)</button><</if>><<if $auntiequest1complete eq 1 and $stamina gte 5>><button data-passage="cutgrassreg" class="button" type="button" tabindex="0">Cut Grass (5 Stamina)</button><</if>><<if $auntiequest1complete eq 1 and $stamina lte 4>><button class="button" type="button" tabindex="0">Cut Grass (5 Stamina Needed)</button><</if>><hr><button data-passage="aunthallway" class="button" type="button" tabindex="0">Leave Garden</button></div><div class="wrapper"><div class="title">$aunt's Garden</div>
<<set $gardengrass = $gardengrass +1>><<if $gardengrass lte 2>><div class="npctextboxm">You cut some of of the grass in the garden (+1)</div><<else>><div class="npctextbox">You finish cutting all the grass!</div> <</if>>
<div class="imagebox"><img src="images/redux/cutgrass.jpg" alt="" /></div>
<button data-passage="auntiegarden" class="button" type="button" tabindex="0">Finish up</button>
<div class="npctextboxw">You lost 10 stamina from a hard days work!</div>
<<if $gardengrass eq 3>><div class="npctextboxw">Your relationship level with Aunt $aunt has increased by 20</div><<set $auntlevel = $auntlevel +20>><</if>>
</div><<set $stamina = $stamina -10>><<set $time = $time + 4>><div class="wrapper"><div class="title">$aunt's Garden</div>
<div class="npctextboxm">You cut some of of the grass in the garden</div>
<div class="imagebox"><img src="images/redux/cutgrass.jpg" alt="" /></div>
<button data-passage="auntiegarden" class="button" type="button" tabindex="0">Finish up</button>
<div class="npctextboxw">You lost 5 stamina from a hard days work!</div>
<div class="npctextboxw">Your relationship level with Aunt $aunt has increased by 40</div><<set $auntlevel = $auntlevel +40>>
</div><<set $stamina = $stamina -5>><<set $time = $time + 2>><<if $auntchatlimit lte 2>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, thanks for keeping our secret</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm always thinking about that night we had together Aunt $aunt.</div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>I know, me too...</div>
<div class="npctextboxm">//Your relationship with $aunt increased by 25//</div>
<button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $auntlevel = $auntlevel +25>><<set $auntchatlimit = $auntchatlimit +1>><<else>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, I dont want to talk anymore today. Sorry.</div>
<button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button></div><</if>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, What's up? </div>
<<if $auntquestline eq -1 and $party.includes('auntie') == false>><button data-passage="add_aunt_party2" class="button" type="button" tabindex="0">Add $aunt to your party</button><</if>><<if $party.includes('auntie')>><button data-passage="remove_aunt_party" class="button" type="button" tabindex="0">Remove $aunt to your party</button><</if>><<auntmenu>></div><div class="npctextboxm">Currently, adding $aunt to your party is a backer only feature. If you are a backer, please enter your code below to unlock this character.</div>
<<set $answer to ''>><div class="npctextboxm"><<textbox '$answer' 'Enter Code' autofocus>></div>
<<nobr>><span id='textbox-submit'>
<<button 'Submit Cheat Password'>>
<<set $answer to $answer.trim().toLowerCase()>>
<<if hashStr($answer) == 1869022014>>
<<replace '#textbox-submit'>>
/* Removes the button */
<</replace>>
<<replace '#textbox-reply'>>
<div class="npctextbox"><CENTER>Backer code Accepted ($aunt unlocked)</CENTER></div>
<button data-passage="add_aunt_party2" class="button" type="button" tabindex="0">Recruit Aunt</button>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>
<div class="npctextbox"><CENTER>Wrong code. If you are a backer of Amore please check the Subscribestar or Patreon page for your code. If not, please kindly consider pledging! Also, you dont need cheats to enjoy this game. Play as intended!</CENTER></div>
<</replace>>
<</if>>
<</button>><button data-passage="speaktoaunt" class="button" type="button" tabindex="0">Return</button>
</span><<script>>$(document).one(":passagerender", function (ev) {
$(ev.content).find("#textbox-answer").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});<</script>><span id='textbox-reply'></span><</nobr>><<if $party.includes ('auntie')>><div class="npctextboxm">//Auntie has already joined your party!//</div>
<<elseif $currentparty eq 2>><div class="npctextboxm">//You party is already full!//</div>
<<elseif $party.includes('auntie') == false and $maxparty eq 0 or 1>><div class="npctextboxm">//Auntie has joined your party!//</div>
<div class="npctextbox"><<auntiechat>>Auntie<hr>I'm with you, son!</div><<run $party.push("auntie")>><<set $currentparty = $currentparty + 1>><<set $auntieparty = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's go, $aunt!</div>
<</if>>
<button data-passage="speaktoaunt" class="button" type="button" tabindex="0">RETURN</button><div class="npctextboxm">//$aunt has left your party!//</div><<run $party.deleteAt($party.indexOf("auntie"))>><<set $auntieparty = 0>><<set $currentparty = $currentparty - 1>>
<button data-passage="speaktoaunt" class="button" type="button" tabindex="0">RETURN</button><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, I'll take you home. Thanks for visiting me today</div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">Arrive home</button><div class="wrapper"><div class="title">$aunt's Kitchen</div>
<<auntieoutfit>>
<button data-passage="speaktoaunt" class="button" type="button" tabindex="0">❤️ $aunt is here ❤️</button><<if $stamina gte 10 and $auntkitchenclean lte 2>><button data-passage="cleaningkitchenaunt" class="button" type="button" tabindex="0">Clean Kitchen $auntkitchenclean/3 (10 Stamina)</button><</if>><<if $stamina lte 9 and $auntkitchenclean lte 2>><button class="button" type="button" tabindex="0">Clean Kitchen (10 Stamina Needed)</button><</if>><hr><button data-passage="aunthallway" class="button" type="button" tabindex="0">Leave Room</button></div><div class="wrapper"><div class="title">$aunt's Kitchen</div>
<div class="imagebox"><img src="images/redux/dishes.jpg" alt="" /></div>
<<set $auntkitchenclean = $auntkitchenclean +1>><<if $auntkitchenclean lte 2>><div class="npctextboxm">You clean some of the kitchen for your aunt $aunt (+1)</div><<else>><div class="npctextboxm">You finish cleaning the entire kitchen!</div><</if>>
<button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish up</button>
<<if $auntkitchenclean eq 3>><div class="npctextboxm">Your relationship level with Aunt $aunt has increased by 20 for finishing the cleaning</div><<set $auntlevel = $auntlevel +20>><</if>></div><<set $time = $time + 4>><<set $stamina = $stamina - 10>><div class="wrapper"><div class="title">Mom's Request</div>
<div class="npctextbox"><<momchat>>$mom<hr>Hunny, we need to talk...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $mom, sure. what's up?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Let's go to your room to talk privately</div>
<div class="npctextboxm">//What the fuck?//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uhhhhh, sure</div>
<div class="npctextboxm">//You go to your bedroom and your mom follows//</div>
<button data-passage="auntstart2" class="button" type="button" tabindex="0">What's going on?</button></div><div class="wrapper"><div class="title">Mom's Request</div>
<<momallowance>>
<div class="npctextbox"><<momchat>>$mom<hr>Hunny, I need you to do me a favour. Do you remember my sister? Your Auntie? </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure, her name is Auntie... <<textbox "$aunt" "Linda" autofocus>> </div>
<button data-passage="auntstart3" class="button" type="button" tabindex="0">Yep, that's her name</button></div><div class="wrapper"><div class="title">Mom's Request</div>
<<momallowance>>
<div class="npctextbox"><<momchat>>$mom<hr>Yep, that's right. Aunt $aunt </div>
<div class="npctextbox"><<playerchat>>$playername<hr>What about her?</div>
<div class="npctextbox"><<momchat>>$mom<hr>She just broke up with her husband, uncle Adebesi, and needs some help around the house. I promised you would go over and help her.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Mom, really? I never agreed to this?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Just go and help her okay? I'm not asking you, im telling you. I can trust you? Can't I baby? </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah... sure mom</div>
<<qt>><<set $auntquestline = 1>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Looks like i've got to visit my Aunt...</button></div><<set $auntquest = 1>><<set $time = $time + 2>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername, What did you want to do? <<if $auntiequest1complete and $auntlevel lt 1400>>And no, i'm not letting you fuck me in the ass again! ($auntlevel/1400) Needed!<</if>></div>
<<if $auntlevel gte 150>><button data-passage="auntkissreg" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button><</if>><<if $auntlevel gte 550>><button data-passage="auntbjreg" class="button" type="button" tabindex="0">❤️ BJ ❤️</button><</if>><<if $auntiequest1complete eq 1 and $auntlevel gte 1400>><button data-passage="auntassfuckreg" class="button" type="button" tabindex="0">❤️ Anal Sex ❤️</button><</if>><hr><button data-passage="speaktoaunt" class="button" type="button" tabindex="0">Back</button></div><<if $auntassfuck eq 1>><div class="wrapper"><div class="title">$aunt's Bedroom</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey Baby, my asshole is sore. Maybe tomorrow?</div>
<div class="npctextboxm"><center>//You cannot fuck your aunt's asshole twice in one day//</center></div>
<button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="wrapper"><div class="title">$aunt's Bedroom</div><<set $assfuck2 = 1>>
<div class="npctextboxm"><center>//Your aunt lies on the bed, her legs in the air. Her asshole for the taking//</center></div>
<div class="imagebox"><img src="images/auntass.jpg" alt="" /></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>What are you waiting for? Fuck this asshole!</div>
<div class="npctextboxm"><center>//Don't mind if I do!//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_anal2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>This feels amazing!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_anal.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="auntiechatnude"></div>$aunt<hr>I want your cum!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_facial.mp4" type="video/mp4"></video></center></div>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw"><center>//Your relationship with Aunt $aunt has increased by 200!//</center></div><<set $auntassfuck = 1>><<set $auntlevel = $auntlevel + 200>><<set $time = $time + 1>>
<<set $auntiefuckedtimes = $auntiefuckedtimes + 1>>
<</if>><<if $auntbj gte 2>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername. You really like using my mouth, dont you? That's enough for now.</div>
<div class="npctextboxm"><center>//You cannot use this interaction with $aunt too many times in one day//</center></div>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="wrapper"><div class="title">Speaking with $aunt</div>
<div class="npctextboxm"><center>//You let $aunt suck your cock!//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/auntquickie.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Don't tell $mom!</div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/aunt_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Your Aunt's relationship level increased (+75)</li></ul></div><<set $auntlevel = $auntlevel + 75>><<set $auntbj = $auntbj + 1>>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish</button><</if>><<if $auntkiss gte 2>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey $playername. You really like kissing me dont you? That's enough for now.</div>
<div class="npctextboxm"><center>//You cannot kiss $aunt too many times in one day//</center></div>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="wrapper"><div class="title">Speaking with $aunt</div>
<div class="npctextboxm"><center>//You kiss $aunt//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/auntkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Don't tell your mom!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Your Aunt's relationship level increased (+55)</li></ul></div><<set $auntlevel = $auntlevel + 55>><<set $auntkiss = $auntkiss + 1>>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish</button><</if>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<div class="npctextbox"><<if $auntoutfit eq 0 or 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Hey $playername, What's up?</div>
<div class="npctextbox"><div class="playerchat"></div>$playername<hr>
You're still not practising naturism properly. I need to see your pussy and ass around this place. I've already seen you naked. There is no problem.</div>
<div class="npctextbox"><<if $auntoutfit eq 0 or 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
You're right baby. My pussy needs some fresh air.</div>
<div class="npctextboxw">//Your Aunt will now wear no clothing at home//</div>
<button data-passage="aunt_sex" class="button" type="button" tabindex="0">Finish Talking</button><<set $auntoutfit = 1>>
</div><div class="wrapper"><div class="title">Speaking with $aunt</div>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Hey $playername, What's up?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I was thinking. I saw your book on naturism. Why dont you practise naturism in your own home?</div>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Oh, I do! But not when i have vistors over!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I dont mind. You should go for it! I'd like to see my sexy aunt's body more.</div>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Hee Hee, sure thing stud!</div><<set $auntoutfit = 1>>
<div class="npctextboxw">//Your Aunt will now be naked at home//</div>
<<auntieoutfit>>
<button data-passage="auntielivingroom" class="button" type="button" tabindex="0">Finish Talking</button>
</div><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Hey $playername, I wanted to talk to you.. I've got something to tell you.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
What's up, $aunt?</div>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
I think i love you. I want you to have something</div>
<div class="npctextboxm">//$aunt pulls out her purse//</div>
<div class="npctextbox"><<if $auntoutfit eq 2>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 0>><div class="auntiechat"></div><</if>><<if $auntoutfit eq 1>><div class="auntiechatnude"></div><</if>>$aunt
<hr>
Here. Take this. It's the least I can give you for all the loving youve given me. I know you will probably move on from me soon and make love to other younger girls. Just dont even forget about me.</div>
<div class="npctextboxw">//$aunt gives you $1,500!//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I love you too Aunt $aunt</div><<set $money = $money +1500>> <<set $auntlove = 1>>
<button data-passage="speaktoaunt" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">Speaking with $aunt</div>
<<auntieoutfit>>
<div class="npctextbox"><<auntiechat>>$aunt<hr>Hey Baby, I've got a gift for you. I want you to have my ex-husband's car.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Wow, really?</div>
<div class="npctextbox"><<auntiechat>>$aunt
<hr>
Sure. It means you wont have to get those expensive taxis everywhere!</div>
<div class="imagebox"><img src="images/car1.jpg" alt="" /></div>
<div class="npctextboxw">//You received the 'Old Car' from $aunt.//</div>
<button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $car1owned = 1>><div class="wrapper"><div class="title">Speaking with $aunt</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey $aunt, I got you a little gift...</div>
<div class="npctextbox"><center>//You give your Aunt the dildo//</center></div>
<<auntieoutfit>><<run $inventory.deleteAt($inventory.indexOf("dildo"))>>
<div class="npctextbox"><<auntiechat>>$aunt<hr><<if $auntdildo gt 5>>I already have too many dildos. Thanks but I can't accept this!<<elseif $auntdildo gt 1>>Another dildo? Thanks, I guess!<<else>>Oh my fucking god! It's huge! Thank you sweetie. I will be putting this to good use tonight!<</if>></div>
<div class="npctextboxw">Your relationship with $aunt has increased by <<if $auntdildo gt 5>>0<<else>>400!<</if>></div><<set $crime = $crime + 5>><<if $auntdildo gt 5>><<else>><<set $auntlevel = $auntlevel +100>><</if>>
<button data-passage="auntiebathroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $auntdildo = $auntdildo + 1>><div class="wrapper"><div class="npctextboxm">You walk home. It's a long and hard walk.</div><<set $time = 15>>
<<maidbedroompic>>
<div class="npctextboxm">You arrive home past midnight. You are so exhausted that you collapse on your bed and drift off into a deep sleep.</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Hit The Hay</button></div><div class="wrapper"><div class="title">Amore Trailer Park</div><<set $pornoactress = "Nody">>
<div class="imagebox"><img src="images/v0.45.11/barber.jpg" alt="" /></div>
<div class="npctextbox"><div class="nodychat"></div>$pornoactress <hr>You want a haircut?</div>
<<if $pornoquest gte 2>><button data-passage="pornowoman2" class="button" type="button" tabindex="0">Offer Porno Role</button><</if>><button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button><div class="wrapper"><div class="title">Trailer Park Grocery Store</div>
<div class="imagebox"><img src="images/v0.45.11/grocery.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, do you want to star in a porno?</div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>A porno? Mods, ban $playername? Wait, where are my mods. Fine. You're banned, get outta mah store...</div><<set $bernieban = 1>>
<div class="npctextboxm">Bernie has sent you to ban world and you are no longer welcome in his store</div>
<button data-passage="speaktojrox" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Trailer Park Grocery Store</div>
<div class="imagebox"><img src="images/v0.45.11/grocery.jpg" alt="" /></div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>What do you want?</div>
<<if $pornoquest gte 2>><button data-passage="bernieporno" class="button" type="button" tabindex="0">Offer Porno Role</button><</if>><button data-passage="speaktojrox" class="button" type="button" tabindex="0">Leave</button><<if $pornoquest gte 2>><div class="wrapper"><div class="title">Amore Trailer Park</div>
<div class="imageboxb"><img src="images/0.82/jroc.jpg" alt="" /></div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Why you looking at me in my eyes, I ain't got no candy for you</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>You wanna do a porno? Go speak to the girls around here</div>
<button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button>
<<else>>
<div class="wrapper"><div class="title">Amore Trailer Park</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, are you J Rox?</div>
<div class="imageboxb"><img src="images/0.82/jroc.jpg" alt="" /></div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Depends who wants to know?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to speak to you about my step-dad's debt.</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Your step-dad? You must mean that danny trejo looking mothahfuckah who lives outside PC world right?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's right</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>A little birdie told me how you beat the shit out of him, is that true playah?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>He disrespected my mom. Nobody get's away with that.</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Ight, playah! I feel ya, so why you helping that old ass mother fuckah anyway?</div>
<div class="npctextboxm">Why the fuck is he speaking like that?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I guess I feel sorry for him.</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Well, I ain't accepting no cash for his debt. I want some work done. You interested?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What is the work?</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Me and the homies are setting up our directorial debut. I need an actor. You look exactly the type of person I'm looing for. Help me and your step-dad's debt is paid.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Honestly, I've never acted before. So maybe I'm not the best person for this.</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>It's more of an adult movie, ya dig? I'm not expecting a Daniel Day Lewis performance for this shit!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>A porno?</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>I prefer the term 'Adult Entertainment'</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Depends who I'm fucking</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Debora, come over here and meet your new actor</div>
<div class="imageboxb"><img src="images/0.82/speedy.jpg" alt="" /></div>
<div class="npctextbox"><div class="hobochat"></div>Debora<hr>Hey handsome!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry, J-Rox. Not a chance.</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Listen, if you don't want to bang old Debora here then bring your own girl, ya dig? But I ain't got all day</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'll bring someone.</div>
<div class="npctextboxm">Quest log updated</div><<set $pornoquest = 2>>
<button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button>
<</if>><div class="wrapper"><div class="title">Amore Trailer Park</div><<set $pornoactress = "Penny">>
<div class="imagebox"><img src="images/v0.45.11/trailerinside.jpg" alt="" /></div>
<div class="npctextbox"><div class="pennychat"></div>$pornoactress <hr>Hey young man! How can I help?</div>
<<if $pornoquest gte 2>><button data-passage="pornowoman1" class="button" type="button" tabindex="0">Offer Porno Role</button><</if>><button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button><div class="wrapper"><div class="title">Amore Trailer Park</div>
<div class="imagebox"><img src="images/0.82/trailerpark.jpg" alt="" /></div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Alright motherfuckas, get ready. J Rox is about to set the scene in this bitch</div>
<div class="npctextboxm">THE PORNO STARTS</div><<set $pornosshot = $pornosshot + 1>>
<div class="npctextbox"><<pornstarchat>>$pornoactress <hr>Oh no, it seems i've been caught stealing groceries...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uhm, yes. That is right and now you are going to jail</div>
<div class="npctextbox"><<pornstarchat>>$pornoactress <hr>Perhaps I can suck you cock?</div>
<div class="npctextboxm">THE PORNO STARTS MUSIC STARTS PLAYING</div>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>This shit is tight!</div>
<div class="npctextboxm">$pornoactress starts sucking your cock!</div>
<<nobr>><<if $pornoactress eq "Penny">><<set $pennyfucked = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/pennybj.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextboxm">You finish by fucking $pornoactress</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/pennyfuck.mp4" type="video/mp4"></video></center></div><br>
<<elseif $pornoactress eq "Nody">><<nobr>><<set $nodygallery = 1>>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/blackbj.mp4" type="video/mp4"></video></center></div><br>
<div class="npctextbox"><<pornstarchat>>$pornoactress <hr>Now, I want you to suck my cock!</div><br>
<div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Woah! This shit is getting FREAKY</div><br>
<div class="npctextboxm">You start sucking $pornoactress's cock!</div><br>
<div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/givenodybj.mp4" type="video/mp4"></video></center></div><br>
<</nobr>><</if>><</nobr>><div class="npctextboxm">THAT'S A WRAP</div>
<<if $pornoquest eq 2>><div class="npctextbox"><div class="jroxchat"></div>$playername<hr>Consider your step-dad's debt paid, come back if you want to shoot some more pornos!</div><<set $pornoquest = 3>><<set $questcomplete = $questcomplete + 1>><br><div class="npctextboxm">Your quest log has been updated</div><</if>>
<button data-passage="speaktojrox" class="button" type="button" tabindex="0">Finish the porno</button><div class="wrapper"><div class="title">Amore Trailer Park</div>
<div class="imagebox"><img src="images/0.82/trailerpark.jpg" alt="" /></div>
</div><div class="npctextboxm"><<if $pornoquest eq 2>>You need to find someone to fuck for J-Rox porno. You can't leave until you've found someone<<else>>Your taxi drops you off at the Amore trailer park. There is smashed glass and dog shit all over the place. J Rox's place is just up ahead.<</if>></div>
<button data-passage="jroxtrailer" class="button" type="button" tabindex="0">Speak to J-Rox</button><hr><button data-passage="trailerparkbarber" class="button" type="button" tabindex="0">Barber Shop</button><<if $bernieban eq 1>><button data-passage="" class="button" type="button" tabindex="0">Grocery Shop (BANNED)</button><<else>><button data-passage="trailerparkshop" class="button" type="button" tabindex="0">Grocery Shop</button><</if>><button data-passage="pennytrailer" class="button" type="button" tabindex="0">Penny's Trailer</button><<if $pornoquest != 2>><button data-passage="Gough Street" class="button" type="button" tabindex="0">Return to Amore</button><</if>><button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button><div class="wrapper"><div class="title">Amore Trailer Park</div><<set $pornoactress = "Penny">>
<div class="imagebox"><img src="images/v0.45.11/trailerinside.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, fancy making some $$$?</div>
<div class="npctextbox"><div class="pennychat"></div>$pornoactress <hr>Oh my, doing what?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>A little adult film?</div>
<div class="npctextbox"><div class="pennychat"></div>$pornoactress <hr>Wouldn't everyone see it? My life could be ruined!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Nah, it's only going to be shown in Russia. It's called "From Russia with a love bone"</div>
<div class="npctextbox"><div class="pennychat"></div>$pornoactress <hr>Alright, sounds good to me</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Great...</div>
<button data-passage="pornoshoot" class="button" type="button" tabindex="0">Shoot a porno with Penny</button><button data-passage="speaktojrox" class="button" type="button" tabindex="0">Return</button><div class="wrapper"><div class="title">Amore Trailer Park</div><<set $pornoactress = "Nody">>
<div class="imagebox"><img src="images/v0.45.11/barber.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, fancy making some $$$?</div>
<div class="npctextbox"><div class="nodychat"></div>$pornoactress <hr>Depends? Do I get to fuck you</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually, yes.</div>
<div class="npctextbox"><div class="nodychat"></div>$pornoactress <hr>With my cock?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uh....</div>
<button data-passage="pornoshoot" class="button" type="button" tabindex="0">Shoot a porno with Nody</button><button data-passage="trailerparkbarber" class="button" type="button" tabindex="0">Return</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Someone, stop them!</div>
<div class="npctextboxw">//Relationship with Elsa decreased by 100!//</div><<set $elsalevel = $elsalevel - 100>>
<div class="npctextbox"><<momchat>>$mom<hr>Come here, bitch!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/barfight2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>That's it, we're closed! Everyone out! This is sick!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/barfight3.mp4" type="video/mp4"></video></center></div>
<button data-passage="momdatefinishelsa" class="button" type="button" tabindex="0">Breakup the fight (Go Home)</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You stop the guy flirting with $mom//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Piss off. She's with me, Adebesi!</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Ah, sorry my brother! I did not see you there!</div>
<div class="npctextboxm">//Adebesi walks off.//</div>
<div class="npctextbox"><<momchat>>$mom<hr>Wow, $playername. You are so assertive. Chasing off that man like that! I like to be around big strong men, like you!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It's fine. I just want to enjoy my Apple Juice.</div>
<div class="npctextboxm">//$mom bites her lip.//</div>
<<if $momlevel gte 900>><div class="npctextbox"><<momchat>>$mom<hr>That is such a turn on</div>
<div class="npctextbox"><<momchat>>$mom<hr>Come with me hunny, we need to go somewhere... private...</div>
<button data-passage="fuckmomtoilet" class="button" type="button" tabindex="0">Go With Mom</button><button data-passage="newsleep" class="button" type="button" tabindex="0">Refuse & Go Home</button><<else>><div class="npctextbox"><<momchat>>$mom<hr>I wish I had a man like you...</div>
<div class="npctextboxm">//Need at least 900 relationship level with $mom to fuck her in the bathroom.//</div><button data-passage="momdatefinishelsa" class="button" type="button" tabindex="0">Go Home</button><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You let the random guy flirt with $mom!//</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Why don't I come back to your place? We could have a good time, no?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Heehee, well...</div>
<div class="npctextboxm">//$mom looks over at you//</div>
<div class="npctextbox"><<momchat>>$mom<hr>Sure, let's go back to my place. $playername, what do you want to do?</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>He can be my little cleanup boy! Come, and watch me fuck your mom!</div>
<button data-passage="momcucked" class="button" type="button" tabindex="0">Go Back home with them</button><button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home Alone</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//$mom brings you to the bathroom.//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What are we doing here? I didn't finish my Apple Juice.</div>
<div class="imagebox"><img src="images/stripclubbathroom.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>I just... I can't control myself around you! I want you to fuck me right now, right here.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually I-</div>
<div class="npctextboxm">//$mom pulls you into the cubicle//</div>
<div class="imagebox"><img src="images/momnude.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>I want you to fuck me, please don't make me beg! I'm so wet for your cock, $playername!</div>
<button data-passage="fuckmomtoilet2" class="button" type="button" tabindex="0">Fuck $mom</button><button data-passage="momdatefinishelsa" class="button" type="button" tabindex="0">Refuse</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//$mom starts sucking on your cock whilst rubbing her pussy!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mombj2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>I know its wrong but... I just can't help it! I know you like it too!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It's our forbidden love!</div>
<div class="npctextboxm">//You start to fuck $mom against the bathroom stall!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuck3.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">//You hear someone enter the bathroom.//</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hey, whoever is fucking in the bathroom stall. Stop it, or i'm throwing you out!</div>
<div class="npctextbox"><<momchat>>$mom<hr>It's best for us to stop for now.</div>
<button data-passage="momdatefinishelsa" class="button" type="button" tabindex="0">Finish the Date</button><div class="wrapper"><div class="title">Your House</div>
<div class="imagebox"><img src="images/momsbedroom.jpg" alt="" /></div>
<div class="npctextboxm">The three of you enter $mom's bedroom</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Sit in the corner and watch me give your mom a good dicking!</div>
<div class="npctextboxm">Adebsi fucks $mom!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh my god! I've never felt good cock like this before! </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momblacked.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uhm...</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>You better hurry, $playername. Get a towel to clean up my cum on $mom's face. Hehe...</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/cucked.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<momchat>>$mom<hr>Tastes so good....</div>
<div class="npctextboxw">Your relationship with $mom has increased by 150.
Time has passed to midnight.</div><<set $momlevel = $momlevel + 150>><<set $time = 9>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Cleanup & Go to Bed</button><div class="wrapper"><div class="title">Your House</div><<set $mcounter = 0>>
<<livingroompic>>
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, do you fancy coming out for a drink with me?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure, why not?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Great! Let me get dressed and let's go out!</div>
<button data-passage="momdateelsa2" class="button" type="button" tabindex="0">Let's-A-Go!</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You enter the pub. Around you is clusters of old men playing cards and drinking ale.<br> You are with $mom.//</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hey you two, what can I get ya?</div>
<div class="npctextbox"><<momchat>>$mom<hr>I'll have a rum and coke... and what you do want, sweetie?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>An Apple Juice.</div>
<div class="npctextbox"><<momchat>>$mom<hr>And an Apple Juice, please!</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>No problem, coming up!</div>
<div class="npctextboxm">//Elsa turns her back and starts making your drinks//</div><<set $rando to random(1, 3)>>
<div class="npctextboxm">//$rando/3 - Random Event!//</div>
<<if $rando eq 1>><button data-passage="momdaterando1" class="button" type="button" tabindex="0">Random Event: $rando</button><<elseif $rando eq 2>><button data-passage="momdaterando2" class="button" type="button" tabindex="0">Random Event: $rando</button><<else>><button data-passage="momdaterando3" class="button" type="button" tabindex="0">Random Event: $rando</button><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">You go home with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Let's come back here again sometime!</div>
<div class="npctextboxw">Your relationship with $mom has increased by 50.
Time has passed to midnight.</div><<set $momlevel = $momlevel + 50>><<set $time = 9>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home & Sleep</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//Random Event: $rando - A man approaches $mom//</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Hello Beautiful, It would be my pleasure to buy you a drink.</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh my!</div>
<button data-passage="becucked" class="button" type="button" tabindex="0">Let It Happen (Be Cucked)</button><button data-passage="beassertive" class="button" type="button" tabindex="0">Stop It (Be Assertive)</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//Random Event: $rando - You are Drunk!//</div><<set $status = "Drunk">>
<div class="npctextbox"><<momchat>>$mom<hr>Baby? Can you hear me? Oh my god, you've drank too much Apple Juice! I've got to get you home..</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home and Sleep</button><button data-passage="momsdick" class="button" type="button" tabindex="0">Drink More Apple Juice</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//Random Event: $rando - A Disaster!//</div>
<div class="npctextbox"><<momchat>>$mom<hr>Did that bitch just look at me? I'm going to rip her fucking head off!</div>
<div class="npctextboxm">//$mom starts a fight with a random bar patron!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/barfight.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I'm sorry, but you've all got to leave!</div>
<button data-passage="barfightmom" class="button" type="button" tabindex="0">Watch</button><button data-passage="momdatefinishelsa" class="button" type="button" tabindex="0">Breakup the fight (Go Home)</button><div class="wrapper"><div class="npctextboxm">//$mom takes you home and lies you down on the sofa in the livingroom..
...you drift off into a deep dream...//</div>
<div class="dreambox"><div class="npctextbox"><<momchat>>$mom<hr>Baby? Can you hear me? Oh my god, are you okay? Should I call an ambulance?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Baby, do you want to see my cock?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You have a cock?</div>
<div class="npctextbox"><<momchat>>$mom<hr>I've always had a cock, haven't I?</div>
<button data-passage="momsdickchoosey" class="button" type="button" tabindex="0" data-setter="$momdream to '1'">Yeah, a cock.</button><button data-passage="momsdickchoosey" class="button" type="button" tabindex="0" data-setter="$momdream to '2'">That's not right</button></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Wake Up</button><<if $momdream eq 1>><div class="wrapper"><div class="dreambox"><div class="npctextbox"><<momchat>>???<hr>You're confused, $playername.</div>
<div class="npctextbox"><div class="daisychat"></div>???<hr>I want you to touch my cock.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Who...</div>
<div class="npctextbox"><div class="daisychat"></div>???<hr>Heeheehee</div>
<div class="npctextbox"><div class="daisychat"></div>???<hr>Don't mind me, i'm just going to drain your cum.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/London4/daisybj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="daisychat"></div>???<hr>It won't count, unless you cum in my asshole, $playername!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/London4/daisyfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>$mom...?</div>
<div class="npctextboxm">//You wake up after having the strangest dream...//</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Wake Up</button><<else>><div class="wrapper"><div class="dreambox"><div class="npctextbox"><<momchat>>???<hr>You're confused, $playername.</div>
<div class="npctextbox"><div class="apatechat"></div>???<hr>Let's drain you good.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Who...</div>
<div class="npctextbox"><div class="apatechat"></div>???<hr>Shh.... Let the succubi take you.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="apatechat"></div>???<hr>You won't resist! Fuck me, now!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwfuck1.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>$mom...?</div>
<div class="npctextboxm">//You wake up after having the strangest dream...//</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Wake Up</button></div><</if>><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">You head on home with $mom</div>
<div class="npctextbox"><<momchat>>$mom<hr>Sorry, hun. I wasn't really enjoying that today, but I really want to thank you for taking me out. I love you and apreciate it.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I love you too, $mom. Let's go home.</div>
<div class="npctextboxw">Your relationship with $mom has increased by 50.
Time has passed to midnight.</div><<set $momlevel = $momlevel + 50>><<set $time = 9>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home & Sleep</button><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">You finish on $mom!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/momfuck.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>><<set $momfuckedtimes = $momfuckedtimes + 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/mom_facial.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="npctextbox"><<momchat>>$mom<hr>Let's come back here again sometime!</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home & Sleep</button><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">You finish on Nathaly!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/nbj2.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/nfacial.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Bring your grandma back sometime!</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home & Sleep</button><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">You bring $mom backstage...</div><<if $momlevel gte 800>>
<div class="imagebox"><img src="images/stripclubbackroomnathaly.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh, that's the lady who was on stage?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername and hello to your friend. I'm glad you both enjoyed my show tonight.</div>
<div class="npctextbox"><<momchat>>$mom<hr>It was amazing... you have an amazing body...</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Heehee, you think so? I'm glad you like it</div>
<div class="npctextboxm">Nathaly drops her towel</div>
<div class="imagebox"><img src="images/London4/boothnude.jpg" alt="" /></div>
<div class="npctextboxm">You blink your eyes and $mom and Nathaly are kissing!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lesbiankiss.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh shit, what are you guys doing!?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Don't just stand and watch, $playername! </div>
<div class="npctextbox"><<momchat>>$mom<hr>Bring that big hard cock over here!</div>
<div class="npctextboxm">$mom and Nathaly start sucking your cock!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/threesomebj.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="npctextbox"><<momchat>>$mom<hr>Fuck!</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You taste very good, $playername! </div>
<div class="npctextboxm">You start to fuck Nathaly while $mom licks her clit!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/threesomesex.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<button data-passage="momdatefinishn" class="button" type="button" tabindex="0">Finish on Nathaly</button><button data-passage="momdatefinishm" class="button" type="button" tabindex="0">Finish on $mom</button><<else>>
<div class="npctextbox"><<momchat>>$mom<hr>Oh, that's the lady who was on stage?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername and hello to your friend. I'm glad you both enjoyed my show tonight.</div>
<div class="npctextbox"><<momchat>>$mom<hr>It was amazing... we have to go now...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Huh?</div>
<div class="npctextboxm">$mom needs a relationship level of at least 800 to have a threesome with you and Nathaly...</div>
<button data-passage="momdatecinemaend" class="button" type="button" tabindex="0">Go Home</button>
<</if>><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">After no time at all you arrive at the Strip Club with $mom</div>
<div class="imagebox"><img src="images/stripclub.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, are you sure about this? Isn't this a weird thing to do with your own //landlady//...?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It'll be fun! I own the place! Just relax..</div>
<div class="npctextbox"><<momchat>>$mom<hr>Okay, sure. Let's go inside then. You lead the way.</div>
<button data-passage="momdatecinema2" class="button" type="button" tabindex="0">Enter</button><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">You walk inside and head to the bar with $mom</div>
<div class="imagebox"><img src="images/bartender.jpg" alt="" /></div>
<div class="npctextbox"><div class="barmanchat"></div>Barry the barman<hr>Hey Boss, is this your new girlfriend? She is a beauty!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Actually I'm his mo-</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yep, that's right Barry. This is my girlfriend.</div>
<div class="npctextbox"><<momchat>>$mom<hr>...</div>
<div class="npctextboxm">$mom whispers in your ear.</div>
<div class="npctextbox"><<momchat>>$mom<hr>//That isn't funny, hun! You shouldn't joke about stuff like this!//</div>
<div class="npctextbox"><div class="barmanchat"></div>Barry the barman<hr>Why don't you find a table. I'll bring ya drinks over so you can enjoy the show!</div>
<button data-passage="momdatecinema3" class="button" type="button" tabindex="0">Find a Seat</button><div class="wrapper"><div class="title">Strip Club ($stripClubName)</div>
<div class="npctextboxm">The Strip Show is about to start!</div>
<div class="npctextbox"><<momchat>>$mom<hr>Oh, looks like the show is starting</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh shit, it's <<Nathaly>></div>
<div class="npctextbox"><<momchat>>$mom<hr>A friend of yours?</div>
<div class="imagebox"><img src="images/London4/boothnude.jpg" alt="" /></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey Boys, you can look but you cant touch!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/stripping2.mp4" type="video/mp4"></video></center></div><<set $rando to random(1, 5)>>
<div class="npctextboxm">20% Chance -<<if $rando eq 1>> $mom enjoyed the show!<<else>> $mom did not enjoy the show<</if>> </div>
<div class="npctextbox"><<momchat>>$mom<hr><<if $rando eq 1>>Oh my god, that is so... hot!<<else>>Hunny, I'm not enjoying this. Can we go home?<</if>></div>
<<if $rando != 1>><button data-passage="momdatecinemaend" class="button" type="button" tabindex="0">End the date</button><<else>><button data-passage="momdatesuccess" class="button" type="button" tabindex="0">Invite Backstage</button><</if>><div class="wrapper"><div class="title">Your House</div><<set $mcounter = 0>>
<<livingroompic>>
<div class="npctextbox"><<momchat>>$mom<hr>Hey $playername, are you okay?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Do you want to go out, $mom? Just the two of us?</div>
<div class="npctextbox"><<momchat>>$mom<hr>Hmm.. why not? I've got a free weekend! It will be good for us to spend some quality time together, no?</div>
<<if $stripClubRenovated eq 1>><button data-passage="momdatecinema" class="button" type="button" tabindex="0">Strip Club Date</button><</if>><button data-passage="momdateelsa" class="button" type="button" tabindex="0">Elsa's Bar Date</button><button data-passage="your step mom is here" class="button" type="button" tabindex="0">Never Mind...</button><div class="wrapper"><div class="title">Gough Street</div>
<div class="imagebox"><img src="images/street2.jpg" alt="" /></div>
<<nobr>>
<button data-passage="ascensionstreet" class="button" type="button" tabindex="0">↑ Ascension Street ↑</button><hr>
<button data-passage="Gym" class="button" type="button" tabindex="0">Gym<<if $day lte 5 and $time eq 4>> - <<Sister>><</if>>
<<if $time lte 3 and $day lte 5>> - <<Lisa>><</if>><<if $time lte 4 and $day gte 6 and $muscleman eq 1>> - <<Lisa>><</if>>
</button><button data-passage="PC World" class="button" type="button" tabindex="0">PC World</button>
<button data-passage="University" class="button" type="button" tabindex="0">University <<if $day lte 5 and $time lte 4 and $sexedquest gte 1>>- <<mmoon>><</if>>
</button><button data-passage="Real Estate Agent" class="button" type="button" tabindex="0">Real Estate Agent</button>
<button data-passage="massageplace" class="button" type="button" tabindex="0">Massage Palour <<if $time lte 4>> - <<Josephine>><</if>></button>
<button data-passage="taxi" class="button" type="button" tabindex="0">Get a taxi</button>
<button data-passage="amoredoctor" class="button" type="button" tabindex="0">Doctor's Office</button>
<<if $combatenabled eq 1>><button data-passage="fighthobos" class="button" type="button" tabindex="0">Fight Hobos (Level Scaled)</button><</if>><</nobr>></div><div class="wrapper"><div class="title">Ascension Street</div>
<div class="imagebox"><img src="images/street1.jpg" alt="" /></div>
<<nobr>><<if $familyintro eq 0>><button data-passage="groundfloorintro" class="button" type="button" tabindex="0">Your House</button><<else>><button data-passage="Ground Floor" class="button" type="button" tabindex="0">↑ Your House ↑</button><</if>>
<hr>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Corner Shop</button>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Apartments<<if $day lte 5 and $time gte 3 and $time lt 6>> - <<Lisa>><</if>><<if $time lte 3>> - <<Elsa>><</if>><<if $day lte 3 and $nathalyapartment eq 1>> - <<Nathaly>><</if>></button>
<button data-passage="Pub" class="button" type="button" tabindex="0">Elsa's Pub<<if $time gte 4 and $day neq 7>> - <<Elsa>><</if>></button>
<button data-passage="Paul's House" class="button" type="button" tabindex="0">Paul's House<<if $time gte 4>> - <<Paul>><</if>></button>
<button data-passage="stripcluboutside" class="button" type="button" tabindex="0">Strip Club<<if $time gte 4 and $momquest eq 3 and $time lte 8>> - <<Mom>><</if>>
<<if $stripperJosephine eq 1 and $day lte 3 and $time gte 5>> (Josephine is here)<</if>><<if $stripperSister eq 1 and $day gte 4 and $time lte 8>> - <<Nathaly>><</if>></button>
<hr>
<button data-passage="Gough Street" class="button" type="button" tabindex="0">↓ Gough Street ↓</button>
<</nobr>></div><div class="wrapper"><div class="title">Ahmed's Shop</div>
<div class="imagebox"><img src="images/shop.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Ahmed, got any jobs going?</div>
<div class="npctextbox"><div class="shopchat"></div>Ahmed<hr>Hey $playername, sorry bro. I can barely pay my dealer right now.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Okay</button></div><div class="wrapper"><div class="title">Ahmed's Shop</div>
<div class="npctextboxm"><center>You decide to enter Ahmed's shop</center></div>
<div class="imagebox"><img src="images/shop.jpg" alt="" /></div>
<<if $time gte 4>> <div class="npctextboxm">The shop is <<closed>>! Come back tomorrow.</div>
<button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button>
<<else>>
<div class="npctextbox"><div class="shopchat"></div>Ahmed<hr>Hey $playername, we're out of condoms, your mom bought them all again! Just joking!</div>
<div class="npctextbox"><div class="shopchat"></div>Ahmed<hr>I've got some good things on sale strangah!</div>
<<ahmedshop>>
<</if>></div><<if $money gte 150>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Ahmed's Implant (+10 Max Stamina) book added to inventory (+1)</li><<set $inventory.push("ahmedimplant")>><<set $maxstamina = $maxstamina + 10>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -150>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextbomx">You dont have enought money ($150) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 50>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul>
<li>Flowers added to inventory (+1)</li><<set $flowers.push("flowers")>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -50>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextboxm">You dont have enought money ($50) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 250>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Power Tools added to inventory (+1)</li><<set $inventory.push("tools")>>
<li>Money has decreased (-250)</li></ul></div><<set $money = $money -250>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextboxm">You dont have enought money ($250) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 50>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>English book added to inventory (+1)</li><<set $inventory.push("book_english")>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -50>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextboxm">You dont have enought money ($50) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 50>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul>
<li>Medpack added to inventory (+1)</li><<set $perks.push("medpack")>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -50>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextboxm">You dont have enought money ($50) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 450>><div class="title">Ahmed's Shop</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Dildo added to inventory (+1)</li><<set $inventory.push("dildo")>>
<li>Money has decreased (-450)</li></ul></div><<set $money = $money -450>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextboxm">You dont have enought money ($450) for this.</div>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave</button><</if>><div class="wrapper"><div class="title">Ahmed's Shop</div>
<div class="imagebox"><img src="images/shop.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Ahmed, want to buy some weed? only $500...</div>
<div class="npctextbox"><div class="shopchat"></div>Ahmed<hr>Hey $playername, fucking yes bro.. i've been out for days now... here is your money.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Weed removed from inventory (-1)</li><<run $inventory.deleteAt($inventory.indexOf("weed"))>>
<li>Money gained (+500)</li><<set $money = $money + 500>><<if $drugdealerquest gte 1>><<set $questcomplete= $questcomplete + 1>><<set $drugdealerquest = -1>><</if>>
<li>Reputation increased (+30)</li></ul></div><<set $crime = $crime + 30>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">A done deal</button></div><<set $randomsteal to random(1,5)>><<if $intelligence gte 100 and $randomsteal eq 2>><div class="wrapper"><div class="title">Ahmed's Shop</div>
<div class="imagebox"><img src="images/shop.jpg" alt="" /></div>
<div class="npctextboxm"><center>You make the perfect swipe at some cash over the counter.The shopkeeper doesn't suspect a thing!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/stealing.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Gained cash (+250)</li><<set $money = $money + 250>>
<li>Your reputation increased (+20)</li></ul></div> <<set $crime = $crime + 25>>
<button data-passage="Corner shop" class="button" type="button" tabindex="0">Heh heh, stupid bastard!</button><<else>>
<div class="wrapper"><div class="title">Ahmed's Shop</div>
<div class="shop"></div>
<div class="npctextboxm"><center>You make an attempt swipe at some cash over the counter. But then suddenly...</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh fuck</div>
<div class="npctextbox"><div class="shopchat"></div>Ahmed<hr>What the fuck do you think you're doing? I'll teach you not to steal from me again, motherfucker!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh fuck, I'm sorry Ahmed! Please dont hurt me!</div>
<div class="npctextboxm"><center>Ahmed beats the shit out of you!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/beating.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr><<if $healthpoints eq 0>>I don't feel so good...<<else>>I should get these injuries checked out at a doctor...<</if>></div>
<div class="npctextboxw"><ul><li>Time has passed (+5)</li><<time>>
<li>You lost health (-1)</li><<set $healthpoints = $healthpoints - 1>>
<li>Your reputation increased (+5)</li></ul></div> <<set $crime = $crime + 5>>
<<if $healthpoints eq 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Leave and try not to cry</button><<else>><button data-passage="Corner shop" class="button" type="button" tabindex="0">Leave and try not to cry</button><</if>><</if>><div class="wrapper"><div class="title">Apartments</div>
<div class="imagebox"><img src="images/apartments.jpg" alt="" /></div>
<div class="npctextboxm"><centeR>You arrive at the apartment building in Amore. Lots of different people live here.</center></div>
<<nobr>>
<<if $elsaapartment eq 1>><button data-passage="Elsa's Apartment" class="button" type="button" tabindex="0">Elsa's Apartment</button><</if>>
<<if $lisaapartment eq 1>><button data-passage="Lisa's Apartment" class="button" type="button" tabindex="0">Lisa's Apartment</button><</if>>
<<if $nathalyapartment eq 1>><button data-passage="napartment" class="button" type="button" tabindex="0">Nathaly's Apartment</button><</if>>
<button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button>
<</nobr>></div><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, how does it feel being completely nude in your bar?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>You know, I really don't mind people staring at me when I am naked. I am enjoying the feelings and sensations. I'm enjoying the sexy feelings that come to me when I i'm the only one naked infron of groups of grown men.</div>
<div class="npctextbox"> <<playerchat>>$playername<hr>You are becoming quite the slut!</div><<set $time = $time +1>>
<button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Finish Talking</button><div class="wrapper"><div class="title">Apartments</div>
<div class="imagebox"><img src="images/apartments.jpg" alt="" /></div>
<<nobr>><<if $time lte 3>><button data-passage="Knock on Elsa" class="button" type="button" tabindex="0">Knock on Elsa</button>
<<else>><div class="npctextboxm"><center>Elsa isn't home. I should try coming back in the morning.</center></div><br><</if>><</nobr>><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button></div><<if $time gte 6>><<elsaoutfithome>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hey $playername. It's getting late. You should go home.</div>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="wrapper"><div class="npctextboxm">//You enter Elsa's apartment//</div><<set $location = "elsahouse">>
<<elsaoutfithome>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hey $playername. You came over. You okay?</div>
<div class="npctextboxm"><<if $elsafucked eq 1>>Elsa is completely mindfucked. She's almost given up on clothing all together.<<else>>You are standing in Elsa's apartment.<</if>></div>
<<nobr>>
<button data-passage="Chat" class="button" type="button" tabindex="0">Chat</button>
<button data-passage="Give Flowers to Elsa" class="button" type="button" tabindex="0">❤️ Give flowers ❤️</button>
<button data-passage="Fuck Elsa" class="button" type="button" tabindex="0">❤️ Fuck Elsa ❤️</button>
<<if $nudebar eq 0>><button data-passage="Suggest working naked at the bar" class="button" type="button" tabindex="0">❤️ Suggest working naked at her bar ❤️</button>
<<else>>
<button data-passage="Ask about her nudeness" class="button" type="button" tabindex="0">Ask about work</button><</if>><hr><</nobr>><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, what happened to you mother?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>It's a long story actually.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I have time if you want to talk about it?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Well, basically... she ended up getting into some bad shit. She started selling drugs on the side to try and pay for the bank loans. Then she started using them, she got addicted and overdosed! ...that's the short story anyway.</div>
<div class="npctextbox"><<playerchat>>playername<hr>That's awful. Sorry to hear Elsa.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Finish Talking & Leave Apartment</button><<set $location = "amorebedroom">><<if $elsalevel gte 250 and $intelligence gte 95>><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, i've been thinking. The main customers of your bar are guys right?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Yeah, and?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>And you know what guys like, right?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Football?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Titties</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Oh...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Do you think I should?...</div><<set $nudebar = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>Wear less clothing at work? Yes.</div>
<div class="npctextboxm">Elsa strips down to her underwear</div>
<div class="imagebox"><img src="images/elsahome.jpg" alt="" /></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Uhm... is this enough?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Depends how much money you want your bar to make</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I'll work naked if I have to!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I think you answered your own question, Elsa. It's time to work naked at the bar. The customers wont stop cumming!</div>
<div class="npctextboxm">Elsa will now work naked at her Bar. Quest log updated</div><<set $elsaquestline = 3>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li> <<time>>
<li>Elsa's relationship increased (+10) </li></ul></div><<set $elsalevel = $elsalevel + 10>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Call it a day</button>
<<else>>
<<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, i've been thinking. The main customers of your bar are guys right?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Yeah, and?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>And you know what guys like, right?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Football?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Titties</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Oh...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>That's disgusting. It's so dissapointing to hear you talking like this. I thought you were my friend...</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Elsa's relationship decreased (-10)</li></ul></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Call it a day</button><</if>><div class="wrapper"><div class="title">Apartments</div>
<div class="imagebox"><img src="images/apartments.jpg" alt="" /></div>
<div class="npctextbox"><div class="elsachat"></div>Elsa<hr>Hey, it's you. Come on up.</div>
<button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Enter Elsa's Apartment</button></div><<if $elsafucked gte 1>><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I've not been fucked in almost 24 hours $playername, Im going to need your cock now.</div>
<div class="npctextboxm">//Giggidy//</div>
<div class="npctextboxm"> //Elsa quickly pulls down your pants and pulls out your already hard cock.//</div>
<div class="npctextboxm">//You both undress completely. She pushes you against the backroom sofa and sucks on your cock some more.//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/bj2_elsa.mp4" type="video/mp4">
</video></center></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>God, fuck me now $playername!</div>
<div class="npctextboxm">//You ram your cock in Elsa's pussy.//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/shag_elsa.mp4" type="video/mp4"><<set $elsafuckedtimes = $elsafuckedtimes + 1>>
</video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>You fucked Elsa!</li><<set $elsafucked = $elsafucked + 1>>
<li>Elsa's Relationship level increased (+100)</li></ul></div><<set $elsalevel = $elsalevel + 100>>
<button data-passage="elsafacial" class="button" type="button" tabindex="0">Give Facial</button><button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, I've been thinking. We've gotten so much closer in the past few weeks. I want to take it to the next level...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>$playername, I'm flattered! But you're like a brother to me! I could never see myself fucking you. It would ruin our relationship!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You've got to be fucking kidding me</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's Relationship level decreased (-5)</li></ul></div><<set $elsalevel = $elsalevel - 5>>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><</if>><<if $flowers.contains("flowers")>><div class="wrapper">
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, I got you some flowers. Ever since I met you I knew you were special to me.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Wow... thank you $playername</div>
<div class="npctextboxm">She looks at the flowers with a happy smile on her face</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Flowers removed from inventory (-1)</li><<run $inventory.deleteAt($flowers.indexOf("flowers"))>>
<li>Relationship with Elsa increased (+100)</li></ul></div><<set $elsalevel = $elsalevel + 100>>
<<if $location eq "elsahouse">><button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Finish Talking</button><<else>><button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><</if>></div>
<<else>><div class="wrapper">
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, I got you some flowers. Ever since I met you I knew you were special to me.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Nice joke, $playername.</div>
<div class="npctextboxm">You have no flowers to even give Elsa. Why did you try this?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Relationship with Elsa decreased (-5)</li></ul></div><<set $elsalevel = $elsalevel -5>>
<<if $location eq "elsahouse">><button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Finish Talking</button><<else>><button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><</if>></div><</if>><div class="wrapper"><<elsaoutfithome>>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm gonna bust!</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Drown me in your cum, $playername!</div>
<div class="npctextboxm">//You blow a fat load all over Elsa's face!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/elsa_facial.mp4" type="video/mp4">
</video></center></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>God, get me a towel, $playername!</div>
<div class="npctextboxm">//You finish up//</div>
<div class="imagebox"><img src="images/elsafacial.jpg" alt="" /></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Am I still your pretty girl?</div>
<button data-passage="Enter Elsa's apartment" class="button" type="button" tabindex="0">Leave</button><<if $flowers.contains("flowers")>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> I got you some flowers.
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Flowers? Nobody has ever bought me flowers before...
Thanks you $playername. This is really special.
</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave</button>
<div class="npctextboxw">//Relationship level with Lisa increased by 50//<br>//Flowers removed from inventory//</div> </div><<run $flowers.pluck("flowers")>>
<<set $lisalevel = $lisalevel + 50>>
<<else>>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Flowers? Really? Where?.. Is it a joke?
</div>
<div class="npctextboxm"> Because you are a stupid fucking idiot, you didn't actually have any flowers to give.
</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking and leave</button><</if>><<if $strength gte 220 and lisalevel gte 315>><div class="wrapper">
<div class="title">Lisa's Apartment | UK | Earth</div>
<div class="apartmentlisa"></div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>>
<div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Hey, $playername. Did you want to chat?
</div>
<<if $lisatits eq 0 and $lisabroken eq 0>> <div class="lisahome"></div><<elseif $lisatits eq 1 and $lisabroken eq 0>><div class="lisatits"></div><<else>><div class="lisabroken"></div><</if>>
<div class="npctextbox"><div class="playerchat"></div>$playername<hr> Remeber how you sucked my cock in the gym?
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Yes $playername, I do.
</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>Let's do it again...
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Sure, feel free to use my mouth if that's what you want...
</div>
<div class="npctextboxm"> //You pull out your hard throbbing cock and ram is straight into Lisa's mouth.//
</div>
<div class="npctextbox"> <video width="420" height="340" controls autoplay>
<source src="videos/bj_lisa.mp4" type="video/mp4">
</video>
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
All over my face, $playername!
</div>
<div class="npctextboxm"> //You eject your hot load all over Lisa's face.//
</div>
<div class="npctextbox"> <video width="420" height="340" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/lisa_facial.mp4" type="video/mp4"></video>
</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish your BJ and Leave</button>
<div class="npctextbox">''Relationship level with Lisa increased''</div></div>
<<set $lisalevel = $lisalevel +25>>
<<set $time = $time +1>>
<<else>><div class="wrapper"><div class="title">Lisa's Apartment</div>
<div class="apartmentlisa"></div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Hey, $playername. Did you want to chat?
</div>
<<if $lisatits eq 0 and $lisabroken eq 0>> <div class="lisahome"></div><<elseif $lisatits eq 1 and $lisabroken eq 0>><div class="lisatits"><<else>><div class="lisabroken"></div><</if>>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>Remeber how you sucked my cock in the gym?
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Yes $playername, I do.
</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>Let's do it again...
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
No. This is my home. Have some respect!
</div>
<div class="npctextboxm"> //Ugh, it's not going to work. I need to convince her that i'm not just using her. Strength needed: 220 and lisa level 315 needed//
</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave</button>
<div class="npctextboxw">''Relationship level with Lisa decreased by 5''</div></div><</if>>
<<set $lisalevel = $lisalevel -5>>
<<set $time = $time +1>><div class="wrapper">
<div class="imagebox"><img src="images/apartments.jpg" alt="" /></div>
<<nobr>>
<<if $day lte 5 and $time gte 3 and $time lt 6>><button data-passage="Knock on Lisa" class="button" type="button" tabindex="0">Knock on Lisa</button>
<<else>>
<div class="npctextboxm">Lisa isn't home.</div><br><</if>><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><</nobr>>
</div><<if $time gte 6>> <div class="npctextbox"><<lisachat>>Lisa<hr>You're still here? It's late. You should leave.</div>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><<else>><div class="wrapper"><<set $location = "lisaapartment">>
<<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. I'm surprised you actually came over to visit me.</div>
<<nobr>>
<button data-passage="lisakissingmenu" class="button" type="button" tabindex="0">Kiss</button>
<button data-passage="lisabjmenu" class="button" type="button" tabindex="0"> Blowjob</button>
<<if $lisatits eq 0 and $lisabroken eq 0>><button data-passage="Ask her to show more skin around her apartment" class="button" type="button" tabindex="0"> Ask her to be more comfortable in he apartment</button><</if>>
<<if $lisatits eq 1 and $lisabroken eq 0>><button data-passage="Ask her to be completely nude in her apartment" class="button" type="button" tabindex="0"> Ask her to walk around naked in her apartment</button><</if>>
<button data-passage="Chat with Lisa" class="button" type="button" tabindex="0">Chat</button><button data-passage="Give some flowers to Lisa" class="button" type="button" tabindex="0">Give Flowers</button>
<<if $lisaquestline eq -1>><button data-passage="lisasexmenu" class="button" type="button" tabindex="0">❤️ Sex Menu ❤️</button><</if>><hr><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><</nobr>></div><</if>><<if $intelligence gte 200 and $lisalevel gte 250>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> I was thinking more about my hormones and what might increase them for working out.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Okay.. tell me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to see you walking around in abit more skin. It's only natural.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>So, you want me to walk around with my tits out?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It will give me //and you// the test boost we need to live more weight! It's science!</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Alright, if you say so. It's only us here anyway. I dont really mind. It will be nice not to wear so many clothes here anyway.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased slightly (+15)</li><<set $lisalevel = $lisalevel +15>>
<li>Quest log has been updated!</li><<set $lisaquestline = 5>>
<li>Lisa will now be topless in her apartment!</li><<set $lisatits = 1>>
<li>Time has passed (+1)</li></ul></div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking and leave</button>
<<else>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> I was thinking more about my hormones and what might increase them for working out.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Okay.. tell me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to see you walking around in abit more skin. It's only natural.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>So, you want me to walk around with my tits out?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It will give me //and you// the test boost we need to live more weight! It's science!</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>That is fucking wrong! Get the fuck out of my apartment!.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level decreased (-20)</li><<set $lisalevel = $lisalevel -20>></ul></div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave Lisa's Apartment</button><</if>><<if $lisatits eq 1 and $lisalevel gte 350>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> I was thinking more about my hormones and what might increase them for working out.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Okay.. tell me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to see you walking around in abit more skin. It's only natural.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>So, you want me to walk around maked?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It will give me //and you// the test boost we need to live more weight! It's science!</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Alright, if you say so... you really like me don't you?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased! (+150)</li><<set $lisalevel = $lisalevel +150>>
<li>Quest has been completed!</li><<set $lisaquestline = -1>><<set $questcomplete = $questcomplete + 1>>
<li>Lisa will now be //naked// in her apartment!</li><<set $lisabroken = 1>>
<li>Time has passed (+1)</li>
<li>Lisa's sex menu unlocked!</li></ul></div><<time>>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking and leave</button>
<<else>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> I was thinking more about my hormones and what might increase them for working out.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Okay.. tell me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to see you walking around in abit more skin. It's only natural.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>So, you want me to walk around naked?</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>This is too much! Get the fuck out $playername!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level decreased (-30)</li><<set $lisalevel = $lisalevel -30>></ul></div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave Lisa's Apartment</button><</if>><div class="wrapper"><div class="title">Apartments</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey... It's $playername.</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Permission granted. Come in.</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Enter Lisa's apartment</button>
</div><<if $lisaanalmenu eq 0 and $lisalevel gte 700>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Lisa... I want to cum in your big fat milf ass!</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>You dont even need to ask, $playername!</div>
<div class="npctextboxm"><center>You start to have some wild anal sex with Lisa!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisanal2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Cum inside my tight asshole, $playername!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship increased (+500)</li></ul></div><<set $lisalevel = $lisalevel + 500>><<set $lisaanalmenu = 1>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><<set $lisafuckedtimes = $lisafuckedtimes + 1>>
<<elseif $lisaanalmenu eq 1>>
<<lisaoutfit>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>Sorry soldier, my asshole is in recovery mode. not today.</div>
<div class="npctextboxm"><center>You have already fucked Lisa's asshole today.</center></div>
<div class="npctextbox"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button>
<<elseif $lisalevel lte 699>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>I dont feel comfortable letting you fuck my ass.</div>
<div class="npctextboxm"><center>Your relationship level isn't strong enough to fuck Lisa (700 Needed)</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button>
<</if>><<if $lisabjmenu eq 0>><div class="wrapper">
<<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> Actually, I wanted to give you some of my protein!</div>
<div class="npctextboxm">Lisa smiles at raises her eyebrow at you</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Come here!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisahome_bj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You cum a fat load on her face!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisa_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship increased (+35)</li></ul></div><<set $lisalevel = $lisalevel + 35>><<set $lisabjmenu = 1>>
<<if $location eq "lisaapartment">><button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking</button><<else>><button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>>
<<else>>
<<lisaoutfit>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>Sorry soldier, not today.</div>
<div class="npctextboxm"><center>You have already got a BJ from Lisa today.</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<<if $location eq "lisaapartment">><button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking</button><<else>><button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><</if>><<if $lisalevel gte 500>><div class="wrapper"><<lisaoutfit>><<set $location = "lisafuck">>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Lisa... I've always want to take things a step further in our relationship... Let's do some cardio...</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>I thought you'd never ask!</div>
<div class="npctextboxm"><center>You start to have some wild sex with Lisa!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisa_homefucked.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Cum inside me, $playername!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisa_homefucked2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship increased (+100)</li></ul></div><<set $lisalevel = $lisalevel + 100>><<set $lisasexmenu = 1>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><<set $lisafuckedtimes = $lisafuckedtimes + 1>>
<<elseif $lisasexmenu eq 1>>
<<lisaoutfit>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>Sorry soldier, not today.</div>
<div class="npctextboxm"><center>You have already fucked Lisa today.</center></div>
<div class="npctextbox"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button>
<<elseif $lisalevel lte 499>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>I dont feel comfortable fucking you.</div>
<div class="npctextboxm"><center>Your relationship level isn't strong enough to fuck Lisa (500 Needed)</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button>
<</if>><<if $lisakissmenu eq 0>><div class="wrapper">
<<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Hey, $playername. Did you want to chat?</div>
<div class="npctextbox"><<playerchat>>$playername<hr> Actually i wanted a kiss?</div>
<div class="npctextbox"><<lisachat>>Lisa<hr>Sure soldier, come and give Lisa a smooch!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/lisakiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship increased (+25)</li></ul></div><<set $lisalevel = $lisalevel + 25>><<set $lisakissmenu = 1>>
<<if $location eq "lisaapartment">><button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking</button><<else>><button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>>
<<else>>
<<lisaoutfit>>
<div class="wrapper"><div class="npctextbox"><<lisachat>>Lisa<hr>
Sorry soldier, not today.</div>
<div class="npctextboxm"><center>You have already kissed Lisa today.</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<<if $location eq "lisaapartment">><button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Finish talking</button><<else>><button data-passage="lisasexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><</if>><div class="wrapper"><<lisaoutfit>>
<div class="npctextbox"><<lisachat>>Lisa<hr>Did you want something?</div>
<<nobr>>
<button data-passage="lisakissingmenu" class="button" type="button" tabindex="0">Kiss</button>
<button data-passage="lisabjmenu" class="button" type="button" tabindex="0">Blowjob</button>
<button data-passage="lisafuck" class="button" type="button" tabindex="0">Sex</button>
<button data-passage="lisaanalmenu" class="button" type="button" tabindex="0">Anal</button>
<hr><button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper">
<div class="apartments"></div>
<<nobr>>
<<if $day lte 3 and $time lte 7>><button data-passage="Knock on Nathaly" class="button" type="button" tabindex="0">Knock on Nathaly</button>
<<else>>
<div class="npctextboxm">Nathaly isn't home or is asleep.</div><</if>><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><</nobr>>
</div><div class="wrapper"><div class="title">Apartments</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey... It's $playername.</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Come in, boss!</div>
<button data-passage="napartmentmain" class="button" type="button" tabindex="0">Enter Nathaly's apartment</button>
</div><<nobr>><<if $nathalybj gte 1>><div class="wrapper"><div class="title">Speaking with Nathaly</div><br>
<<nathalyoutfit>><br>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername. I don't want to do this anymore. Maybe tomorrow.</div><br>
<div class="npctextboxm"><center>//You cannot get another BJ from Nathaly today.//</center></div><br>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><br>
<<else>><div class="wrapper"><div class="title">Speaking with Nathaly</div><br>
<div class="npctextboxm"><center>//Nathaly pushes you on her bed and undresses your lower half//</center></div><br>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Let's see if I can make you cum today, boss.</div><<set $rando to random(1, 2)>><<set $rando2 to random(1, 2)>><br>
<<if $rando eq 1>><div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/nbj.mp4" type="video/mp4"></video></center></div><<else>><div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/nbj2.mp4" type="video/mp4"></video></center></div><</if>><br>
<<if $rando2 eq 1>><div class="npctextboxm"><center>//Roll: ($rando2) You came for Nathaly!//</center></div><br><div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/nfacial.mp4" type="video/mp4"></video></center></div><br><<else>><div class="npctextboxm"><center>//Roll: ($rando2) You couldn't cum for Nathaly this time.//</center></div><br><</if>><div class="npctextbox"><<nathalychat>>Nathaly<hr>Well. I'm definitely getting a promotion now, right?</div><br>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Nathaly's relationship level increased (+136)</li></ul></div><br><<set $nathalylevel = $nathalylevel + 136>><<set $nathalybj = $nathalybj + 1>>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><</nobr>><<if $time gte 8>><div class="npctextbox"><<nathalychat>>Nathaly<hr>It's too late, $playername. You should go home.</div><<time>>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave Apartment</button></div><<else>><div class="wrapper"><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername, what did you want to do together?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I was just thinking we could watch, TV, see where it goes?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Sure! I love watching Friends!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<set $nathalylevel = $nathalylevel + 15>>
<li>Relationship with Nathaly has increased (+15)</li></ul></div><<time>>
<button data-passage="napartmentmain" class="button" type="button" tabindex="0">Finish Talking</button></div><</if>><<if $flowers.contains("flowers")>><div class="wrapper">
<<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Is that for me?!</div>
<div class="npctextboxm">You hand Nathaly some flowers. She smiles at you lovingly.</div><<run $inventory.deleteAt($inventory.indexOf("flowers"))>><<set $nathalylevel = $nathalylevel + 150>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Flowers removed from inventory (-1)</li>
<li>Relationship increased by 150</li></ul></div>
<<else>><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Uh...</div>
<div class="npctextboxm">You hand nothing to Nathaly. You have no flowers. You have nothing to give her. Why did you try this? You are an embarrassment.</div>
<</if>><button data-passage="napartmentmain" class="button" type="button" tabindex="0">Finish Talking</button>
<<time>><<nobr>><<if $nathalyfuck gte 1>><div class="wrapper"><div class="title">Speaking with Nathaly</div>
<<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername. I don't want to do this anymore. Maybe tomorrow.</div><br>
<div class="npctextboxm"><center>//You cannot fuck Nathaly again today.//</center></div><br>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><br>
<<else>><div class="wrapper"><div class="title">Speaking with Nathaly</div><br>
<div class="npctextboxm"><center>//Nathaly pushes you on her bed and undresses you again!//</center></div><br>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>This time I want you to see if you can cum inside me. Make me a happy girl, won't you?</div><<set $rando to random(1, 2)>><<set $rando2 to random(1, 2)>><br>
<<if $rando eq 1>><div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/nfuck.mp4" type="video/mp4"></video></center></div><<else>><div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/nfuck2.mp4" type="video/mp4"></video></center></div><</if>><br>
<<if $rando2 eq 1>><div class="npctextboxm"><center>//You came for Nathaly!//</center></div><br><div class="videobox"><center><video max-width="720" max-height="440" loop autoplay muted webkit-playsinline playsinline><source src="videos/ncreampie.mp4" type="video/mp4"></video></center></div><br><<else>><div class="npctextboxm"><center>//You couldn't cum for Nathaly this time.//</center></div><br><</if>><div class="npctextbox"><<nathalychat>>Nathaly<hr>I hope i'm not pregnant!</div><br>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Nathaly's relationship level increased (+196)</li></ul></div><br><<set $nathalylevel = $nathalylevel + 196>><<set $nathalyfuck = $nathalyfuck + 1>><<set $nathalyfuckedtimes = $nathalyfuckedtimes + 1>>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><</nobr>><<if $nathalykiss gte 1>><div class="wrapper"><div class="title">Speaking with Nathaly</div>
<<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername. Let's stop kissing for now.</div>
<div class="npctextboxm"><center>//You cannot kiss Nathaly too many times in one day//</center></div>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button>
<<else>><div class="wrapper"><div class="title">Speaking with Nathaly</div>
<div class="npctextboxm"><center>//You grab Nathaly and kiss her//</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/nkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Am I getting a raise for this?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Nathaly's relationship level increased (+55)</li></ul></div><<set $nathalylevel = $nathalylevel + 55>><<set $nathalykiss = $nathalykiss + 1>>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><<if $nathalylevel gte 190>><div class="wrapper"><div class="title">Speaking with Nathaly</div>
<<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You want me to take off my clothes?!</div>
<div class="npctextboxm"><center>//You nod your head//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why not, let's get comfortable!</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hmm... just because I like you, okay?</div>
<div class="npctextboxm"><center>//Nathaly is now nude!//</center></div><<set $nathalyobediance = 1>>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button>
<<else>><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You want me to take off my clothes?!</div>
<div class="npctextboxm"><center>//You nod your head//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why not, let's get comfortable!</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You sick freak! No fucking way!</div>
<button data-passage="nsexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><<if $time gte 8>><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>It's getting late... you should leave...</div>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><<else>><div class="wrapper"><<set $location = "nathalyapartment">><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Sorry about the mess... aha</div>
<<nobr>>
<<if $nathalyquest != -1>><div class="npctextboxm">Quest Complete!</div><<set $nathalyquest = -1>><<set $questcomplete = $questcomplete + 1>><br><</if>>
<button data-passage="nChat" class="button" type="button" tabindex="0">Chat</button><button data-passage="nFlowers" class="button" type="button" tabindex="0">❤️ Give Flowers ❤️</button>
<<if $nathalyquest eq -1>><button data-passage="nsexmenu" class="button" type="button" tabindex="0">❤️ Sex Menu❤️</button><</if>><hr><button data-passage="Apartments" class="button" type="button" tabindex="0">Leave</button><</nobr>></div><</if>><div class="wrapper"><<nathalyoutfit>>
<div class="npctextbox"><<nathalychat>>Nathaly (Lvl $nathalylevel)<hr>Okay - What should we do?!</div>
<<nobr>>
<button data-passage="nkiss" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button>
<<if $nathalylevel gte 350>><button data-passage="nbj" class="button" type="button" tabindex="0">❤️ Blowjob ❤️</button><</if>>
<<if $nathalylevel gte 750>><button data-passage="nfuck" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><</if>>
<<if $nathalyobediance eq 0>><button data-passage="noutfit" class="button" type="button" tabindex="0">❤️ Take off her Clothes ❤️</button><</if>>
<hr><button data-passage="napartmentmain" class="button" type="button" tabindex="0">Leave</button><</nobr>><<if $elsalevel lte 74>><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, how about a //kiss// for all my hard work today?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Ew. that is NOT happening.</div>
<div class="npctextbox"><ul><li>Time has passed (+1)</li><<time>>
<li>Relationship with Elsa decreased (-20)</li></ul></div><<set $elsalevel = $elsalevel - 20>>
<button data-passage="Sleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><<else>>
<div class="wrapper">
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, how about a //kiss// for all my hard work today?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Heehee sure thing.</div>
<div class="npctextboxm">Elsa comes closer to you and gives you a kiss</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/kiss_elsa.mp4" type="video/mp4">
</video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Amazing...</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Relationship with Elsa increased (+35)</li></ul></div><<set $elsalevel = $elsalevel + 35>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>Maybe you could throw some money my way? I'm not a fucking slave you know?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>$playername, you can't be serious? I already told you I can't give you any money! I can't even pay myself! Please leave.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship decreased (-10)</li></ul></div><<set $elsalevel = $elsalevel -10>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>Elsa you are a queen and all queens deserve my free simp labour</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Uh, yeah... thanks again for the help $playername</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Relationship with Elsa increased (+20)</li></ul></div><<set $elsalevel = $elsalevel + 20>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><div class="wrapper"><div class="title">Elsa's Pub</div><<if $elsalevel lte 99>><div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, that was a good shift. I was thinking, would you want to hang out outside of work sometime?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I'm sorry $playername but I wouldn't feel comfortable as we don't really know each other yet. Maybe after we work together some more</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button>
<<else>>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Elsa, that was a good shift. I was thinking, would you want to hang out outside of work sometime?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Erm... sure. I live in the apartment building, its number #24. I'm usually there in the morning.</div>
<div class="npctextboxm">You will now be able to visit Elsa in her apartment</div><<set $elsaquestline = 2>>
<<qt>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><<set $elsaapartment = 1>><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>You've had your fun with the customers. Now it's my turn.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>You want to fuck me again $playername? Am I really that attractive to you?</div>
<div class="npctextboxm">//Elsa drops her towel and exposes her bare nude body. She has cumstains all over her body and hair from the constant sex.//</div>
<div class="npctextboxm">//Elsa quickly pulls down your pants and pulls out your already hard cock.//</div>
<source src="videos/bj_elsa.mp4" type="video/mp4">
</video></center></div>
<div class="npctextboxm">//You both undress completely. She pushes you against the backroom sofa and sucks on your cock some more.//</div>
<center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/bj2_elsa.mp4" type="video/mp4">
</video></center>
<div class="npctextbox"><<elsachat>>Elsa<hr>God, fuck me now $playername!</div><<set $elsafuckedtimes = $elsafuckedtimes + 1>>
<div class="npctextboxm">//You ram your cock in Elsa's pussy.//</div>
<center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/shag_elsa.mp4" type="video/mp4">
</video></center>
<div class="npctextboxm">//And finally, you finish your hot sticky load on this slut's face.//</div>
<center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/elsa_facial.mp4" type="video/mp4"></div>
</video></center>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship increased (+150)</li>
<li>You fucked Elsa! (+1)</li></ul></div><<set $elsalevel = $elsalevel + 150>><<set $elsafucked = $elsafucked + 1>><<set $elsaquestline = -1>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<<if $elsalevel lte 449 and $intelligence lte 104>><div class="npctextbox"><<playerchat>>$playername<hr>I've got an idea on how we can improve our customer experience of the bar.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I'm listening... Your last idea definetly improved the business.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Basically it's going to involve you...'pleasuring' the customers...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>You've finally lost the plot, haven't you? There's no way i'm fucking the customers.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship decreased (-15)</li></ul></div><<set $elsalevel = $elsalevel - 15>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button>
<<else>><div class="npctextbox"><<playerchat>>$playername<hr>I've got an idea on how we can improve our customer experience of the bar.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I'm listening... Your last idea definetly improved the business.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Basically it's going to involve you...'pleasuring' the customers...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Are you sure this will work? I dont have much sexually experience if im honest with you.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>It will 100% work Elsa, you will just let them use your body.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Okay. Whatever it takes.</div>
<div class="npctextboxm">Elsa will now start prostituting herself in the bar. Quest log updated!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship increased (+50)</li></ul></div><<set $elsalevel = $elsalevel + 50>><<set $elsaquestline = 4>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button><<set $sexbar = 1>><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm sick and tired of watching you get used by the customers Elsa, i want my turn.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>You want to fuck me? I guess it can be payment for all the help you given me. I'm so used to having the customer's cock in me, yours will be no different.</div>
<div class="npctextboxm">//Giggidy//</div>
<div class="npctextboxm">//Elsa quickly pulls down your pants and pulls out your already hard cock.//</div>
<div class="npctextboxm">//You both undress completely. She pushes you against the backroom sofa and sucks on your cock some more.//</div>
<div class="videobox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline><source src="videos/bj2_elsa.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>God, fuck me now $playername!</div>
<div class="npctextboxm">//You ram your cock in Elsa's pussy.//</div>
<div class="videobox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline><source src="videos/shag_elsa.mp4" type="video/mp4"></video></center></div><<set $elsafuckedtimes = $elsafuckedtimes + 1>>
<div class="npctextboxm">//And finally, you finish your hot sticky load on this slut's face.//</div>
<div class="videobox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline><source src="videos/elsa_facial.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship increased (+150)</li>
<li>You fucked Elsa! (+1)</li>
<li>New interactions unlocked!</li></ul></div><<set $elsalevel = $elsalevel + 150>><<set $elsafucked = $elsafucked + 1>><<set $elsaquestline = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Leave the bar and go home</button></div><<if $flowers.contains("flowers")>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hmm, flowers? For me?! Wow... I don't know what to say... Thank you $playername!</div>
<div class="npctextboxm"><center>She looks at the flowers and apreciates the gesture. (Even if it is a bit weird)</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Elsa's relationship level increased (+50)</li>
<li>You lost flowers from your inventory (-1)</li></ul></div><<set $elsalevel = $elsalevel +50>><<run $flowers.pluck("flowers")>>
<button data-passage="finish bar shift" class="button" type="button" tabindex="0">Finish</button><<else>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hmm, flowers? Is that a joke?</div>
<div class="npctextboxm"><center>She looks at you confused.. maybe you should actually buy some flowers before trying to give them to her.</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Elsa's relationship level decreased (-5)</li></ul></div><<set $elsalevel = $elsalevel - 5>>
<button data-passage="finish bar shift" class="button" type="button" tabindex="0">Finish</button>=<</if>><div class="wrapper"><div class="title">Room of Apate</div>
<div class="imagebox"><img src="images/London4/witchhousecharlotte.png" alt="" /></div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
It's you. What do you want?</div>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Room of Apate</div>
<div class="imagebox"><img src="images/London4/witchhousecharlotte.png" alt="" /></div>
<<if $apatemet eq 0>><button data-passage="meetingapate" class="button" type="button" tabindex="0">Meeting Apate</button><<else>><button data-passage="apatemenu" class="button" type="button" tabindex="0">Talk to Apate</button><</if>><hr><button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Room of Apate</div>
<div class="imagebox"><img src="images/London4/witchhousecharlotte.png" alt="" /></div>
<div class="npctextbox"><div class="apatechat"></div>???<hr>
I am Apate. Who are you?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Apate? I'm $playername. I have the key so now you're under my control!</div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
...</div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
HAHAHAHAHAH</div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
You fool! Nobody can control me. I broke the curse of the keybearer a long time ago. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Fuck! Really? I've been lied to. I'm just gonna go....</div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
Wait, before you go. I have something to ask you. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hmmm?</div>
<div class="npctextbox"><div class="apatechat"></div>Apate<hr>
You're the first human from Earth to come here in a long long time. Come back later and I might have some tasks for you.</div><<set $apatemet = 1>>
<div class="npctextbox"><<playerchat>>$playername<hr>
Yeah, whatever</div>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You pull out your tools and begin to craft your mona lisa, your artistic masterpiece, your gloryhole! I hope Elsa doesn't mind!//</div>
<div class="npctextboxm">//After a few short moments, it is complete!//</div><<set $gloryholecreated = 1>>
<div class="gloryhole"></div>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Nice</button></div>
<<set $gloryhole = 2>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You wait a few moments..//</div>
<div class="gloryhole"></div>
<div class="npctextboxm">You start to feel your cock being played with on the other side of the wall</div>
<div class="videobox"><center><video max-width="720" max-height="440" controls autoplay muted webkit-playsinline playsinline><source src="videos/gloryhole1.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="gloryholeslutchat"></div>Glory Hole Slut<hr>I can't believe I'm getting filled up with a strangers cum while my boyfriend is at the bar buying me drinks!</div>
<div class="videobox"><center><video max-width="720" max-height="440" controls autoplay muted webkit-playsinline playsinline><source src="videos/gloryhole2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>You caught an STD (+1)</li></ul></div><<set $std = 1>>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Cum and leave</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//There it is, your glory hole. You are proud of this, you didn't really have a talent for craftsmanship. Or at least that's what your old teacher said in school. Fuck that bitch, i made a gloryhole.//</div>
<div class="gloryhole"></div>
<div class="npctextboxm">You pull out your cock and stick it in the gloryhole and wait a few moments.</div>
<<set $grando to random(1, 3)>><<if $grando eq 1>>
<div class="npctextboxm">Fuck, someone is here!</div>
<button data-passage="gloryholeaction" class="button" type="button" tabindex="0">Oh yeah suck this dick!</button><<else>><button data-passage="pubtoilet" class="button" type="button" tabindex="0">Nobody comes...</button><</if>></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You carefully enter the cubicle toilets and lock the door behind you. The smell is disgusting.//</div>
<div class="pubtoilet"></div>
<button data-passage="pubpoop" class="button" type="button" tabindex="0">Take a dump</button><<nobr>>
<<if $inventory.contains('tools') and $gloryhole eq 0>><button data-passage="gloryholestart" class="button" type="button" tabindex="0">Make a glory hole</button>
<<elseif $gloryhole eq 0 and $inventory.includes('tools') == false>><button class="button" type="button" tabindex="0">Make a glory hole (Tools Required)</button><</if>>
<<if $gloryhole gte 1>><button data-passage="usegloryhole" class="button" type="button" tabindex="0">Use the glory hole</button><</if>><</nobr>><button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You pull down your trousers and begin to unleash yesterday's lunch into the toilet bowl. Elsa will have fun cleaning this log tonight!//</div>
<div class="videobox"><center><video max-width="720" max-height="440" controls autoplay muted webkit-playsinline playsinline><source src="videos/poop.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh fuck, i've clogged the toilet!.</div>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You wash your hands in the sink. Congratulations.//</div>
<div class="washhands"></div><<set $washhands = 1>>
<div class="npctextboxm">//Nothing happens.//</div>
<button data-passage="pubbathroom" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You enter the pub bathroom... what is that smell?//</div>
<div class="imagebox"><img src="images/stripclubbathroom.jpg" alt="" /></div>
<<if $apatekey eq 1>><button data-passage="apateroom" class="button" type="button" tabindex="0">Door of Apate - Use Key</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Door of Apate - Locked</button><</if>><button data-passage="pubtoilet" class="button" type="button" tabindex="0">Enter cubicle</button><button data-passage="washhands" class="button" type="button" tabindex="0">Wash your hands</button><button data-passage="Enter the pub" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You walk up to the bar. Elsa is here.//</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<playerchat>>$playername<hr>Can I get a beer please?</div>
<<if $status eq "Drunk">><div class="npctextbox"><<elsachat>>Elsa<hr>I think you have had enough.</div>
<button data-passage="Enter the pub" class="button" type="button" tabindex="0">Noted</button></div><<else>><div class="npctextboxm">//You hand over $15 to Elsa and she passes you a beer//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>My friends used to call me one can van dam you know?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Ummmm, why?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Because i'd get completely shitface drunk after one can of beer</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Nice, just remember if you throw up in my pub. You're going to get my foot up your asshole</div>
<div class="npctextboxw"><ul><li>You are drunk!</li><<set $status = "Drunk">>
<li>You lost money (-5)</li></ul></div><<set $money = $money -5>>
<button data-passage="Enter the pub" class="button" type="button" tabindex="0">Noted</button><</if>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You strike up a conversation with the nearest customer at Elsa's bar..//</div>
<div class="bargirl"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Excuse me. May I tip my fedora to you m'lday?</div>
<div class="bargirl11"></div>
<div class="npctextbox"><div class="barladychat"></div>Bar Lady<hr>M'lady? Are you fucking serious? Get the fuck away from me!</div>
<<if $drunk eq 0>><div class="npctextbox"><<playerchat>>$playername<hr>Jeez, i've got to work on the pickup lines... Maybe if I had some //liquid courage//.</div>
<<if $combatenabled eq 1>><button data-passage="fightpubperson0.1" class="button" type="button" tabindex="0">Fight Bar Whore (Lvl 20)</button><</if>><button data-passage="Enter the pub" class="button" type="button" tabindex="0">Leave</button><<else>><div class="npctextboxm">//Your drunk side takes over//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Jeez... baby, can you give a guy a break? I'm just trying to hit on you! You're fucking beautiful!</div>
<div class="npctextbox"><div class="barladychat"></div>Bar Lady<hr>I'm beautiful, really? You think so?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Without a doubt the most beautiful piece of ass in here</div>
<div class="npctextbox"><div class="barladychat"></div>Bar Lady<hr>Wow you're such a charmer. Here's a little gift for you..</div>
<div class="bargirl2"></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh my lawd!</div>
<button data-passage="Enter the pub" class="button" type="button" tabindex="0">Leave</button><</if>></div><div class="itemwrapper"><div class="npctextbox"><centeR>Loading Enemy - bar whore</center></div><<set $thugcombatlevel = 20>><<set $thugstamina = 5>><<set $thughealthpoints = 25>><<run $enemy.push('bar whore')>><<set $thugmaxhealth = 25>><<set $thugmaxstamina = 5>>
<div class="npctextbox"><div class="barladychat"></div>Bar Lady<hr>I'm gonna fuck you up!</div>
<button data-passage="fightpubperson" class="button" type="button" tabindex="0">Fight Bar Whore (Lvl 20)</button><div class="npctextbox"><div class="itemwrapper"><centeR>Enemy ($enemy)</center><hr>
<<enemybattle>></div></div>
<div class="npctextbox"><div class="itemwrapper"><centeR>Your Party</center><hr>
<<partybattle>></div></div>
<<nextaction>><div class="wrapper"><div class="title">Elsa's Pub</div><<set $location = "amorebedroom">>
<div class="npctextboxm">//You enter the pub. Around you is clusters of old men playing cards and drinking ale.//</div>
<<elsaoutfitwork>>
<<if $elsamet eq 0>><div class="npctextboxm">//You are just about to do a 180 and leave this shithole until you see the most beautiful bartender you've ever seen.//</div>
<div class="npctextboxm">//You make you way over to the bar to speak to this goddess.//</div>
<button data-passage="meeting elsa" class="button" type="button" tabindex="0">⭐ Special Event: Meeting Elsa ⭐</button><hr><</if>><<if $stamina gte 5 and $elsamet eq 1>><button data-passage="Speak to Elsa" class="button" type="button" tabindex="0">Work at the pub</button><<elseif $elsamet eq 1 and $stamina lte 4>><button data-passage="" class="button" type="button" tabindex="0">Work at the pub - Need at least 5 Stamina</button><</if>><button data-passage="pubbathroom" class="button" type="button" tabindex="0">Bathroom</button><<if $barslut eq 0>><button data-passage="chatwithpatrons" class="button" type="button" tabindex="0">Chat with customers</button><</if>><<if $money gte 15>><button data-passage="buyabeer" class="button" type="button" tabindex="0">Buy a beer - $15</button><<else>><button class="button" type="button" tabindex="0">Buy a beer - $15 (Not enough money)</button><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="imagebox"><img src="images/pub.jpg" alt="" /></div>
<<if $time gte 4 and $day neq 7>><button data-passage="Enter the pub" class="button" type="button" tabindex="0">Enter the pub</button><<else>><div class="npctextboxm"><center>Elsa's Pub is <<closed>> at this time.</center></div><br><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">As proposed, Elsa is now whoring herself out to all the patrons in her bar. Men and lining up to take turns of her holes and she gladly gives herself to them all.</div>
<<elsaoutfitwork>>
<div class="npctextboxm">You look over to one side of the bar, where a mattress has been put for the clients to use Elsa whenever they want.</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Me and my boys want you!</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Yes sir! You can all use me!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/elsa_fuck.mp4" type="video/mp4">
</video></center></div>
<div class="npctextboxm">You see her getting pounded from behind as she struggles to take all the dick at once. She looks over at you and smiles and her pussy is filled with stranger's cum.</div>
<button data-passage="finish bar shift" class="button" type="button" tabindex="0">Finish working</button></div><<set $elsajealousy to $elsajealousy +1>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextboxm">//You walk over to see Elsa smiling//</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<elsachat>>Elsa<hr><<if $nudebar eq 0>>Hey, you actually came back<<else>>Hey $playername, working nude is great. I am starting to like all this new attention<</if>></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's get to work!</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Thanks, $playername. Agreed - Let's get to work.</div>
<div class="npctextboxm">//You start working a long and hard shift behind the bar//</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>><<time>>
<<if $sexbar eq 1>><button data-passage="Watch Elsa fuck" class="button" type="button" tabindex="0">Watch - Elsa is fucking the customers!</button><</if>><button data-passage="finish bar shift" class="button" type="button" tabindex="0">Finish work</button>
</div><div class="wrapper"><div class="title">Elsa's Pub</div>
<<elsaoutfitwork>>
<div class="npctextbox"><<elsachat>>Elsa<hr>Looks like we did well today. Thanks $playername, I couldn't of done it without you.<<if $elsafucked eq 0>>I wish i could repay you.<<else>> I'm making enough money to pay you now. Going forward i'll give you $300 per shift.<<set $money = $money + 300>><</if>></div>
<div class="npctextboxm">//Now that i've got some alone time with Elsa I should use this time to ask her something//</div>
<div class="npctextboxw"><ul><li>Time has passed (+3)</li><<time>><<time>><<time>>
<li>Relationship with Elsa increased (+25)</li></ul></div><<set $elsalevel = $elsalevel + 25>>
<<nobr>>
<<if $elsaapartment eq 0>><button data-passage="Ask to hangout" class="button" type="button" tabindex="0">Ask to Hangout</button><</if>>
<button data-passage="Ask for a kiss" class="button" type="button" tabindex="0">Kiss</button>
<button data-passage="giveflowersbar" class="button" type="button" tabindex="0">Give Flowers</button>
<button data-passage="Ask for nothing" class="button" type="button" tabindex="0">Ask for nothing</button>
<button data-passage="Ask for money" class="button" type="button" tabindex="0">Ask for money</button>
<<if $nudebar eq 1 and $sexbar eq 0>><button data-passage="Show her how she can please her customers" class="button" type="button" tabindex="0"><FONT COLOR="PINK">//FucK YoUr CuStOmErS...//</FONT></button><</if>>
<<if $elsajealousy gte 3 and $elsafucked eq 0>><button data-passage="Take your turn" class="button" type="button" tabindex="0">Fuck Elsa - Complete Quest</button><</if>>
<<if $elsafucked gte 1>><button data-passage="Fuck Elsa again" class="button" type="button" tabindex="0">❤️ Fuck Elsa Again ❤️</button><</if>>
<</nobr>><div class="wrapper"><div class="title">Elsa's Pub</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey! What's a good looking girl like you doing in a place like this?</div>
<div class="elsabar"></div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Hey, what can I get you?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually, I was wanting to get to know you more? Are you from around this area?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Jeez.. yeah i'm from around here, my name is Elsa. I don't have time for small talk. If I did I wouldn't get anything done around here. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay, i'm sorry...</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Sorry, I don't mean to treat my customers bad but business isn't great here and i'm constantly stressed about losing the bar. Have a drink on me. What is your name?</div>
<div class="npctextboxm">//Elsa pours you a nice pint of beer on the house//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks, my name is $playername. Do you own this bar?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Yeah, I took it over from my mom when she passed away. Business is shit and she owed a lot to the banks so I'm currently working to pay it off.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry to hear that. Is there anything I can do to help?</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Do you have a million dollars, $playername? That might help me.</div>
<div class="npctextboxm">//Elsa chuckles//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I don't have a million dollars but if you need any help around the pub I could help?</div>
<div class="npctextboxm">//Elsa frowns at you and thinks//</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>I would love the help, but honestly. I can't pay you anything. I can barely afford my apartment.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>You don't have to pay me anything.</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>What, really? You would work for free?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's right. I'll try and pop around as often as i can and help you!</div>
<div class="npctextbox"><<elsachat>>Elsa<hr>Wow thank you $playername, i don't know what to say...</div>
<<qt>><<set $elsaquestline = 1>>
<div class="npctextboxm">//You head home and go to bed.//</div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Go Home</button></div><<set $elsamet = 1>><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, Sorry man. I'm a pussy. I don't w-</div>
<div class="npctextboxm">Time freezes and you hear a strange voice inside your head</div>
<div class="npctextboxm"><div class="questphoto"><img src="images/redux/godchat.png"></div>God<hr>My child. You //MUST// accept this quest. You cannot be a pussy! I am sending you back in time. Do not fail me!</div>
<div class="npctextboxm">What the fuck?</div>
<button data-passage="Do you want to be a drug dealer?" class="button" type="button" tabindex="0">Go back in time</button></div><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextboxm">You enter Paul's house. Paul has the worst house you've ever seen.</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Hey $playername, I'd offer you a beer or something but im all out</div>
<<if $imapussy eq 1>><button data-passage="Yea, i'm in" class="button" type="button" tabindex="0">I changed my mind, i want to sell drugs!</button><</if>><<if $metpaul eq 1>><button data-passage="selling drugs" class="button" type="button" tabindex="0">Buy Drugs</button><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, I want to sell weed.</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>You're going to need to be able to buy some to sell first. Here's what I've got for you.</div>
<<if $money gte 100>><button data-passage="Da Kush $50" class="button" type="button" tabindex="0">Buy Weed - $100</button><</if>>
<button data-passage="Paul's House" class="button" type="button" tabindex="0">Finish</button></div><div class="wrapper"><div class="title">Paul's House</div>
<div class="npctextboxm">You enter the house of your childhood friend, Paul.</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, it's good to see you again buddy!</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Hey $playername, absoloutely man! So nice to see you again, just like old times huh?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah, those were days!</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Do you have a job yet, $playername?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I work for myself Paul, you should know that by now. What about you? Last I heard you were working at PC World?</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>PC World? It fucking sucks man. My bitch boss is always on my ass and I get paid next to nothing.</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>But listen man, I can help you out...</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>I've been making A LOT of money on the side recently, let's just say it isn't 100% legal... You interested?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>How illegal are we talking?</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Hmmmm, nothing a good lawyer cant get us out of, haha! So, you in?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Tell me what it is first</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>It's selling to good green herb man, you know?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Mint leaves?</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Ye- I mean no. Mint leaves? are you fucking stupid? I'm selling weed man. I'm making a killing!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh right yeah, weed.</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>So, you want in?</div>
<button data-passage="Yea, i'm in" class="button" type="button" tabindex="0">I want in</button><button data-passage="No, i'm a pussy" class="button" type="button" tabindex="0">No, i'm a pussy</button></div><<if $time lte 3>><div class="wrapper"><div class="title">Paul's House</div>
<div class="npctextboxm">Paul isn't home. Perhaps I should come back later.</div>
<button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><<else>><div class="wrapper"><div class="title">Paul's House</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Hey $playername, what a nice surprise! Come in man!</div>
<<if $paulquest1 eq 1>><button data-passage="Enter Paul's Home" class="button" type="button" tabindex="0">Enter Paul's House</button><<elseif $paulquest1 eq 0>><button data-passage="Do you want to be a drug dealer?" class="button" type="button" tabindex="0">Enter Paul's House</button><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulshouse.jpg" alt="" /></div>
<button data-passage="Knock on Paul" class="button" type="button" tabindex="0">Knock on Paul</button><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button>
</div><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, I want to buy this one</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>A very nice choice friendo, that will be $100 please.</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>I've sold this to homeless guys, prostitutes and that shop keeper guy.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Fucking Ahmed?!</div>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Haha yeah, that guy is a fucking drug freak!.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Lost Money (-100)</li>
<li>Weed added to inventory (+1)</li></ul></div>
<button data-passage="Paul's House" class="button" type="button" tabindex="0">Nice</button></div><<set $weed.push("weed")>><<set $money = $money -100>><<set $time = $time +1>><div class="wrapper"><div class="title">Paul's House</div>
<div class="imagebox"><img src="images/paulhouse.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Paul, I'm in.</div><<set $drugdealerquest = 1>>
<div class="npctextbox"><div class="paulchat"></div>Paul<hr>Alright man! Trust me you wont fucking regret it, we're going big places dude! Here, have the first piece of weed for free. You can sell that to make some money!</div>
<<qt>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li>
<li>Weed added to inventory (+1)</li></ul></div>
<button data-passage="Paul's House" class="button" type="button" tabindex="0">Fuck Yeah!</button><<set $metpaul = 1>><<set $time = $time +1>><<set $imapussy = 0>><<set $paulquest1 = 1>><<set $weed.push("weed")>><div class="wrapper"><div class="title">Doctor's Office</div>
<div class="doctorwaitingroom"></div>
<div class="npctextbox"><div class="femdoc"></div>Doctor<hr>Do you need healing? Any STDs?</div>
<<if $money gte 10>><button data-passage="amoreheal" class="button" type="button" tabindex="0">Recover Health - $10</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Recover Health - (Need $10)</button><</if>><hr><button data-passage="Gough Street" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Doctor's Office</div>
<div class="doctorwaitingroom"></div>
<div class="npctextboxm"><center>Your party's health has been fully recovered! Any STDs have also been cured</center></div><<doctorheal>>
<button data-passage="amoredoctor" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">$stripClubName</div>
<div class="npctextboxm"><center>//You notice a very pretty woman at the bar//</center></div>
<div class="imagebox"><img src="images/stripclubnath.jpg" alt="" /></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey, you're $playername, right?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's right. Do I know you?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>No, but I heard you just bought this strip club. I used to work here about 5 years ago before it was put up for sale</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay, and?</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You're going to want an experienced girl working here. I can help you run this place.</div>
<div class="npctextboxm"><center>//You take another good look at Nathaly//</center></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Come on baby, I'll treat //you// and your customers right...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay, fuck it! You'll be working here from now on. You're experienced so you're the head girl.</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You wont regret it $playername baby!</div>
<div class="npctextboxm"><center>//You just hired Nathaly as a stripper//</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Quest Complete!</li></ul></div><<set $stripclubquest = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="stripclubbar" class="button" type="button" tabindex="0">Finish Speaking</button></div><<set $stripperSister = 1>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="josephinestripper"></div>
<div class="npctextbox"><<if $josephineoutfit eq 0>><div class="josephinechat"></div><<else>><div class="josephinechatnude"></div><</if>>Josephine
<hr>Hey $playername, nice place!</div>
<div class="npctextbox"><div class="playerchat"></div>$playername
<hr>Thanks Josephine, always nice to see you</div>
<div class="npctextbox"><<if $josephineoutfit eq 0>><div class="josephinechat"></div><<else>><div class="josephinechatnude"></div><</if>>Josephine
<hr>You too baby!</div>
<button data-passage="stripclublockerroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripclubbackroomnathaly.jpg" alt="" /></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername, nice place!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks Nathaly, always nice to see you</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>You too baby!</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<set $nathalylevel = $nathalylevel + 15>>
<li>Relationship with Nathaly has increased (+15)</li></ul></div><<time>>
<<if $nathalyquest eq 1 and $nathalyshowswatched gte 5>><button data-passage="nathalyquest1" class="button" type="button" tabindex="0">Flirt</button><</if>><<if $nathalyquest eq 0>><button data-passage="nathalyqueststart" class="button" type="button" tabindex="0">Start Quest: Seducing Nathaly</button><</if>><button data-passage="stripclublockerroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><div class="wrapper"><div class="title">$stripClubName</div>
<<if $time eq 5 and $day lte 3 and $stripperJosephine eq 1>><div class="imagebox"><img src="images/stripclubbackroomjosephine.jpg" alt="" /></div><</if>><<if $time lte 4 and $day gte 4 and $stripperSister eq 1 >><div class="imagebox"><img src="images/stripclubbackroomnathaly.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/stripclubbackroom.jpg" alt="" /></div><</if>>
<div class="npctextboxm"><center>//You walk into the backroom where the girls get ready before a show//</center></div>
<<if $time eq 5 and $day lte 3 and $stripperJosephine eq 1>><button data-passage="speakjosephinestripper" class="button" type="button" tabindex="0">Speak with Josephine</button><</if>><<if $day gte 4 and $time lte 4 and $stripperSister eq 1>><button data-passage="speaknathalystripper" class="button" type="button" tabindex="0">Speak with Nathaly</button><</if>><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripclubbackroomnathaly.jpg" alt="" /></div><<set $nathalyquest = 2>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername, I've noticed you watching a lot of my shows recently. How come?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just can't get enough of seeing you! You're the best thing about this place</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hehe! You're so cute! why don't you come by my apartment sometime?</div>
<div class="npctextboxw"><ul><li>The Quest Log Has Been Updated</li></ul></div><<time>><<set $nathalyapartment = 1>>
<button data-passage="stripclublockerroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripclubbackroomnathaly.jpg" alt="" /></div><<set $nathalyquest = 1>>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey $playername, Did you want something?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually I was thinking me and you could-</div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Sorry - I really need to prepare for my show. Can we talk later?</div>
<div class="npctextboxw"><ul><li>The Quest Log Has Been Updated</li></ul></div><<time>>
<button data-passage="stripclublockerroom" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><div class="wrapper"><div class="npctextbox"><<momchat>>$mom
<hr>
Hunny, I need your help...</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
Hey $mom, sure. what's up? Is everything okay</div>
<div class="npctextbox"><<momchat>>$mom
<hr>
The money has ran out...</div>
<div class="npctextboxm">//What the fuck is she talking about?//</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
What are you talking about? What money?</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
The money from your father's inheritance. I've lost it all! </div>
<div class="npctextboxm"><center>//$mom starts to cry//</center></div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
How come? How much did you lose?</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
I was scammed baby! I put all the money into a pyramid scheme i saw online! </div>
<div class="npctextboxm"><center>//The crying is worse//</center></div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
How much did you lose???</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
$65,000 !!! </div>
<div class="npctextboxm"><center>//Is she fucking serious?!?!?!?!//</center></div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
I know, I fucked up! What should I do? I can't afford to live here anymore. We're all going to have to move out! </div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
I'll sort it out $mom. Just let me think about what to do...</div>
<div class="npctextboxm">//Your fucking mom just lost the money that was letting you live her rent free. You've got 2 options. Give her the money she lost or get her a job. If I give her the money she will owe me big time but she's also a fucking bimbo - she would be a good stripper... a big decision is needed...//</div>
<<if $momlocation eq 1>><button data-passage="your step mom is here" class="button" type="button" tabindex="0">A Big Decision is needed</button><<elseif $momlocation eq 2>><button data-passage="Mom is here" class="button" type="button" tabindex="0">A Big Decision is needed</button><<elseif $momlocation eq 3>><button data-passage="entermomsbedroomnight" class="button" type="button" tabindex="0">A Big Decision is needed</button><</if>></div>
<<set $momquest = 1>><<set $time = $time +3>><div class="wrapper"><div class="title">A conversation with $mom</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Hunny, did you decide what I should do?</div>
<<if $money gte 65000 and $momquest eq 1>><button data-passage="mothermoney" class="button" type="button" tabindex="0">I will give you the money - $65,000</button><<elseif $money lte 64999>><button class="button" type="button" tabindex="0">I will give you the money - (Need $65,000)</button><</if>><<if $stripClubRenovated eq 1 and $momquest eq 1>><button data-passage="motherstripper" class="button" type="button" tabindex="0">You will work as a stripper</button><<elseif $stripClubRenovated eq 0 and $momquest eq 1>><button class="button" type="button" tabindex="0">You will work as a stripper (Need a Strip Club)</button><</if>><<if $momlocation eq 2>><button data-passage="Mom is here" class="button" type="button" tabindex="0">I haven't decided</button><</if>><<if $momlocation eq 1>><button data-passage="Mom is here" class="button" type="button" tabindex="0">I haven't decided</button><</if>><<if $momlocation eq 3>><button data-passage="Mom is here" class="button" type="button" tabindex="0">I haven't decided</button><</if>>
</div><div class="wrapper"><div class="title">A conversation with $mom</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Hunny, have you decided?...</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
I will give you the money $mom</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Wait, what?! How?</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
I'm a hustla baby! Anyway, there's a catch</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
A catch? What catch? </div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
I'm buying you.</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
What do you mean, you're 'buying' me? </div>
<div class="npctextboxm"><center>//$mom looks at you concerned//</center></div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
You will be my slave. I will own you. If you don't want the money, you can be homeless and see how that works out for you...</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
I guess i've got no choice...</div>
<div class="npctextboxm"><center>//$mom looks sad//</center></div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Okay, i'll be your slave. </div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>
And you will call me 'Master' from now on.</div>
<div class="npctextbox"><<if $momoutfit eq 0>><div class="momchat"></div><<elseif $momoutfit eq 1>><div class="momchatunderwear"></div><<elseif $momoutfit eq 2>><div class="momchatnude"></div><</if>>$mom
<hr>
Yes Master. </div>
<div class="npctextboxm">//$mom is now your love slave!//</div>
<button data-passage="Ground Floor" class="button" type="button" tabindex="0">Let's have some fun</button></div>
<<set $momquest = 2>><<set $time = $time +3>><<set $money = $money = 65000>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="boothnude"></div>
<div class="npctextboxm"><center>//Nathaly comes on stage with her playmate. Things soon get exciting.//</center></div><<set $nathalyshowswatched = $nathalyshowswatched + 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="images/London4/liveshow.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>//The crowd throw cash at Nathaly while she stands and winks at you...//</center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li></ul></div><<time>>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="npctextboxm"><center>//You walk up to the bar and greet the bartender//</center></div>
<div class="imagebox"><img src="images/bartender.jpg" alt="" /></div>
<div class="npctextbox"><div class="barmanchat"></div>Barry the barman<hr>
Hey Boss, how's it going?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Barry. It's going good!</div>
<button data-passage="stripclubbar" class="button" type="button" tabindex="0">Finish Speaking</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripclubbar.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You are at the bar.//</center></div>
<button data-passage="speaktobartender" class="button" type="button" tabindex="0">Speak to Bartender</button><hr><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<<if $day gte 4 and $time gte 5 and $stripperSister eq 1 and $time lte 8>><button data-passage="sexshowlive" class="button" type="button" tabindex="0">Watch Nathaly's show</button><</if>><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<<if $stripClubRenovated eq 0>><div class="imagebox"><img src="images/stripclubinside1.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/stripclub2.jpg" alt="" /></div><</if>>
<<if $stripClubRenovated eq 0>><div class="npctextboxm">//You own the strip club. In it's current condition it is unusable. You need to renovate it//</div><<else>><div class="npctextboxm"><center>//You are standing in your strip club. The music is playing and the smell of sweat and cheap cologne is in the air.//</center></div><</if>>
<<stripclubmenu>><hr>
<button data-passage="stripcluboutside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Strip Club</div>
<div class="imagebox"><img src="images/stripclub.jpg" alt="" /></div>
<<if $stripClubOwned eq 1>><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Enter $stripClubName</button><<else>><div class="npctextboxm">The abandoned strip club.<br> This used to be a really popular spot in Amore. You notice the 'for sale' sign. Looks like you could purchase this place from the real estate agent. <br>//If you had the money...//</div><br><</if>><button data-passage="ascensionstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripclubinside1.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
It's time to get this place into a decent condition. </div>
<div class="npctextboxm"><center>//$2500 dollars and lots of builders later...//</centeR></div>
<div class="imagebox"><img src="images/stripclub2.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Fucking sweeeet! It's almost open for business!</div>
<div class="npctextboxm">//Explore the strip club and find the options menu. From here you can hire your staff and upgrade the strip club//</div>
<<qt>><<set $stripclubquest = 2>>
<button data-passage="stripcluboutside" class="button" type="button" tabindex="0">Leave</button></div> <<set $stripClubRenovated = 1>><<set $money = $money -2500>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="npctextboxm"><center>//You walk up to the stage//</center></div>
<div class="imagebox"><img src="images/stripclub2.jpg" alt="" /></div>
<<if $time gte 6 and $day lte 3 and $stripperJosephine eq 1 and $time lte 8>><button data-passage="watchjosephine" class="button" type="button" tabindex="0">Watch Josephine</button><</if>><<if $time gte 5 and $day gte 4 and $stripperSister eq 1 and $time lte 8 and $stripclubbooth eq 0>><button data-passage="watchnathaly" class="button" type="button" tabindex="0">Watch Nathaly</button><</if>><<if $time gte 4 and $momquest eq 3 and $time lte 8>><button data-passage="watchmom" class="button" type="button" tabindex="0">Watch $mom</button><</if>><hr><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>=
<div class="npctextbox"><<if $josephineoutfit eq 0>><div class="josephinechat"></div><<else>><div class="josephinechatnude"></div><</if>>Josephine
<hr>Hey Boys, you like what you see?</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/stripping1.mp4" type="video/mp4"></video></center></div>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Nice Show</button></div><<set $time = $time +2>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/mom_stripping.jpg" alt="" /></div>
<div class="npctextbox"><<momchat>>$mom<hr>I hope you're all enjoying what you're seeing! Oh, hello $playername!</div>
<button data-passage="stripclubshows" class="button" type="button" tabindex="0">Nice Show</button></div><<set $time = $time +2>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/London4/boothnude.jpg" alt="" /></div>
<div class="npctextbox"><<nathalychat>>Nathaly<hr>Hey Boys, you can look but you cant touch!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay muted webkit-playsinline playsinline><source src="videos/stripping2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>//You enjoy the show//</center></div><<set $nathalyshowswatched = $nathalyshowswatched + 1>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<set $nathalylevel = $nathalylevel + 15>>
<li>Relationship with Nathaly has increased (+15)</li><<time>>
<li>You've watch Nathaly $nathalyshowswatched //time(s)//</li></ul></div><<time>>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Finish Watching</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="stripcluboffice"></div>
<div class="npctextboxm"><center>//You buy the private booth. Nathaly will now preform live shows.//</center></div><<set $stripclubbooth = 1>><<set $money = $money -500>>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripcluboffice.jpg" alt="" /></div>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripcluboffice.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You are standing in your office at the strip club.//</center></div>
<button data-passage="managestripclub" class="button" type="button" tabindex="0">Manage</button><button data-passage="wastetime" class="button" type="button" tabindex="0">Waste Time</button><button data-passage="stripclubupdates" class="button" type="button" tabindex="0">Upgrades</button><hr><button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripcluboffice.jpg" alt="" /></div>
<div class="npctextboxm"><center>//Upgrade your strip club here.//</center></div>
<<if $money gte 500 and $stripclubbooth eq 0>><button data-passage="buybooth" class="button" type="button" tabindex="0">Buy a private booth - $500 </button><<elseif $money lte 499 and $stripclubBathroom eq 0>><button class="button" type="button" tabindex="0">Buy a private booth - $500 (Not Enough Cash)</button><</if>><hr>
<button data-passage="stripClubInside" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripcluboffice.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You have a nap//</center></div><<script>>UIBar.unstow().show();<</script>>
<div class="npctextboxm"><center>//Time has passed!//</center></div>
<button data-passage="stripcluboffice" class="button" type="button" tabindex="0">Leave</button></div><<set $time = $time +1>><div class="wrapper"><div class="title">$stripClubName</div>
<div class="imagebox"><img src="images/stripcluboffice.jpg" alt="" /></div>
<<set $Names = ["Janeth Renner","Emilia Montano","Julianna Moreau","Odalis Shay","Annabel McCullough","Chantel Beltran","Leigh Reddick","Kelly Kemper","Maryjane Liu","Johnna Mcmillen","Kassandra Foster","Amiya Cecil","Izabella Rapp","Kaylyn Lucas","Pauline Stafford","Kearra Blalock","Grecia Ricks","Mollie Clement","Jordan Argueta","Debra Lawless","Denisse Gonzales","Donna Mull","Aleah Palumbo","Keri Davis","Cara Roldan","Fiona Mullins","Alexa Blalock","Leann Griggs","Emelia Doe","Jalen Hutchison","Meg Mcafee","Cheryl Lackey","Chyna Baumann","Ada Reimer","Shawna Selby","Ayla Foley","Anabel Jones","Jewel Ramirez","Aysia Chau","Jaya Cone","Lizette Bean","Kailey Hershberger","Adrianna Lipscomb","Kendall Harding","Bridget Goss","Kaleigh Luther","Amirah Reedy","Madelynn Breedlove","Madisen Burns","Skylar Choi","Eryn Parrott","Sierra Luna","Tristen Miller","Flor Temple","Jadah Lackey","Tina Gage","Kailey Edge","Ansley Runyon","Lola Zamora","Ainsley Bui","Jalisa Granados","Caitlynn Conroy","Presley Morrow","Alexis Tarver","Bethany Landon","Iliana Stovall","Rileigh Akin","Mandy Esposito","Maryann Allen","Leila Fay","Denise Venegas","Miriam Snowden","Sierra Boyce","Hazel Menendez","Kiah Littlejohn","Chandler Halstead","Tyasia Woodson","Lorena Lake","Kendal Holly","Jalyn Li","Carissa Pritchard","Zoe Hooper","Josephine Wimberly","Raina Robinette","Aileen Clayton","Esther Marquez","Delilah Bach","Kaylea Osorio","Mariel Chappell","Christen Craven","Lindsay Murillo","Jaquelin Belt","Julie Weir","Lisa Kuntz","Jamia Majors","Emilee Rawlings","Jackeline Ashford","Sheyla Carney","Odalis Cameron","Tamara Camp","Anisa Meade","Salena Soria","Camille Mays","Miya Singer","Magaly Welsh","Hali Strong","Yesenia Bush","Anya Palma","Galilea Shull","Destiney Khan","Leslie Breen","China Wylie","Zara Bender","Amani Carver","Aiyanna Sargent","Coral Kessler","Eve Peter","Kallie Holmes","Priscila Freed","Yasmin Livingston","Carlie Cintron","Magdalena Amos","Crystal Enriquez","Ayesha Cantu","Tasia Loyd","Elise Fink","Lissette Westfall","Alexandria Frame","Hannah Clemens","Tessa Aponte","Angie Bowens","Kierstin Kimble","Maritza Causey","Kiya New","Skyla McAdams","Cherokee Noyes","Katlyn Hilliard","Kirstyn Hollins","Tara Lorenzo","Karli Redmond","Brooklyn Wirth","Mariela Davila","Kameryn Varela","Elle Blount","Lizet Burroughs","Sarah Stamper","Harlie Goodman","Maria Glick","Priya Pauley","Betty Hough","Maria Fountain","Shira Cheung","Joana Tsai","Rianna Nicholas","Bree Coppola","Frances Hurt","Sabrina Loyd","Zahra Judge","Ariella Crider","Nyasia Carlos","Joan Good","Mykayla Dawson","Destinee Munguia","Magdalena Reynolds","Darian Dodds","Giana Ricks","Jesenia Zeller","Judith Myers","Mariel Maier","Leslie Enriquez","Chaya Pritchard","Kelley Spring","Kasandra Blanchard","Gisselle Haase","Phoebe Nagle","Abby Clary","Melany Lira","Kaila Dick","Sonja Cleveland","Corina Maguire","Symone Quinonez","Marcella Timm","Lesli Summers","Cameryn Nagy","Annabella Galvez","Melisa Sneed","Karyme Brinkley","Janiya Orellana","Yesica Abel","Saira Otoole","Amie Moody","Jane Corbin","Sierra Almeida","Paulina Noble","Denise Fahey","Helena Simon","Celine Joe","Catalina Lovell","Tiara Daigle","Anais Wiseman","Lyndsey Chavis","Maliyah Boston","Rita Judge","Susanna Girard","Destini Andrade","Gracie Ellison","Carly Woodard","Paulina Milam","Treasure Henson","Kiley Paulsen","Marcela Pickens","Azaria Benoit","Madyson Ness","Yamile Blackburn","Anastacia Alba","Breann Ontiveros","Taliyah Brenner","Stefani Marin","London Irving","Celina Yost","Reanna Powers","Daniella Kasper","Bryce Coppola","Tatyanna Winkler","Lidia Cabral","Diane Tackett","Maritza Dobson","Charisma Heck","Ana Spain","Stacey Ulloa","Carlee Beebe","Mikaila Barajas","Katherine Johns","Yazmine Arndt","Janie Childers","Jessika Finch","Dara Havens","Elaina Cotton","Natalee Crosby","Isabell Bowers","Anyssa Crist","Catalina Monroe","Valencia Lu","Ashlie Bruns","Carly Harrington","Gracie Dumas","Brenda Boucher","Arely Freedman","Cailyn Ocampo","Aiyana Arenas","Chanel Rawlings","Zahra Winter","Alexys Connor","Kierra Kimmel","Reese Willis","Cathy Horvath","Jocelyn Spangler","Meredith Pollock","Francis Gunter","Joanna Cornejo","Kathrine Beavers","Carlie Xiong","America Early","Amira Draper","Amara Cantu","Estefany Neely","Ginger Kenney","Jania Nieves","Harmony Artis","Amani Fish","Olga Howe","Chloe Baldwin","Sanjana Clayton","Andrea Wahl","Lindsey Shepard","Lizbeth Rao","Savana Horst","Griselda Cockrell","Marilyn Pressley","Ali Culver","Niya Greenberg","Whitney Demarco","Liberty Kunz","Cassidy Merrick","Roxana Yang","Macy Schofield","Tea Jauregui","Carissa Lay","Keira Romano","Aniyah Bostic","Penelope Shah","Samira Jankowski","Janie Davies","Theresa McNeill","Taylar Wiese","Chaya Gillespie","Sheyla Ventura","Dana Hanks","Joan Peck","Jakayla Rodriquez","Harlie Blevins","Alisa Humphrey","Dianna Soria","Kari Rees","Mattie Coy","Shaelyn Blackburn","Shamya Wingate","Saira Keys","Jackeline Stowe","Alissa Glenn","Carlee Paulson","Desirae Padron","Anita Egan","Dahlia Schweitzer","Autum Sisk","Skye Villasenor","Marianne Allred","Dulce Barnard","Summer Neumann","Angel Watts","Irma Erb","Sara Pruett","Isabelle Poore","Tracy Legg","Khadijah Olivo","Abbigail Langley","Marcela Deutsch","Haily Pacheco","Raelynn Barone","Tristin McCloskey","Jaelyn Lord","Norma Looney","Helena Keefer","Salena Gooch","Acacia Keys","Susana Lima","Ania Keener","Kiera Woodworth","Lilliana Spring","Patience Cornett","Shannon Huber","Dayanara Whitmore","Marisela Stephenson","Aubree Evans","Mercedez Woo","Iliana Fernandez","Joslyn Hemphill","Adriana Clapp","Lexus Frame","Belen Deutsch","Makenzi Kauffman","Chassidy Aiello","Mindy Monk","Amaiya Sharp","Aubree Estrada","Judith Rojas","Shanice Lieberman","Darcy Guzman","Brook Tillman","Katherine Arnold","Brittney Demers","Ileana Middleton","Santana Fortner","Ashley Sotelo","Lizet Perales","Kimberly Bryson","Alea Nowak","Michelle Kerr","Savannah Solis","Greta Whitmore","Devyn Sinclair","Alycia Dooley","Jaelynn Hightower","Eryn Esparza","Kameron Newton","Cynthia Pullen","Maliyah Albrecht","Rhianna Hoppe","Angela Ruiz","Martina Coates","Rita Cooley","Vanessa Dow","Aleena Littlejohn","Alexys Dunning","Reece Francis","Chastity Chiu","Paola Houghton","Jadyn Fonseca","Isabel Watt","Keyanna Dayton","Louise Santana","Jackelyn Agnew","Janine Steffen","Johnna Boudreaux","Lucinda Alonzo","Maryam Rojas","Tatum Barnard","Diamond Westbrook","Mae Head","Alondra Tobin","Bryanna Gorman","Kinsley Haynes","Mary Sherwood","Ester Compton","Sharon Stapleton","Allyson Putman","Cathy Childs","Guadalupe Francis","Corinne Lind","Julia Houghton","Kaitlynn Haas","Marlena Hathaway","Sidney Pearce","Susana Mock","Rosalie Kiser","Caroline Adam","Ashlee Trout","Estefany Alfonso","Ayla Eubanks","Jalynn Bowens","Daija Bates","Esmeralda Bueno","Anissa Blackwell","Kristen Benson","Jaycee Stevenson","Farrah Gardiner","Celine Hwang","Lucinda Weinberg","Mercedes Ring","Jada Zepeda","Bryanna Wiseman","Jolie Fountain","Aleah Scholl","Dora Chapin","Jillian Leach","Annamarie Jankowski","Anita Kiefer","Rachel Nall","Berenice Crawley","Leanna Wentz","Maia McClure","Gabriella Battle","Irene Bair","Pamela Hays","Marcella Saxton","Noelia Maxey","Maryann Lockhart","Asia Fusco","Brianna Muhammad","Carley Vasquez","Yvette Walters","Vicky Cheney","Annika Alfaro","Carla Willingham","Abriana Rea","Yazmine Godinez","Oriana Tinsley","Shayla Lynn","Belinda Payton","Marian Vidal","Amina Lucas","Maddison Bandy","Khadijah Goode","Kierstin Bianco","Kalyn Upton","Harley Galvan","Kiera Norwood","Leanne Ralston","Maranda Sorenson","Alli Chen","Johnna Connor","Elena Tarver","Kenya Loera","Julissa Cummings","Amy Orlando","Gracelyn Boehm","Fatima Hurd","Siena Avila","Taryn Decker","Mandy Weeks","Annmarie Cochrane","Kristy Benoit","Iman Rice","Courtney Kidd","Kaytlin Valles","Destany Boehm","Karly Outlaw","China Sowers","Pilar Chapin","Elena Packard","Tierra Shelley","Theresa Fraley","Dixie France","Lexus Goodwin","Francis Baum","Tayler Juarez","Noelia Fiore","Meredith Stanley","Kirstyn McCormack","Juliann Santamaria"]>>
<<set $StripperTemplate = {
"Name" : "Name",
"Ethnicity" : 5,
"Genitals" : 1,
"Attractiveness" : 3
}>>
/* Variable Explanations: _TempVariable $NormalVariable */
/*using the SugarCube clone() function, which creates a new copy of the object in the $StripperTemplate variable. If you do it that way, now changing the value within the object of one of the variables, won't change the other one as well. */
<<set _StripperTemplate = clone($StripperTemplate)>>
<<set _StripperTemplate["Name"] = $Names.random()>>
<<print _StripperTemplate["Name"]>> (show random NPC name)
<<print $StripperTemplate["Name"]>> (check template name)
/* Store the randomly generated NPC into an array called $StripperTemplate. */
<<set $strippers.push(_StripperTemplate)>>
/* Pull the NPC out of the first place in the array and into your ally position.
This removes the NPC from the array entirely (the array is now empty). */
Added a stripper! -
<button data-passage="managestripclub" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Gym</div>
<div class="imagebox"><img src="images/gymoutside.jpg" alt="" /></div>
<button data-passage="Pay Gym $5 Entry fee" class="button" type="button" tabindex="0">Pay Gym $5 Entry fee</button><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><<if $money gte 5>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><center>//You pay the $5 gym fee.//</center></div>
<div class="imagebox"><img src="images/gymperson.jpg" alt="" /></div>
<div class="npctextbox"><div class="gymgirlchat"></div>Receptionist<hr>Thank you sir, have a great workout!</div>
<div class="npctextboxw"><ul><li>You lost money (-5)</li></ul></div><<set $money = $money -5>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Enter the gym</button></div><<else>>
<div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><center>//You dont have enough money to pay the $5 gym fee.//</center></div>
<button data-passage="Gym" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Gym</div>
<div class="imagebox"><img src="images/gym.jpg" alt="" /></div><<set $location = "gymmain">>
<div class="npctextboxm"><center>You enter the gym. It's packed full of people and the smell of sweat fills the air.</center></div>
<<nobr>>
<button data-passage="Workout at the gym" class="button" type="button" tabindex="0">💪 Workout at the gym 💪</button>
<<if $muscleman eq 0 and $time lte 3 and $metlisa eq 0>><button data-passage="Event: Meeting Lisa" class="button" type="button" tabindex="0">⭐ Special Event: Meeting Lisa ⭐</button><</if>>
<<if $metlisa eq 1 and $muscleman eq 0 and $time lte 3>><button data-passage="getting muscleman" class="button" type="button" tabindex="0">❤️ Speak to Lisa ❤️</button><</if>>
<button data-passage="Lisa's PT session" class="button" type="button" tabindex="0">PT Room <<if $muscleman eq 1 and $day gte 6 and $time lte 4>> - <<Lisa>><</if>></button>
<<if $muscleman eq 1 and $time lte 3 and $day lte 5>><button data-passage="Workout with Lisa" class="button" type="button" tabindex="0">Ask Lisa to spot you</button><</if>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Go straight home</button>
<<if $day lte 5 and $time eq 4 and $stamina gte 8>><button data-passage="sistergym" class="button" type="button" tabindex="0">❤️ $sister is here ❤️</button><</if>>
<hr><button data-passage="Gym" class="button" type="button" tabindex="0">Leave Gym</button><</nobr>></div><<if $stamina gte 5>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm">You do some advanced weightlifting.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/workingout.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You start to feel stronger</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Your strength has increased (+30)</li><<set $strength = $strength + 30>>
<li>You have lost stamina(-5)</li></ul></div><<set $stamina = $stamina - 5>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish</button><<else>><div class="wrapper"><div class="title">Gym</div>
<div class="imagebox"><img src="images/gym.jpg" alt="" /></div><<set $location = "gymmain">>
<div class="npctextboxm">You are too tired to workout. At least 5 stamina is needed.</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish</button><</if>><<if $lisabj eq 1>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextbox"><<playerchat>><hr>Hey Lisa, I've been thinking. Do you want to hangout sometime?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Sure, i'm at the gym every morning so-</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually, I was thinking that we could hangout outside of the gym?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Outside of the gym? Okay, i guess...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Awesome...</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>I guess you could come to my apartment, but only during the week on the afternoon. Understood? I have other commitments on weekends.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I can't wait, thanks Lisa!</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Nice!</button>
<<time>><<set $lisalevel = $lisalevel +15>><<set $lisaquestline = 4>><<set $lisaapartment = 1>>
<<else>>
<div class="wrapper"><div class="npctextbox"><<playerchat>><hr>Hey Lisa, I've been thinking. Do you want to hangout sometime?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Sure, i'm at the gym every morning so-</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually, I was thinking that we could hangout outside of the gym?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Sorry, $playername. I would like to keep our relationship professional.</div>
<div class="npctextboxm">I need to get her comfortable around me first.</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">More work is needed</button><</if>><div class="wrapper"><div class="title">Lisa's Apartment</div>
<<lisaoutfit>>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Hey, $playername. Did you want to chat?
</div>
<div class="npctextbox"><<playerchat>>$playername<hr> What got you into fitness?
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
I just love the feeling of my muscles being sore, and the sweat dripping down my forehead. It's feeling like no other.
</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I see...
</div>
<button data-passage="Enter Lisa's apartment" class="button" type="button" tabindex="0">Leave</button>
<div class="npctextboxw">''Relationship level with Lisa increased''</div> </div>
<<set $lisalevel = $lisalevel +15>>
<<set $time = $time +1>><<if $lisalevel gte 65>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, How about a kiss for all this hard work i'm putting in?</div>
<div class="lisagym"></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>A kiss? seriously?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah, why not? It's a motivator for me</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>If it motivates you to lift some damn weight, then sure.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Fuck yeah</div>
<div class="npctextboxm">//You walk up to Lisa who is lying on the bench and give her a long and passionate kiss...//</div>
<div class="videobox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline><source src="videos/kiss_lisa.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Alright, that was... nice.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased (+30)</li></ul></div><<set $lisalevel = $lisalevel +30>>
<button data-passage="Lisa's PT session" class="button" type="button" tabindex="0">Cool</button><<elseif $lisalevel lte 64>>
<div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, How about a kiss for all this hard work i'm putting in?</div>
<div class="lisagym"></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>A kiss? seriously?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah, why not? It's a motivator for me</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>I'm not your mommy, kid. Who the fuck asks to kiss someone in the gym anyway? Are you some sort of fucking weirdo?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased (+30)</li></ul></div><<set $lisalevel = $lisalevel +30>>
<button data-passage="Lisa's PT session" class="button" type="button" tabindex="0">Ouch</button><</if>><<if $intelligence gte 150 and $lisalevel gte 125>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, those kisses have been helping me a lot with my workouts. But i've been reading how releasing semen actually can increase testosterone for my workouts</div>
<div class="lisagym"></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Really? I never heard about that. Maybe you should masturbate before workouts.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Actually, I was thinking that maybe you could help me with this? Semen contains protein so you could put it to good use...</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>I'm not sure about this $playername.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Come on Lisa, it will definetly help us in our workouts</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Alright, let's do it. But only because its helping you get the best results in the gym! I'm not a slut! I just like protein</div>
<div class="npctextboxm">//You walk up to Lisa and pull out your cock//</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Jeez, it's bigger than I expected... Just be careful...</div>
<div class="npctextbox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/bj_lisa.mp4" type="video/mp4">
</video></center></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Alright, now lets get it all out...</div>
<div class="npctextboxm">You edge closer to orgasm and...</div>
<div class="npctextbox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline>
<source src="videos/lisa_facial.mp4" type="video/mp4">
</video></center></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased (+50)</li></ul></div><<set $lisalevel = $lisalevel +50>><<if $lisabj eq 0>><<set $lisaquestline = 3>><</if>><<set $lisabj = 1>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, I'm pretty sure if you like gave me a BJ it would like give better gym strength... right?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Not a fucking chance! Do you think i'm some slut who will just blow you for gym gains? Do you think i'm stupid?.</div>
<div class="npctextboxm">//Oh fuck, i need a higher relationship level and higher intelligence level if im going to convince her to do this//</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level decreased (-25)</li></ul></div><<set $lisalevel = $lisalevel - 25>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">More work is needed</button>
</div></div><</if>><<if $strength gte 150>><div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, what do you think of this body? Jealous?</div>
<div class="npctextboxm">//You flex your big biceps//</div>
<div class="imagebox"><img src="images/lisagym.jpg" alt="" /></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Well, i'm impressed. You've actually put on some muscle, boy. Congrats!.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks Lisa, this is all for you baby!</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Very funny, listen. If you're interested I do one-to-one personal training sessions. I don't offer these to just anyone! Only those who deserve it.</div>
<div class="npctextboxm">//Lisa hands you her business card//</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Saturday and Sunday morning. Be here.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="videos/winking.mp4" type="video/mp4"></video></center></div>
<<qt>>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Lisa's relationship level increased (+45)</li>
<li>You can now attend private one-to-one sessions with Lisa at the gym</li></ul></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Call it a day</button><<set $lisalevel = $lisalevel +45>><<set $lisaquestline = 2>><<set $muscleman = 1>><<else>>
<div class="title">Gym</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, what do you think of this body? Jealous?</div>
<div class="npctextboxm">//You flex your little bicep//</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Are you joking? I've seen bigger squirrel dicks! Keep lifting that heavy weight, son!</div>
<div class="npctextboxm">//You still aren't strong enough to impress Lisa//</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><</if>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><center>//You notice a beautiful older woman curling dumbells in the weights section. You are the only two people in the gym, you decide to make small talk with her.//</center></div>
<div class="imagebox"><img src="images/lisagym.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey, do you usually work out this early? I prefer it because the gym is much less busy...</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Do you know who I am? I'm Lisa //fucking// Hope. Don't talk to me while i'm working out you worm!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Uhm... what?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>What is it huh? Listen, kid, don't even waste my time trying to chat me up with that mother fucking stick man frame you've got going on. Put on some muscle, then maybe we can talk. Right now I'm getting some gains.</div><<set $metlisa = 1>><<set $lisaquestline = 1>>
<<qt>>
<div class="wrapper"><div class="npctextboxm"><center>//You decide to head home and call it a night//</center></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Interesting...</button></div><<if $muscleman eq 1 and $day gte 6 and $time lte 4>><div class="wrapper"><div class="title">Gym</div><div class="npctextbox"><<playerchat>>$playername<hr>Hey Lisa, I'm ready for your personal training session.</div><<set $location = "pt">>
<div class="lisagym"></div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Huh, you actually came.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Wait, you didn't think I would skip the chance to get one on one time with you?!</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>Very funny, listen. I take fitness very serious.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Do you want to see the exercises i can do with my penis?</div>
<div class="npctextbox"><div class="lisachatgym"></div>Lisa<hr>I'm not in the mood for jokes, come on let's workout.</div>
<<nobr>>
<button data-passage="Workout with Lisa" class="button" type="button" tabindex="0">💪 Workout with Lisa 💪</button>
<button data-passage="Kiss Lisa" class="button" type="button" tabindex="0">❤️ Kiss Lisa ❤️</button>
<button data-passage="Lisa BJ at gym" class="button" type="button" tabindex="0">❤️ Ask for a blowjob ❤️</button>
<<if $lisaapartment eq 0>><button data-passage="Ask to hangout with Lisa" class="button" type="button" tabindex="0">❤️ Ask to hangout ❤️</button><</if>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave the PT session</button><</nobr>></div>
<<else>><div class="title">Gym</div>
<div class="imagebox"><img src="images/combat_extended/privategym.jpg" alt="" /></div>
<div class="npctextboxm">Nobody is here.</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><</if>><<if $stamina gte 10>><div class="wrapper"><div class="title">Gym</div>
<div class="imagebox"><img src="images/lisagym.jpg" alt="" /></div>
<div class="npctextboxm">You get a spot from Lisa for your squat</div>
<div class="videobox"><center><video max-width="620" height="340" autoplay loop muted webkit-playsinline playsinline><source src="videos/squat.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><ul><li>Time has passed (+1)</li><<time>>
<li>Strength increased (+45)</li>
<li>Lisa's relationship level increased (+30)</li>
<li>You lost stamina (-10)</li></ul></div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><<set $strength = $strength +45>><<set $stamina = $stamina -10>><<set $lisalevel = $lisalevel +30>></div><<else>>
<div class="wrapper"><div class="title">Gym</div><div class="npctextboxm">You dont have enough stamina to workout with Lisa (10 Needed)</div>
<<if $location eq "pt">><button data-passage="Lisa's PT session" class="button" type="button" tabindex="0">Leave</button><<else>><button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><</if>></div><</if>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><center>You decide to have some fun with $sister. You slap your hands onto her ass while she is working out on the medicine ball.</center></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister
<hr>Are you grabbing my ass bro?</div>
<div class="npctextbox"><div class="playerchat"></div>$playername
<hr>I'm going to have some fun with you, you're mine</div>
<div class="npctextbox"><div class="sisterchat"></div>$sister
<hr>We can't do this in public bro?! Please $playername, maybe wait until we're at home!!!!</div>
<div class="npctextboxm"><center>You realise you could both could get caught and stop.</center></div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextboxw">''Your relationship with your sister has increased by 100''</div></div><<set $sisterlevel = $sisterlevel +100>>
<<set $time = $time +2>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm">You see $sister working out at the gym</div>
<div class="imagebox"><img src="images/sistergymworkout.jpg" alt="" /></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister
<hr>Oh, hey $playername. Come to help your sister do some exercising?</div>
<button data-passage="workoutwithsister" class="button" type="button" tabindex="0">💪 Workout with $sister 💪</button><button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><<if $stamina gte 8>><div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><center>You decide to workout with $sister</center></div>
<div class="npctextbox"><div class="sisterchat"></div>$sister<hr>What a great session, $playername. I'm shattered!</div>
<div class="imagebox"><img src="images/sistergym1.jpg" alt="" /></div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Relationship with $sister increased (+30)</li>
<li>Strength increased (+30)</li>
<li>Stamina decreased (-8)</li></ul></div><<set $sisterlevel = $sisterlevel +30>><<set $strength = $strength +30>><<set $stamina = $stamina -8>>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish the workout</button><<else>>
<div class="wrapper"><div class="title">Gym</div>
<div class="npctextboxm"><div class="sisterchat"></div>$sister<hr>You're way too tired to workout, $playername. You should go home and rest!</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Leave</button><</if>><div class="wrapper"><div class="title">Picadilly Street</div>
<div class="imagebox"><img src="images/London/picadillystreet.jpg" alt="" /></div><<set $lagosquickstart = 0>>
<div class="npctextboxm"><center>//You arrive into London, the capital city of the UK. You are ready for your new adventure!//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Wow! What an amazing place!</div>
<button data-passage="londonstart2" class="button" type="button" tabindex="0">Explore London</button><button data-passage="londonstart5" class="button" type="button" tabindex="0">Skip</button></div><div class="wrapper"><div class="title">Picadilly Street</div>
<div class="imagebox"><img src="images/London/picadillystreet.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You explore the huge city of London!//</center></div>
<div class="imagebox"><img src="images/London/alleyway.jpg" alt="" /></div>
<div class="npctextboxm"><center>//However, you get lost and find yourself in a maze of alleyways//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Where the fuck am I?</div>
<div class="npctextboxm"><center>//You see a man aproach you. There is something in his hand...//</center></div>
<div class="imagebox"><img src="images/London/knifeman.jpg" alt="" /></div>
<div class="npctextbox"><div class="knifechat"></div>Man holding a knife<hr>Welcome to London, motherfucker! Your money or your life!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>My money? Fuck you I work hard for this cash!</div>
<div class="npctextbox"><div class="knifechat"></div>Man holding a knife<hr>You want to die mother fucker?</div>
<div class="npctextboxm"><center>//You soon realise you dont want to die and decide to give the man all your money//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Here take it! Fuck you!</div>
<div class="npctextboxm"><center>//The man is just about to take all your money when suddenly...//</center></div>
<button data-passage="londonstart3" class="button" type="button" tabindex="0">Next</button></div><div class="wrapper"><div class="title">Picadilly Street</div>
<div class="imagebox"><img src="images/London/alleyway.jpg" alt="" /></div>
<div class="npctextboxm"><center>//!!!!BANG!!!!//</center></div>
<div class="npctextboxm"><center>//The man who just tried to rob you drops to the floor. He's just been hit over the head!//</center></div>
<div class="imagebox"><img src="images/London/knockedout.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You look up and see...//</center></div>
<div class="imagebox"><img src="images\London\harley\harley1.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>???<hr>
Hey Sugar! Sorry about this! This guy has been a real pain in the ass!</div>
<div class="npctextboxm"><center>//What the fuck is she wearing?//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Uh, thanks. Who are you?</div>
<div class="npctextbox"><div class="harleychat"></div>???<hr>
You don't know who I am? I'm Harley Quinn! Are you new here?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Wait a fucking second. You're pretending to be Harley Quinn? Like from the movies and comics? </div>
<div class="npctextboxm"><center>//Harley looks at you confused //</center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Sugar, i have no idea what you are talking about! Did you hit your head? I've never been in no comic book or movie! Hahahahahah! You're so silly! I like you!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Am I going insane? Did that guy kill me? Am I in hell?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Since you're such a sweetie pie, I'm going to give you the Harley tour of London!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I'm sorry but I've really got to be going. I don't have time for this!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
I wasn't asking sweetie! Come on lets go. NOW!</div>
<button data-passage="londonstart4" class="button" type="button" tabindex="0">What the fuck is happening</button>
</div><div class="wrapper"><div class="title">Rooftops</div>
<div class="imagebox"><img src="images/London/londonrooftop.jpg" alt="" /></div>
<div class="npctextboxm"><center>//Harley takes you to the rooftop of some building//</center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Hey Sugar, what do ya think of the view?</div>
<div class="npctextboxm"><center>//I think she is going to kill me//</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Uh, yeah.. very nice. Can I go now?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
HAHAHAH. So you can go and get robbed again! Sugar! I couldn't let you go. Not without telling you first the situation here in the city.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
What situation?</div>
<div class="npctextboxm"><center>//Harley looks at you seriously //</center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
There is a war. Between the superheroes and us, the villains. A war that has will shape the future of London and to be honest it's not looking good for us. The superheroes are winning and if they do win, it could be the end of us all!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Superheroes winning is a bad thing?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Yes! Listen! They are going to enforce so many of their laws on us! They will stop our drugs! Stop our sex! Stop our money laundering!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Wait wait wait! did you say stop our sex?!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Yes! They are psychopaths!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Those motherfuckers! If I ever see a hero i'm going to gut them like a fish! Who stops someone from fucking?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
You can join us, $playername!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Yes I will! but wait, how do you know my name?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
I've got your wallet from that guy who robbed ya! Haha!</div>
<div class="npctextboxm"><center>//Harley tosses you your wallet. //</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Thanks, I forgot about that! so... how do we stop the Superheroes?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
These guys are strong and we probably shouldn't kill em'... I started to build a lockup for them all so we could capture the superheroes without killin' em' </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Take me to the cells!</div>
<button data-passage="londonstart5" class="button" type="button" tabindex="0">Superhero Prison</button>
</div><div class="wrapper"><div class="title">Superhero Prison</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextboxm"><center>//You arrive to the underground prison with Harley//</center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
We're here. It's not much. Infact, only one of the prison cells is working.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
We can probably upgrade these in the future though.</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Yep, you're right $playername! </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Who should we try and capture first?</div>
<div class="npctextboxm"><center>//Harley shows you a photo //</center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
This bitch right here! Suoerslut!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Where can I find this 'Superslut'?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
I'm not sure to be honest sugar, maybe try checking the local bars</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
That's a good idea. Also, what if someone tries to rob me again?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Just tell em' you're a friend of Harley and they should leave you alone</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Cool, let's get to work and capture some super hoes!</div>
<<qt>><<set $londonquestline = 1>>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Let's fucking go!</button></div><<set $harleymet = 1>><div class="wrapper"><div class="title">London Hospital</div>
<div class="imagebox"><img src="images/londonhospital.jpg" alt="" /></div>
<div class="npctextboxm"><center>Your health has been fully recovered! Any STDs have been cured.</center></div><<doctorheal>>
<button data-passage="londonhospital" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">London Hospital</div>
<div class="imagebox"><img src="images/londonhospital.jpg" alt="" /></div>
<<if $money gte 25>><button data-passage="londonheal" class="button" type="button" tabindex="0">Recover Health - $25</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Recover Health - (Need $25)</button><</if>><hr><button data-passage="picadillystreet" class="button" type="button" tabindex="0">Leave</button><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="npctextboxm">Enter Game Name:<br><<textbox "$tempgamename" "Enter Game Name">></div><br>
<div class="npctextboxm">Enter Game Description (What Game is it?):<br><<textbox "$tempgamedesc" "Enter Game Description">></div><br>
<button data-passage="createagame2" class="button" type="button" tabindex="0">Next</button>
<</nobr>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br><<set _tempgamename = $tempgamename>><<set $publishedgames.push(_tempgamename)>>
<div class="npctextboxm">You have created $tempgamename !<br>
$tempgamedesc</div><br>
<button data-passage="createagame3" class="button" type="button" tabindex="0">Next - The Results...</button>
<</nobr>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="npctextboxm">Results for $tempgamename...</div><br><<set $rando to random(1, 100)>><<set $rando2 to random(1,150)>><<set $sales = $rando * $rando2 + 2500>>
<div class="npctextboxm">Review Score... $rando/100!<br>
Sales...$ $sales<br>
Game has been added to your published games list.</div><br><<set $money = $money + $sales>><<set $gamedevowned = 3>>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Finish Game Dev</button><<set $gamedevdays = 0>><<set $time = $time + 1>>
<</nobr>><<if $money gte 20000>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm interested in buying up this place, what's the price?</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Hmmm... It is for sale... do you have enough? My employers want at least 20k.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I have enough.</div>
<div class="npctextboxm">The lady turns and speak on her phone for a few minutes. After some time, she turns to you.</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Great news Mr...?</div><<set $gamedevowned = 1>><<set $money = $money - 20000>>
<div class="npctextbox"><<playerchat>>$playername<hr>Call me $playername.</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Mr $playername, my employers have accepted your offer. You are now the owner of this game studio!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Fantastic, and what about you?</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>It's up to you... do you want me to stay? I was running this place for my previous employers. I can serve you the same if you'd like?</div>
<div class="imagebox"><img src="images/gamdev/kalina.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hmmm...</div>
<div class="npctextboxm">A woman runs towards you and Kalina!</div>
<div class="imagebox"><img src="images/gamdev/beth.jpg" alt="" /></div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Wait!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Beth, what is it? You should be working!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Don't let this bitch run the company! Choose me! It's finally time for some good to come of our game dev studio! Kalina will just run it to the ground - Like she did before!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>How dare you! You're fired, Beth!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Wait just a fucking second... I'm in charge here...</div>
<button data-passage="hiremanager" class="button" type="button" tabindex="0">Who to choose...</button><<else>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm interested in buying up this place, what's the price?</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Sorry, the CEO will only accept offers of over 20k. Come back when you have enough.</div>
<button data-passage="entergamestudio" class="button" type="button" tabindex="0">Okay</button><</if>><<if $kalinakeep eq "yes">>
<div class="wrapper"><div class="title">Desmond Street - Game Studio</div>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I think it would be a great idea to keep you running this place.</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>That's great to hear! I hope I can please you in any way you see fit, mr $playername...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm sure you will.</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Come and speak to me anytime you have any questions on how game development works.</div>
<<else>>
<div class="wrapper"><div class="title">Desmond Street - Game Studio</div>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry, but I don't need your help. You can leave, Kalina.</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>I-I'm sorry to hear that... let me pack my things and go...</div>
<</if>><<set $gamedevowned = 1>><button data-passage="entergamestudio" class="button" type="button" tabindex="0">Return</button><div class="imagebox"><img src="images/gamdev/beth.jpg" alt="" /></div><<set $kalinakeep = "no">>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>I won't let you down!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>...</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Oh - And Kalina, get your shit and fuck off! You're fired!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>You'll both pay for this...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's get to work, Beth!</div>
<button data-passage="entergamestudio" class="button" type="button" tabindex="0">Finish</button><div class="imagebox"><img src="images/gamdev/kalina.jpg" alt="" /></div><<set $kalinakeep = "yes">>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>But...</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>That's right, bitch. You are FIRED! Get the fuck out of here!</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>This isn't the last you've heard of me...</div>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Now, Mr $playername. Let's start running this studio!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Agreed!</div>
<button data-passage="entergamestudio" class="button" type="button" tabindex="0">Finish</button><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="npctextboxm">Click on the manager below that you want to hire to run your game dev business.</div><br>
<div class="npctextboxm"><div class="managerwrapper"><a data-passage="choosebeth"><div class="managergallery"><img src="images/gamdev/beth.jpg" alt="" />Beth</div></a><a data-passage="choosekalina"><div class="managergallery"><img src="images/gamdev/kalina.jpg" alt="" />Kalina</div></a></div></div><br>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Back</button>
<</nobr>><</if>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/meetingroom.jpg" alt="" /></div><br>
<<if $kalinakeep eq "yes">>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>What do you need?</div><br>
<<else>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Hey $playername, you called a meeting. What's up?!</div><br>
<</if>>
<button data-passage="havefunmanager" class="button" type="button" tabindex="0">Have Fun</button>
<button data-passage="entergamestudio" class="button" type="button" tabindex="0">Stop Meeting</button><<set $time = $time + 2>>
<</nobr>><</if>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<<bethoutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>I have some ideas I wanted to check with you regarding the company...</div><br>
<div class="npctextboxm">You discuss some business ideas with Beth.</div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth (Level: $bethlevel)<hr>I agree, Mr. $playername. Those are some great ideas!</div><br>
<div class="npctextboxw">Kalina's relationship level has increased by 5!</div><br><<set $bethlevel = $bethlevel + 5>><<set $time = $time + 1>>
<button data-passage="bethmenu" class="button" type="button" tabindex="0">Finish</button>
<</nobr>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<<kalinaoutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>I have some ideas I wanted to check with you regarding the company...</div><br>
<div class="npctextboxm">You discuss some business ideas with Kalina.</div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina (Level: $kalinalevel)<hr>I agree, Mr. $playername. Those are some great ideas!</div><br>
<div class="npctextboxw">Kalina's relationship level has increased by 5!</div><br><<set $kalinalevel = $kalinalevel + 5>><<set $time = $time + 1>>
<button data-passage="kalinamenu" class="button" type="button" tabindex="0">Finish</button>
<</nobr>><<if $money gte 15000>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br><<set $employeenude = 1>>
<div class="npctextboxm">You have added the rule: "ALL employees must now wear underwear whilst at work."</div><br>
<<if $kalinakeep eq "yes">><div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Uh boss, are you sure about this?</div><br>
<div class="imagebox"><img src="images/gamdev/kalinaunderwear.jpg" alt="" /></div><br><</if>>
<div class="npctextboxm">You lost $15,000.</div><br><<set $money = $money - 15000>>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button>
<</nobr>><<else>><div class="npctextboxm">Not enough cash - $15,000 needed.</div>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button><</if>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div><br>
<<if $gamedevowned eq 0>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Hey, can I help you?</div><br>
<<else>>
<<if $kalinakeep eq "yes">>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Hello sir, It's so nice to see you again!</div><br>
<<else>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Hey $playername, what's up?!</div><br>
<</if>>
<</if>>
<<if $gamedevowned gte 1>><button data-passage="managestudio" class="button" type="button" tabindex="0">Manage Studio</button><</if>>
<<if $kalinakeep eq "yes">><button data-passage="kalinamenu" class="button" type="button" tabindex="0">Speak to Kalina</button><</if>>
<<if $kalinakeep eq "no">><button data-passage="bethmenu" class="button" type="button" tabindex="0">Speak to Beth</button><</if>>
<<if $gamedevowned eq 0>><button data-passage="buythestudio" class="button" type="button" tabindex="0">Buy Game Dev Studio - ($20000)</button><</if>>
<button data-passage="desmondstreet" class="button" type="button" tabindex="0">Leave</button>
<</nobr>><</if>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/kalinanude.jpg" alt="" /></div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>This is so naughty! I hope none of the employees see us!</div><br>
<div class="npctextbox"><<playerchat>>$playername<hr>You are mine!</div><br>
<div class="npctextboxm">You inzip your pants</div><<set $rando to random(1, 3)>><br>
<<if $rando eq 1>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kalinafuck.mp4" type="video/mp4"></video></center></div><<elseif $rando eq 2>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kalinafuck2.mp4" type="video/mp4"></video></center></div><<else>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kalinafuck3.mp4" type="video/mp4"></video></center></div><</if>><br>
<div class="npctextbox"><<playerchat>>$playername<hr>You are definitely getting a bonus this tear!</div><br><<set $kalinafuckedtimes = $kalinafuckedtimes + 1 >>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Finish Up</button><<time>>
<</nobr>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/bethnude.jpg" alt="" /></div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>I assume this is what you want, bossman?</div><br>
<div class="npctextbox"><<playerchat>>$playername<hr>You are very obedient. I like that.</div><br>
<div class="npctextboxm">You inzip your pants</div><<set $rando to random(1, 3)>><br>
<<if $rando eq 1>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/bethfuck.mp4" type="video/mp4"></video></center></div><<elseif $rando eq 2>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/bethfuck2.mp4" type="video/mp4"></video></center></div><<else>><div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/bethfuck3.mp4" type="video/mp4"></video></center></div><</if>><br>
<div class="npctextbox"><<playerchat>>$playername<hr>Good girl.</div><br><<set $bethfuckedtimes = $bethfuckedtimes + 1 >>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Finish Up</button><<time>>
<</nobr>><div class="wrapper"><div class="title">Desmond Street</div>
<div class="imagebox"><img src="images/gamdev/gamedev.jpg" alt="" /></div>
<<if $time lte 4>><button data-passage="entergamestudio" class="button" type="button" tabindex="0">Enter Game Dev Studio</button><<else>><div class="npctextboxm">Closed at this time.</div><br><</if>><button data-passage="desmondstreet" class="button" type="button" tabindex="0">Leave</button><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="npctextboxm">Current Dev Cooldown ($daysmaxgame days)</div><br>
<<if $daysmaxgame gt 1>><button data-passage="reducecooldown" class="button" type="button" tabindex="0">Reduce Dev Cooldown (-1 Day) - $10,000</button><</if>>
<<if $employeenude != 1>><button data-passage="employeeuniforms" class="button" type="button" tabindex="0">Change Employee Uniforms - $15,000</button><</if>>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button>
<</nobr>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/meetingroom.jpg" alt="" /></div><br>
<<if $kalinakeep eq "yes">>
<div class="npctextbox"><<playerchat>>$playername<hr>I thought maybe we could have some fun?</div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Hmmm...</div><br>
<<if $kalinalevel gte 50>><div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>That's against company policy.. but I guess we can make an exception.</div><br>
<button data-passage="fuckkalina" class="button" type="button" tabindex="0">Fuck Kalina</button>
<<else>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina<hr>Sorry but, that's not a good idea. It's against company policy! (Need at least level 50)</div><br><</if>>
<<else>>
<div class="npctextbox"><<playerchat>>$playername<hr>I thought maybe we could have some fun?</div><br>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Hmmm...</div><br>
<<if $bethlevel gte 50>><div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>I think I know what you mean...</div><br>
<button data-passage="fuckbeth" class="button" type="button" tabindex="0">Fuck Beth</button>
<<else>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth<hr>Sorry but, that's not a good idea. (Need at least level 50)</div><br>
<</if>>
<</if>><button data-passage="managestudio" class="button" type="button" tabindex="0">Finish Meeting</button>
<</nobr>><</if>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="npctextboxm">These are your published games:<br>$publishedgames</div><br>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button>
<</nobr>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<div class="imagebox"><img src="images/gamdev/cubicle.jpg" alt="" /></div><br>
<<if $gamedevdays gte $daysmaxgame>><button data-passage="createagame" class="button" type="button" tabindex="0">Create a Game</button><<else>><div class="npctextboxm">You need to wait at least $gamedevdays/$daysmaxgame days until you can create another game.</div><br><</if>>
<button data-passage="gameupgrades" class="button" type="button" tabindex="0">Game Dev Upgrades</button>
<button data-passage="listofgames" class="button" type="button" tabindex="0">View Games</button>
<button data-passage="callameeting" class="button" type="button" tabindex="0">Call a Meeting</button>
<button data-passage="entergamestudio" class="button" type="button" tabindex="0">Stop Managing</button>
<</nobr>><</if>><<if $money gte 10000>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br><<set $daysmaxgame = $daysmaxgame - 1>>
<div class="npctextboxm">Current Dev Cooldown has been reduced by 1 day. Now $daysmaxgame.<br>
You lost $10,000.</div><br><<set $money = $money - 10000>>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button>
<</nobr>><<else>><div class="npctextboxm">Not enough cash - $10,000 needed.</div>
<button data-passage="managestudio" class="button" type="button" tabindex="0">Return</button><</if>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<<bethoutfit>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/bethchat.png" alt="" /></div>Beth (Level: $bethlevel)<hr>Looking good today, bossman!</div><br>
<button data-passage="chatbeth" class="button" type="button" tabindex="0">Chat</button><button data-passage="entergamestudio" class="button" type="button" tabindex="0">Leave</button>
<</nobr>><</if>><<if $time gte 5>>
<div class="npctextboxm">It's too late. The office is closing.</div>
<button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Leave Office</button>
<<else>><<nobr>><div class="wrapper"><div class="title">Desmond Street - Game Studio</div><br>
<<kalinaoutfit>>
<div class="npctextbox"><div class="britneychat"><img src="images/gamdev/kalinachat.png" alt="" /></div>Kalina (Level: $kalinalevel)<hr>It's always a pleasure to serve you, boss.</div><br>
<button data-passage="chatkalina" class="button" type="button" tabindex="0">Chat</button><button data-passage="entergamestudio" class="button" type="button" tabindex="0">Leave</button>
<</nobr>><</if>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imageboxb"><img src="images/v0.45.12/harleyxmas.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Hey $playername, you know it's nearly christmas right? It's my favourite time of the year!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Shit, I completely forgot! I should get some gifts...</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>You haven't got gifts for your family yet?! You need to go now and at least get your mom and sister something!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm terrible at buying gifts. Any ideas?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Go see Bernie at the local supermarket. He's got some good christmas gifts!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay, let's try not to fuck up christmas</div>
<div class="npctextboxm">Your quest log has been updated!</div><<set $christmas2022 = 1>>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish</button></div><<if $harleybj eq 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Mistah $playername, you want me to suck your cock?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Yes please Harley. Just a little bit, please?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr><<set $stamina = $stamina - 5>>Okay, if you insist!</div>
<div class="npctextboxm"><center>Harley starts sucking on your cock like an icepop!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/harleybj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>You cum all over her face!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/harleyfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
I gotta clean this mess up!</div>
<div class="npctextboxw"><center>Your relationship with Harley increased by 160.
Time has passed.</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $harleybj = 1>><<set $harleylevel = $harleylevel + 160>><<set $time = $time +1>><<else>>
<div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Sorry sugah, i still haven't cleaned all your cum out my hair yet.</div>
<div class="npctextboxw"><center>You have already got a blowjob from Harley today.
Time has passed.</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><</if>><<if $harleychat eq 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Harley, where is the Joker?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
The Joker? Who the fuck is the joker?</div>
<div class="npctextbox"><<playerchat>>$playername<hr><<set $stamina = $stamina - 5>>
Everyone knows that the Joker and Harley Quinn are together!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
I dont know what you are talking about sugar..</div>
<div class="npctextboxw"><center>Your relationship with Harley increased by 50.
Time has passed.</center></div>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $harleychat = 1>><<set $harleylevel = $harleylevel + 50>><<set $time = $time +1>><<else>>
<div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
No offensive, but you talk too much...</div>
<div class="npctextboxw"><center>You have already spoke to Harley today.
Time has passed.</center></div>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><</if>><<if $flowers.contains("flowers")>>
<div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Harley, I got you some flowers. Hope you like them.
</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Wow... really? Thanks!</div>
<button data-passage="speaktoharley" class="button" type="button" tabindex="0">Leave</button>
<div class="npctextboxw"><center>Your relationship level with Harley increased by 100</center></div></div>
<<set $harleylevel = $harleylevel +100>><<set $time = $time +1>>
<<run $flowers.pluck("flowers")>>
<<else>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Harley, I got you some flowers. Hope you like them.
</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Is that a joke? HAHAHA I //HATE// jokes...</div>
<div class="npctextboxm">You realise you are a stupid fucking idiot for trying to give flowers when you dont actually have any to give.</div>
<button data-passage="speaktoharley" class="button" type="button" tabindex="0">Leave</button><</if>>
<<set $time = $time +1>><<if $harleyvaginal eq 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
What's up $playername, Is there something in your pocket or are you just happy to see me?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Harley, I don't know why but the clown makeup turns me on big time. Do you want to go back to my room and chill?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Chill? I dont have time to chill. But I've always got time for fucking!</div><<set $stamina = $stamina - 5>>
<div class="npctextboxm"><center>Harley starts taking off her clothes. You find yourself fucking the shit out of her!</center></div><<set $harleyfucked = $harleyfucked + 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/harleyfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
And now cover my face!</div>
<div class="npctextboxm"><center>You blow your load across Harley's face!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/harleyfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
That was... AMAZING BABE!</div>
<div class="npctextboxw"><center>Your relationship with Harley increased by 300.
Time has passed.
You feel itchy down below... better check in at the hospital..</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $harleyvaginal = 1>><<set $harleylevel = $harleylevel + 300>><<set $time = $time +1>><<set $std = 1>><<else>>
<div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Sorry sugah, not today.</div>
<div class="npctextboxw"><center>You have already had sex with Harley today.
Time has passed.</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><</if>><<if $harleykiss eq 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Mistah $playername, you a little kiss? Awh sure!</div>
<div class="npctextboxm"><center>Harley gives you a kiss!</center></div><<set $stamina = $stamina - 5>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/harleykiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><center>Your relationship with Harley increased by 100.
Time has passed.</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $harleykiss = 1>><<set $harleylevel = $harleylevel + 100>><<set $time = $time +1>><<else>>
<div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Sorry sugah, all this kissing is kinda weird!.</div>
<div class="npctextboxm"><center>You have already got a kiss from Harley today.
Time has passed.</center></div>
<button data-passage="harleysexmenu" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $time = $time +1>><</if>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Did you want something?</div>
<<if $stamina gte 5>><<if $pussywomancaptured eq 1 and $superslutcapture eq 1 and $londonfinale eq 0>><button data-passage="londonfinale" class="button" type="button" tabindex="0">The Finale</button><</if>><<if $harleylevel gte 150>><button data-passage="kissharley" class="button" type="button" tabindex="0">Kiss</button><</if>><<if $harleylevel gte 500>><button data-passage="bjharley" class="button" type="button" tabindex="0">Blowjob</button><</if>><<if $harleylevel gte 1000>><button data-passage="harleyfuck" class="button" type="button" tabindex="0">Fuck Harley</button><</if>><<else>><div class="npctextboxm">You need at least 5 stamina to preform any unlocked sex interactions</div><</if>><hr><button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><<if $harleychat eq 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Harley, we did it. We captured the heroes</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Great job! Now we can fuck and do whatever we want!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
So... what happens now?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Well, have you been to Amore city? I heard there's plenty of girls there for ya if you're bored! Or go to Nigeria!</div>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><<set $londonfinale = 1>><</if>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Harley, I need money</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Money? Just sell drugs ya silly goose!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
How?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Just start a meth lab! Everyone is doing it!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I have no idea how to start a meth lab Harley.</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Jeez kid! Did your parents not raise you right? Alright, I'll set you up a meth lab in one of the rooms down here!</div>
<div class="npctextboxm"><center>You have unlocked access to the meth lab.</center></div>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Ok</button></div><<set $methlab = 1>><<set $methlabdays = 0>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Hey Sugar! What's up?!.</div>
<button data-passage="harleychat" class="button" type="button" tabindex="0">Chat</button><button data-passage="harleysexmenu" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><button data-passage="harleyflowers" class="button" type="button" tabindex="0">❤️ Give Flowers ❤️</button><button data-passage="upgradecells" class="button" type="button" tabindex="0">Upgrade Cells</button><<if $methlab eq 0 and $harleylevel gte 50>><button data-passage="methlabstart" class="button" type="button" tabindex="0">⭐ Special Event: Meth Lab Adventures ⭐</button><</if>><<if $harleyparty eq 0 and $combatenabled eq 1>><button data-passage="harleyrecruit" class="button" type="button" tabindex="0">Add to Party</button><<elseif $harleyparty eq 1 and $combatenabled eq 1>><button data-passage="harleyremove" class="button" type="button" tabindex="0">Remove from Party</button><</if>><<if $christmas2022 eq 0>><button data-passage="christmas2022start" class="button" type="button" tabindex="0">❄️ Christmas 2022 Quest Start ❄️</button><</if>><hr><button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="playerchat"></div>$playername<hr>
Hey Harley, I want to upgrade the cells!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Sorry sugar! This update isn't released yet!</div>
<div class="npctextboxm"><center>To be added in a future update! //Really//</center></div>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/methlab.jpg" alt="" /></div><<set $methlabdays = 0>>
<div class="npctextboxm"><center>You have received $methupgrade Meth.</center></div><button data-passage="prisoncells" class="button" type="button" tabindex="0">Leave</button></div><<if $methupgrade eq 1>><<set $meth.push("meth")>><<elseif $methupgrade eq 2>><<set $meth.push("meth")>><<set $meth.push("meth")>><<elseif $methupgrade eq 3>><<set $meth.push("Meth")>><<set $meth.push("meth")>><<set $meth.push("meth")>><</if>><<set $methdays = 0>><div class="wrapper"><div class="title">Meth Lab (Level: $methupgrade/3)</div>
<div class="imagebox"><img src="images/London/methlab.jpg" alt="" /></div>
<div class="npctextboxm">Your meth lab is Level $methupgrade/3. It produces $methupgrade per week.</div>
<<if $methlabdays gte 5>><button data-passage="makemeth" class="button" type="button" tabindex="0">Make Meth (Ready!)</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Make Meth ($methlabdays/5 days remaining)</button><</if>><<if $methupgrade lte 3>><button data-passage="upgrademethlab" class="button" type="button" tabindex="0">Upgrade Meth Lab</button><</if>><hr><button data-passage="prisoncells" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/methlab.jpg" alt="" /></div>
<div class="npctextboxm">The meth lab has been upgraded!</div>
<div class="npctextboxw">You've lost $750!</div><<set $money = $money - 750>><<set $methupgrade = 2>>
<button data-passage="upgrademethlab" class="button" type="button" tabindex="0">Return</button></div><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/methlab.jpg" alt="" /></div>
<div class="npctextboxm">The meth lab has been upgraded! It's now at max level!</div>
<div class="npctextboxw">You've lost $1500!</div><<set $money = $money - 1500>><<set $methupgrade = 3>>
<button data-passage="upgrademethlab" class="button" type="button" tabindex="0">Return</button></div><div class="wrapper"><div class="title">Empty Building</div>
<div class="imagebox"><img src="images/London/abandonedbuildingh.jpg" alt="" /></div>
<div class="npctextbox"><div class="homelesschat"></div>Homeless Guy<hr>Thanks buddy. I'll be back tomorrow same time if you got anymore...</div>
<div class="npctextboxm"><center>//You sell meth to the homeless guy for $750! You gained 90 reputation//</center></div>
<button data-passage="abandonedbuilding" class="button" type="button" tabindex="0">Leave</button></div>
<<run $meth.pluck("meth")>><<set $money = $money +750>><<set $time = $time +1>><<set $crime = $crime + 90>><div class="wrapper"><div class="title">Meth Lab (Level: $methupgrade/3)</div>
<div class="imagebox"><img src="images/London/methlab.jpg" alt="" /></div>
<div class="npctextboxm">Meth Lab Upgrades:</div><br><<nobr>>
<<if $methupgrade eq 1 and $money gte 750>>
<button data-passage="methlab2" class="button" type="button" tabindex="0">Upgrade Lvl 2 ($750)</button>
<<elseif $methupgrade eq 1 and $money lt 750>>
<button data-passage="" class="button" type="button" tabindex="0">Upgrade Lvl 2 ($750)</button>
<</if>>
<<if $methupgrade eq 2 and $money gte 1600>>
<button data-passage="methlab3" class="button" type="button" tabindex="0">Upgrade Lvl 3 ($1500)</button>
<<elseif $methupgrade eq 1 and $money lt 1600>>
<button data-passage="" class="button" type="button" tabindex="0">Upgrade Lvl 3 ($1500)</button>
<</if>>
<button data-passage="methlab" class="button" type="button" tabindex="0">Return</button>
<</nobr>></div><div class="wrapper"><div class="title">Secret Underground Base</div>
<<cheats>>
<div class="npctextboxm">Do you want to enable/disable combat? (Currently:<<if $combatenabled gte 1>>Enabled<<else>>Disabled<</if>>)<hr>
<<if $party.includes('harley')==false and $party.includes('auntie')==false>>Enable Combat <<radiobutton "$combatenabled" "1">>
Disable Combat <<radiobutton "$combatenabled" "0">><<else>> you need to remove all party members before you can disable combat<</if>></div>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Return</button></div><<set $currentlocation = "2">><<set $rando to random(1, 3)>><<if $rando eq 1 and $harleylevel gte 400 and $time lte 4 and $harleyeventsex != 1>><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/london_bedroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You enter your bedroom in the secret underground base. Is that.. Harley lying on your bed?</center></div>
<div class="imagebox"><img src="images/v0.46.12/harleysleep.jpg" alt="" /></div>
<div class="npctextboxm"><center>What do you want to do?</center></div>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Nothing</button><button data-passage="harleyfuckbed" class="button" type="button" tabindex="0">Wake Harley & Fuck Her</button>
<<else>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/London/london_bedroom.jpg" alt="" /></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">Sleep</button><button data-passage="playerphone" class="button" type="button" tabindex="0">Check your phone</button><button data-passage="wastetimelondon" class="button" type="button" tabindex="0">Waste Time</button><hr><button data-passage="prisoncells" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="imagebox"><img src="images/v0.46.12/harleysleep.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>What's up $playername, Did I fall asleep? What are you doing?!</div>
<div class="imagebox"><img src="images/v0.46.12/harleysleep2.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I want to see that nice piece of ass!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Hehe! Yes, you should punish me for sleeping in your bed! Haha!</div>
<div class="npctextboxm">You put your cock inside Harley's already wet pussy and start fucking her. How dare she sleep in your bed!</div>
<div class="videobox"><center><video width="720" autoplay loop muted webkit-playsinline playsinline><source src="videos/lyingdoggy.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Aaaaaa....</div>
<div class="npctextboxm">You cum inside Harley!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/creampie.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Phew! Give me... 5 minutes...</div>
<div class="npctextboxw"><center>Your relationship with Harley increased by 300.
Time has passed.
You feel itchy down below... better check in at the hospital..</center></div><<set $harleyeventsex = 1>><<set $harleyrando = 1>><<set $harleyfucked = $harleyfucked + 1>>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Finish</button></div><<set $harleyvaginal = 1>><<set $harleylevel = $harleylevel + 300>><<set $time = $time +1>><<set $std = 1>><div class="wrapper"><div class="title">Secret Underground Base</div>
<div class="npctextboxm"><center>You spend an hour staring at the clock. time has passed an hour.</center></div>
<div class="npctextboxm"><center>Stuck? Check your questlog</center></div><<set $time = $time + 1>>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Stop</button><div class="wrapper"><div class="title">Secret Underground Base</div><<set $location = "london">>
<<if $harleyparty eq 1>><div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div><<elseif $harleydead eq 0 and $time lte 3 and $harleyparty eq 0>><div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/London/prison.jpg" alt="" /></div><</if>>
<<nobr>><button data-passage="Your Room" class="button" type="button" tabindex="0">Your Room</button>
<<if $harleyparty eq 1>><button data-passage="speaktoharley" class="button" type="button" tabindex="0">Speak to Harley</button><<elseif $harleyparty eq 0 and $time lte 3>><button data-passage="speaktoharley" class="button" type="button" tabindex="0">Speak to Harley</button><</if>>
<button data-passage="cells" class="button" type="button" tabindex="0">Prison Cells</button>
<<if $methlab eq 1>><button data-passage="methlab" class="button" type="button" tabindex="0">Meth Lab</button><</if>>
<hr><button data-passage="abandonedbuilding" class="button" type="button" tabindex="0">Leave</button><</nobr>></div><<if $stamina gte 10>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just want a BJ...</div>
<div class="npctextboxm">You pull Wonder Cummer close and let her suck on your member.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/wcbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>Happy?</div>
<div class="npctextboxw">You lost 5 stamina.</div><<set $stamina = $stamina - 10>>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 10 needed</center></div>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish talking</button><</if>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<div class="npctextboxm">You drown Wonder Cummer's face with your cum</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannafacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>It's in my hair.</div>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button><<if $stamina gte 15>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I want you to sit on my cock</div><<set $>>
<div class="npctextboxm">Wonder Cummer complies with your command and walks towards you and the fucking soon starts. She loves it!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/wcfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>Oh god! That feels so good!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/wcfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You cum all over her face. She mops it up with her tongue willingly!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/wcfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>Happy, Master?</div>
<div class="npctextboxw">You lost 15 stamina.</div><<set $stamina = $stamina - 15>><<set $wcfuckedtimes = $wcfuckedtimes + 1>><<set $londonquestline2 = -1>>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 15 needed</center></div>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<if $stamina gte 5>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just want a kiss...</div>
<div class="npctextboxm">You pull Wonder Cummer close and kiss her.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/wckiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>Happy?</div>
<div class="npctextboxw">You lost 5 stamina.</div><<set $stamina = $stamina - 5>>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 5 needed</center></div>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish talking</button><</if>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextboxm">You command Wonder Cummer to be nude at all times in her cell. She accepts her new directive.</div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>If it makes our fuck sessions quicker, i don't mind.</div>
<div class="npctextboxm">Wonder Cummer is now nude!</div><<set $wcoutfit = 1>>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>You are joking, right?</div>
<div class="npctextboxm">You need a higher obedience level</div><<time>>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish</button></div><<if $stamina lte 9>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm too tired to train her today. Need 10 Stamina.</div>
<button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish Training</button><<else>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextbox"><<playerchat>>$playername<hr>You need to be trained. Your level of disobedience is unacceptable</div><<set $wclevel = $wclevel + 10>>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>Whatever...</div>
<div class="npctextboxm">You finish training Wonder Cummer. Her obedience has increased by +10. Now $wclevel.</div><<time>>
<div class="npctextboxw">You have lost 10 stamina training Joanna.</div><<set $stamina = $stamina -10>>
<button data-passage="wctrain" class="button" type="button" tabindex="0">Train again</button><button data-passage="wondercummercell" class="button" type="button" tabindex="0">Finish Training</button></div><</if>><div class="wrapper"><div class="title">Wonder Cummer's Cell</div>
<<wondercummeroutfit>>
<div class="npctextboxm"><center>You enter the prison of Wonder Cummer.</center></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer (Obedience Lvl: $wclevel)<hr>...</div>
<<nobr>>
<button data-passage="wctrain" class="button" type="button" tabindex="0">Train Obedience</button><hr>
<<if $wclevel lte 20>><button data-passage="wcrefuse" class="button" type="button" tabindex="0">Kiss</button><<else>><button data-passage="wckiss" class="button" type="button" tabindex="0">Kiss</button><</if>>
<<if $wclevel lte 60>><button data-passage="wcrefuse" class="button" type="button" tabindex="0">BJ</button><<else>><button data-passage="wcbj" class="button" type="button" tabindex="0">BJ</button><</if>>
<<if $wcoutfit eq 0>><<if $wclevel lte 120>><button data-passage="wcrefuse" class="button" type="button" tabindex="0">Take off her clothes</button><<else>><button data-passage="wcnude" class="button" type="button" tabindex="0">Take off her clothes</button><</if>><</if>>
<<if $wclevel lte 350>><button data-passage="wcrefuse" class="button" type="button" tabindex="0">Fuck</button><<else>><button data-passage="wcfuck" class="button" type="button" tabindex="0">Fuck</button><</if>>
<hr><button data-passage="cells" class="button" type="button" tabindex="0">Leave Cell</button>
<</nobr>></div><div class="wrapper"><div class="title">Prison Cells</div><<set $londonquestline2 = 1>>
<div class="npctextboxm">You hear a strange noise coming from one of the cells...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Huh, what is that noise?</div>
<div class="npctextboxm">Shit! It's Wondercummer, a superhero trying to free the prisoners!</div>
<div class="imagebox"><img src="images/0.46.0/wondercummerprison.jpg" alt="" /></div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer<hr>So you must be $playername, the sick bastard putting my friends in this prison?!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ack!</div>
<div class="npctextbox"><div class="wcchat"></div>Wonder Cummer<hr>I'm going to kill you!</div>
<button data-passage="wondercummerintro2" class="button" type="button" tabindex="0">Prepare for the worst</button></div><div class="wrapper"><div class="title">Prison Cells</div>
<div class="npctextboxm">You prepare to be destroyed by Wonder Cummer until...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Huh-</div><<set $cell3open = 1>>
<div class="npctextboxm">-BANG-</div>
<div class="imagebox"><img src="images/\London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextboxm">Harley smacks Wondercummer to the ground, knocking her out.</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Who the fuck is that?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I was hoping you could tell me. Looks like another superhero.</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Ah, I thought we got them all. Must be some more I forgot about! HAHAHAHA</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Jeez...</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>I'll throw her in Cell #3</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Didn't that cell need rebuilding?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Nah, I was just joking</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay... Thanks for saving my ass again, Harley</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>Don't mention it, sweet cheeks!</div>
<<qt>>
<div class="npctextboxm">The third cell has now been unlocked.</div>
<button data-passage="cells" class="button" type="button" tabindex="0">Finish talking</button></div><div class="wrapper"><div class="title">Empty Building</div>
<<if $time lte 3>><div class="imagebox"><img src="images/London/abandonedbuildingh.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/London/abandonedbuilding.jpg" alt="" /></div><</if>>
<button data-passage="prisoncells" class="button" type="button" tabindex="0">Underground Prison <<if $harleyparty eq 0 and $time lte 3>> - <<Harley>><</if>></button><<if $time lte 3>><button data-passage="homelessguy" class="button" type="button" tabindex="0">Speak to Homeless guy</button><</if>><hr><button data-passage="desmondstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Prison Cells</div>
<<if $superslutcapture eq 2>><button data-passage="superslutcell" class="button" type="button" tabindex="0">Cell #1 - <<Superslut>></button><<else>><button data-passage="" class="button" type="button" tabindex="0">Cell #1 - Empty</button><</if>><<if $pussywomancaptured eq 1>><button data-passage="pussywomancell" class="button" type="button" tabindex="0">Cell #2 - <<Pussywoman>></button><<else>><button data-passage="" class="button" type="button" tabindex="0">Cell #2 - Empty</button><</if>><<if $cell3open eq 1>><button data-passage="wondercummercell" class="button" type="button" tabindex="0">Cell #3 - <<WonderCummer>></button><</if>><hr><button data-passage="prisoncells" class="button" type="button" tabindex="0">Leave</button><<if $londonquestline eq -1 and $londonquestline2 eq 0>><button data-passage="wondercummerintro" class="button" type="button" tabindex="0">You hear a strange noise...</button><</if>></div><div class="wrapper"><div class="title">Empty Building</div>
<div class="imagebox"><img src="images/London/abandonedbuildingh.jpg" alt="" /></div>
<div class="npctextbox"><div class="homelesschat"></div>Homeless Guy<hr>Hey man... got any meth?</div>
<div class="npctextboxm"><center>//You can sell meth to the homeless guy, if you have any...//</center></div>
<<if $meth.contains("meth")>><button data-passage="sellmethlondon" class="button" type="button" tabindex="0">Sell Meth</button><<else>><button data-passage="" class="button" type="button" tabindex="0">You have no meth to sell</button><</if>><hr><button data-passage="abandonedbuilding" class="button" type="button" tabindex="0">Leave</button></div><<if $pussywomanbj eq 0>><div class="wrapper"><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
As my prisoner I demand you suck my cock!</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
Urgh, Fine!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwbj.mp4" type="video/mp4"></video></center></div><<set $stamina = $stamina - 5>>
<div class="npctextboxw"><center>Your relationship with Pussywoman has increased by 100</center></div><<set $pussywomanlevel = $pussywomanlevel + 100>><<set $pussywomanbj = 1>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
I dont want to suck you cock again. Sorry</div>
<div class="npctextboxm"><center>You have already got a BJ from Pussywoman today.</center></div>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextboxm"><center>You enter the prison of pussywoman.</center></div>
<div class="npctextbox"><<pwchat>>Pussy Woman<hr>
Can I help you?</div>
<<nobr>>
<<if $pussywomanoutfit eq 0>><button data-passage="pussywomannude" class="button" type="button" tabindex="0">❤️ Take off her clothes ❤️</button><</if>>
<button data-passage="pwsexmenu" class="button" type="button" tabindex="0">❤️ Sex ❤️</button>
<button data-passage="talkwithpussywoman" class="button" type="button" tabindex="0">Chat</button><hr><button data-passage="cells" class="button" type="button" tabindex="0">Leave</button><</nobr>><<if $pussywomanchat eq 0>><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>playername<hr>
I just wanted to chat. Why do you wear a disguise?</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
To protect those I love.</div>
<div class="npctextboxw"><center>Your relationship with Pussywoman has increased by 50</center></div><<set $pussywomanlevel = $pussywomanlevel + 50>><<set $pussywomanchat = 1>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
I dont want to talk. Sorry</div>
<div class="npctextboxm"><center>You have already chat with Pussywoman today.</center></div>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $pussywomanfeet eq 0>><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextboxm">You sneak up behind pussywoman and blow your load on her feet!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/cumfeet.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What the fuck is that?</div>
<div class="npctextbox"><<playerchat>>playername<hr>
I've got a big hot stucky load and I couldn't let it go to waste!</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
Urgh, you're disgusting! I need to clean this shit up!</div>
<div class="npctextbox"><center>Your relationship with Pussywoman has increased by 500</center></div><<set $pussywomanlevel = $pussywomanlevel + 500>><<set $pussywomanfeet = 1>><<set $stamina = $stamina - 5>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
No way! Not again!</div>
<div class="npctextbox"><center>You have already did //that thing// with pussywoman today.</center></div>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $pussywomanfuck eq 0>><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What do you want this time?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Your pussy, I command you.</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>Urgh, why not!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwfuck1.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>Is that all you got? Motherfucker!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>This best be a big fucking load!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwfacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>Oh my god, that was huge! I'm starting to like being your prisoner...</div>
<div class="npctextbox"><center>Your relationship with Pussywoman has increased by 350</center></div><<set $pussywomanlevel = $pussywomanlevel + 350>><<set $pussywomanfuck = 1>><<set $stamina = $stamina - 5>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
I dont want to fuck.</div>
<div class="npctextbox"><center>You have already fucked Pussywoman today.</center></div>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $pusywomananal eq 0>><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I just wanted a friendly kiss. To ease our tensions.</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
I understand...</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/pwkiss.mp4" type="video/mp4"></video></center></div><<set $stamina = $stamina - 5>>
<div class="npctextboxw"><center>Your relationship with Pussywoman has increased by 75</center></div><<set $pussywomanlevel = $pussywomanlevel + 75>><<set $pusywomananal = 1>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
I dont want to kiss again. Sorry</div>
<div class="npctextboxm"><center>You have already kissed with Pussywoman today.</center></div>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I want my prisoners to wear no clothes. I'm taking all your clothing. You live naked now.</div>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
You bastard!</div>
<div class="npctextboxm"><center>Pussywoman is now naked!</center></div><<set $pussywomanlevel = $pussywomanlevel + 35>><<set $pussywomanoutfit = 1>>
<button data-passage="pussywomancell" class="button" type="button" tabindex="0">Finish talking</button></div><div class="wrapper"><div class="title">Pussy Woman's Cell</div>
<<pwoutfit>>
<div class="npctextbox"><<pwchat>>Pussywoman<hr>
Did you want me for something?</div>
<<nobr>>
<<if $stamina gte 5>><<if $pussywomanlevel gte 50>><button data-passage="kissingpw" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button><</if>>
<<if $pussywomanlevel gte 300>><button data-passage="bjpw" class="button" type="button" tabindex="0">❤️ Blowjob ❤️</button><</if>>
<<if $pussywomanlevel gte 750>><button data-passage="vaginalpw" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><</if>>
<<if $pussywomanlevel gte 1500>><button data-passage="cumonfeetpw" class="button" type="button" tabindex="0">❤️ Cum on her feet ❤️</button><</if>><<else>><div class="npctextboxm">You need at least 5 stamina to preform any unlocked sex interactions</div><</if>><hr><button data-passage="pussywomancell" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper"><div class="title">Pussywoman's Cell</div>
<div class="npctextboxm"><center>You enter the prison with pussywoman. You put her in the cell and call over Harley</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Harley! Come here! Look who i've found!</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Hey Sugar! Another one? Wait who the fuck is this?</div>
<div class="imagebox"><img src="images/London3/v.jpg" alt="" /></div>
<div class="npctextbox"><div class="britneychat"></div>Pussywoman<hr>
Fucking hell...</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Wait is that Pussywoman?! HAHAHA! I never recognised ya without ya costume on! Infact, here! Put it on!</div>
<div class="npctextbox"><div class="britneychat"></div>Pussywoman<hr>
Wait? You want me to put on my Pussywoman outfit?</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
That's right BOZO! Get on on, I like the latex!</div>
<div class="imagebox"><img src="images/London3/pussywomancellharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
You did a great job pudding! That's all the superheroes captured!</div>
<div class="npctextboxm">QUEST COMPLETE!</DIV> <<set $londonquestline = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="cells" class="button" type="button" tabindex="0">Okay</button><div class="wrapper"><div class="title">Superslut's Cell</div>
<div class="npctextboxm"><center>You enter the prison with superslut. You put her in the cell and call over Harley</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Harley! Come here! Look who i've found!</div>
<div class="imagebox"><img src="images/London/cell1together.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
Hey Sugar! What's u- OH MY GOD! Superslut! You fucking bitch! I finally got you now!</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Harley! I should have known. It's no problem. Pussywoman will be here to save me as soon as she finds out of my dissapearance.</div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
big deal! We'll capture her to! I've got the super sexy $playername here now! All the villains are going to win!</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
I dont want to talk to either of you any longer. Leave me alone in my cell untill the other heroes rescue me. Now.. fuck off!</div>
<div class="npctextboxm"><center>You and Harley leave the cell</center></div>
<div class="imagebox"><img src="images/London/prisonwithharley.jpg" alt="" /></div>
<div class="npctextbox"><div class="harleychat"></div>Harley<hr>
You did a great job pudding! Now we need to focus on the other superheroes. I'll leave it all in your capable hands!</div>
<<qt>><<set $superhero>><<set $londonquestline = 2>>
<<set $superslutcapture = 2>><button data-passage="cells" class="button" type="button" tabindex="0">Okay</button><<if $superslutanal eq 0>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want now?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I want your asshole</div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
It's yours. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
You're such a fucking slut!</div><<set $superslutfuckedtimes = $superslutfuckedtimes +1>>
<div class="npctextbox"><center>You start fucking Superslut's asshole!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutanal.mp4" type="video/mp4"></video></center></div><<set $superslutfuckedtimes = $superslutfuckedtimes + 1>>
<div class="npctextbox"><center>Your relationship with superslut has increased by 600</center></div><<set $superslutlevel = $superslutlevel + 600>><<set $superslutanal = 1>><<set $stamina = $stamina - 5>>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I dont want to fuck anymore today.</div>
<div class="npctextbox"><center>You have already fucked Superslut's asshole today.</center></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $superslutbj eq 0>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I want you to suck my cock.</div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
Are you fucking serious... </div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Yep, now come here and suck your masters cock!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
Oh my fucking g- </div>
<div class="npctextboxm"><center>You cum!!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutbjcum.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>You'll never be my master! No matter how good your cock tastes!</div>
<div class="npctextboxw"><center>Your relationship with superslut has increased by 90</center></div><<set $superslutlevel = $superslutlevel + 90>><<set $superslutbj = 1>><<set $stamina = $stamina - 5>>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
Sorry. Not today.</div>
<div class="npctextboxm"><center>You have already received a blowjob from Superslut today.</center></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $superslutkiss eq 0>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I just wanted to do this...</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw"><center>Your relationship with superslut has increased by 65</center></div><<set $superslutlevel = $superslutlevel + 65>><<set $superslutkiss = 1>><<set $stamina = $stamina - 5>>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><<else>>
<div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I dont want to kiss anymore today.</div>
<div class="npctextboxm"><center>You have already kissed Superslut today.</center></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<if $superslutoutfit eq 0>><div class="superslutchat"></div><<else>><div class="superslutchatnude"></div><</if>>Superslut<hr>
Huh?</div>
<<if $stamina gte 5>><<if $superslutlevel gte 50>><button data-passage="kissingss" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button><</if>><<if $superslutlevel gte 300>><button data-passage="bjss" class="button" type="button" tabindex="0">❤️ Blowjob ❤️</button><</if>><<if $superslutlevel gte 750>><button data-passage="vaginalss" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><</if>><<if $superslutlevel gte 1500>><button data-passage="analss" class="button" type="button" tabindex="0">❤️ Anal ❤️</button><</if>><<else>><div class="npctextboxm">You need at least 5 stamina to preform any unlocked sex interactions</div><</if>><hr><button data-passage="superslutcell" class="button" type="button" tabindex="0">Leave</button><<if $superslutsex eq 0>><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I want your pussy</div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
It's about time i got fucked down here</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
You're such a fucking slut!</div><<set $superslutfuckedtimes = $superslutfuckedtimes +1>>
<div class="npctextboxm"><center>You start fucking Superslut!</center></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I'm starting to enjoy being your fucktoy, master!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutfuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>Finish on my face, cunt!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/superslutfacial.mp4" type="video/mp4"></video></center></div><<set $superslutfuckedtimes = $superslutfuckedtimes + 1>>
<div class="npctextboxw"><center>Your relationship with superslut has increased by 400</center></div><<set $superslutlevel = $superslutlevel + 400>><<set $superslutsex = 1>><<set $stamina = $stamina - 5>>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I dont want to fuck anymore today.</div>
<div class="npctextboxm"><center>You have already fucked Superslut today.</center></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextboxm"><center>You enter the prison of superslut.</center></div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>What do you want?</div>
<<if $superslutoutfit eq 0>><button data-passage="superslutnude" class="button" type="button" tabindex="0">❤️ Take off her clothes ❤️</button><</if>><button data-passage="sssexmenu" class="button" type="button" tabindex="0">❤️ Sex ❤️</button><button data-passage="talkwithsuperslut" class="button" type="button" tabindex="0">Chat</button><hr><button data-passage="cells" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
There is a new rule for this prison. No clothes. For... security reasons. Give them to me.</div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
Wait what? No fucking way!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
You fucking heard me. Clothes, off, now! </div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
You're a fucking cocksucker!</div>
<div class="npctextboxm"><center>Superslut takes off her outfit.</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
All of your clothes. Socks and underwear included!</div>
<div class="npctextboxm"><center>Superslut is completely nude!</center></div><<set $superslutoutfit = 1>>
<div class="imagebox"><img src="images\London\superslutcellnude.jpg" alt="" /></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><<set $time = $time + 1>><<if $superslutchat eq 0>><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
I just wanted to chat. Have you ever considered if being a superhero is really what you want?</div>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I never wanted to be a superhero. It's something I was forced into doing and I just got stuck doing it. I'd much rather be drinking or sucking on a cock.</div>
<div class="npctextboxw"><center>Your relationship with superslut has increased by 55</center></div><<set $superslutlevel = $superslutlevel + 55>><<set $superslutchat = 1>>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="wrapper"><div class="title">Superslut's Cell</div>
<<superslutoutfit>>
<div class="npctextbox"><<superslutchat>>Superslut<hr>
I dont want to talk. Sorry</div>
<div class="npctextboxm"><center>You have already chat with Superslut today.</center></div>
<button data-passage="superslutcell" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Desmond Street</div>
<div class="imagebox"><img src="images/London/desmondstreet.jpg" alt="" /></div>
<button data-passage="sexmus" class="button" type="button" tabindex="0">Sex Museum <<if $time lte 4 and $pussywomancaptured eq 0>> - <<Britney>><</if>></button><button data-passage="abandonedbuilding" class="button" type="button" tabindex="0">Supervillian Lair<<if $harleydead eq 0 and $time lte 3>> - <<Harley>><</if>></button><button data-passage="gamedevoutside" class="button" type="button" tabindex="0">Game Dev Studio</button><hr><button data-passage="picadillystreet" class="button" type="button" tabindex="0">↓ Picadilly Street ↓</button></div><div class="wrapper"><div class="title">Oxford Street</div>
<div class="imagebox"><img src="images/London/oxford.jpg" alt="" /></div>
<button data-passage="picadillystreet" class="button" type="button" tabindex="0">↑ Picadilly Street ↑</button><hr><button data-passage="taxiranklondon" class="button" type="button" tabindex="0">Taxi</button><button data-passage="londonalleyway" class="button" type="button" tabindex="0">Alleyway<<if $superslutcapture eq 1>> - <<Superslut>><</if>></button><button data-passage="airportlondon" class="button" type="button" tabindex="0">Airport</button></div><div class="wrapper"><div class="title">Picadilly Street</div>
<div class="imagebox"><img src="images/London/picadillystreet.jpg" alt="" /></div>
<button data-passage="desmondstreet" class="button" type="button" tabindex="0">↑ Desmond Street ↑</button><hr><button data-passage="outsidedesmondbar" class="button" type="button" tabindex="0">London Bar <<if $superslutcapture eq 0 and $time gte 4 and $time lte 7>> - <<Superslut>><</if>></button><button data-passage="londonhospital" class="button" type="button" tabindex="0">Hospital</button><button data-passage="outsidesupermarket" class="button" type="button" tabindex="0">Supermarket</button><hr><button data-passage="oxfordstreet" class="button" type="button" tabindex="0">↓ Oxford Street ↓</button></div><div class="wrapper"><div class="title">Alleyway</div>
<<if $superslutcapture eq 1>><div class="imagebox"><img src="images\London\alleywayss.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\London\alleyway.jpg" alt="" /></div><</if>>
<<if $superslutcapture eq 1>><button data-passage="superslutalleyway" class="button" type="button" tabindex="0">Speak to Superslut</button><</if>><<if $combatenabled eq 1>><button data-passage="dogattack" class="button" type="button" tabindex="0">Fight Dogs (Level 20)</button><</if>><hr><button data-passage="oxfordstreet" class="button" type="button" tabindex="0">Leave</button>
</div><div class="wrapper"><div class="title">Alleyway</div>
<div class="imagebox"><img src="images\London\alleywayss.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Superslut, did you find anything?</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
No. I guess they must of got away. I'm going to leave unless you have anything else to say?</div><<set $superslutcapture = 0>>
<<if $combatenabled eq 0>><button data-passage="superslutdefeated" class="button" type="button" tabindex="0">Capture Superslut</button><<else>><button data-passage="pwbattle1" class="button" type="button" tabindex="0">Start fight</button><</if>><button data-passage="londonalleyway" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Alleyway</div><<set $randomoney to random(100,650)>>
<<if $combatenabled eq 1>><div class="npctextbox"><centeR>You defeated the enemy!</center><hr>
<<thugdefeated>>Special: You received $ $randomoney!</div>
<div class="npctextbox"><centeR>Checking Level ups</center><hr>
<<levelupcheck>></div><<set $money = $money + $randomoney>><</if>>
<div class="imagebox"><img src="images\London\alleywayss.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Superslut, you're coming with me!</div>
<div class="npctextboxm"><center>You grab superslut and tie her up!</center></div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
No way! You're not as weak as you look! Did harley put you up to this?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hehe nothing personal</div>
<div class="npctextboxm"><center>You take Superslut to Harley's prison!</center></div>
<button data-passage="capturedsuperslut" class="button" type="button" tabindex="0">Back to the prison</button></div><div class="wrapper"><div class="title">Alleyway</div>
<div class="npctextboxm">A DOG ATTACKS YOU!</DIV>
<div class="npctextbox"><div class="dogchat"></div>Dog<hr>BARK BARK MOTHERFUCKER</DIV>
<button data-passage="dogbattle" class="button" type="button" tabindex="0">Start fight</button></div><<set $thugcombatlevel = 20>><<set $thugstamina = 5>><<set $thughealthpoints = 20>><<run $enemy.push('dog')>><<set $thugmaxhealth = 20>><<set $thugmaxstamina = 5>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London3/sexmusinsidebritney.jpg" alt="" /></div>
<div class="npctextboxm"><center>Intelligence Check..<<if $intelligence gte 350>> <div class="green">Passed!</div><<else>> Failed! Need at least 350 Inteliigence...<</if>></center></div>
<<if $intelligence gte 350>><div class="npctextbox"><<playerchat>>$playername<hr>I know you are</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>I thought you would show your face eventually! We know you kidnapped Superslut! What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Your coming with me!</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>Me? come with you? I'm the one in charge here!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Do you feel in charge? You fuck around and I'll tell everyone here who you really are 'Britney'.</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>You bastard! All right, i'll come with you!</div>
<div class="npctextboxm"><center>You take Pussywoman to your lair...</center></div><<set $pussywomancaptured = 1>>
<button data-passage="britneycapture2" class="button" type="button" tabindex="0">To the lair..</button>
<<else>>
<div class="npctextbox"><<playerchat>>$playername<hr>I know you are</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>What the fuck are you talking about?</div>
<div class="npctextboxm"><center>Higher intelligence level needed!</center></div><<set $time = $time + 2>>
<button data-passage="enterlondonmus" class="button" type="button" tabindex="0">Leave</button>
<</if>></div><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London3/sexmusinsidebritney.jpg" alt="" /></div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>Hey, can I help you?</div>
<<if $superslutcapture eq 2>><button data-passage="britneycapture1" class="button" type="button" tabindex="0">Accuse of being Pussywoman</button><</if>><button data-passage="chatbritney" class="button" type="button" tabindex="0">Chat</button><button data-passage="showpenisbritney" class="button" type="button" tabindex="0">Show your penis</button><hr><button data-passage="enterlondonmus" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London3/sexmusinsidebritney.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I've never seen titties so wonderful.</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>Piss off, creep</div>
<button data-passage="enterlondonmus" class="button" type="button" tabindex="0">Leave</button></div>
<<set $time = $time + 1>><<if $daisykiss eq 0>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/London4/daisykiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>Your relationship with Daisy has increased by 55</center></div><<set $daisylevel = $daisylevel + 55>><<set $daisykiss = 1>>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish talking</button>
<<else>>
<div class="wrapper"><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You have already kissed with Daisy today.</center></div>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $daisybj eq 0>><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername
<hr>I command you to suck my cock, Daisy.</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>Yes, master.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/London4/daisybj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><center>Your relationship with Daisy has increased by 30</center></div><<set $daisylevel = $daisylevel + 30>><<set $daisybj = 1>>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You have already had a BJ from Daisy today.</center></div>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<<if $patchesquest eq 0>>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>Did you want anything?</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Yeah, why are you always in this room?</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>This room is a magical room. It lies not in this realm but in a realm beyond space and time. Only the keyholder can enter the room. Opening the door allows me to leave but I prefer to wait here to serve you.</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>A magical room huh? Any other magical babes locked in rooms that I should free?</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>There are other girls, yes. I do not know anything else on their location. Maybe you should speak to the man you got the key from. </div>
<div class="npctextbox"><<playerchat>>$playername
<hr>I should speak to Patches...</div><<set $patchesquest = 1>>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish talking</button><<else>>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>Did you want anything?</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Why is the magical door in a museum?</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>I dont choose where the door will spawn. It only draws towards similar energy. I don't know much else, sorry.</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Interesting...</div>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<<if $daisymet eq 0>><button data-passage="meetingdaisy" class="button" type="button" tabindex="0">Meeting Daisy</button><<else>><button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Talk to Daisy</button><</if>><hr><button data-passage="sexmus" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="daisychat"></div>Daisy (Obedience Level: $daisylevel)<hr>Hello Master.</div>
<button data-passage="chattingwithdaisy" class="button" type="button" tabindex="0">Talk</button><hr>
<button data-passage="kissdaisy" class="button" type="button" tabindex="0">❤️ Kiss ❤️</button><<if $daisylevel gte 160>><button data-passage="bjdaisy" class="button" type="button" tabindex="0">❤️ Get BJ ❤️</button><<else>><button data-passage="" class="button" type="button" tabindex="0">BJ (Need relationship level 160)</button><</if>><<if $daisylevel gte 260>><button data-passage="fuckdaisy" class="button" type="button" tabindex="0">❤️ Fuck Daisy ❤️</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Fuck Daisy (Need relationship level 260)</button><</if>><<if $daisylevel gte 560>><button data-passage="suckdaisy" class="button" type="button" tabindex="0">❤️ Give Daisy a BJ ❤️</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Give BJ (Need relationship level 560)</button><</if>><hr><button data-passage="sexmus" class="button" type="button" tabindex="0">Leave</button></div><<if $daisyfuck eq 0>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Spread that asshole, Daisy.</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>Yes, master.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted><source src="images/London4/daisyfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>Your relationship with Daisy has increased by 100</center></div><<set $daisylevel = $daisylevel + 100>><<set $daisyfuck = 1>><<set $daisyfuckedtimes = $daisyfuckedtimes + 1>>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You have already fucked Daisy today.</center></div>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><<set $time = $time + 1>><<if $givedaisybj eq 0>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Now its my turn to return the favour...</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>Suck my cock!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="images/London4/givebjdaisy.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>Your relationship with Daisy has increased by 80</center></div><<set $daisylevel = $daisylevel + 80>><<set $givedaisybj = 1>>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button>
<<else>>
<div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextboxm"><center>You have already gave Daisy a BJ today.</center></div>
<button data-passage="daisysexmenu" class="button" type="button" tabindex="0">Finish</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London4/daisyroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="daisychat"></div>???<hr>Hey, I'm Daisy and you found me. I see you have the key...</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Yeah I got the key from this guy in a cave...</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>The museum kept me locked in here. It was a punishment. I swore an oath to the keyholder. Whoever holds the key I must answer to.</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>So you will do whatever I command you to do?</div>
<div class="npctextbox"><div class="daisychat"></div>Daisy<hr>That is correct. The key was lost by my previous master. Now that you have the key, you are my master.</div>
<div class="npctextbox"><<playerchat>>$playername
<hr>Understood....</div>
<div class="npctextboxm">Daisy is now available in her room for fun. NOTE: This is a trans character and completely optional!</div><<set $daisymet = 1>>
<button data-passage="sexmus" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">London Sex Museum</div>
<<if $pussywomancaptured eq 0 and $time lte 4>><div class="imagebox"><img src="images/London3/sexmusinsidebritney.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images/London3/sexmusinside.jpg" alt="" /></div><</if>>
<<if $time lte 4 and $pussywomancaptured eq 0>><div class="npctextboxm"><center>Britney is here.</center></div><</if>>
<<if $daisykey eq 1>><button data-passage="daisydoor" class="button" type="button" tabindex="0">Daisy's Door - Use Daisy's Key</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Daisy's Door - Locked</button><</if>><<if $time lte 4 and $pussywomancaptured eq 0>><button data-passage="britneychat" class="button" type="button" tabindex="0">Talk to Britney</button><</if>><hr><button data-passage="sexmus" class="button" type="button" tabindex="0">Desmond Street</button></div><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London3/museumoutside.jpg" alt="" /></div>
<<if $time lte 4>><button data-passage="enterlondonmus" class="button" type="button" tabindex="0">Enter Sex Museum</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Enter Sex Museum - <<closed>></button><</if>><hr><button data-passage="desmondstreet" class="button" type="button" tabindex="0">Desmond Street</button></div><div class="wrapper"><div class="title">London Sex Museum</div>
<div class="imagebox"><img src="images/London3/sexmusinsidebritney.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>I've got something to contribute to the sex museum!</div>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>What?</div>
<div class="npctextboxm"> <center> You pull your pants down and do a helicopter. Your member flying in all angles.</center> </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/helicopter.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"> <center> When suddenly... You get slapped in the face!</center> </div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/slap.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"> <center> You lost health!</center> </div><<set $healthpoints = $healthpoints - 1>><<set $time = $time + 3>>
<div class="npctextbox"><div class="britneychat"></div>Britney<hr>You fucking pervert!</div>
<<if $healthpoints lte 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Leave the museum</button><<else>><button data-passage="enterlondonmus" class="button" type="button" tabindex="0">Leave the museum</button><</if>></div><div class="wrapper"><div class="title">London Airport</div>
<div class="imagebox"><img src="images\The Summer Update\airportman.png" alt="" /></div>
<button data-passage="london2lagos" class="button" type="button" tabindex="0">Flight to Lagos - Nigeria</button><button data-passage="" class="button" type="button" tabindex="0">Flight to Orlando - United States (FLIGHTS ON HOLD)</button><button data-passage="" class="button" type="button" tabindex="0">Flight to Moscow - Russia (FLIGHTS ON HOLD)</button><button data-passage="" class="button" type="button" tabindex="0">Flight to Tokyo - Japan (FLIGHTS ON HOLD)</button><hr><button data-passage="oxfordstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="wrapper"><div class="title">London Airport</div>
<div class="imagebox"><img src="images\The Summer Update\airportmanchat.png" alt="" /></div>
<div class="npctextboxm"> <center> You hand over $5000 for your lifetime ticket between London and Lagos</center></div>
<div class="npctextbox"><div class="airportmanchat"></div>Airport Man<hr>Great choice sir!</div>
<div class="npctextboxm"> <center>The airport man hands over your ticket!</center></div> <<set $nigeriaticket = 1>>
<button data-passage="london2lagos" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Are we there yet?</div>
<div class="imagebox"><img src="images\The Summer Update\airhostess.jpg" alt="" /></div>
<<if $arewethereyet lte 5>><div class="npctextbox"><div class="airhostesschat"></div>Air Hostess<hr>No.</div><<else>><div class="npctextbox"><div class="airhostesschat"></div>Air Hostess<hr>If you don't stop asking me, i'm going to throw you off this flight!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Agh!</div>
<div class="npctextboxm"><center>The air hostess drops something out her pocket on the floor and walks away</center></div>
<div class="npctextboxw"><center>You found the bathroom key!</center></div><<set $planebathroomkey = 1>><</if>>
<button data-passage="fly2lagos" class="button" type="button" tabindex="0">Understood</button></div> <<set $arewethereyet = $arewethereyet + 1>><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextboxm"> <center> You are flying in the plane..</center></div>
<div class="imagebox"><img src="images\0.46.0\sleep_plane.jpg" alt="" /></div>
<button data-passage="speaktoairhostess" class="button" type="button" tabindex="0">Speak to the air hostess</button><button data-passage="planebathroom" class="button" type="button" tabindex="0">Go to the bathroom</button><hr><button data-passage="lagosintro" class="button" type="button" tabindex="0">Go to sleep</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextboxm"> <center> You enter the bathroom and see an Air Hostess standing there. She is looking at you shocked.</center></div>
<div class="imagebox"><img src="images\The Summer Update\airhostess2.jpg" alt="" /></div>
<div class="npctextbox"><div class="airhostess2chat"></div>Air Hostess<hr>Who the fuck are you - Wait, you must be Prince Podenatini Muhammed Escobar III?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Fuck yeah that's me!</div>
<div class="npctextboxm"> <center>The Air hostess starts undressing</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Let's fucking goooooo!</div>
<div class="npctextbox"><div class="airhostess2chat"></div>Air Hostess<hr>I've been waiting for your sir, please take my body!</div>
<button data-passage="insidebathroom2" class="button" type="button" tabindex="0">Suck this dick!</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextbox"><div class="airhostess2chat"></div>Air Hostess<hr>Let me get a taste of your cock!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/hostessbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="airhostess2chat"></div>Air Hostess<hr>Do you want to fuck me sir?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Honey, if I ever say no to that question, I want you to shoot me in the head.</div>
<button data-passage="insidebathroom3" class="button" type="button" tabindex="0">Time for the fucking</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/hostessfuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="airhostess2chat"></div>Air Hostess<hr>I'll be waiting here for you next time my love!</div>
<div class="npctextboxm">After an intense few minutes of fucking this crazy woman. You finish and leave.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Yeah...</div>
<div class="npctextboxm">You have unlocked access to the mile high club!</div>
<button data-passage="fly2lagos" class="button" type="button" tabindex="0">Go back to your seat</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextboxm"><center>You knock on the bathroom door</center></div>
<div class="npctextboxm"><center>There is no answer.</center></div>
<button data-passage="planebathroom" class="button" type="button" tabindex="0">Back</button></div><div class="wrapper"><div class="title">Lagos Airport</div>
<div class="airportman"></div>
<div class="npctextboxm"> <center> You arrive to the terminal for flights to Nigeria.</center></div>
<div class="npctextbox"><div class="airportmanchat"></div>Airport Man<hr>Hello Sir, will that be 1 ticket to London? I see you have a lifetime ticket so please just go straight on through.</div>
<button data-passage="airportlondon" class="button" type="button" tabindex="0">*Instant* Fly to London - UK</button><hr><button data-passage="airportlondon" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextboxm"> <center> The bathroom door is locked</center></div>
<<if $planebathroomkey eq 1>><button data-passage="insidebathroom" class="button" type="button" tabindex="0">Use Bathroom Door Key</button><</if>><button data-passage="knockbathroomplane" class="button" type="button" tabindex="0">Knock</button><hr><button data-passage="fly2lagos" class="button" type="button" tabindex="0">Go back to your seat</button></div><div class="wrapper"><div class="title">Flying High</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Excuse me miss?</div>
<div class="imagebox"><img src="images\The Summer Update\airhostess.jpg" alt="" /></div>
<div class="npctextbox"><div class="airhostesschat"></div>Air Hostess<hr>Yes sir?</div>
<<if $planebathroomkey eq 0>><button data-passage="arewethereyet" class="button" type="button" tabindex="0">Are we there yet?</button><</if>><hr><button data-passage="fly2lagos" class="button" type="button" tabindex="0">Nothing</button></div><div class="wrapper"><div class="wrapper"><div class="title">London Airport</div>
<div class="imagebox"><img src="images\The Summer Update\airportman.png" alt="" /></div>
<div class="npctextboxm"> <center> You arrive to the terminal for flights to Nigeria.</center></div>
<div class="npctextbox"><div class="airportmanchat"></div>Airport Man<hr>Hello Sir, will that be 1 ticket to Nigeria? These are lifetime tickets. So once you buy it once you can keep reusing the ticket as many times as you like!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>How is that profitable?...</div>
<button data-passage="fly2lagos" class="button" type="button" tabindex="0">Board Flight</button><hr><button data-passage="airportlondon" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Cruisin'</div><<set $money = $money - 50>>
<button data-passage="Gough Street" class="button" type="button" tabindex="0">Arrive in Amore City (Gough Street)</button></div><div class="wrapper"><div class="title">London Taxi Rank</div>
<<if $money gte 50>><button data-passage="london2amore" class="button" type="button" tabindex="0">Taxi to Amore City - $50</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Taxi to Amore City - (Need $50)</button><</if>><hr><button data-passage="oxfordstreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Alright bitch! You're coming with me!</div>
<div class="npctextboxm"><center>The bar goes silent and everyone turns their head and looks at you.</center></div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Are you kidding? Take this you little fucktard!</div>
<div class="npctextboxm"><center>Superslut slaps you with her super strength!</center></div><<set $healthpoints = $healthpoints -1>>
<div class="npctextboxm"><center>You lost health!</center></div>
<<if $healthpoints lte 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Ow</button><<else>><button data-passage="outsidedesmondbar" class="button" type="button" tabindex="0">Ow</button><</if>></div><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Are you fucking serious? Don't try this shit again!</div>
<div class="npctextboxm"><center>Superslut slaps you in the face!</center></div><<set $healthpoints = $healthpoints - 1>>
<<if $healthpoints lte 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Ow</button><<else>><button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Ow</button><</if>></div>
<<set $time = $time + 3>><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Superslut, why are you drinking? Shouldn't you be saving people?</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
I'm off duty kid.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
And what's your super power?</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
You'll find out soon if you dont leave me alone.</div>
<button data-passage="enemysuperslutchat" class="button" type="button" tabindex="0">Finish talking</button><<set $time = $time +1>><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Superslut, i think you should check out the alleyway at Oxford street. There's someone in trouble!</div>
<div class="npctextboxm"><center>Intelligence Check: <<if $intelligence gte 350>>Passed!<<else>>Failed! (Need 350 Intelligence)<</if>></center></div>
<<if $intelligence gte 349>><div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Really? Shit. I'll go check it out.</div><<set $superslutcapture = 1>><<else>><div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Really? I dont give a shit.</div><</if>>
<button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Finish talking</button><<set $time = $time +1>><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextboxm"><center>You see Superslut drinking a cocktail at the bar. Isn't she supposed to be doing superhero shit?</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey Superslut</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>
Hmm? Oh its you again? What do you want?.</div>
<div class="npctextboxm"><center>Important: It's probably best to prepare before you try and capture Superslut.</center></div>
<button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Eat her</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Try to kiss her</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Ask for feet pics</button><button data-passage="cometothealleyway" class="button" type="button" tabindex="0">Ask to come to the alleyway</button><button data-passage="chatwithsuperslutinbar" class="button" type="button" tabindex="0">Chat</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Invite to the bathroom</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Try and capture</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Pretend you are a frog</button><button data-passage="capturesuperslutfail" class="button" type="button" tabindex="0">Flash your cock</button><hr><button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Finish talking</button><div class="wrapper"><div class="title">Desmond Bar</div>
<<londonbar>>
<<if $superslutcapture eq 0 and $time gte 4 and $time lte 7>><button data-passage="enemysuperslutchat" class="button" type="button" tabindex="0">Superslut is here</button><</if>><hr><button data-passage="outsidedesmondbar" class="button" type="button" tabindex="0">Picadilly Street</button></div><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar2ss.jpg" alt="" /></div>
<div class="npctextboxm"><center>You enter the London Bar</center></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh shit, its superslut!</div>
<div class="npctextbox"><div class="superslutchat"></div>Superslut<hr>Sorry, no autographs. I'm off duty.</div>
<div class="npctextboxm"><center>//Important:// It's probably best to prepare before you try and capture Superslut.</center></div>
<button data-passage="attacksuperslutfail" class="button" type="button" tabindex="0">Try and capture</button><button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Finish talking</button><<set $londonbarmet = 1>><<if $drunk eq 0>><div class="wrapper"><div class="title">London Bar</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Gimme a drink bartender!</div>
<div class="npctextboxm">You paid $25 for a beer. You are drunk!</div><<set $drunk = 1>><<set $money = $money -25>>
<button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Finish</button></div><<else>>
<div class="wrapper"><div class="title">London Bar</div>
<div class="npctextboxm">You are already drunk!</div>
<button data-passage="outsidedesmondbar" class="button" type="button" tabindex="0">Finish</button></div><</if>><div class="wrapper"><div class="title">Desmond Bar</div>
<div class="imagebox"><img src="images\London\londonbar.jpg" alt="" /></div>
<<if $londonbarmet gte 1 and $time gte 3>><button data-passage="insidedesmondbar" class="button" type="button" tabindex="0">Enter</button><</if>><<if $londonbarmet eq 0 and $time gte 3>><button data-passage="introlondonbar" class="button" type="button" tabindex="0">Enter</button><</if>><<if $time lte 2>><button data-passage="" class="button" type="button" tabindex="0">Enter - <<closed>></button><</if>><hr><button data-passage="picadillystreet" class="button" type="button" tabindex="0">Picadilly Street</button></div><div class="wrapper"><div class="title">Supermarket</div>
<div class="imagebox"><img src="images/wings.jpg" alt="" /></div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Here you go pimp, merry christmas!.</div>
<div class="npctextboxm"><center> You received the christmas gifts! </center></div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button></div> <<set $christmas2022 = 2>> <<set $inventory.push("xmas2022gift")>>
<<set $money = $money -125>><<set $time = $time +1>><<if $money gte 500>><div class="wrapper"><div class="title">Supermarket</div>
<div class="npctextboxm">You bought a diamond.</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Diamond added to inventory (+1)</li><<set $inventory.push("diamond")>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -500>>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>I really need to make this fucking money man</div>
<div class="npctextboxm">You dont have enought money ($500) for this. You made Bernie sad </div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 50>><div class="title">Supermarket</div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Portugal, isn't that somewhere in south america?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Flowers added to inventory (+1)</li><<set $flowers.push("flowers")>>
<li>Money has decreased (-50)</li></ul></div><<set $money = $money -50>>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Mods, ban this guy from the store. Wheel Torque.</div>
<div class="npctextboxm">You dont have enought money ($50) for this.</div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 249>><div class="wrapper"><div class="title">Supermarket</div>
<div class="imagebox"><img src="images/wings.jpg" alt="" /></div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Oh my lawd...</div>
<div class="npctextboxm"><center> You received the sex book! </center></div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button></div> <<set $sisterbook = 1>> <<set $inventory.push("sexbook")>>
<<set $money = $money -249>><<set $time = $time +1>><<else>>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>I can't take this shit no more man</div>
<div class="npctextboxm">You dont have enought money ($249) for this. You made Bernie sad </div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button><</if>><<if $money gte 150>><div class="title">Supermarket</div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Stamina? Are you sneak dissin?</div>
<div class="npctextboxw"><ul><li>Time has passed (+1)</li><<time>>
<li>Stamina implant (+10 max stamina) added to inventory (+1)</li><<set $inventory.push("wingsstamina")>><<set $maxstamina = $maxstamina + 10>>
<li>Money has decreased (-150)</li></ul></div><<set $money = $money -150>>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Finish Purchase</button>
<<else>>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Welcome to ban world.</div>
<div class="npctextboxm">You dont have enought money ($150) for this.</div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button><</if>><div class="wrapper"><div class="title">Supermarket</div>
<div class="imagebox"><img src="images/wings.jpg" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Hey man, hows it going?</div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>
I'm not here to conversate.</div>
<button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Leave</button></div><<time>><div class="wrapper"><div class="title">Supermarket</div>
<div class="imagebox"><img src="images/wings.jpg" alt="" /></div>
<div class="npctextbox"><div class="berniechat"></div>Bernie<hr>Either buy something or get the fuck out.</div>
<<wingsshop>><button data-passage="chatbernie" class="button" type="button" tabindex="0">Talk to Bernie</button><button data-passage="outsidesupermarket" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Supermarket</div>
<div class="imagebox"><img src="images/asda.jpg" alt="" /></div>
<<if $time lte 5>><button data-passage="insidesupermarket" class="button" type="button" tabindex="0">Enter Supermarket</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Enter Supermarket - <<closed>></button><</if>><hr><button data-passage="picadillystreet" class="button" type="button" tabindex="0">Picadilly Street</button></div><div class="wrapper"><div class="title">Lagos</div>
<div class="imagebox"><img src="images\The Summer Update\lagosairport.jpg" alt="" /></div>
<<nobr>>
<<if $hotelquest eq -1>>
<<if $harleymet eq 0>><button data-passage="londonstart" class="button" type="button" tabindex="0">Fly to London</button><</if>>
<<if $harleymet gte 1>><button data-passage="lagos2london" class="button" type="button" tabindex="0">Fly to London</button><</if>>
<<else>><button data-passage="" class="button" type="button" tabindex="0">Fly to London</button>
<</if>>
<hr>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave Airport</button><</nobr>></div><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">You hand Diamond's goods over to Marco.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>You made the right choice. </div>
<div class="npctextbox"><<playerchat>>$playername<hr>I hope so.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>Come back and see me later. I might have some more work for you.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Will do.</div>
<div class="npctextboxm">Quest complete!</div><<set $diamondquest = -1>><<set $questcomplete = $questcomplete + 1>><<set $marcopath = 1>>
<div class="npctextboxm">You have received $1000</div><<set $money = $money + 1000>>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">You sit at Marco's desk.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>Oh $playername, please, take a seat. I've been thinking about our problem</div>
<div class="npctextbox"><<playerchat>>$playername<hr>'Our' problem?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>Yes, //our// problem. The problem of diamond.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>She's a problem?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>She will be if we dont do something</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What do you want me to do? Kill her?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>What?! No, you can't get away with that shit here in Lagos. The cops would be all over us.</div>
<div class="npctextboxm">You raise your eyebrow at Marco</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I've got some serious dirt on Diamond. We found some documents in those goods she wanted you to retrieve. Looks like the 'goods' were not the only thing she wanted.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What documents?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>She's been avoiding taxes for years, her real name isn't even Diamond. I could call this into the goverment and they would arrest her in a heartbeat.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>So... why don't you just do it?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I've got a better idea.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hmm?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I've been in need of a new girl here at the brothel...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Jeez Marco, I think she might prefer prison.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I don't think so. Go speak to her for me, make her see reason.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Alright, i'll try.</div>
<<qt>><<set $marcopath = 2>><<set $marcoquest = 1>>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<<if $marcoquest eq -1>><div class="npctextboxm">Nobody is here.</div>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><<elseif $marcoquest eq 3>><div class="npctextboxm">You go up to Marco's office. A guard lets you in.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>You did well kid. Diamond has already started working here. Here's a small token of my gratitude.</div>
<div class="npctextboxm">You receive $4500!</div><<set $money = $money + 4500>>
<div class="npctextbox"><<playerchat>>$playername<hr>Thanks Marco</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>Don't mention it. Just don't give any of that money to Diamond if you know what I mean</div>
<div class="npctextboxm">Marco giggles</div>
<div class="npctextboxm">Quest Complete!</div>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><<set $marcoquest = -1>><<set $questcomplete = $questcomplete + 1>>
<<elseif $marcopath eq 1>><div class="npctextboxm">You go up to Marco's office. A guard lets you in.</div>
<button data-passage="marcoquest1" class="button" type="button" tabindex="0">Start Marco's Quest</button><button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button>
<<elseif $diamondquest eq 0>><div class="npctextboxm">You go up to Marco's office. A guard lets you in.</div>
<<elseif $diamondquest eq 2>><div class="npctextbox"><div class="marcochat"></div>Marco<hr>Do you have Diamond's goods yet?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Not yet.</div>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button>
<<elseif $diamondquest eq 3>><div class="npctextbox"><div class="marcochat"></div>Marco<hr>Do you have Diamond's goods yet?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<button data-passage="givegoodsmarco" class="button" type="button" tabindex="0">Give the goods to Marco</button>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="npctextboxm">You go up to Marco's office but the guard stops you. Marco doesn't want to speak to you.</div>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button>
<</if>><div class="wrapper"><div class="title">Lagos Brothel Basement</div>
<<nobr>><div class="npctextboxm">You are standing inside the Lagos Brothel basement. <<if $diamondquest eq 2>>There are boxes of items everywhere.<<else>>It is empty<</if>></div><</nobr>>
<<if $diamondquest eq 2>><button data-passage="takegoods" class="button" type="button" tabindex="0">Take Diamond's Goods</button><</if>><hr><button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel Basement</div>
<div class="npctextboxm">Diamond's Goods added to your inventory!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Should I give this to Marco or Diamond? If I give this to Diamond, Marco will no longer speak to me. If I give it to Marco, Diamond will hate me. Hmm....</div>
<div class="npctextboxm">The quest log has been updated</div><<set $diamondquest = 3>><<set $inventory.push("goods")>>
<button data-passage="brothelbasement" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothelinside.jpg" alt="" /></div>
<div class="npctextboxm">You are standing inside the Lagos Brothel. It doesn't smell great.</div>
<<nobr>><<if $marcoquest eq -1>><button data-passage="diamondsroom" class="button" type="button" tabindex="0">Diamond's Room</button><</if>><<if $diamondquest gte 2>><button data-passage="brothelbasement" class="button" type="button" tabindex="0">Enter the basement</button><</if>><<if $mybrothel eq 1>><button data-passage="brotheloffice" class="button" type="button" tabindex="0">Go to your office</button><<else>><button data-passage="speaktomarco" class="button" type="button" tabindex="0">Speak with Marco</button><</if>><hr><button data-passage="lagosbrotheloutside" class="button" type="button" tabindex="0">Leave</button><</nobr>><<if $diamondbj eq 0>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I want you to suck my cock</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>It better taste good...</div>
<div class="npctextboxm">Diamond unzips your pants and starts sucking your cock</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondbj.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You finish inside her mouth after a rough blowjob session</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>Happy?</div><<set $diamondlevel = $diamondlevel + 55>>
<div class="npctextbox"><center>Your relationship with Diamond has increased by 55. It is now $diamondlevel</center></div><<set $diamondbj = 1>>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>I dont want to give you anymore head today</div>
<div class="npctextboxm"><center>You have already received a BJ from Diamond today. Diamond's relationship level has decreased by 5</center></div><<set $diamondlevel = $diamondlevel -5>>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>Drown me in your cum, Master!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondfinish.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You finish all over her face</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>Mmmmmmm....</div>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish</button><<if $diamondfuck eq 0>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I really want to fuck you today</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>You can do whatever you want to me. Master.</div>
<div class="npctextboxm">You rip diamonds clothes off and start furiously fucking the shit out of her.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondfuck.mp4" type="video/mp4"></video></center></div><<set $diamondlevel = $diamondlevel + 75>><<set $diamondfucked = $diamondfucked + 1>>
<div class="npctextbox"><center>Your relationship with Diamond has increased by 75. It is now $diamondlevel</center></div><<set $diamondfuck = 1>>
<button data-passage="diamondfinish" class="button" type="button" tabindex="0">Give a facial</button><button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>I dont want to fuck anymore today.</div>
<div class="npctextboxm"><center>You have already fucked Diamond today. Diamond's relationship level has decreased by 5</center></div><<set $diamondlevel = $diamondlevel -5>>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><<if $diamondkiss eq 0>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>What do you want?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just wanted to do this...</div>
<div class="npctextboxm">You pull Diamond close and kiss her.</div><<set $diamondlevel = $diamondlevel + 25>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><center>Your relationship with Diamond has increased by 25. It is now $diamondlevel</center></div><<set $diamondkiss = 1>>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>I dont want to kiss anymore today.</div>
<div class="npctextboxm"><center>You have already kissed Diamond today. Diamond's relationship level has decreased by 5</center></div><<set $diamondlevel = $diamondlevel -5>>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Finish talking</button><</if>><<set $time = $time + 1>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextboxm">What do you want to do with Diamond?</div>
<<nobr>><button data-passage="diamondkiss" class="button" type="button" tabindex="0">Kiss</button>
<<if $diamondlevel gte 50>><button data-passage="diamondbj" class="button" type="button" tabindex="0">Blowjob</button><</if>>
<<if $diamondlevel gte 200>><button data-passage="diamondfuck" class="button" type="button" tabindex="0">Fuck</button><</if>>
<hr><button data-passage="diamondsroom" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imagebox"><img src="images\0.46.0\diamondbedroom.jpg" alt="" /></div>
<div class="npctextboxm">You are standing inside Diamond's room at the Lagos Brothel. She is standing in her new outfit.</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>What the fuck do you want?</div>
<button data-passage="diamondmenu" class="button" type="button" tabindex="0">Diamond Interactions</button><button data-passage="lagosbrotheloutside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">You stand in your office. Nobody is here.</div>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothelinside.jpg" alt="" /></div><<set $brothelintro = 1>>
<<nobr>><div class="npctextboxm">You walk inside the Lagos Brothel, it doesn't smell great but the energy is electric. The music is loud and the rooms are packed with people moving to the beat of the latest Nigerian pop and Afrobeats. The Brothel is dimly lit, the walls are adorned with colorful murals and graffiti, giving the club a distinct and vibrant atmosphere.
In the corner is bar is lined with people, some sitting on stools while others are standing, chatting and laughing with friends. You can see a distinctly dressed gentleman wearing a suit, talking confidently with some of the patrons. He looks like he is charge, you should go speak with him.</div>
<hr><button data-passage="introbrothel1" class="button" type="button" tabindex="0">Speak to the man</button><</nobr>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothelinside.jpg" alt="" /></div>
<div class="npctextboxm">You walk towards the man in the suit. He turns his head to look at you</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Are you the owner?</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>I am.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I need to speak to you regarding the stockroom of this building</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>You must mean the locked basement. Did that bitch Diamond send you?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just need to clear out her old stock and deliver it back to her. I should be out of your hair within an hour.</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>Not a fucking chance. That's my stock now. As soon as I get my boys to pick that lock its mine. You hear me?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I heard the lock is pretty strong. That's going to take weeks, probably months to crack.</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>I'm a patient man.</div>
<div class="npctextboxm">You flash the key at the man</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>Hmmmh...</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>That's the key huh?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>That's right.</div>
<div class="npctextbox"><div class="marcochat"></div>???<hr>Why don't we do a deal? I'm a much easier man to do business with than that bitch Diamond. What do you say?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I don't even know your name.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>It's Marco. Why don't we continue this conversation in my office.</div>
<div class="npctextboxm">You agree and follow Marco into his office</div>
<button data-passage="introbrothel2" class="button" type="button" tabindex="0">Follow Marco</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">You enter Marco's office and take a seat opposite to him as he sits firmly behind his desk.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>Whatever Diamond is paying you for the stock, she's ripping you off. She did the same thing to me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>How come?</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I'm trying to run a business here. I gave her plenty of notice before evicting her and she reacted by destroying half the building. Set it on fire. This place needs some major repairs and why should I have to pay? I have every right to take those goods and sell them to help pay for the damage.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I will leave the decision to you. I can offer you more work should you decide to help me out. If you decide to help Diamond then you can rot in hell beside her.</div>
<div class="npctextboxm">I need to decide who to give the goods to. This is an important and irreversible descision.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>I've instructed my guards to let you into the basement storeroom. Remember, I am a good friend to have in this city.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'll think about it</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>That's all I ask.</div>
<div class="npctextboxm">The quest log has been updated</div><<set $diamondquest = 2>>
<button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Leave Marco's Office</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothel.jpg" alt="" /></div>
<div class="npctextboxm">You are standing outside the Lagos Brothel. It used to be a voodoo shop. <<if $time lte 2>>It's not open in the morning.<</if>><<if $kiraquest eq 2>>There are a group of men talking outside the brothel<</if>></div>
<<nobr>><<if $diamondpath eq 2>><button data-passage="brotheltakeover" class="button" type="button" tabindex="0">Start Brothel Takeover</button><</if>><<if $time gte 3>><<if $brothelintro eq 0>><button data-passage="brothelintro" class="button" type="button" tabindex="0">Enter the brothel</button><<else>><button data-passage="lagosbrothelinside" class="button" type="button" tabindex="0">Enter</button><</if>><<else>><button data-passage="" class="button" type="button" tabindex="0">Enter - <<closed>></button><</if>><<if $kiraquest eq 2>><button data-passage="lagosbrothelchat" class="button" type="button" tabindex="0">Listen to a conversation</button><</if>><button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">Strength Check... <<if $strength gte 210>>Passed!<<else>>Failed!<</if>></div>
<<if $strength gte 210>><div class="npctextbox"><<playerchat>>$playername<hr>You're done Marco. I'm not letting you leave unless you hand over the brothel to us.</div>
<div class="npctextboxm">Marco reluctantly agrees</div>
<button data-passage="marcoend" class="button" type="button" tabindex="0">The end of Marco</button><<else>>
<div class="npctextbox"> <div class="marcochat"></div>Marco<hr>You stupid bitch, I'm gonna kick the shit out of you!</div>
<div class="npctextboxm">Marco starts to beat the shit out of you!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I've made a huge mistake!</div>
<button data-passage="gameover" class="button" type="button" tabindex="0">Next</button><</if>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothelinside.jpg" alt="" /></div>
<div class="npctextboxm">$playername, Diamond and her gang walk into the brothel. Fights soon start and chaos ensues. Marco, notices what is going on and bolts for his office. Locking the door behind him.</div>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>Don't let him get away, $playername!</div>
<button data-passage="brotheltakeover2" class="button" type="button" tabindex="0">Chase after Marco</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\marcooffice.jpg" alt="" /></div>
<div class="npctextboxm">You break into Marco's office. Shattering the office door.</div>
<div class="npctextbox"><div class="marcochat"></div>Marco<hr>You bloody bastard! I knew I shouldn't of trusted you!</div>
<button data-passage="brothelstrengthcheck" class="button" type="button" tabindex="0">Threaten Marco (Strength 300 required)</button><<if $combatenabled eq 1>><button data-passage="marcofight" class="button" type="button" tabindex="0">Fight Marco</button><</if>><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="imageboxb"><img src="images\0.46.0\brothel.jpg" alt="" /></div>
<div class="npctextboxm">You are standing outside the Lagos Brothel. There is a group of gentlemen standing outside. You decide to eavesdrop on their conversation. </div>
<div class="npctextbox"> <div class="knifechat"></div>Man #1<hr>This place fucking sucks man.</div>
<div class="npctextbox"> <div class="knifechat"></div>Man #2<hr>I wish Kira would start putting out again</div>
<div class="npctextbox"> <div class="knifechat"></div>Man #1<hr>Yeah, I can't believe she quit the brothel business to become a librarian.</div>
<div class="npctextbox"> <div class="knifechat"></div>Man #2<hr>Kira was ten times better than the skanks in this place.</div>
<div class="npctextbox"> <div class="knifechat"></div>Man #1<hr>I'm going home. See ya!</div>
<div class="npctextboxm">From the sounds of that conversation it sounds like Kira used to work at the brothel. You should confront Kira about this.</div><<set $kiraquest = 3>>
<button data-passage="lagosbrotheloutside" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="npctextboxm">Marco has submitted to you and packs up his things and leaves the brothel to you and Diamond.</div>
<div class="npctextbox"> <div class="marcochat"></div>Marco<hr>The brothel is yours, you bastard!</div><<set $diamondpath = -1>><<set $mybrothel = 1>><<set $questcomplete = $questcomplete + 1>>
<<qt>>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">Stop Talking</button><div class="wrapper"><div class="title">Lagos Brothel</div>
<div class="npctextboxm">MARCO (Level 220) ATTACKS YOU!</DIV>
<div class="npctextbox"><div class="marcochat"></div>Diamond<hr>You are dead meat, kid!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh shit...</div>
<button data-passage="diamondbattle" class="button" type="button" tabindex="0">Start fight</button></div><<set $thugcombatlevel = 220>><<set $thugstamina = 25>><<set $thughealthpoints = 200>><<run $enemy.push('marco')>><<set $thugmaxhealth = 200>><<set $thugmaxstamina = 25>><div class="wrapper"><div class="title">Hotel Lagos</div>
<div class="npctextboxm">//The elevator takes you to the second floor. The other floors' buttons dont work.//</div>
<div class="imageboxb"><img src="images\Summer2\hoteldoors.jpg" alt="" /></div>
<<if $diamondquest eq -1>><button data-passage="room201" class="button" type="button" tabindex="0">Room 201</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Room 201 (Locked)</button><</if>><button data-passage="" class="button" type="button" tabindex="0">Room 203 (Locked)</button><button data-passage="" class="button" type="button" tabindex="0">Room 203 (Locked)</button><button data-passage="" class="button" type="button" tabindex="0">Room 204 (Locked)</button><<if $hotelvisited eq 0>><button data-passage="hotelroomfirst" class="button" type="button" tabindex="0">Room 205</button><<else>><button data-passage="hotelroom" class="button" type="button" tabindex="0">Room 205</button><</if>><hr><button data-passage="lagoshotel" class="button" type="button" tabindex="0">Return to Lobby</button></div><div class="wrapper"><div class="title">Hotel Lagos</div>
<div class="imageboxb"><img src="images\Summer2\hotelreception.jpg" alt="" /></div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
Hello sir, please let me know if I can help you?</div>
<<if $hotelquest eq -1>><button data-passage="hotelroom" class="button" type="button" tabindex="0">Go straight to your hotel room</button><</if>><button data-passage="talktocat" class="button" type="button" tabindex="0">Speak to the cat</button><button data-passage="hotelrooms" class="button" type="button" tabindex="0">Hotel Rooms</button><hr><button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<cheats>>
<div class="npctextboxm">Do you want to enable/disable combat? (Currently:<<if $combatenabled gte 1>>Enabled<<else>>Disabled<</if>>)<hr>
<<if $party.includes('harley')==false and $party.includes('auntie')==false>>Enable Combat <<radiobutton "$combatenabled" "1">>
Disable Combat <<radiobutton "$combatenabled" "0">><<else>> you need to remove all party members before you can disable combat<</if>></div>
<button data-passage="hotelroom" class="button" type="button" tabindex="0">Return</button></div><<set $currentlocation = "3">><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<div class="npctextboxm">//You are standing in your hotel room. The room is equipped with a comfortable double bed, a crisp white linens and plush pillows. A flat-screen television is mounted on the wall opposite the bed, providing entertainment during your stay. The room also features a small writing desk and chair, perfect for business travelers who need to catch up on work. The room has a small balcony with a view of the bustling city below. The room's window is large and provides a great view of the city.<<if $adebesiquest eq -1>> Joanna is here.<</if>>//</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<<if $adebesiquest eq -1>><button data-passage="joannamenu" class="button" type="button" tabindex="0">Speak with Joanna</button><</if>><button data-passage="playerphone" class="button" type="button" tabindex="0">Check Your Phone</button><button data-passage="newsleep" class="button" type="button" tabindex="0">Sleep</button><hr><button data-passage="hotelrooms" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div><<set $hotelvisited = 1>><<set $hotelquest = -1>><<set $questcomplete = $questcomplete + 1>>
<div class="npctextboxm">//You carefully enter the hotel room. It's empty//</div>
<div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div>
<div class="npctextboxm">//There is a note on the bed. It's titled "to $playername"//</div>
<button data-passage="openletter" class="button" type="button" tabindex="0">Open Letter</button></div><<if $stamina gte 5>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I want my dick sucked.</div>
<div class="npctextboxm">You pull Joanna close and she starts to suck on your cock as commanded.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannabj.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>Did I do a good job sir?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I think you can do better</div>
<div class="npctextboxw">You lost 7 stamina.</div><<set $stamina = $stamina - 7>>
<button data-passage="joannafacial" class="button" type="button" tabindex="0">Facial</button><button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 5 needed</center></div>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish talking</button><</if>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<<nobr>>
<<if $joannalevel lte 20>><button data-passage="joannarefuse" class="button" type="button" tabindex="0">Kiss</button><<else>><button data-passage="joannakiss" class="button" type="button" tabindex="0">Kiss</button><</if>>
<<if $joannalevel lte 60>><button data-passage="joannarefuse" class="button" type="button" tabindex="0">Kiss</button><<else>><button data-passage="joannabj" class="button" type="button" tabindex="0">BJ</button><</if>>
<<if $joannaoutfit eq 0>><<if $joannalevel lte 120>><button data-passage="joannarefuse" class="button" type="button" tabindex="0">Take off her clothes</button><<else>><button data-passage="joannanude" class="button" type="button" tabindex="0">Take off her clothes</button><</if>><</if>>
<<if $joannalevel lte 200>><button data-passage="joannarefuse" class="button" type="button" tabindex="0">Fuck</button><<else>><button data-passage="joannafuck" class="button" type="button" tabindex="0">Fuck</button><</if>>
<button data-passage="hotelroom" class="button" type="button" tabindex="0">Leave</button>
<</nobr>></div><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<div class="npctextboxm">You drown Joanna's face with your cum</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannafacial.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>T-t-thank you master!</div>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish</button><<if $stamina gte 10>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I want you to sit on my cock</div>
<div class="npctextboxm">Joanna smiles slightly and walks towards you and the fucking soon starts. She loves it!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannafuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>Yes Master! Fuck me harder!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannafuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxw">You lost 10 stamina.</div><<set $stamina = $stamina - 10>><<set $joannafuckedtimes = $joannafuckedtimes + 1>>
<button data-passage="joannafacial" class="button" type="button" tabindex="0">Facial</button><button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 10 needed</center></div>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish talking</button><</if>><<if $stamina gte 5>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>What do you want me to do?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I just want a kiss...</div>
<div class="npctextboxm">You pull Joanna close and kiss her.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/joannakiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>Did I do a good job sir?</div>
<div class="npctextboxw">You lost 5 stamina.</div><<set $stamina = $stamina - 5>>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish</button></div>
<<else>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextboxm"><center>You don't have enough stamina to complete that action. 5 needed</center></div>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish talking</button><</if>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr><<if $joannalevel lte 35>>Yo, sweet hotel room you've got here! You don't mind if I use room service, right?<<elseif $joannalevel lte 100>>Uhm... like... is there something you want me to do while i'm here?...<<elseif $joannalevel lte 250>>What do you want me to do?<<elseif $joannalevel gte 251>>Yes, master?<</if>></div>
<button data-passage="joannatrain" class="button" type="button" tabindex="0">Train Joanna</button><button data-passage="joannacommands" class="button" type="button" tabindex="0">Command Joanna</button><button data-passage="hotelroom" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<div class="npctextboxm">You command Joanna to be nude at all times in the hotel room. She is banned from wearing any clothing</div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>Of course master. It makes no sense for me to wear clothing as you will need easy access to me at all times.</div>
<div class="npctextboxm">Joanna is now nude!</div><<set $joannaoutfit = 1>>
<button data-passage="joannacommands" class="button" type="button" tabindex="0">Finish</button><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<div class="npctextboxm">Joanna refused your command.</div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr>I'm not doing that</div>
<div class="npctextboxm">You need a higher obedience level</div><<time>>
<button data-passage="joannamenu" class="button" type="button" tabindex="0">Finish</button></div><<if $stamina lte 9>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div><<set $joannalevel = $joannalevel + 10>>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm too tired to train Joanna today. Need 10 Stamina.</div>
<button data-passage="joannamenu" class="button" type="button" tabindex="0">Finish Training</button><<else>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div><<set $joannalevel = $joannalevel + 10>>
<<if $adebesiquest eq -1 and $joannaoutfit eq 0>><div class="imagebox"><img src="images\Summer2\hotelinsidejoanna.jpg" alt="" /></div><<elseif $adebesiquest eq -1 and $joannaoutfit eq 1 >><div class="imagebox"><img src="images\Summer2\hotelinsidejoannanude.jpg" alt="" /></div><<else>><div class="imagebox"><img src="images\Summer2\hotelinside.jpg" alt="" /></div><</if>>
<div class="npctextbox"><<playerchat>>$playername<hr>You need to be trained. Your level of disobedience is unacceptable</div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna (Obedience Lvl: $joannalevel)<hr><<if $joannalevel lte 35>>Whatever...<<elseif $joannalevel lte 100>>I understand...<<elseif $joannalevel lte 250>>Thank you for the training session.<<elseif $joannalevel gte 251>>Anything else, Master?<</if>></div>
<div class="npctextboxm">You finish training Joanna. Her obedience has increased by +10. Now $joannalevel.</div><<time>>
<div class="npctextboxw">You have lost 10 stamina training Joanna.</div><<set $stamina = $stamina -10>>
<button data-passage="joannatrain" class="button" type="button" tabindex="0">Train again</button><button data-passage="joannamenu" class="button" type="button" tabindex="0">Finish Training</button></div><</if>><div class="wrapper"><div class="title">Hotel Lagos | Your Room</div>
<div class="npctextboxm">//You open the letter and read it's contents//</div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>
Greetings,
You may not know us, but we know of you. We have been observing you from a distance, studying your abilities and assessing your potential. We believe that you have what it takes to be a valuable asset to our organization.
We are a group of individuals who operate outside of the normal boundaries of society, and we are in need of someone with your unique skillset. We cannot reveal our identities or our purpose at this time, but we can assure you that our cause is just and our methods are efficient.
We will be in touch soon, and when the time comes, we will need you to act quickly and without hesitation. Until then, continue living your life as you normally would. But always remember, we are watching.
Signed,
Prizm Inc</div><<set $letterquest = 1>>
<div class="npctextboxm">//What the fuck?//</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I can't be arsed with this right now.</div>
<div class="npctextboxm">Quest Complete!</div>
<<qt>>
<button data-passage="hotelroom" class="button" type="button" tabindex="0">End</button></div><div class="wrapper"><div class="title">Room 201</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Tell ya what big man, answer me a few trivia questions and you can have her!</div>
<button data-passage="tictactoe" class="button" type="button" tabindex="0">Play his game</button><button data-passage="hotelrooms" class="button" type="button" tabindex="0">Leave Room 201</button><div class="wrapper"><div class="title">Room 201</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>What country has the most islands?</div>
<button data-passage="gamecorrect" class="button" type="button" tabindex="0">Sweden</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Canada</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Peru</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Greece</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">UK</button><div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Question number 2 - Which country invented ice cream?</div>
<button data-passage="wronganswernro" class="button" type="button" tabindex="0">Italy</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">India</button><button data-passage="gamecorrect2" class="button" type="button" tabindex="0">China</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">USA</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">France</button><div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Question number 3 - Which country watches the most porn?</div>
<button data-passage="wronganswernro" class="button" type="button" tabindex="0">USA</button><button data-passage="gamecorrect3" class="button" type="button" tabindex="0">Pakistan</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">China</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">India</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Russia</button><div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Question number 4 - Which country is the gayest?</div>
<button data-passage="gamecorrect4" class="button" type="button" tabindex="0">Sweden</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Netherlands</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Spain</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">USA</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Nigeria</button><div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>The last one - question number 5 - Who has the biggest cock in this room?</div>
<button data-passage="gamecorrect5" class="button" type="button" tabindex="0">Adebesi</button><button data-passage="wronganswernro" class="button" type="button" tabindex="0">Joanna</button><button data-passage="gamecorrect5" class="button" type="button" tabindex="0">$playername</button><div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Hehe - funny! Alright, she's yours!</div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna <hr>I'm just going to chill in your hotel room, baby!</div>
<div class="npctextboxm">You beat Adebesi's quiz and have won Joanna! She will hang out in your hotel room.</div>
<div class="npctextboxm">Quest Complete!</div><<set $adebesiquest = -1>><<set $questcomplete = $questcomplete + 1>>
<button data-passage="hotelrooms" class="button" type="button" tabindex="0">$playername</button><<if $adebesiquest eq -1>><div class="wrapper"><div class="title">Room 201</div>
<div class="npctextboxm">You enter hotel room 201. It's empty...</div>
<button data-passage="hotelrooms" class="button" type="button" tabindex="0">Leave</button>
<<else>><div class="wrapper"><div class="title">Room 201</div>
<div class="npctextboxm">You enter hotel room 201. Wait, don't you know this guy?</div>
<div class="imagebox"><img src="images\fall\room201_1.png" alt="" /></div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi
<hr>You want to buy the woman? Only 10 million...</div>
<div class="npctextbox"><div class="anafoxchat"></div>Joanna
<hr>I'm worth every penny baby...</div>
<<if $adebesiquest eq 0>><<nobr>><div class="npctextboxm">//10 million?! Is this guy fucking insane? There must be another way for me to get the girl from him....//</div><br>
<<qt>><<set $adebesiquest = 1>><br><</nobr>><</if>><button data-passage="" class="button" type="button" tabindex="0">Buy Joanna (Need 10 million)</button><hr><button data-passage="challengelagos" class="button" type="button" tabindex="0">Challenge Price</button><button data-passage="hotelrooms" class="button" type="button" tabindex="0">Leave</button></div><</if>><div class="wrapper"><div class="title">Room 201</div>
<div class="npctextbox"><div class="adebesichat"></div>Adebesi<hr>Wrong answer, bitch!</div>
<div class="npctextboxm">Adebesi slaps you! You lost 1 health point!</div><<set $healthpoints = $healthpoints - 1>>
<<if $healthpoints lte 0>><button data-passage="gameover" class="button" type="button" tabindex="0">Leave Room 201</button><<else>><button data-passage="hotelrooms" class="button" type="button" tabindex="0">Leave Room 201</button><</if>><div class="wrapper"><div class="title">Hotel Lagos</div>
<div class="imageboxb"><img src="images\Summer2\hotelreception.jpg" alt="" /></div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
Hello sir, please let me know if I can help you?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
You're a talking cat?</div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
Yes sir, i'm the hotel cat. Meow.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Can I have a room?</div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
You already have a room sir, room 205.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
But I never ordered a room?</div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
Someone else already booked the room for you. I have no other details, sorry.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
That's strange...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
... but im not complaining. Thanks Cat!</div>
<div class="npctextbox"> <div class="catchat"></div>Hotel Cat<hr>
Meow.</div>
<div class="npctextboxm">Time has passed</div><<time>>
<button data-passage="lagoshotel" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">Lagos</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I should check into the hotel...</div><<if $hotelquest eq 0>><<set $hotelquest = 1>><br><<qt>><</if>>
<button data-passage="lagosairport" class="button" type="button" tabindex="0">Start Game</button></div><div class="wrapper"><div class="title">Lagos</div>
<div class="npctextboxm"> <center> You arrive into Lagos international airport from your flight.</center></div><<set $lagosquickstart = 1>><<set $nigeriaticket = 1>>
<div class="imagebox"><img src="images\The Summer Update\planedepart.jpg" alt="" /></div>
<div class="npctextbox"><center>You step off the plane and into the bustling city of Lagos, Nigeria. The heat hits you immediately. The noise is overwhelming, a cacophony of honking cars and shouting vendors, but there was an energy to it that was undeniable. You look around, taking in the sights and sounds of one of the most populous cities in Africa. You are here on a mission, to find your fortune, but you can't help but feel a sense of excitement and curiosity as you began to explore this vibrant and unique place. </center></div>
<button data-passage="lagosintro1" class="button" type="button" tabindex="0">Enter Lagos</button></div><div class="wrapper"><div class="title">Lagos | Nigeria | Earth</div>
<div class="librarybackroom2"></div>
<div class="npctextbox">You reach the basement of the library. Thankfully, nobody is here. It's very old and very smelly.</div> <<set $diamondquest = 3>>
<button data-passage="lagosbackroom" class="button" type="button" tabindex="0">Interesting</button></div><<if $kiratalk eq 0>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, how's life?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Hey. It's good - guess. Why do you want to know?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm just curious what a beautiful woman like you is doing working here?</div>
<<if $lagoskey eq 0 and $kiralevel gte 15>><<nobr>><div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Here is a key for the back room. There is lots of more books there for you to browse! It's only for my special customers</div><br>
<div class="npctextboxm">Kira smiles and hands you the Lagos Library Key</div><<set $lagoskey = 1>><</nobr>><<else>><div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Hehe you're too cute!</div><</if>>
<div class="npctextboxm">Your relationship with Kira has increased by 5.</div><<set $kiralevel = $kiralevel + 5>><<set $kiratalk = $kiratalk + 1>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><<else>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, how's life?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>No offence, but i'm really busy and don't have time to talk all day!</div>
<div class="npctextboxm">Your relationship with Kira has decreased by 1. You've already talked to her today.</div><<set $kiralevel = $kiralevel - 1>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><</if>><<time>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Hello sir. What can I do for you?</div>
<div class="npctextboxm">What would you like to do with Kira?</div>
<<nobr>>
<button data-passage="kirachat" class="button" type="button" tabindex="0">Small Talk</button><<if $kiraquest eq 1>>
<button data-passage="kiraquest1" class="button" type="button" tabindex="0">Ask about the photo</button><</if>>
<<if $kiraquest eq 3>><button data-passage="kiraquest2" class="button" type="button" tabindex="0">Talk about the brothel</button><</if>>
<<if $kiraquest eq -1 and $kiralevel gte 20>><button data-passage="kirabj" class="button" type="button" tabindex="0">BJ</button><</if>>
<<if $kiraquest eq -1 and $kiralevel gte 300>><button data-passage="kirafuck" class="button" type="button" tabindex="0">Fuck</button><</if>>
<hr><button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Stop Talking</button><</nobr>></div><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, I found this photo of you in the back room..</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>What the fuck?! Why are you going through my things?! What is wrong with you!</div>
<div class="npctextboxm">Your relationship with Kira has decreased</div><<set $kiralevel = -5>>
<div class="npctextbox"><<playerchat>>$playername<hr>It was just inside a book! This is a library right?! How was I meant to know!?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Ugh, let's just never talk about this again.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Alright, I guess...</div>
<div class="npctextboxm">Your quest log has been updated</div><<set $kiraquest = 2>><<time>>
<div class="npctextboxm">Time has passed.</div>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, what do you know about the Lagos Brothel?.</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Nothing.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I heard a strange rumour that you used to work there, any truth to that?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>I said NO!</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Don't lie!</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Fine. I did, okay? I quit just last week. I was only there for two months.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why did you leave?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Because I the other girls were threatening me. I was the most popular girl there, you know? Patrons didn't want to go with the other girls so they'd just wait for me.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>And that made them jealous?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Yeah...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>And they forced you out?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>They started getting voilent so I left.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sorry to hear that Kira.</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>It's okay.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Do you miss that type of work?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>What do you mean?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Getting fucked? Is that why you kept those pictures?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Yeah, i guess...</div>
<div class="npctextbox"><<playerchat>>$playername<hr>//It's time to bring Kira out of retirement//</div>
<div class="npctextboxm">Quest complete!</div><<set $kiraquest = -1>><<time>><<set $questcomplete = $questcomplete + 1>>
<div class="npctextboxm">More interactions with Kira have now been unlocked!</div>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><div class="wrapper"><div class="title">Lagos Library</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm gonna cum!</div>
<div class="npctextboxm">You blow your load all over Kira's face!</div><<set $kiralevel = $kiralevel + 22>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_finish_face.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">Kira's relationship level increased by 22</div><<set $kirabj = 1>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Finish Kissing</button><div class="wrapper"><div class="title">Lagos Library</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm gonna cum!</div>
<div class="npctextboxm">You blow your load inside Kira's mouth</div><<set $kiralevel = $kiralevel + 22>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_bj_swallow.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">Kira's relationship level increased by 22</div><<set $kirabj = 1>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Finish Kissing</button><<if $kirabj eq 0>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, fancy sucking some cock, just like old times?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Hey. You read my mind!</div>
<div class="npctextboxm">You pull out your semi-erect cock and Kira goes down on you in the middle of library!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_bj.mp4" type="video/mp4"></video></center></div>
<button data-passage="bjfinishface" class="button" type="button" tabindex="0">Finish on her face</button><button data-passage="bjfinishswallow" class="button" type="button" tabindex="0">Finish in her mouth</button>
<<else>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, fancy sucking some cock, just like old times?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>I love to but I don't have time to suck cock all day!</div>
<div class="npctextboxm">Your relationship with Kira has decreased by 3. You've already had a BJ from her today.</div><<set $kiralevel = $kiralevel - 1>><<time>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><</if>><<if $kirafuck eq 0>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, I can't help but think I'm falling in love with you</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>At least fuck me first before we get married</div>
<div class="npctextboxm">You both start undressing in the middle of the library!</div><<set $kiralevel = $kiralevel + 42>><<set $kirafuckedtimes = $kirafuckedtimes + 1>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_fuck.mp4" type="video/mp4"></video></center></div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>$playername, you feel so good!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_fuck2.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">Kira's relationship level increased by 42</div><<set $kirafuck = 1>>
<button data-passage="kirafuckfinish" class="button" type="button" tabindex="0">Finish on her face</button><button data-passage="kirafuckfinish" class="button" type="button" tabindex="0">Finish Fucking</button>
<<else>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, I can't help but think I'm falling in love with you</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>I love to fuck you but I don't have time today!</div>
<div class="npctextboxm">Your relationship with Kira has decreased by 5. You've already fucked her today.</div><<set $kiralevel = $kiralevel - 1>><<time>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><</if>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I'm gonna cum!</div>
<div class="npctextboxm">You blow your load all over Kira's face!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/kira_finish_face.mp4" type="video/mp4"></video></center></div>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Finish</button><<if $kirakiss eq 0>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, I heard its Nigerian tradition to kiss friends</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Hey. I don't think that is true but I'd be happy to kiss you anyway!</div>
<div class="npctextboxm">Your lips touch and you start kissing Kira</div><<set $kiralevel = $kiralevel + 12>>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">Kira's relationship level increased by 12</div><<set $kirakiss = 1>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Finish Kissing</button>
<<else>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Hey Kira, fancy sucking some cock, just like old times?</div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>I love to but I don't have time to suck cock all day!</div>
<div class="npctextboxm">Your relationship with Kira has decreased by 3. You've already had a BJ from her today.</div><<set $kiralevel = $kiralevel - 1>><<time>>
<button data-passage="kiramenu" class="button" type="button" tabindex="0">Stop Talking</button></div><</if>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>Sorry, we're still currently setting up our inventory. Please come back later</div><hr><button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imagebox"><img src="images\fall\lagoslibrarykira.png" alt="" /></div>
<div class="npctextbox"> <div class="kirachat"></div>Kira<hr>
Hello sir, welcome to the Lagos Library. My name is Kira. How can I help you today?</div>
<<nobr>>
<button data-passage="lagosbuybook" class="button" type="button" tabindex="0">Buy Books</button>
<<if $lagoskey eq 1>><button data-passage="lagosbackroom" class="button" type="button" tabindex="0">Library Back Room</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Library Back Room (Locked)</button><</if>>
<<if $diamondquest != 0>><button data-passage="kiramenu" class="button" type="button" tabindex="0">Interact with Kira</button><</if>>
<button data-passage="readlagos" class="button" type="button" tabindex="0">Read Books (5 Stamina)</button>
<hr><button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave Library</button><</nobr>></div><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imageboxb"><img src="images\fall\basementlagos.jpg" alt="" /></div>
<div class="npctextboxm"> You slowly creep down into the basement of the library. There are lots of books here. None look interesting. There is also a large bed in the corner.</div>
<button data-passage="searchbooks" class="button" type="button" tabindex="0">Search books</button><button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Leave Library Basement</button></div><<if $stamina gte 5>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="npctextboxm">You read some books. You feel smarter! (You have gained + 30 intelligence and lost 5 stamina)</div><<set $stamina = $stamina - 5>><<set $intelligence = $intelligence + 30>>
<button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Finish Reading</button><<else>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="npctextboxm">You don't have enough stamina to read today.</div>
<button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Ah Fuck</button><</if>><<time>><div class="wrapper"><div class="title">Lagos Library</div>
<div class="imageboxb"><img src="images\fall\basementlagos.jpg" alt="" /></div>
<div class="npctextboxm">You search through the books.</div><<set $rando to random(1, 4)>><<nobr>>
<<if $rando eq 1>><br><div class="npctextboxm">You find a picture... is that.. Kira getting fucked Why would this be there?</div><br>
<div class="imageboxb"><img src="images\0.46.0\ninapic.jpg" alt="" /></div><br>
<div class="npctextbox"><<playerchat>>$playername<hr>Woah...</div><<if $kiraquest eq 0>><br>
<<qt>><<set $kiraquest = 1>><</if>>
<<else>><br><div class="npctextboxm">You find nothing interesting.</div><</if>><</nobr>>
<button data-passage="lagosbackroom" class="button" type="button" tabindex="0">Stop searching</button></div><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextboxm">Intelligence Check... <<if $intelligence gte 210>>Passed!<<else>>Failed!<</if>></div>
<<if $intelligence gte 210>><div class="npctextbox"><<playerchat>>$playername<hr>Come and work for Marco. It's better than rotting in prison for the rest of your life!</div>
<div class="npctextboxm">Diamond reluctantly agrees</div>
<button data-passage="diamondend" class="button" type="button" tabindex="0">The end of Diamond</button><<else>>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>I already told you to get the fuck out of my shop!</div>
<button data-passage="voodooshop" class="button" type="button" tabindex="0">Stop Talking</button><</if>><div class="wrapper"><div class="title">Lagos | Nigeria | Earth</div>
<div class="voodooshop"></div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Hey $playername, what's good?</div>
<<if $diamonds eq 0>><div class="npctextbox"> You have no diamonds to give to Diamond. </div> <<else>><div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Woah, a diamond? For me? Thanks!</div>
<<set $diamondlevel = $diamondlevel + 50>><div class="npctextbox"> // Diamond's relationship level has increased by 50. Her level is now $diamondlevel//</div><<set $diamonds = $diamonds - 1>><</if>>
<button data-passage="voodooshop" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextbox"><<playerchat>>$playername<hr>Diamond, Marco is going to get you arrested unless you come work for him.</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>At his brothel? No fucking way</div>
<<if $combatenabled eq 1>><button data-passage="diamondfight" class="button" type="button" tabindex="0">Fight Diamond (Level 145)</button><</if>><button data-passage="convincediamond" class="button" type="button" tabindex="0">Convince (210 Intelligence)</button><button data-passage="voodooshop" class="button" type="button" tabindex="0">Back off</button><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div><<set $marcoquest = 3>><<set $voodoshopclosed = 1>>
<div class="npctextboxm">Diamond has submitted to you and Marco and packs up her things and leaves.</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>You have ruined my life! Bastard!</div>
<<qt>>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">Stop Talking</button><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="npctextboxm">DIAMOND (Level 220) ATTACKS YOU!</DIV>
<div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>How about I just put your ass in the ground?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Oh shit...</div>
<button data-passage="diamondbattle" class="button" type="button" tabindex="0">Start fight</button></div><<set $thugcombatlevel = 220>><<set $thugstamina = 25>><<set $thughealthpoints = 200>><<run $enemy.push('diamond')>><<set $thugmaxhealth = 200>><<set $thugmaxstamina = 25>><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Hey $playername, you got the goods?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Here you go.</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Great job!</div>
<div class="npctextboxm">Diamond pulls your head towards hers and gives you a big kiss.</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/diamondkiss.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm"><center>Your relationship with Diamond has increased by 25</center></div><<set $diamondlevel = $diamondlevel + 25>>
<div class="npctextbox"><<playerchat>>$playername<hr>Woah</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>Don't get too excited. This is just how we thank people here in Nigeria.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>I see</div>
<div class="npctextboxm">Quest complete!</div><<set $diamondquest = -1>><<set $questcomplete = $questcomplete + 1>><<set $diamondpath = 1>>
<div class="npctextboxm">You have received $500</div><<set $money = $money + 500>>
<button data-passage="voodooshop" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>Hey $playername, we need to talk.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What's up?</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>We need to strike against Marco</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why? Didn't we already win?</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>If we dont strike against Marco, he will come for us. I've got a plan if you are interested?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>What's in it for me?</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>I will pay you well. You'll also be part owner of the brothel?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Okay, i'm interested</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>Good. I've got some guys read to raid the brothel. We're going to take it over. I need you to deal with Marco while we take over the building. Do you think you can do that?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Sure.</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>When you are ready, meet us outside the brothel. Remember, no Russian.</div><<set $diamondpath = 2>>
<<qt>><<time>>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave the shop</button><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Hey $playername, you okay? Do you need anything?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Uhhh, no.</div>
<<if $diamondpath eq 1>><button data-passage="startdiamondpath" class="button" type="button" tabindex="0">Start Diamond's Quest</button><</if>><<if $diamondquest eq 3>><button data-passage="givestockdiamond" class="button" type="button" tabindex="0">Give Diamond the stock</button><</if>><button data-passage="voodooshop" class="button" type="button" tabindex="0">Finish Talking</button></div><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<div class="npctextbox"> <div class="diamondchat"></div>???<hr>
Hey, you a tourist? Want to buy some Nigerian trinkets?</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
No thanks, actually im looking for some business opportunties here in Lagos. I'm from Amore City, UK. The name is $playername.</div>
<div class="npctextbox"> <div class="diamondchat"></div>???<hr>
Oh, we don't get many investors here in Lagos. I'm Diamond. Maybe we can work together.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Nice to meet you Diamond, let's talk business.</div>
<div class="npctextboxw"><center>//Diamond's relationship level increased by 5//</center></div><<set $diamondlevel = $diamondlevel + 5>>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
I was recently evicted from my old voodoo shop, and I left a lot of old stock there. I need someone to go and get it for me</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Why don't you just got and get it?</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Because It's too dangerous. The landlord of that building is using it as a brothel! Luckily the storeroom where I keep my old products is locked and only I have the key.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
So, I take the key and get back your stock from the brothel?</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Exactly! And we can split the profits 60/40</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Make it 50/50 and you've got yourself a deal</div>
<div class="npctextbox"> <div class="diamondchat"></div>Diamond<hr>
Done. Here's the key.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>
Alright, i'll be back when I've got your stock</div><<set $diamondquest = 1>><<set $brothelopen = 1>>
<<qt>>
<div class="npctextboxm">The Brothel is now accessible</div>
<button data-passage="voodooshop" class="button" type="button" tabindex="0">Leave</button></div><div class="wrapper"><div class="title">24/7 Voodoo Shop</div>
<div class="imagebox"><img src="images\Summer2\voodooshopdiamond.png" alt="" /></div>
<<if $marcopath != 0>><div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>I don't speak to Marco's dogs! Get out!</div>
<<if $marcoquest eq 1>><button data-passage="diamondbrothel1" class="button" type="button" tabindex="0">Ask to work at the brothel</button><</if>>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave</button><<else>><<if $diamondlevel eq 0>><div class="npctextbox"> <div class="diamondchat"></div>???<hr>
Hey, let me know if you need anything? We're open 24 hours a day.</div><<else>><div class="npctextbox"><div class="diamondchat"></div>Diamond<hr>
<<if $mybrothel eq 1>>Hey $playername, your doing well managing the brothel right? You know we get paid every Sunday.<<else>>Hey $playername, whats good? We're open 24 hours a day.<</if>></div><</if>>
<<if $diamondlevel eq 0>><button data-passage="talkktodiamondfirst" class="button" type="button" tabindex="0">Talk to ???</button><<else>><button data-passage="talkktodiamond" class="button" type="button" tabindex="0">Talk to Diamond</button><</if>><hr><button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave</button><</if>><<set $sisterfuckedtimes = 555>><<if $diamondquest eq -1 and $letterquest eq 1>><div class="wrapper"><div class="title">Lagos</div>
<div class="imagebox"><img src="images\The Summer Update\bootystreet.jpg" alt="" /></div>
<div class="npctextboxm">You are standing in Booty Street when a man approaches you.</div>
<div class="imagebox"><img src="images\0.46.0\hoodedfella.jpg" alt="" /></div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>Hello $playername. I hope you have felt at home here in Lagos.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Who are you people? Are you the person who left the letter in my hotel room?</div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>It doesn't matter who we are, what matters is our plan.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>...</div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>We're still putting the final pieces in place. Once we are ready we will send another letter.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Ready for what?</div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>I represent a company that is creating a new mind control device that will change the entire world. We have chosen you to carry out it's experiements for us.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Why me?</div>
<div class="npctextbox"> <div class="knifechat"></div>???<hr>We see how driven by lust you are. We think you will get the best use out of it.</div>
<div class="npctextboxm">You look at the man in awe. A mind control device? You could get lots of babes with that thing.</div>
<div class="npctextboxm">Just before you can ask the man anymore questions, he leaves.</div>
<div class="npctextbox"><<playerchat>>$playername<hr>Very strange.</div>
<<qt>><<set $letterquest = 2>><<time>>
<div class="npctextboxm">Developer Note: The next update will be expanding this questline where you will visit an organisation to create and use mind control devices! Stay tuned!</div>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">I understand</button><<else>><div class="wrapper"><div class="title">Lagos</div>
<div class="imagebox"><img src="images\The Summer Update\bootystreet.jpg" alt="" /></div>
<<nobr>>
<<if $hotelquest eq -1>><button data-passage="easterndistrict" class="button" type="button" tabindex="0">↑ Lagos Mall ↑</button><<else>><button data-passage="" class="button" type="button" tabindex="0">↑ Lagos Mall ↑</button><</if>><hr><<if $time lte 5>><<if $hotelquest eq -1>><button data-passage="lagoslibrary" class="button" type="button" tabindex="0">Lagos Library - <<Kira>></button><<else>><button data-passage="" class="button" type="button" tabindex="0">Lagos Library</button><</if>><<else>><button data-passage="" class="button" type="button" tabindex="0">Lagos Library (Closed)</button><</if>>
<button data-passage="lagoshotel" class="button" type="button" tabindex="0">Hotel <<if $adebesiquest eq -1>> - <<Joanna>><</if>></button>
<<if $voodoshopclosed eq 1 or $diamondpath eq 2>><button data-passage="" class="button" type="button" tabindex="0">24/7 Voodoo Shop - <<closed>></button><<elseif $hotelquest eq -1>><button data-passage="voodooshop" class="button" type="button" tabindex="0">24/7 Voodoo Shop<<if $diamondlevel gte 1>> - <<Diamond>><</if>></button><<else>><button data-passage="" class="button" type="button" tabindex="0">24/7 Voodoo Shop</button><</if>>
<<if $diamondquest != 0>><button data-passage="lagosbrotheloutside" class="button" type="button" tabindex="0">Lagos Brothel</button><</if>>
<button data-passage="lagosairport" class="button" type="button" tabindex="0">Lagos Airport</button><hr>
<<if $hotelquest eq -1>><button data-passage="girthstreet" class="button" type="button" tabindex="0">↓ Girth Street ↓</button><<else>><button data-passage="" class="button" type="button" tabindex="0">↓ Girth Street ↓</button><</if>><</nobr>><</if>><div class="wrapper"><div class="title">Lagos</div>
<div class="imagebox"><img src="images\v0.46.12\fbuilder.jpg" alt="" /></div>
<div class="npctextboxm">You are standing in girth street. It's currently blocked off due to construction.</div>
<div class="npctextboxm">Some cool shit going on here, check back in a //future update// to see what's up!.</div>
<button data-passage="bootystreet" class="button" type="button" tabindex="0">↑ Booty Street ↑</button><div class="wrapper"><div class="title">Doctor's Office</div>
<div class="npctextbox"><div class="femdoc"></div>Doctor<hr>Do you need healing? Any STDs?</div>
<<if $money gte 10>><button data-passage="lagosheal" class="button" type="button" tabindex="0">Recover Health - $10</button><<else>><button data-passage="" class="button" type="button" tabindex="0">Recover Health - (Need $10)</button><</if>><hr><button data-passage="easterndistrict" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Gym</div>
<div class="npctextboxm">You enter the Lagos Gym. It's free entry.</div>
<div class="imagebox"><img src="images\0.46.0\lagosgym.jpg" alt="" /></div>
<<nobr>><button data-passage="weightliftlagos" class="button" type="button" tabindex="0">Weight Lift (5 Stamina)</button>
<hr><button data-passage="easterndistrict" class="button" type="button" tabindex="0">Leave Gym</button><</nobr>><div class="wrapper"><div class="title">Doctor's Office</div>
<div class="npctextbox"><center>Your party's health has been fully recovered! Any STDs have also been cured</center></div><<doctorheal>>
<button data-passage="lagosdoctor" class="button" type="button" tabindex="0">Leave</button><div class="wrapper"><div class="title">Lagos Shop</div>
<div class="npctextboxm">You enter the Lagos Shop. </div>
<div class="imagebox"><img src="images\0.46.0\marty.jpg" alt="" /></div>
<<nobr>><button data-passage="easterndistrict" class="button" type="button" tabindex="0">Leave</button><</nobr>><div class="wrapper"><div class="title">Lagos Mall</div>
<div class="imagebox"><img src="images\0.46.0\mall.jpg" alt="" /></div>
<<nobr>>
<button data-passage="lagosdoctor" class="button" type="button" tabindex="0">Lagos Doctor</button>
<button data-passage="lagosgym" class="button" type="button" tabindex="0">Lagos Gym</button>
<button data-passage="lagosshop" class="button" type="button" tabindex="0">Lagos Supermarket</button>
<hr><button data-passage="bootystreet" class="button" type="button" tabindex="0">Leave Mall</button><</nobr>><<if $stamina gte 5>><div class="wrapper"><div class="title">Lagos Gym</div>
<div class="npctextboxm">You do some weight lifting. You feel stronger!</div>
<div class="videobox"><center><video max-width="720" max-height="440" autoplay loop muted webkit-playsinline playsinline><source src="videos/workingout.mp4" type="video/mp4"></video></center></div>
<div class="npctextboxm">You do some weight lifting. You feel stronger! (You have gained + 30 strength and lost 5 stamina)</div><<set $stamina = $stamina - 5>><<set $strength = $strength + 30>>
<button data-passage="lagosgym" class="button" type="button" tabindex="0">Finish Workout</button><<else>><div class="wrapper"><div class="title">Lagos Gym</div>
<div class="npctextboxm">You don't have enough stamina to work out today.</div>
<button data-passage="lagosgym" class="button" type="button" tabindex="0">Ah Fuck</button><</if>><<time>><<script>>UIBar.unstow().show();<</script>><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="missingcharacter"></div><div class="missingcharacter"></div><<if $loadgame eq 1>><<script>>UIBar.unstow().show();<</script>><</if>>
<<if $version eq "v0.45.12">>
<<set $version = "v0.45.13">>
<</if>>
<<if $version eq "v0.45.13">>
<<set $version = "v0.45.14">>
<</if>>
<<if $version eq "v0.45.14">>
<<set $apatequest1 = 0>>
<<set $stepdadultra = 0>>
<<set $auntunlocked = 0>>
<<set $version = "v0.45.141">>
<</if>>
<<if $version eq "v0.45.141">>
<<set $version = "v0.45.142">>
<</if>>
<<if $version eq "v0.45.142">>
<<set $fivelevelsaunt = 0>>
<<set $version = "v0.45.143">>
<</if>>
<<if $version eq "v0.45.143">>
<<set $version = "v0.45.144">>
<</if>>
<<if $version eq "v0.45.144">>
<<set $version = "v0.45.555">>
<<set $hotelquest = 0>><</if>>
<<if $version eq "v0.45.555">>
Nigeria New Variables
<<set $brothelopen = 0>>
<<set $brothelintro = 0>>
<<set $choosediamond = 0>>
<<set $marcopath = 0>>
<<set $lagosquickstart = 0>>
<<set $diamondturn = 0>>
<<set $voodoshopclosed = 0>>
<<set $marcopath = 0>>
<<set $mybrothel = 0>>
<<set $adebesiquest = 0>>
Kira
<<set $kiralevel = 0>>
<<set $kiramet = 0>>
<<set $kirafucked = 0>>
<<set $kirafuckedtimes = 0>>
<<set $kiramood = "Normal">>
<<set $kiratalk = 0>>
<<set $kirabj = 0>>
<<set $kirafucked = 0>>
<<set $kiraquest = 0>>
<<set $kirafuck = 0>>
<<set $adebesiquest = 0>>
Joanna
<<set $joannalevel = 0>>
<<set $joannamet = 0>>
<<set $joannafucked = 0>>
<<set $joannafuckedtimes = 0>>
<<set $joannamood = "Normal">>
<<set $joannatalk = 0>>
<<set $joannabj = 0>>
<<set $joannafucked = 0>>
<<set $joannaquest = 0>>
<<set $joannafuck = 0>>
<<set $joannaoutfit = 0>>
<<set $londonquestline2 = 0>>
<<set $cell3open = 0>>
Wonder Cummer
<<set $wclevel = 0>>
<<set $wcmet = 0>>
<<set $wcfucked = 0>>
<<set $wcfuckedtimes = 0>>
<<set $wcmood = "Normal">>
<<set $wctalk = 0>>
<<set $wcbj = 0>>
<<set $wcfucked = 0>>
<<set $wcquest = 0>>
<<set $wcfuck = 0>>
<<set $wcoutfit = 0>>
<<set $version = "v0.46.0">>
<</if>>
<<if $version eq "v0.46.0">>
<<set $version = "v0.46.1">>
<</if>>
<<if $version eq "v0.46.1">>
<<set $version = "v0.46.03">>
<</if>>
<<if $version eq "v0.46.03">>
<<set $nathalyapartment = 0>>
<<set $nathalybj = 0>>
<<set $nathalykiss = 0>>
<<set $nathalyfuck = 0>>
<<set $nathalyfacial = 0>>
<<set $nathalyrelationship = 0>>
<<set $nathalyobediance = 0>>
<<set $nathalyanal = 0>>
<<set $nathalysister = 0>>
<<set $nathalyquest = 0>>
<<set $strippers = [[],[]]>>
<<set $nathalyshowswatched = 0>>
<<set $version = "v0.46.10">>
<</if>>
<<if $version eq "v0.46.10">>
<<set $version = "v0.46.11">>
<</if>>
<<if $version eq "v0.46.11">>
<<set $flowers = [] >>
<<set $weed = [] >>
<<set $meth = [] >>
<<set $version = "v0.46.12">>
<</if>>
<<if $version eq "v0.46.12">>
<<set $methamount = 0>>
<<set $methupgrade = 1>>
<<set $version = "v0.46.121">>
<</if>>
<<if $version eq "v0.46.121">>
<<set $version = "v0.46.122">>
<</if>>
<<if $givestrength eq 1>>
<<set $strength = $strength + 50>>
<<set $givestrength = 0>>
<</if>>
<<if $giveintelligence eq 1>>
<<set $intelligence = $intelligence + 50>>
<<set $giveintelligence = 0>>
<</if>>
<<if $givecash eq 1>>
<<set $money = $money + 150>>
<<set $givecash = 0>>
<</if>>
<<if $givestamina eq 1>>
<<set $maxstamina = $maxstamina + 5>>
<<set $givestamina = 0>>
<</if>>
<<if $curestds eq 1>>
<<set $std = 0>>
<<set $curestds = 0>>
<</if>>
<<if $givehealth eq 1>>
<<set $maxhealth = $maxhealth + 5>>
<<set $givehealth = 0>>
<</if>>
<<if $givecombat eq 1>>
<<set $playercombatlevel = $playercombatlevel + 5>>
<<set $givecombat = 0>>
<</if>>
<<if $givemedpack eq 1>>
<<set $perks.push("medpack")>><<set $perks.push("medpack")>><<set $perks.push("medpack")>><<set $perks.push("medpack")>><<set $perks.push("medpack")>>
<<set $givemedpack = 0>>
<</if>>
<<if $giveflowers eq 1>>
<<set $flowers.push("flowers")>><<set $flowers.push("flowers")>><<set $flowers.push("flowers")>><<set $flowers.push("flowers")>><<set $flowers.push("flowers")>>
<<set $giveflowers = 0>>
<</if>>
<<if $givemeth eq 1>>
<<set $meth.push("meth")>><<set $meth.push("meth")>><<set $meth.push("meth")>><<set $meth.push("meth")>><<set $meth.push("meth")>>
<<set $givemeth = 0>>
<</if>>
<<if $version eq "v0.46.122">>
<<set $version = "v0.46.2">>
<</if>>
<<if $version eq "v0.46.2">>
<<set $version = "v0.46.21">>
<</if>>
<<if $timetime eq 1>>
<<time>><<set $timetime = 0>>
<</if>>
<<if $sisterstudycheat eq 1>>
<<set $sisternude = $sisternude + 1>>
<<set $sisterstudycheat = 0>>
<</if>>
<<if $version eq "v0.46.21">>
<<set $version = "v0.46.22">>
<<set $daisyfuckedtimes = 0>>
<<set $harleyrando = 0>>
<<set $auntbj = 0>>
<</if>>
<<if $version eq "v0.46.22">>
<<set $version = "v0.46.3">>
<<set $pornosshot = 0>>
<<set $gamedevowned = 0>>
<<set $daysmaxgame = 5>>
<<set $publishedgames = []>>
<<set $gamedevdays = 0>>
<<set $kalinalevel = 0>>
<<set $kalinafuckedtimes = 0>>
<<set $bethlevel = 0>>
<<set $bethfuckedtimes = 0>>
<</if>>
<<if $sisterquestline eq -1>>
<<set $sistercorrupted = 1>>
<</if>>
<<if $version eq "v0.46.22">>
<</if>><<if $gameshastarted eq 0>><<script>>UIBar.hide().stow();<</script>><<else>><</if>><div class="backgroundmenu"><div class="landingpagebox"><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox">Frequently Asked Questions:<hr>
"I am encountering a bug, how can I get it fixed?" - I have added a bug report feature. I check this almost daily always fix bugs straight away on the live version of the game at www.amore-game.com - So check this version to see if your issue isn't already fixed and if not, please report the bug so I can fix!
"Videos aren't showing" - You browser is not able to view webm formats. Please use another browser such as Chrome.
"My backer code isn't working!" - Again, check you are using the right code for the right version. All cheat codes work. If its not working then you arent using the right version of the game.
"My save is gone or doesn't work" - When a new update comes out there's a 50/50 chance your save will be incompatible and will be deleted. Sorry.</div></div></div><div class="npctextboxm">You are dead!</div><<script>>UIBar.unstow().hide();<</script>>
<div class="imagebox"><img src="images/London2/salute.jpg" alt="" /></div>
<div class="npctextbox"><center> "Success is not final, failure is not fatal: it is the courage to continue that counts."
— Winston Churchill</center></div>
<<button "Restart Game">><<script>>Engine.restart();<</script>><</button>><div class="wrapper"><div class="title">Bedroom | UK | Earth</div>
<div class="npctextbox">You look underneath your pillow...</div>
<div class="bedroompic"></div>
<div class="npctextbox">You can't find anything...</div>
<div class="npctextbox">Untill suddenly..</div>
<div class="npctextbox">You found a chocolate bar!</div>
<div class="npctextbox">New item added to inventory: <<print $itemchocolatebar.name>></div>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Why the fuck was that there?</button></div>
<<set $foundchocolatebar = true>>
<<set $inventory.push("Chocolate Bar")>><div class="wrapper"><div class="wrapper"><div class="title">Kitchen | UK | Earth</div>
<div class="kitchen"></div>
<div class="npctextbox">You find a $20 bill on top of the fridge. It's yours now.</div>
<button data-passage="Kitchen" class="button" type="button" tabindex="0">Leave</button><div class="npctextbox">''$20 added to inventory''
''Perk: 'Treasure Hunter' gained''</div></div>
<<set $treasurehunterperk = 1>>
<<set $kitchencash = 1>>
<<set $money = $money + 20>><div class="wrapper"><div class="title">Amore Gym | UK | Earth</div>
<div class="lisagym"></div>
<div class="npctextbox">You do some advanced exercises with Lisa.
</div>
<div class="npctextbox">
<video width="420" height="340" controls>
<source src="videos/squat.webm" type="video/webm">
</video>
</div>
<div class="npctextbox">You feel a lot stronger...</div>
<button data-passage="Enter the gym" class="button" type="button" tabindex="0">Finish</button>
<div class="npctextbox">''Your strength has increased by 15''
''Your stamina has decreased by 8''
''Lisa's relationship increased by 10''</div></div>
<<set $strength = $strength +15>>
<<set $stamina = $stamina -8>>
<<set $time = $time +1>>
<<set $lisalevel = $lisalevel +10>><div class="wrapper"><div class="title">Amore Police Station | UK | Earth</div>
<div class="policestation"></div>
<button data-passage="Enter the police station" class="button" type="button" tabindex="0">Enter the police station</button><button data-passage="Gough Street" class="button" type="button" tabindex="0">Gough Street</button></div><<if $lisalevel gte 750>><div class="wrapper">
<div class="title">Lisa's Apartment | UK | Earth</div>
<div class="apartmentlisa"></div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Hey, $playername. Did you want to chat?
</div>
<<if $lisatits eq 0 and $lisabroken eq 0>> <div class="lisahome"></div><<elseif $lisatits eq 1 and $lisabroken eq 0>><div class="lisatits"><<else>><div class="lisabroken"></div><</if>>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>Lisa, I've been reading about good cardio techniques...
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Tell me, i'm always interested in stepping up my cardio.
</div>
<div class="npctextbox"><div class="playerchat"></div>$playername<hr> I've read that sex is the best cardio you can do, because the pleasure drives you on to go longer and burn more calories.
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Well... I'm naked..
</div>
<div class="npctextbox"> //Lisa walks up to you and pushes you down onto a seat.she pulls out your cock and works it with you tits and mouth.//
</div>
<div class="npctextbox"> <video width="420" height="340" controls>
<source src="videos/lisahome_bj.webm" type="video/webm">
</video>
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
You like that, huh? You like getting off fucking older women?
</div>
<div class="npctextbox"> Fuck, Lisa. I cant hold back any longer. Here comes the dick!
</div>
<div class="npctextbox"> //Lisa runs to the sofa and spreads her legs for you, inviting your cock inside//
</div>
<div class="npctextbox"> <video width="420" height="340" controls>
<source src="videos/lisa_homefucked.webm" type="video/webm"></video>
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
''OH MY GOD, $playername!! FUCK ME HARDER''</div>
<div class="npctextbox"> <video width="420" height="340" controls autoplay>
<source src="videos/lisa_homefucked2.webm" type="video/webm"></video>
</div>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Finish fucking and leave</button>
<div class="npctextbox">''Relationship level with Lisa increased''
''You fucked Lisa!''</div></div>
<<set $lisalevel = $lisalevel +50>>
<<set $lisafucked = 1>>
<<set $time = $time +1>><<else>><div class="wrapper"><div class="title">Lisa's Apartment</div>
<div class="apartmentlisa"></div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Hey, $playername. Did you want to chat?
</div>
<<if $lisatits eq 0 and $lisabroken eq 0>> <div class="lisahome"></div><<elseif $lisatits eq 1 and $lisabroken eq 0>><div class="lisatits"><<else>><div class="lisabroken"></div><</if>>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>Lisa, I've been reading about good cardio techniques...
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
Tell me, i'm always interested in stepping up my cardio.
</div>
<div class="npctextbox"> <div class="playerchat"></div>$playername<hr>I've read that sex with your personal trainer makes your dick muscles bigger!
</div>
<div class="npctextbox"><<if $lisatits eq 0 and $lisabroken eq 0>><div class="lisachathome"></div><<else>><div class="lisachatnude"></div><</if>>Lisa
<hr>
You fucking idiot! I'm not letting a worm like you fuck me!
</div>
<div class="npctextbox"> //It was worth a try... make sure that Lisa is is fully comfortable in her apartment and that her relationship level is 500 before trying this.//
</div>
<button data-passage="Apartments" class="button" type="button" tabindex="0">Leave in shame</button>
<div class="npctextbox">''Relationship level with Lisa decreased by 5''</div></div>
<<set $lisalevel = $lisalevel +50>>
<<set $lisafucked = 1>>
<<set $time = $time +1>><</if>><div class="wrapper"><div class="title">Your Bedroom | UK | Earth</div>
<div class="npctextbox">You decide to not get out of bed. You sleep for another day</div>
<div class="bedroompic"></div>
<<if $lazyperk eq 0>><div class="npctextbox">''You received the perk: Lazy.''</div><</if>>
<button data-passage="Your Bedroom" class="button" type="button" tabindex="0">Time to do something...</button></div>
<<set $lazyperk = 1>><div class="wrapper"><div class="title">Ahmed's Shop | UK | Earth</div>
<div class="shop"></div>
<div class="npctextbox"><<if $shopsteal lte 3>>You look around the shop wait for a chance to reach over the counter and grab some cash left on the counter.
The question is..
Will you do it?<<else>>You've already stole so much from Ahmed. You can't steal anymore.<</if>></div>
<<if $shopsteal lte 3>><button data-passage="Steal" class="button" type="button" tabindex="0">Steal some shit</button><</if>><button data-passage="Corner shop" class="button" type="button" tabindex="0">It's not worth it</button></div><div class="wrapper"><div class="title">$stripClubName | UK | Earth</div>
<div class="stripcluboffice"></div>
<div class="npctextbox"><center>//You successfully buy the strip club bathroom.//</center></div>
<div class="npctextbox"><center>//You paid 9000$...//</center></div><hr><button data-passage="stripcluboffice" class="button" type="button" tabindex="0">Leave</button></div><<set $money = $money -9000>><<set $stripclubBathroom = 1>><div class="wrapper"><div class="title">You passed out!</div>
<div class="npctextboxm"><center>It's way too late and you pass out from tiredness! You wake up in your bedroom! $aunt must of took you home. You should rest properly</center></div>
<button data-passage="newsleep" class="button" type="button" tabindex="0">...</button><div class="wrapper"><div class="title">Business Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>💰🏠 Real Estate 🏠💰</center><hr>
<center>Rental income from properties purchased at the real estate store</center><hr>
<ul><li>Shed: $40 a week passive income</li>
<li>Small House: $100 a week passive income</li></ul></div>
<div class="npctextbox"><center>💰🏰 Empire Income 🏰💰</center><hr>
<center>Once you setup your office in the basement you can create your own custom empire and hire employees</center><hr>
<ul><li>Receptionist (Emily): Can hire for $500, can put her to work to generate income and give her upgrades</li>
<li>Maid: Can hire for $2000, will clean your house and automate the income from your mom due to having a clean kitchen and bedroom</li></ul></div>
<div class="npctextbox"><center>💰🎀 Strip Club 🎀💰</center><hr>
<center>Buy the strip club from the real estate agent. Once bought you will need to renovate it to open it to the public</center><hr>
<ul><li>Josephine Stripper: Josephine (The Massage Parlour Lady) can be recruited to be a stripper if you have bought her most expensive massage</li>
<li>Nathaly Stripper: Nathaly can be recruited once you have renovated the strip club. She can be found inside your strip club in the evenings</li>
<li>$mom Stripper: Mom can be recruited as part of the 'A Mother in Need' quest. See Family guide for requirements.</li></ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">'Family' Character Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>👩🦳 $mom 👩🦳| Level: $momlevel</center><hr>
<center>Increase relationship level by talking, giving gifts and general positive interaction.Your step father will need to be defeated before being able to do most of this stuff.</center><hr>
<ul><li>Level 60: Can convince to subathe nude (Intelligence 50 also needed)</li>
<li>Level 150: Can grab $mom's ass in the living room</li>
<li>Level 210: Comfortable enough to let you in the bathroom with her (after knocking politely)</li>
<li>Level 250: Unlocks Kissing</li>
<li>Level 350: Can barge into the bathroom while $mom is inside without any consequence</li>
<li>Level 400: Unlocks ⭐ Special Event: Looking after your Aunt ⭐ (Speak to her in the garden or living room to unlock this quest)</li>
<li>Level 750: Can get a BJ from $mom in the bathroom</li>
<li>Level 850: Unlocks BJ</li>
<li>Level 1000: Can sleep with $mom at night</li>
<li>Level 1300: Can convince $mom to wear her underwear around the entire house (Speak to her in the garden or living room)</li>
<li>Level 1350: Unlocks Vaginal Sex</li>
<li>Level 1600: Can convince $mom to wear no clothing around the entire house (Speak to her in the garden or living room)</li>
<li>Level 2000: Unlocks Anal Sex</li>
<li>Level 3000: Unlocks ⭐ Special Event: 'A Mother in Need' ⭐(Speak to her in the garden or living room to unlock this quest)</li></ul></div>
<div class="npctextbox"><center>👱♀️ $sister 👱♀️ | Level $sisterlevel </center><hr>
<center>Increase relationship level by talking, giving gifts and general positive interaction. Helping with her homework and gym workouts also help</center><hr>
<ul><li>Level 70: Can help $sister with homework in her bedroom on a weekend (Intelligence 125 also needed)</li>
<li>Level 200: Unlocks Kissing</li>
<li>Level 250: Can convince $sister to study in her bedroom naked (Need to study with her at least 10 times. Check your relationships to see how many times youve studied with her)</li>
<li>Level 310: Comfortable enough to let you in the bathroom and shower naked with $sister (after knocking politely :) )</li>
<li>Level 750: Can get a BJ in the shower</li>
<li>Level 850: Unlocks BJ</li>
<li>Level 900: Can convince $sister to wear underwear around the entire house (speak to her in the livingroom)</li>
<li>Level 1000: Can have fun in the gym with $sister (Strength 400 also needed)</li>
<li>Level 1400: Can convince $sister to wear no clothing around the entire house (speak to her in the livingroom)</li>
<li>Level 1750: Unlocks Vaginal Sex</li>
<li>Level 3500: Unlocks Anal Sex (After giving the Sex Book)</li>
<li>Level 9000: Unlocks ⭐ Special Event: Sex-Education ⭐ (After giving the Sex Book)</li></ul></div>
<div class="npctextbox"><center>👩🦳 Aunt 👩🦳 | Level: $auntlevel </center><hr>
<center>Increase relationship level by doing work around her house, giving the exclusive 'dildo' gift and having sex</center><hr>
<ul><li>Level 150: Unlocks Kissing</li>
<li>Level 500: Can convince $aunt to wear underwear around her house (Need to complete her quest first)</li>
<li>Level 1400: Unlocks Anal Sex (Need to complete her quest first)</li>
<li>Level 1300: Can convince $aunt to wear no clothing around her house (Need to complete her quest first)</li>
<li>Level 1500: Unlocks Car</li>
<li>Level 3000: Unlocks ⭐ Special Event: 'True Love' ⭐(Speak to her once your relationship level is 3000)</li></ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Guide to Amore</div>
<div class="boobies"></div>
<button data-passage="statsguide" class="button" type="button" tabindex="0">Stat Guide</button><button data-passage="statguide" class="button" type="button" tabindex="0">UK | Amore City Guide</button><button data-passage="londonguide" class="button" type="button" tabindex="0">UK | London City Guide</button><button data-passage="lagosguide" class="button" type="button" tabindex="0">Nigeria | Lagos Guide</button><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Lagos Character Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>Diamond | Level $diamondlevel</center><hr>
<center>She is the owner of the Voodoo shop in Lagos. You can increase her level by interacting with her daily and completing quests. Diamonds can be bought from Bernie's shop in London, these can be given to Diamond to increase her relationship level.</center><hr>
<ul><li>Level 2: Unlocks Special Event: Welcome to Nigeria</li>
<li>Level 300: Unlocks kissing</li>
<li>Level 700: Unlocks blowjob</li>
<li>Level 1500: Unlocks fucking</li></ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Guide to Lagos</div>
<div class="bootystreet"></div>
<button data-passage="lagoscharacterguide" class="button" type="button" tabindex="0">Character Guide</button><button data-passage="lagosmoneyguide" class="button" type="button" tabindex="0">Money Guide</button><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Lagos Money/Business Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>Making money in Lagos</center><hr>
<center>Currently, there is no money making methods in Lagos. It's highly recommended that you bring money with you for this area.</center></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Guide to London</div>
<div class="london"></div>
<button data-passage="londoncharacterguide" class="button" type="button" tabindex="0">Character Guide</button><button data-passage="londonmoneyguide" class="button" type="button" tabindex="0">Money Guide</button><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">London Character Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>🤡 Harley Quinn 🤡 | Level: $harleylevel</center><hr>
<center>She is your sidekick in the London Bound storyline. Increase her relationship by capturing superheroes, chatting and giving gifts.</center><hr>
<ul><li>Level 50: Unlocks Special Event: Meth Lab Adventures</li>
<li>Level 150: Unlocks kissing</li>
<li>Level 500: Unlocks blowjob</li></ul></div>
<div class="npctextbox"><center>🦸 Superslut 🦸 | Level: $superslutlevel</center><hr>
<center>One of the two capturable superheroes in London.</center><hr>
<ul><li>Level 50: Unlocks kissing</li>
<li>Level 150: Unlocks BJ</li>
<li>Level 750: Unlocks Sex</li>
<li>Level 1500: Unlocks Anal Sex</li></ul></div>
<div class="npctextbox"><center>🦸 Pussywoman 🦸 | Level: $pussywomanlevel</center><hr>
<center>One of the two capturable superheroes in London.</center><hr>
<ul><li>Level 50: Unlocks kissing</li>
<li>Level 300: Unlocks BJ</li>
<li>Level 750: Unlocks Sex</li>
<li>Level 1500: Unlocks Feet Play</li></ul></div>
<div class="npctextbox"><center>👩💼 Daisy 👩💼 | Level: $daisylevel</center><hr>
<center>Mysterious Unknown Character.</center><hr>
<ul><li>Level 160: Unlocks BJ</li>
<li>Level 260: Unlocks Sex</li>
<li>Level 560: Unlocks Giving BJ</li></ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">London Money/Business Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>🥄🔥 Meth 🔥🥄</center><hr>
<center>Unlocked as part of developing your relationship with Harley Quinn. You will find a homeless guy in the abandoned building in the evening (time = 5). You can sell meth to him for $100.</center><hr>
<ul><li>Level 1: Meth created once every 5 days</li>
</ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Side Character Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>🏋️♀️ Lisa 🏋️♀️ | Level: $lisalevel</center><hr>
<center>Lisa is an MILF personal trainer who works at the gym in Amore City. Increase her relationship level by working out with her at the gym.</center><hr>
<ul><li>Level 75: Can kiss Lisa at the Gym (Intelligence 45 also needed)</li>
<li>Level 150: Unlocks kissing (In Apartment)</li>
<li>Level 175: Can get a BJ from Lisa at the Gym (Intelligence 150 also needed)</li>
<li>Level 250: Can hangout with Lisa at her apartment (Strength 200 also needed)</li>
<li>Level 300: Can convince Lisa to be topless in her apartment (Intelligence 220 also needed)</li>
<li>Level 315: Unlocks BJ (In Apartment)</li>
<li>Level 500: Can convince Lisa to be completely nude in her apartment (Intelligence level 320 and BJ in apartment needed)</li>
<li>Level 750: Unlocks fucking (In Apartment)</li>
<li>Level 750: Unlocks Anal Sex (In apartment)</li>
</ul></div>
<div class="npctextbox"><center>🍺 Elsa 🍺 | Level: $elsalevel</center><hr>
<center>She is the owner of Elsa's pub in Amore city. You can help her transform her business into the ultimate fuck bar. Increase her relationship level by working at her bar.</center><hr>
<ul><li>Level 20: Can kiss Elsa as a reward for working a shift at her pub</li>
<li>Level 150: Can hangout with Elsa at her apartment</li>
<li>Level 250: Can convince Elsa to work fully nude at her pub (Intelligence 75 also needed)</li>
<li>Level 375: Can convince Elsa to fuck her customers at her pub (Intelligence 200 also needed)</li>
<li>Level 500: Can fuck Elsa after working at the pub (Need to watch her get fucked 5 times at work, after this it unlocks fucking her in her apartment and you can now get paid for working at ther pub)</li></ul></div>
<div class="npctextbox"><center>👓 Emily 👓 | Level: $emilylevel</center><hr>
<center>She is your potential receptionist. Increase her relationship by chatting.</center><hr>
<ul><li>Level 155: Unlocks Underwear Outfit</li>
<li>Level 325: Unlocks Nude Outfit</li></ul></div>
<div class="npctextbox"><center>🧽 Sophia 🧽 | Level: $maidlevel</center><hr>
<center>She is your potential maid. Increase her relationship by chatting.</center><hr>
<ul><li>Level 175: Unlocks Nude Outfit</li>
<li>Level 200: Can fuck Sophia in your bedroom (Need her to be nude)</li></ul></div>
<div class="npctextbox"><center>Apate | Level: $apatelevel</center><hr>
<center>Mysterious Character.</center><hr></div>
<div class="npctextbox"><center>Lilu | Level: $lilulevel</center><hr>
<center>A teacher at Amore City university</center><hr></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Guide to Amore City</div>
<button data-passage="familyguide" class="button" type="button" tabindex="0">Family Guide</button><button data-passage="sidecharacterguide" class="button" type="button" tabindex="0">Side Character Guide</button><button data-passage="businessguide" class="button" type="button" tabindex="0">Business Guide</button><<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">Stat Guide</div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
<div class="npctextbox"><center>🧠 Intelligence 🧠</center><hr>
<center>Increased by reading books. Books are hidden throughout the game but can also be bought at the store.</center><hr>
<ul><li>Level 40: Can kiss lisa while doing PT (Lisa Relationship 75 also needed)</li>
<li>Level 50: Can steal from Ahmed's store (Amore City)</li>
<li>Level 95: Can convince Elsa to wear nothing at work (Lisa Relationship 100 also needed)</li>
<li>Level 125: Can help $sister with homework</li>
<li>Level 150: Can get a BJ from Lisa while doing PT (Lisa Relationship 175 also needed)</li>
<li>Level 175: Can convience Elsa to prostitute herself at work (Elsa Relationship 200 also needed)</li>
<li>Level 220: Can convince Lisa to wear underwear in her apartment</li>
<li>Level 300: Can convince Superslut to check alleyway</li>
<li>Level 320: Can convince Lisa to wear nothing in her apartment</li>
<li>Level 500: Can capture Britney/Pussywoman (London)</li></ul></div>
<div class="npctextbox"><center>💪 Strength 💪</center><hr>
<center>Increased by working out and drinking protein shakes. Working out at a Gym is more effective and increases your strength more.</center><hr>
<ul><li>Level 20: Can join the gym</li>
<li>Level 60: Can peek on $mom in the shower</li>
<li>Level 75: Lisa will invite you to join her PT sessions at the gym (Amore City)</li>
<li>Level 200: Lisa will let you hangout with her outside of work (Lisa Relationship 200 also needed)</li>
<li>Level 260: Strong enough to put up shelves at your Aunt's house</li>
<li>Level 350: Can defeat your step father</li>
<li>Level 350: Can have fun with sister at the Gym (Amore City) ($sister Relationship 1000 also needed)</li>
<li>Level 650: Can rob PC World (Amore City)</li>
<li>Level 700: Can capture Superslut (London)</li></ul></div>
<<button "Go Back">><<script>>Engine.backward();<</script>><</button>>
</div><div class="wrapper"><div class="title">The Honey House | UK | Earth</div>
<div class="honeyhouse"></div>
<<if $car1owned eq 1>><div class="npctextbox">Your car is parked outside</div><</if>>
<<if $auntquest eq 1>><button data-passage="auntgreeting" class="button" type="button" tabindex="0">Knock & Enter</button><<else>><button data-passage="aunthallway" class="button" type="button" tabindex="0">Enter</button><</if>><<if $car1owned eq 1>><button data-passage="car" class="button" type="button" tabindex="0">Get in your car</button><</if>></div><div class="wrapper">
If you are seeing this, you shouldn't be here!
<button data-passage="Stay in bed" class="button" type="button" tabindex="0">Stay in bed</button><div class="wrapper"><div class="title">Lagos | Nigeria | Earth</div>
<div class="hotelroom"></div>
<div class="npctextbox">You close your eyes and fall into a deep sleep...</div>
<div class="sleep"></div>
<button data-passage="hotelroom" class="button" type="button" tabindex="0">Wake up</button>
<div class="npctextbox">''Your stamina has been reset!''
<<if $lazyperk eq 1>>Your lazy perk adds an extra 4 daily stamina<</if>>
<<if $std eq 1>>🦀 You have an STD. You lose 5 stamina. Go see a doctor! 🦀<</if>></div></div>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>>
<<set $drunk = 0>>
<<set $time = 1>>
<<set $gloryholefuck = 0>>
<<set $day = 1>>
<<if $maid eq 0>><<set $tidybedroom = $tidybedroom -1 >> <</if>>
<<if $maid eq 1>><<set $tidybedroom = $tidybedroom +1 >> <</if>>
<<if $maid eq 1>><<set $kitchentidy = $kitchentidy +1>> <</if>>
<<if $lazyperk eq 0>> <<set $stamina = 10>> <<else>> <<set $stamina = 14>><</if>>
<<set $auntchatlimit = 0>><<set $auntassfuck = 0>><<set $momkiss = 0>><<set $auntkiss = 0>><<set $sisterkiss = 0>><<set $mombj = 0>><<set $momsex = 0>><<set $sisterbj = 0>><<set $sisterfuck = 0>><<set $sisterkiss = 0>>
<<set $sisterbj = 0>>
<<set $sisterfuck = 0>><<set $harleychat = 0>><<set $harleykiss = 0>><<set $harleybj = 0>>
<<set $harleyvaginal = 0>>
<<set $harleyanal = 0>>
<<set $momanal = 0>><<set $methlabdays = $methlabdays + 1>>
<<set $superslutchat = 0>>
<<set $superslutkiss = 0>>
<<set $superslutbj = 0>><<set $lisabjmenu = 0 >>
<<set $lisakissmenu = 0>>
<<set $lisaanalmenu = 0>>
<<set $lisafuckmenu = 0>>
<<set $superslutsex = 0>>
<<set $superslutanal = 0>>
<<set $pussywomanchat = 0>>
<<set $pussywomanbj = 0>>
<<set $pussywomanfuck = 0>>
<<set $pusywomananal = 0>>
<<set $pussywomanfeet = 0>>
<<set $daisychat = 0>>
<<set $daisybj = 0>>
<<set $daisyfuck = 0>>
<<set $givedaisybj = 0>>
<<set $givedaisyfuck = 0>>
<<set $daisykiss = 0>>
<<set $sisteranal = 0>>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>><<set $diamondbj = 0>><<set $diamondkiss = 0>><<set $diamondfuck = 0>><div class="wrapper"><div class="title">Your bedroom | UK | Earth</div>
<div class="yourroom"></div>
<div class="npctextbox">You close your eyes and fall into a deep sleep...</div>
<div class="sleep"></div>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Wake up</button>
<div class="npctextbox">''Your stamina has been reset!''
<<if $lazyperk eq 1>>Your lazy perk adds an extra 4 daily stamina<</if>>
<<if $std eq 1>>🦀 You have an STD. You lose 5 stamina. Go see a doctor! 🦀<</if>></div></div>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>>
<<set $drunk = 0>>
<<set $time = 1>>
<<set $gloryholefuck = 0>>
<<set $day = $day + 1>>
<<if $maid eq 0>><<set $tidybedroom = $tidybedroom -1 >> <</if>>
<<if $maid eq 1>><<set $tidybedroom = $tidybedroom +1 >> <</if>>
<<if $maid eq 1>><<set $kitchentidy = $kitchentidy +1>> <</if>>
<<if $lazyperk eq 0>> <<set $stamina = 10>> <<else>> <<set $stamina = 14>><</if>>
<<set $auntchatlimit = 0>><<set $auntassfuck = 0>><<set $momkiss = 0>><<set $auntkiss = 0>><<set $sisterkiss = 0>><<set $mombj = 0>><<set $momsex = 0>><<set $sisterbj = 0>><<set $sisterfuck = 0>><<set $sisterkiss = 0>>
<<set $sisterbj = 0>>
<<set $sisterfuck = 0>><<set $harleychat = 0>><<set $harleykiss = 0>><<set $harleybj = 0>>
<<set $harleyvaginal = 0>>
<<set $harleyanal = 0>>
<<set $momanal = 0>><<set $methlabdays = $methlabdays + 1>>
<<set $superslutchat = 0>>
<<set $superslutkiss = 0>>
<<set $superslutbj = 0>><<set $lisabjmenu = 0 >>
<<set $lisakissmenu = 0>>
<<set $lisaanalmenu = 0>>
<<set $lisafuckmenu = 0>>
<<set $superslutsex = 0>>
<<set $superslutanal = 0>>
<<set $pussywomanchat = 0>>
<<set $pussywomanbj = 0>>
<<set $pussywomanfuck = 0>>
<<set $pusywomananal = 0>>
<<set $pussywomanfeet = 0>>
<<set $daisychat = 0>>
<<set $daisybj = 0>>
<<set $daisyfuck = 0>>
<<set $givedaisybj = 0>>
<<set $givedaisyfuck = 0>>
<<set $daisykiss = 0>>
<<set $sisteranal = 0>>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>><<set $diamondbj = 0>><<set $diamondkiss = 0>><<set $diamondfuck = 0>><div class="wrapper"><div class="wrapper"><div class="title">Your Bedroom | UK | Earth</div>
<div class="yourroom"></div>
<div class="npctextbox">You close your eyes and fall into a deep sleep...
Your stamina has been reset to 10!
''It's the start of a new week!''
You have received your expected income from any businesses
<<if $std eq 1>>🦀 You have an STD. You lose 5 stamina. Go see a doctor! 🦀<</if>></div></div>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>></div>
<button data-passage="Your Room" class="button" type="button" tabindex="0">Wake up</button>
</div>
<<set $drunk = 0>>
<<if $maid eq 0>><<set $tidybedroom = $tidybedroom -1 >> <</if>>
<<if $maid eq 1>><<set $tidybedroom = $tidybedroom +1 >> <</if>>
<<if $maid eq 1>><<set $kitchentidy = $kitchentidy +1>> <</if>>
<<set $stamina = 10>>
<<set $time = 1>>
<<set $day = 1>><<if $momquest eq 3>><<set $money = $money + 6000>><</if>>
<<set $druglimit = 0>><<set $gloryholefuck = 0>><<set $auntchatlimit = 0>><<set $auntassfuck = 0>>
<<if $stripClubRenovated eq 1>><<set $money = $money + 250>><</if>>
<<if $stripclubBathroom eq 1>><<set $money = $money + 500>><</if>>
<<if $stripperSister eq 1>><<set $money = $money + 1000>><</if>>
<<if $stripperJosephine eq 1>><<set $money = $money + 2000>><</if>><<set $auntchatlimit = 0>><<set $auntassfuck = 0>><<set $momkiss = 0>><<set $auntkiss = 0>><<set $sisterkiss = 0>><<set $mombj = 0>><<set $momsex = 0>><<set $momanal = 0>><<set $sisterkiss = 0>><<set $harleychat = 0>><<set $harleykiss = 0>><<set $harleybj = 0>>
<<set $harleyvaginal = 0>><<set $methlabdays = $methlabdays + 1>>
<<set $harleyanal = 0>><<set $superslutchat = 0>>
<<set $superslutkiss = 0>>
<<set $superslutbj = 0>>
<<set $superslutsex = 0>>
<<set $superslutanal = 0>><<set $lisabjmenu = 0 >>
<<set $lisakissmenu = 0>>
<<set $lisaanalmenu = 0>>
<<set $lisafuckmenu = 0>>
<<set $sisterbj = 0>>
<<set $sisterfuck = 0>>
<<set $pussywomanchat = 0>>
<<set $pussywomanbj = 0>>
<<set $pussywomanfuck = 0>><<set $diamondbj = 0>><<set $diamondkiss = 0>><<set $diamondfuck = 0>>
<<set $pusywomananal = 0>>
<<set $pussywomanfeet = 0>>
<<set $daisychat = 0>>
<<set $daisybj = 0>>
<<set $daisyfuck = 0>>
<<set $givedaisybj = 0>>
<<set $givedaisyfuck = 0>>
<<set $daisykiss = 0>><<set $sisteranal = 0>>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>><div class="wrapper"><div class="title">Lagos | Nigeria | Earth</div>
<div class="hotelroom"></div>
<div class="npctextbox">You close your eyes and fall into a deep sleep...</div>
<div class="sleep"></div>
<button data-passage="hotelroom" class="button" type="button" tabindex="0">Wake up</button>
<div class="npctextbox">''Your stamina has been reset!''
<<if $lazyperk eq 1>>Your lazy perk adds an extra 4 daily stamina<</if>>
<<if $std eq 1>>🦀 You have an STD. You lose 5 stamina. Go see a doctor! 🦀<</if>></div></div>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>>
<<set $drunk = 0>>
<<set $time = 1>>
<<set $gloryholefuck = 0>>
<<set $day = $day + 1>>
<<if $maid eq 0>><<set $tidybedroom = $tidybedroom -1 >> <</if>>
<<if $maid eq 1>><<set $tidybedroom = $tidybedroom +1 >> <</if>>
<<if $maid eq 1>><<set $kitchentidy = $kitchentidy +1>> <</if>>
<<if $lazyperk eq 0>> <<set $stamina = 10>> <<else>> <<set $stamina = 14>><</if>>
<<set $auntchatlimit = 0>><<set $auntassfuck = 0>><<set $momkiss = 0>><<set $auntkiss = 0>><<set $sisterkiss = 0>><<set $mombj = 0>><<set $momsex = 0>><<set $sisterbj = 0>><<set $sisterfuck = 0>><<set $sisterkiss = 0>>
<<set $sisterbj = 0>>
<<set $sisterfuck = 0>><<set $harleychat = 0>><<set $harleykiss = 0>><<set $harleybj = 0>>
<<set $harleyvaginal = 0>>
<<set $harleyanal = 0>>
<<set $momanal = 0>><<set $methlabdays = $methlabdays + 1>>
<<set $superslutchat = 0>>
<<set $superslutkiss = 0>>
<<set $superslutbj = 0>><<set $lisabjmenu = 0 >>
<<set $lisakissmenu = 0>>
<<set $lisaanalmenu = 0>>
<<set $lisafuckmenu = 0>>
<<set $superslutsex = 0>>
<<set $superslutanal = 0>>
<<set $pussywomanchat = 0>>
<<set $pussywomanbj = 0>>
<<set $pussywomanfuck = 0>>
<<set $pusywomananal = 0>>
<<set $pussywomanfeet = 0>>
<<set $daisychat = 0>>
<<set $daisybj = 0>><<set $diamondbj = 0>><<set $diamondkiss = 0>><<set $diamondfuck = 0>>
<<set $daisyfuck = 0>>
<<set $givedaisybj = 0>>
<<set $givedaisyfuck = 0>>
<<set $daisykiss = 0>>
<<set $sisteranal = 0>>
<<if $std eq 1>><<set $stamina = $stamina - 5>><</if>><div class="wrapper">
If you are seeing this, you shouldn't be here!
<button data-passage="Stay in bed" class="button" type="button" tabindex="0">Stay in bed</button>Double-click this passage to edit it.