<img class="middle smaller" src="images/background/logo.jpg">
<<if $now is true>><<now>><</if>>
<<if $stats is true>>
<span class="energy">Energy: </span> $CurEng
<span class="grey">Fitness: </span>$player.fitness
<span class="yellow">Charisma: </span>$player.charisma
<span class="red">Dominance: </span>$player.dominance
<span class="blue">Intelligence: </span>$player.intelligence
<span class="purple">Reputation: </span>$player.reputation
<span class="green">Money: </span>$player.money<</if>>
<<if $stats2 is true>>
<<print "Arche: $player.arche">>
<span class="energy">Energy: </span> $CurEng
<span class="grey">Fitness: </span>$player.fitness
<span class="yellow">Charisma: </span>$player.charisma
<span class="red">Dominance: </span>$player.dominance
<span class="blue">Intelligence: </span>$player.intelligence
<span class="purple">Reputation: </span>$player.reputation
<span class="green">Money: </span>$player.money<</if>>
<<if $stats3 is true>>
<span class="energy">Energy: </span>$CurEng
<<print "Arche (level $archelvl): $archeexp/100 |Uses: $player.arche">>
<span class="yellow">Charisma (level $charismalvl): </span>$player.charisma/100
<span class="red">Dominance (level $dominancelvl): </span>$player.dominance/100
<span class="grey">Fitness (level $fitnesslvl): </span>$player.fitness/100
<span class="blue">Intelligence (level $intelligencelvl): </span>$player.intelligence/100
<span class="purple">Reputation: </span>$player.reputation
<span class="green">Money: </span>$player.money<</if>>
<<if $shortfreetime is true>>
''Actions left: $sfaction''<</if>>
<<if $callings is true>><<nobr>>
-CALLINGS:<</nobr>>
<<button "Call for energy">>
<<goto "EnergyCalling">>
<</button>>
<<button "Call for calmness">>
<<goto "CalmnessCalling">>
<</button>><</if>>
<<if $handywork is true>>
''Time left: $handytime/10''
''Progress: $handydone/100
''Handyman exp: $handymanlvl/100 (Level: $handymanlevel)''<</if>>
<<if $characters is true>>
<<button "CHARACTERS" >><<goto "Characters">><</button>><</if>>
<<if $callingslist is true>>
<<button "CALLINGS" >><<goto "Callingslist">><</button>><</if>>
<<if $inventory is true>>
<<button "INVENTORY" >>
<<goto "Inventory">><</button>><</if>>
<<if $skillslist is true>>
<<button "SKILLS" >><<goto "Skillslist">><</button>><</if>>
<<if $useitems is true and $day gte 12>>
<<button "USE AN ITEM" >><<goto "UseAnItem">><</button>><</if>>
<<if $sex is true>><<if $day lt 7>><<nobr>>
''SEX METER''<</nobr>>
<span class="pink">Girl's orgasm: </span>$CurOrg1
<span class="pain">Girl's pain: </span>$CurPain
<span class="blue2">Your orgasm: </span>$CurOrg
<span class="energy">Energy: </span> $CurEng
<span class="grey">Fitness: </span>$player.fitness
<span class="red">Dominance: </span>$player.dominance
<span class="yellow">Charisma: </span>$player.charisma
<span class="purple">Reputation: </span>$player.reputation
<<else>><<nobr>>
''SEX METER''<</nobr>>
<span class="pink">Girl's orgasm: </span>$CurOrg1
<span class="pain">Girl's pain: </span>$CurPain
<span class="blue2">Your orgasm: </span>$CurOrg
<<print "Arche: $player.arche">>
<span class="energy">Energy: </span> $CurEng
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<span class="purple">Reputation: </span>$player.reputation<</if>>
<div id="verticalhealthbarbkg" class="vertbarbkg"><div id="verticalhealthbar" class="vertbar"></div></div><<run Porgasm($CurOrg, $MaxOrg, "verticalhealthbar", false)>>
<div id="verticalhealthbarbkg1" class="vertbarbkg1"><div id="verticalhealthbar1" class="vertbar1"></div></div><<run Gorgasm($CurOrg1, $MaxOrg1, "verticalhealthbar1", false)>>
<div id="verticalhealthbarbkg2" class="vertbarbkg2"><div id="verticalhealthbar2" class="vertbar2"></div></div><<run Penergy($CurEng, $MaxEng, "verticalhealthbar2", false)>>
<div id="verticalhealthbarbkg3" class="vertbarbkg3"><div id="verticalhealthbar3" class="vertbar3"></div></div><<run Gpain($CurPain, $MaxPain, "verticalhealthbar3", false)>>
<</if>>
<<if $threesomesex is true>><<nobr>>
''SEX METER''<</nobr>>
<span class="pink">Girl 1's orgasm: </span>$CurOrg1
<span class="pink2">Girl 2's orgasm: </span>$CurOrg2
<span class="blue2">Your orgasm: </span>$CurOrg
<<print "Arche: $player.arche">>
<span class="energy">Energy: </span> $CurEng
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<span class="purple">Reputation: </span>$player.reputation
<div id="verticalhealthbarbkg" class="vertbarbkg"><div id="verticalhealthbar" class="vertbar"></div></div><<run Porgasm($CurOrg, $MaxOrg, "verticalhealthbar", false)>>
<div id="verticalhealthbarbkg1" class="vertbarbkg1"><div id="verticalhealthbar1" class="vertbar1"></div></div><<run Gorgasm($CurOrg1, $MaxOrg1, "verticalhealthbar1", false)>>
<div id="verticalhealthbarbkg2" class="vertbarbkg2"><div id="verticalhealthbar2" class="vertbar2"></div></div><<run Penergy($CurEng, $MaxEng, "verticalhealthbar2", false)>>
<div id="verticalhealthbarbkggirl2" class="vertbarbkggirl2"><div id="verticalhealthbargirl2" class="vertbargirl2"></div></div><<run Gorgasm2($CurOrg2, $MaxOrg2, "verticalhealthbargirl2", false)>>
<</if>>
<<if $sexsimple is true>><<if $day lt 7>><<nobr>>
''SEX METER''<</nobr>>
<span class="pink">Girl's orgasm: </span>$CurOrg1
<span class="blue2">Your orgasm: </span>$CurOrg
<span class="grey">Fitness: </span>$player.fitness
<span class="red">Dominance: </span>$player.dominance
<span class="yellow">Charisma: </span>$player.charisma
<span class="purple">Reputation: </span>$player.reputation
<<print "Arche: $player.arche">>
<<else>><<nobr>>
''SEX METER''<</nobr>>
<span class="pink">Girl's orgasm: </span>$CurOrg1
<span class="blue2">Your orgasm: </span>$CurOrg
<<print "Arche: $player.arche">>
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<span class="purple">Reputation: </span>$player.reputation
<</if>>
<div id="verticalhealthbarbkg" class="vertbarbkg"><div id="verticalhealthbar" class="vertbar"></div></div><<run Porgasm($CurOrg, $MaxOrg, "verticalhealthbar", false)>>
<div id="verticalhealthbarbkg1" class="vertbarbkg1"><div id="verticalhealthbar1" class="vertbar1"></div></div><<run Gorgasm($CurOrg1, $MaxOrg1, "verticalhealthbar1", false)>>
<</if>>
<<if $interrogation is true>><<if $day lt 7>><<nobr>>
''INTERROGATION METER''<</nobr>>
<span class="compliance">Girl's compliance: </span>$CurCom
<span class="tension">Girl's tension: </span>$CurTen
<<print "Arche: $player.arche">>
<span class="energy">Energy: </span> $CurEng
<span class="grey">Fitness: </span>$player.fitness
<span class="red">Dominance: </span>$player.dominance
<span class="yellow">Charisma: </span>$player.charisma
<<else>><<nobr>>
''INTERROGATION METER''<</nobr>>
<span class="compliance">Girl's compliance: </span>$CurCom
<span class="tension">Girl's tension: </span>$CurTen
<<print "Arche: $player.arche">>
<span class="energy">Energy: </span> $CurEng
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl<</if>>
<div id="verticalhealthbarbkg5" class="vertbarbkg5"><div id="verticalhealthbar5" class="vertbar5"></div></div><<run Gcomplacency($CurCom, $MaxCom, "verticalhealthbar5", false)>>
<div id="verticalhealthbarbkg4" class="vertbarbkg4"><div id="verticalhealthbar4" class="vertbar4"></div></div><<run Gtension($CurTen, $MaxTen, "verticalhealthbar4", false)>>
<</if>>
<<if $dungeonsex is true>><<nobr>>
''EVENT STATS''<</nobr>>
<span class="pink">Girl's orgasm: </span>$CurOrg1
<span class="blue2">Your orgasm: </span>$CurOrg
<span class="compliance">Girl's compliance: </span>$CurCom
<span class="tension">Girl's tension: </span>$CurTen
<<print "Arche: $player.arche">>
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<div id="verticalhealthbarbkg" class="vertbarbkg"><div id="verticalhealthbar" class="vertbar"></div></div><<run Porgasm($CurOrg, $MaxOrg, "verticalhealthbar", false)>>
<div id="verticalhealthbarbkg1" class="vertbarbkg1"><div id="verticalhealthbar1" class="vertbar1"></div></div><<run Gorgasm($CurOrg1, $MaxOrg1, "verticalhealthbar1", false)>>
<div id="verticalhealthbarbkg52" class="vertbarbkg5"><div id="verticalhealthbar5" class="vertbar5"></div></div><<run Gcomplacency($CurCom, $MaxCom, "verticalhealthbar5", false)>>
<div id="verticalhealthbarbkg42" class="vertbarbkg4"><div id="verticalhealthbar4" class="vertbar4"></div></div><<run Gtension($CurTen, $MaxTen, "verticalhealthbar4", false)>>
<</if>>
<<if $eventsimple is true>><<nobr>>
''EVENT STATS''<</nobr>>
<span class="compliance">Girl's compliance: </span>$CurCom
<span class="tension">Girl's tension: </span>$CurTen
<<print "Arche: $player.arche">>
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<div id="verticalhealthbarbkg5" class="vertbarbkg5"><div id="verticalhealthbar5" class="vertbar5"></div></div><<run Gcomplacency($CurCom, $MaxCom, "verticalhealthbar5", false)>>
<div id="verticalhealthbarbkg4" class="vertbarbkg4"><div id="verticalhealthbar4" class="vertbar4"></div></div><<run Gtension($CurTen, $MaxTen, "verticalhealthbar4", false)>>
<</if>>
<<if $battle is true>><<nobr>>
''BATLLE STATUS:''<</nobr>>
<span class="health">Your health: </span>$CurCom
Arche: $player.arche
<span class="energy">Energy: </span> $CurEng
<span class="yellow">Charisma: </span>level $charismalvl
<span class="red">Dominance: </span>level $dominancelvl
<span class="grey">Fitness: </span>level $fitnesslvl
<span class="blue">Intelligence: </span>level $intelligencelvl
<span class="enhealth">Enemy's health: </span>$CurTen<<nobr>>
<div id="verticalhealthbarbkg5" class="vertbarbkg5"><div id="verticalhealthbar6" class="vertbar5"></div></div><<run Gcomplacency($CurCom, $MaxCom, "verticalhealthbar6", false)>>
<div id="verticalhealthbarbkg4" class="vertbarbkg4"><div id="verticalhealthbar7" class="vertbar4"></div></div><<run Gtension($CurTen, $MaxTen, "verticalhealthbar7", false)>>
<</nobr>>
<</if>>
<<button "CHEATS" >><<goto "cheats">><</button>>
<<nobr>><a href="https://www.patreon.com/drwolfman">
<img class="middle smaller" src="images/misc/patreonlogo2.jpg">
</a><</nobr>>
<<nobr>><a href="https://subscribestar.adult/aphrodisia-an-interactive-game">
<img class="middle smaller" src="images/misc/subscribestarlogo.jpg">
</a><</nobr>>
<<nobr>><a href="https://discord.gg/D7TzWkjyZP">
<img class="middle smaller" src="images/misc/discordlogo.jpg">
</a><</nobr>>
<<nobr>><a href="https://f95zone.to/threads/aphrodisia-ch-1-dr-wolfman.123516/">
<img class="middle smallest" src="images/misc/f95zone.jpg">
</a><</nobr>>
<<nobr>>
<<if $archeexp gte 100>>
<<set $archelvl += 1>>
<<set $archeexp -= 100>>
<</if>>
<<if $player.charisma gte 100>>
<<set $charismalvl += 1>>
<<set $player.charisma -= 100>>
<</if>>
<<if $player.dominance gte 100>>
<<set $dominancelvl += 1>>
<<set $player.dominance -= 100>>
<</if>>
<<if $player.intelligence gte 100>>
<<set $intelligencelvl += 1>>
<<set $player.intelligence -= 100>>
<</if>>
<<if $player.fitness gte 100>>
<<set $fitnesslvl += 1>>
<<set $player.fitness -= 100>>
<</if>>
<<if $sneakinglvl gte 100>>
<<set $sneakinglevel += 1>>
<<set $sneakinglvl -= 100>>
<</if>>
<<if $hackinglvl gte 100>>
<<set $hackinglevel += 1>>
<<set $hackinglvl -= 100>>
<</if>>
<<if $handymanlvl gte 100>>
<<set $handymanlevel += 1>>
<<set $handymanlvl -= 100>>
<</if>>
<<if $fightinglvl gte 100>>
<<set $fightinglevel += 1>>
<<set $fightinglvl -= 100>>
<</if>>
<<if $massagelvl gte 100>>
<<set $massagelevel += 1>>
<<set $massagelvl -= 100>>
<</if>>
<<if $player.arche lt 0>><<set $player.arche to 0>><</if>>
<<if $CurEng lt 0>><<set $CurEng to 0>><</if>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
<<if $CurTen lt 0>><<set $CurTen to 0>><</if>>
<<if $CurTen gte 100>><<set $CurTen to 100>><</if>>
<<if $CurCom lt 0>><<set $CurCom to 0>><</if>>
<<if $CurCom gte 100>><<set $CurCom to 100>><</if>>
<<if $oilnumber lt 0>><<set $oilnumber to 0>><</if>>
<<if $spraynumber lt 0>><<set $spraynumber to 0>><</if>>
<<if $dildonumber lt 0>><<set $dildonumber to 0>><</if>>
<<if $buttplugsmallnumber lt 0>><<set $buttplugsmallnumber to 0>><</if>>
<<if $buttplugmediumnumber lt 0>><<set $buttplugmediumnumber to 0>><</if>>
<<if $buttplugbignumber lt 0>><<set $buttplugbignumber to 0>><</if>>
<<if $hitachinumber lt 0>><<set $hitachinumber to 0>><</if>>
<<if $ropenumber lt 0>><<set $ropenumber to 0>><</if>>
<<if $whipnumber lt 0>><<set $whipnumber to 0>><</if>>
<<if $padlenumber lt 0>><<set $padlenumber to 0>><</if>>
<<if $ballgagnumber lt 0>><<set $ballgagnumber to 0>><</if>>
<<if $clampsnumber lt 0>><<set $clampsnumber to 0>><</if>>
<<if $zappernumber lt 0>><<set $zappernumber to 0>><</if>>
<</nobr>><<nobr>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</nobr>>
<span class="bigger">Consumables</span><<nobr>>
<</nobr>><a data-passage="Consumables" class="link-internal link-image">
<img class="left-side small" src="images/items/consumables.jpg">
</a>
<<if $sexshop is true>>
<span class="bigger">Sex itens</span><<nobr>>
<</nobr>><a data-passage="Sex itens" class="link-internal link-image">
<img class="left-side small" src="images/items/sexitens.jpg">
</a><</if>>
<<if $oldcamera is true>>
<span class="bigger">Miscellaneous</span><<nobr>>
<</nobr>><a data-passage="miscellaneous" class="link-internal link-image">
<img class="left-side small" src="images/items/miscellaneous.jpg">
</a><</if>>
<<if $olympyanmet is true>><span class="bigger">Magical itens</span><<nobr>><</nobr>><a data-passage="Magical itens" class="link-internal link-image"><img class="left-side small" src="images/release 4.02/olympian/image.jpg"></a><</if>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<button "People from your building">><<goto "People from your building">><</button>>
<<button "People from your work">><<goto "People from your work">><</button>>
<<button "People from life in general">><<goto "People from life in general">><</button>>
<<if $day gte 7>>
<<button "Magical creatures">><<goto "Magical creatures">><</button>>
<</if>>
<<button "Girls you shot with">><<goto "Girls you shot with">><</button>>
<<if $day gte 4>><<if $metleana is true>>
<<button "Shoplifters">><<goto "Shoplifters">><</button>><</if>><</if>>
<<if $day gte 6>><<if $keisha.met is true>>
<<button "People from the gym">><<goto "People from the gym">><</button>><</if>><</if>>
<<nobr>>
<<if $day lt 5>>
<<set $steve = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $jack = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $matt = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $buck = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $james = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $cecilia = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $misty = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $eliza = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>><</if>>
<<if $day lt 7>>
<<set $elena = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $kelsi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $keisha = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>><</if>>
<<if $day lt 8>>
<<set $hana = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $vina = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $kelly = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $lauren = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>><</if>>
<<if $day lt 12>>
<<set $riley = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $chanell = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $jayla = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>><</if>>
<</nobr>><span class="bigger">$name: "the actor"</span>
<img class="right-side medium" src="images/player/lazy2.jpg">
You are a 26 years old guy who never succeded much in school (and life in general). Always had trouble to maintain a job and, to be honest, have always been lazy.
The only job you could land with your "amazing set of skills" was at the nearby market. Though you were hired as a cashier, you do all kinds of work in there, even security, when someone doesn't show up. You're paid minimum wage and live alone in a small apartment that you can barely afford. That's your only source of income since your mother died and your relationship with your father is pretty bad.
You didn't really cared about going to college, since you always felt like there wasn't any carrer path that you would fit in. Because of that, besides smoking weed and jerking off there isn't much in life that you like to do.
You're not that ugly but also not handsome, you're sedentary, you're not tall and the worst part is: you have a tiny dick. Although you landed about 2 nice girls in your life, the majority of girls you had sex with (and is really not that many) were kinda hideous. You've never been a ladies man. Maybe because you're lazy and don't work on yourself.
[[Next|Prologue 2]]<span class="bigger">Your neighbor: Dee</span>
<img class="right-side medium" src="images/dee/capa.jpg">
She is a good person, always triyng to take the best care of the people she likes. She tends to talk a lot and always stops to speak with you, everytime she gets the chance.
By what she told you through her usual oversharing, you know two things: she can't have kids and her ex husband abandoned her and her stepdaughter (who she treats as her own daughter) a few years ago. Now she takes care of her daughter by working as an art teacher at the college.
She's got an amazing figure for a 46 year old woman and although she's not the brightest person in the world, she has a good heart(==aaand some great titties==).
Her only problem is that she never seems to find a good partner since her husband left. She's always used for her "assets" and the guys never contact her again.
[[Next|Prologue 3]]
<span class="bigger">Your neighbor's daughter: Mandy</span>
<img class="right-side medium" src="images/mandy/capa.jpg">
This is Mandy, you don't know her very well. The only thing you can say is that she's kinda of a pain in the ass sometimes.
You can't really tell if she likes you or not, since her mother says that her way of showing love is by being rude to people.
She's 25 years old and is unemployed, though she manages to get money somehow...
[[Next|Prologue 4]]<span class="bigger">Your co-worker: Kendra</span>
<img class="right-side medium" src="images/kendra/capa.jpg">
This is your co-worker, Kendra. You two have been working together for about 8 months. In this time you stablished a mutual feeling of companionship.
She's not always nice to you, but neither are you to her. Your interactions consists of being annoying to each other at the same time that you're always ready to help one another.
It's pretty obvious that she's attractive and you would love to have her...if it wasn't for her abusive boyfriend. They keep breaking up and coming back together again and again. Your find it unbearable.
[[Next|Prologue end]]It was supposed to be a normal day for a nobody, but as you went to sleep, something very strange happened.
[img[images/player/sleeping.jpg]]
[[Dream]]As you shut your eyes, you fall asleep almost instantaneously, as if something dragged your body down...
[img[images/player/dream.gif]]
<<speech "You" "$name">>Whoa, this is trippy, I shoudn't have smoked that much.<</speech>>
Suddenly you blink and teleport to somewhere. And as you look down, there is a beautiful girl sucking you off:
<video src="videos/random/deepthroat.mp4" muted controls></video>
You feel the incredible pleasure of those lips rushing back and forth through you dick, as she looks eager to make you cum.
You blink again and "POOF", you find yourself in another place with a ebony chick with a huge ass bouncing on your dick:
<video src="videos/random/blackgirlontop.mp4" muted controls></video>
Again you feel pleasure, but not only that. You begin to feel a strong sensation of power, as if something inside of you is changing.
[[Next|Dream 2]]First of all, what is your name? <<textbox "$name" "">>
[[Next|Prologue 1]] <img class="right-side small" src="images/player/filmingset.jpg">
As the dreams go on you realize all of them have something in similar: you can see cameras, lights, and some people around.
Then you realize: ''you're a porn star''
That's it...
''That's what you want to do...''
[[Dream some more|Dream 3]]''You want to be able to fuck beautiful girls''
<video src="videos/random/missionary1.mp4" muted controls></video>
''The energy to fuck them for hours''
<video src="videos/random/allsex.mp4" muted controls></video>
''The charisma to talk your way into any hole you like''
<video src="videos/random/anal1.mp4" muted controls></video>
''The power to do whatever you like do them''
<video src="videos/random/hardcoreblowjob1.mp4" muted controls></video>
''Also, you want to have some fun''
<video src="videos/random/funny.mp4" muted controls></video>
''Aaaand you want to get paid to do it''
<img class="small" src="images/player/money.gif">
[[Next|Dream 4]]<img class="right-side small" src="images/player/smallpenis.gif">
''But then you remember..''
''The only thing your father left for you...''
''Something that ran in the family for years:''
a small pepe
You could ''never'' be a porn star
[[Wake up|Dream end]]Felling defeated, you wake up in the middle of the night.
The first thing you do is go to the bathroom.
<<speech "You" "$name">>I really need to take a p.......''WHAT THE FUCK????????''<</speech>>
For your surprise your dick is now about ''5 TIMES BIGGER''.
<<speech "You" "$name">>Oh my fucking god, how the fuck did this happen???<</speech>>
You look at it as it lays in your hand. You give it a little wiggle aaand...yep, still there, it doesn't fall to the ground.
Then you hear a voice://"Hey man, how you doing?"//
You hear it, you understand what the voice is saying, but it has no actual physical sound. You look around trying to find who's talking to you... and you hear it again: //"Down here buddy"//
Though it makes absolutely no sense, you just know, ''your new penis is talking to you'' as you look at it with a pure expression of fear.
<<speech "You" "$name">>What?? I knew I shouldn't have smoked that much<</speech>>
<<speech "Dick">>You're not crazy man. The name is Richard, but you can call me ''Dick''.<</speech>>
[[Next?|Meet Dick]]<<speech "Dick">>Dont be afraid little guy, I'll explain and try to be ''short''. hahahahaha, 'ahem'...sorry. Here it goes:
I am a magical creature, created through pure lust by the goddess of love, Aphrodite. It was her gift to a little guy, kinda like you to be honest. He lived his early years as a nobody and always longed for the love of women around him. He also had a tiny dick, but a strong will to be powerful and prayed every day for years for the blessing of Aphrodite. He was blessed, and it completely changed his life.<</speech>>
You try to keep your attention, but you're clearly freaking out.
<<speech "Dick">>I have lived since ancient Greece, had many names and manifested myself in a lot of men to this day. Always men who were going to keep being nobodies.<</speech>>
Still shaken you reply:
<<speech "You" "$name">>S-so... that's why you've chosen me? To help me?<</speech>>
<<speech "Dick">>You don't actually have to say things, I can hear your thougths, just like you can hear mine. No, I did not choose you, I was simply conjured to your body. But yes, I'm here to help.<</speech>>
Something in you says that your life is going to change forever.
<<speech "You" "$name">>B-by the way... I'm $name...<</speech>>
<<speech "Dick">>Of course you're $name, I know everything about you. I'm part of you, and you're part of me...<</speech>>
[[Next|Meet Dick 2]]<<speech "Dick">>I just want to let you know that I'm not going to talk to you every day, we can't communicate any time you want. For this to work you must work for yourself. But, I'm going to be a ''BIG'' help, don't you worry.<</speech>>
At this moment you fill yourself with happiness and hope, knowing that you don't need to tell what you feel, Dick already knows.
<<speech "Dick">>Now go back to sleep, you need to rest after all this. Starting tomorrow you begin your quest of self improvement. I'll give you a bit of my willpower, it has passed through several generations. You shall feel it in the morning.<</speech>>
You can only think about how you're going to sleep after that. But as you crawl into your bed your body completely collapses, leading you to a deep sleep.
[[Start your new life|Home]]<<set $now to true>><<nobr>>
<<set $stats to true>>
<<set $characters to true>><</nobr>>
<<if $pushups is false>>
You wake up feeling extremely well rested, motivated and capable of doing anything.
<<speech "You" "$name">>Ok man, this is your time to finally do something with your life.<</speech>>
You go straight to the bathroom to see your new "blessing":
<<speech "You" "$name">>I still can't believe this happened. This is amazing!<</speech>>
You make some coffee and still have time to do some things before you get ready to work at the market.
<</if>>
<<if $pushups is true>>
You finish your pushup session and eat something.
<<speech "You" "$name">>Body trained baby. Just need to get ready to work...wait.
Work? I should look for a new job. I know exactly what I need to do.<</speech>>
<</if>>
[[Do some Push ups|Pushups1]]
[[Watch some porn]]
[[Look for a job in the industry]]<<if $pushups is false>> <<nobr>>
<<set $player.fitness += 1>>
<<set $pushups to true>>
<<set $CurEng -= 10>>
<<set $pushupcount += 1>><</nobr>>
You do some push ups and feel stronger.
[img[images/player/pushups1.gif]]
<span class="grey">''Your fitness has increased by 1''</span>
<<else>><<nobr>>
You already trained your body today<</nobr>>
<</if>>
[[Rest|Home]]/% The names of the Days of the Week. %/
<<set setup.DAYS to ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]>>
/% The names of the Time Periods of a Day. %/
<<set setup.PERIODS to ["Asleep", "Morning", "Noon", "Afternoon", "Evening", "Night"]>>
/% The current Game Day: Monday. %/
<<set $day to 1>>
/% The current Time Period: Morning. %/
<<set $period to 1>>
* Displays the current Day of Week, Period of Day and Day Number.
*/
<<widget "now">>
\It is <<print setup.DAYS[$day % 7]>>, <<print setup.PERIODS[$period]>>, Day $day.
<</widget>>
/% Advances period by 1 or 2%/
<<widget "AdvancePeriod">>
\<<silently>>
<<set _offset to 1>>
<<set _periodsInDay to setup.PERIODS.length>>
<<if $args.length > 0>>
<<set _offset to $args[0]>>
<</if>>
<<set $period += _offset>>
/% Update the Day Number as necessary. %/
<<if $period >= _periodsInDay>>
<<set $day += Math.trunc($period / _periodsInDay)>>
<<set $period to ($period % _periodsInDay)>>
<</if>>
<</silently>>\
<</widget>>
/*
* <<NextMorning>>
*
* Advances the current Time Period to the Morning of the next day.
*/
<<widget "NextMorning">>
\<<silently>>
/% Increament the Day Number by 1 unit. %/
<<set $day += 1>>
/%
Set the current Time Period to the index of the
"Morning" element of setup.PERIODS array.
%/
<<set $period to 1>>
<<set $CurEng to 100>>
<</silently>>\
<</widget>>
/% SIDEBAR STUFF ON AND OFF%/
<<set $now to false>>
<<set $stats to false>>
<<set $stats2 to false>>
<<set $inventory to false>>
<<set $characters to false>>
<<set $pushups to false>>
/% SHORT FREE ACTIONS %/
<<set $sfaction to 0>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $sfaction4 to false>>
<<set $sfaction5 to false>>
<<set $sfaction6 to false>>
/% Characters stats %/
<<set $player = {
"arche" : 0,
"energy" : 100,
"fitness" : 0,
"charisma" : 0,
"dominance" : 0,
"intelligence" : 0,
"reputation" : 0,
"money": 50
}>>
<<set $dani = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"mess": false
}>>
<<set $dee = {
"love" : 0,
"corruption" : 3,
"submission" : 0,
"lust" : 0,
"pain": 0,
"mess": false
}>>
<<set $mandy = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"mess": false
}>>
<<set $kendra = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"mess": false
}>>
<<set $codi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $summer = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $mercedes = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $frank = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"mess": false
}>>
<<set $larry = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"mess": false
}>>
<<set $tyler = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"mess": false
}>>
<<set $matt = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $steve = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $buck = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $jack = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $james = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $marie = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"mess": false
}>>
<<set $cecilia = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $misty = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $elena = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $eliza = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $naomi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $girl = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0
}>>
<<set $keisha = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $kelsi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
/% SEX START %/
<<nobr>><<widget "Sexstart">>
<<set $sex to true>>
<</widget>><</nobr>>
/% SEX END %/
<<nobr>><<widget "Sexend">>
<<set $sex to false>>
<<set $sextense to false>>
<<set $naked to false>>
<<set $blowjob to false>>
<<set $vaginal to false>>
<<set $vaginalmiss to false>>
<<set $vaginalmisslegsup to false>>
<<set $vaginalcow to false>>
<<set $vaginalrcow to false>>
<<set $vaginaldoggy to false>>
<<set $vaginalside to false>>
<<set $vaginalsitting to false>>
<<set $anal to false>>
<<set $analcow to false>>
<<set $analrcow to false>>
<<set $analmiss to false>>
<<set $analdoggy to false>>
<<set $analpile to false>>
<<set $girl.orgcount to 0>>
<<set $CurOrg1 to 0>>
<<set $CurOrg to 0>>
<<set $CurPain to 0>>
<<set $bonuscharisma to false>>
<<set $bonusdominance to false>>
<<set $bonusfitness to false>>
<<set $bonusmoney to false>>
<<set $bonusreputation to false>>
<<set $scenesuccess to false>>
<</widget>><</nobr>>
/% REUSE ITEMS %/
<<nobr>><<widget "Reuseitems">>
<<set $sprayused to false>>
<<set $drinkused to falsee>>
<</widget>><</nobr>>
/% INTERROGATION START %/
<<nobr>><<widget "Intstart">>
<<set $interrogation to true>>
<</widget>><</nobr>>
/% INTERROGATION END %/
<<nobr>><<widget "Intend">>
<<set $interrogation to false>>
<<set $item to false>>
<<set $CurTen to 0>>
<<set $CurCom to 0>>
<<set $evidence1 to false>>
<<set $evidence2 to false>>
<<set $question1 to false>>
<<set $question2 to false>>
<<set $question3 to false>>
<<set $question4 to false>>
<<set $question5 to false>>
<<set $question6 to false>>
<<set $help1 to false>>
<<set $help2 to false>>
<<set $help3 to false>>
<<set $help4 to false>>
<<set $help5 to false>>
<<set $threat1 to false>>
<<set $threat2 to false>>
<<set $threat3 to false>>
<<set $threat4 to false>>
<<set $threat5 to false>>
<<set $action1 to false>>
<<set $action2 to false>>
<<set $action3 to false>>
<<set $action4 to false>>
<<set $action5 to false>>
<<set $naked to false>>
<<set $nakedlvl to 0>>
<<set $coatoff to false>>
<<set $coatcheck to false>>
<<set $shirtoff to false>>
<<set $shirtcheck1 to false>>
<<set $shirtcheck2 to false>>
<<set $shirtcheck3 to false>>
<<set $braoff to false>>
<<set $bracheck1 to false>>
<<set $bracheck2 to false>>
<<set $bracheck3 to false>>
<<set $pantsoff to false>>
<<set $pantscheck1 to false>>
<<set $pantscheck2 to false>>
<<set $pantscheck3 to false>>
<<set $pantscheck4 to false>>
<<set $brapantiesoff to false>>
<<set $assfeel to false>>
<<set $asscheekcheck to false>>
<</widget>><</nobr>>
/% SHOPLIFTERS %/
<<set $metleana to false>>
<<set $shoplifter1bonus to false>>
<<set $leanadaddy to false>>
<<set $leanasex to false>>
<<set $leanakeepglasses to false>>
/% BARS %/
<<set $MaxOrg = 100>> /* Maximum Player Orgasm Points */
<<set $CurOrg = 0>> /* Current Player Orgasm Points */
<<set $MaxOrg1 = 100>> /* Maximum Girl Orgasm Points */
<<set $CurOrg1 = 0>> /* Current Girl Orgasm Points */
<<set $MaxOrg2 = 100>> /* Maximum Girl 2 Orgasm Points */
<<set $CurOrg2 = 0>> /* Current Girl 2 Orgasm Points */
<<set $MaxEng = 100>> /* Maximum Player Energy Points */
<<set $CurEng = 100>> /* Current Player Energy Points */
<<set $MaxPain = 100>> /* Maximum Girl Pain */
<<set $CurPain = 0>> /* Current Girl Pain */
<<set $MaxTen = 100>> /* Maximum Girl Tension Points */
<<set $CurTen = 0>> /* Current Girl Tension Points */
<<set $MaxCom = 100>> /* Maximum Girl Complacency Points */
<<set $CurCom = 0>> /* Current Girl Complacency Points */
<<set $MaxObe = 100>> /* Maximum Girl Obedience Points */
<<set $CurObe = 0>> /* Current Girl Obedience Points */
<<set $CurOrg = 0>><<run Porgasm($CurOrg, $MaxOrg, "verticalhealthbar", false)>>
<<set $CurOrg1 = 0>><<run Gorgasm($CurOrg1, $MaxOrg1, "verticalhealthbar1",
false)>>
<<set $CurOrg2 = 0>><<run Gorgasm2($CurOrg2, $MaxOrg2, "verticalhealthbargirl2",
false)>>
<<set $CurEng = 100>><<run Penergy($CurEng, $MaxEng, "verticalhealthbar2",
false)>>
<<set $CurPain = 0>><<run Gpain($CurPain, $MaxPain, "verticalhealthbar3",
false)>>
<<set $CurTen = 0>><<run Gtension($CurTen, $MaxTen, "verticalhealthbar4",
false)>>
<<set $CurCom = 0>><<run Gcomplacency($CurCom, $MaxCom, "verticalhealthbar5", false)>>
<<set $CurObe = 0>><<run Gobedience($CurObe, $MaxObe, "verticalhealthbar6", false)>>
/% RANDOM VIDEOS %/
<<set $vid1 to false>>
<<set $vid2 to false>>
<<set $vid3 to false>>
<<set $vid4 to false>>
<<set $vid5 to false>>
<<set $vid6 to false>>
<<set $vid7 to false>>
<<set $vid8 to false>>
<<set $vid9 to false>>
<<set $vid10 to false>>
/% GIRLS CAUGHT %/
<<set $deecaught to false>>
/% PEOPLE YOU MET %/
<<set $metcodi to false>>
<<set $metsummer to false>>
<<set $metfrank to false>>
<<set $metmercedes to false>>
<<set $metlarry to false>>
<<set $metmarie to false>>
<<set $naomi.met to false>>
<<set $metdani to false>>
<<set $mettyler to false>>
/% PEOPLE'S INFORMATIONS - SECRETS %/
<<set $deemothercomplex to false>>
<<set $kendragettingcaught to false>>
<<set $adonis to false>>
<<set $summercheating to false>>
/% GIRLS YOU SHOT WITH %/
<<set $kya to false>>
<<set $megan to false>>
/% ACTRESSES BONUS %/
<<set $meganbonus to false>>
<<set $kyabonus to false>>
/% GIRL'S BONUS %/
<<set $naomibonus to false>>
/% STRANGE MAN BONUS %/
<<set $strangebonus to 0>>
/% YOUR SALARY %/
<<set $salary to 500>>
/% THE CALLINGS %/
<<set $callings to false>>
<<set $callingslist to false>>
<<set $energycall to false>>
<<set $energycalllvl to 0>>
<<set $calmnesscall to false>>
<<set $calmnesscalllvl to 0>>
<<set $invisibilitycall to false>>
<<set $invicalllvl to 0>>
<<set $psycall to false>>
<<set $psycalllvl to 0>>
<<set $luckcall to false>>
<<set $luckcalllvl to 0>>
<<set $lustcall to false>>
<<set $lustcalllvl to 0>>
<<set $ragecall to false>>
<<set $ragecalllvl to 0>>
<<set $timecall to false>>
<<set $timecalllvl to 0>>
<<set $transmutationcall to false>>
<<set $transmutationcalllvl to 0>>
<<set $translocationcall to false>>
<<set $translocationcalllvl to 0>>
/% ITEMS %/
<<set $weed to 2>>
<<set $weeddiscount to false>>
/% PEOPLE'S NUMBER %/
<<set $codi.number to false>>
<<set $summer.number to false>>
<<set $cecilia.number to false>>
<<set $whitneynumber to false>>
<<set $jacknumber to false>>
/% MESSAGES ANSWERED %/
/% SKILLS %/
<<set $skillslist to false>>
<<set $handymanlvl to 5>>
<<set $sneaking to false>>
<<set $sneakinglvl to 0>>
<<set $hacking to false>>
<<set $hackinglvl to 0>>
/% DATES %/
<<set $kyabootycall to false>>
<<set $leanabootycall to false>>
<<set $whitneydate to false>>
/% MESSAGES %/
<<set $bootymessageday to 0>>
/% SHORT FREE TIME %/
<<set $shortfreetime to false>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $sfaction4 to false>>
<<set $sfaction5 to false>>
<<set $sfaction6 to false>>
<<set $sfaction7 to false>>
/% EVENTS %/
<<set $parkvisit1 to true>>
/% RAMDOM %/
<<set $morning to false>>
<<set $engdrink to false>>
<<set $watchporn to false>>
<<set $hardwork to false>>
<<set $pushupcount to 0>>
<<set $meditation to false>>
<<set $kendranohelp to false>>
<<set $lateforwork to false>>
<<set $mercedesrecord to false>>
<<set $chiquitadpquestion to false>>
<<set $rent to 400>>
<<set $payrent to true>>
<<set $salary to 500>>
<<set $paysalary to true>>
<<set $bootymessageday to 0>>
<<set $powerlost to 0>>
<<set $battle to false>><<Sexend>>
With your reputation you can only work as a free lancer. For a starter you wont be shooting with the most beautiful and experienced girls. You gotta work your way to the top.
<div class="general">Some things you need to know:
*If your energy hits 0, you won't be able to keep shooting and won't get any money.
*If your orgasm level hit 100, the scene will end (for now).
*If the girl's pain level hits 100, the scene will be over and you won't get any money.
*And finally, if the girl orgasms, you will receive a bonus. The more you make her cum, the better will be the bonus. Some girls might even give you a reward...
</div>
''Once you choose an option, the others may not be available later:''
<div class="general">''OPTION 1: Kya'' (Reputation +2, Money +200$)
<img class="right-side medium" src="images/kya/capa.jpg">
[[Choose Kya|Kya]]
''PROS:''
- More reputation
- More willing to do different things
- More experienced
''CONS'':
- Not so great body
- Pays less
''GIRL HINT TO BONUS'': she likes to cum multiple times...
</div>
<div class="general">''OPTION 2: Megan'' (Reputation +1, Money +300$)
<img class="right-side medium" src="images/megan/capa.jpg">
[[Choose Megan|Megan]]
''PROS''
- More money
- Kinda cute
''CONS''
- Less experienced
- More delicate (less resistant to pain)
- Less reputation
''GIRL HINT TO BONUS'': she doesn't like pain in sex...
</div>
You watch some porn and masturbate with you brand new big dick.
This time you try to absorb some information in hope of learning anything.
<<set $vidchoice to random(5)>>
<<if $vidchoice is 0>><video src="videos/random/random1.mp4" autoplay controls></video>
<<elseif $vidchoice is 1>><video src="videos/random/random2.mp4" autoplay controls></video>
<<elseif $vidchoice is 2>><video src="videos/random/random3.mp4" autoplay controls></video>
<<elseif $vidchoice is 3>><video src="videos/random/random4.mp4" autoplay controls></video>
<<elseif $vidchoice is 4>><video src="videos/random/random5.mp4" autoplay controls></video>
<<elseif $vidchoice is 5>><video src="videos/random/random6.mp4" autoplay controls></video>
<</if>>
[[Back|Home]]<<if $blowjob is false>>
She gets on her knees and starts to suck you.
<<speech "Kya">>I love to feel the cock growing inside my mouth.<</speech>>
<video src="videos/kya/startblowjob.mp4" autoplay controls></video><<nobr>>
<<set $blowjob to true>><</nobr>><</if>>
<<nobr>><<Sexstart>><</nobr>>
[[Blowjob|kyaBlow job]]
[[Lick her pussy|kyaLick her pussy]]
[[Anal play|kyaAnal play]]
[[Vaginal sex|kyaVaginal]]
[[Anal sex|kyaAnal]]
<<set $callings to true>><<nobr>>
<<set $now to false>>
<<set $stats to false>>
<<set $characters to false>><</nobr>>[[Use your fingers|kyaAnalfinger]]
[[Use a toy|kyaAnaltoy]]
[[Choose another position|Kyasex]]
<<nobr>><<set $CurOrg1 to 0>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>>
<<set $CurPain -=20>>
<<if $CurPain lt 0>><<set $CurPain to 0>><</if>>
<</nobr>>
<<speech "Kya">>Ohhhhhh fuuuuuck!<</speech>>
<video src="videos/kya/kyaorgasm.mp4" autoplay controls></video>
[[Choose another position|Kyasex]]<<nobr>><<set $CurEng -= 2.5>>
<<set $CurOrg1 += 8>>
<<set $CurOrg -= 0.5>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
You open her pussy lips wide, give it some licks and suck on her clitoris.
<video src="videos/kya/lickpussy.mp4" autoplay controls></video>
[[Keep licking|kyaLick her pussy]]
[[Choose another position|Kyasex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
[[Prepare her asshole]]
[[Make her prepare it herself (dominance must be at least 2)|kyaMake her prepare it herself]]
[[Choose another position|Kyasex]]
<<nobr>><<set $CurOrg += 2>>
<<set $CurEng -= 1>>
<<set $CurOrg1 -= 0.5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>><</nobr>>
<video src="videos/kya/bj.mp4" autoplay controls></video>
[[Go deeper|kyaBjdeeper]]
[[Facefuck her|kyaFacefuck]]
[[Give her some slaps (dominance must be at least 2)|kyaSlapping]]
[[Play with her mouth|kyataptongue]]
[[Choose another position|Kyasex]]
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<if $player.dominance gte 2>><<nobr>>
<<set $bonusdominance +=1>><</nobr>>
<<speech "You" "$name">>Get that asshole ready for my dick you... bitch<</speech>>
<<speech "Kya">>Oh look who's already giving orders...I like it.<</speech>>
<video src="videos/kya/prepareownasshole.mp4" autoplay controls></video>
[[Back to anal play|kyaAnal play]]
[[Choose another position|Kyasex]]
<</if>>
<<if $player.dominance lt 2>><<nobr>>
She's not willing to do this...
Maybe you still don't have what it takes to make her do this.
[[Try something else|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $player.charisma gte 2>><<nobr>>
<<set $bonuscharisma to true>><</nobr>>
<<speech "You" "$name">>Can you taste your ass juices baby?(is that how they say it?)<</speech>>
You say as she promptly suck on your fingers.
<video src="videos/kya/tastefinger.mp4" autoplay controls></video>
[[Use a toy|kyaAnaltoy]]
[[Back to anal play|kyaAnal play]]
[[Choose another position|Kyasex]]
<</if>>
<<if $player.charisma lt 2>>
She's not willing to do this...
Maybe you still don't have what it takes to make her do this.
[[Try something else|Kyasex]]
<</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 1>>
<<set $CurOrg1 -= 0.5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
You grab the back of her head and guide her to go deeper.<</nobr>>
<video src="videos/kya/makehergodeeper.mp4" autoplay controls></video>
[[Go even deeper|kyaGo even deeper]]
[[Give her some slaps (dominance must be at least 2)|kyaSlapping]]
[[Facefuck her|kyaFacefuck]]
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 -= 0.5>>
<<set $CurEng -= 1>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
You make her go even deeper.<</nobr>>
<video src="videos/kya/goevendeeper.mp4" autoplay controls></video>
[[Back to normal sucking|kyaBlow job]]
[[Give her some slaps (dominance must be at least 2)|kyaSlapping]]
[[Facefuck her|kyaFacefuck]]
[[Choose another position|Kyasex]]
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<if $player.dominance gte 2>><<nobr>>
<<set $bonusdominance to true>>
<<set $CurOrg += 3>>
<<set $CurOrg1 -= 0.5>>
<<set $CurEng -= 1>>
<<set $CurPain += 5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
<<set $bonusdominance to true>><</nobr>>
You tilt her head to the side and press your cock into her cheek
<<speech "You" "$name">>Uhhm.. I'm gonna slap you a little...<</speech>>
<video src="videos/kya/slapface.mp4" autoplay controls></video>
[[Slap her some more|kyaMoreslapping]]
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<</if>>
<<if $player.dominance lt 2>>
She's not willing to take this...
Maybe you still don't have what it takes to make her do this.
[[Try something else|Kyasex]]
<</if>>[[Missionary|kyaMissionary]]
[[Cowgirl|kyaCowgirl]]
[[Doggystyle|kyaDoggy]]
[[Choose another position|Kyasex]]
<<set $vaginalcow to false>>
<<set $vaginaldoggy to false>>
<<set $vaginalcow to false>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=9>><</nobr>>
You spread her legs and start to fuck her wet pussy.
<video src="videos/kya/missionary.mp4" autoplay controls></video>
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
[[Missionary|kyaAmissionary]]
[[Cowgirl|kyaAcowgirl]]
[[Reverse Cowgirl|kyaARcowgirl]]
[[Doggystyle|kyaAdoggy]]
[[Piledriver|kyaPiledriver]]
[[Choose another position|Kyasex]]
<<set $analmiss to false>>
<<set $analcow to false>>
<<set $analrcow to false>>
<<set $analdoggy to false>>
<<set $analpile to false>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $analmiss is false>>
<<nobr>><<set $CurOrg += 2>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "You" "$name">>Can I fuck your ass baby?<</speech>>
<video src="videos/kya/analmissionarystart.mp4" autoplay controls></video>
[[Fuck her harder|kyaAmissharder]]
[[Destroy her ass (fitness must be at least 2)|kyaAmissevenharder]]
[[Ask her to taste it|kyaTasteAmiss]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $analmiss is true>>
<<nobr>><<set $CurOrg += 2>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "You" "$name">>I want to fuck your ass some more.<</speech>>
<video src="videos/kya/analmissionary.mp4" autoplay controls></video>
[[Fuck her harder|kyaAmissharder]]
[[Destroy her ass (fitness must be at least 2)|kyaAmissevenharder]]
[[Ask her to taste it|kyaTasteAmiss]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=10>><</nobr>>
You ram your dick into that ass.
<video src="videos/kya/analmissionaryharder.mp4" autoplay controls></video>
[[Destroy her ass (fitness must be at least 2)|kyaAmissevenharder]]
[[Fuck her gentler|kyaAmissionary]]
[[Ask her to taste it|kyaTasteAmiss]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analmiss to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $player.fitness gte 2>>
<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=10>><</nobr>>
You give her ass all you got.
<video src="videos/kya/amissionaryevenharder.mp4" autoplay controls></video>
[[Back to easy|kyaAmissionary]]
[[Back to hard|kyaAmissharder]]
[[Ask her to taste it|kyaTasteAmiss]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analmiss to true>>
<</if>>
<<if $player.fitness lt 2>>
You don't have enough fitness to do this.
[[Back to easy|kyaAmissionary]]
[[Back to hard|kyaAmissharder]]
[[Ask her to taste it|kyaTasteAmiss]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analmiss to true>>
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $vaginalcow is false>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
She climbs on you and start moving.
<video src="videos/kya/cowgirlstart.mp4" autoplay controls></video>
[[Go harder|kyaCowharder]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $vaginalcow is true>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
She keeps bouncing on your dick.
<video src="videos/kya/cowgirl.mp4" autoplay controls></video>
[[Go harder|kyaCowharder]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=10>><</nobr>>
<<speech "Kya">>Fuck me harder baby!<</speech>>
<video src="videos/kya/cowgirlharder.mp4" autoplay controls></video>
[[Fuck her gentler|kyaCowgirl]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<<set $vaginalcow to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<if $analcow is false>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=9>><</nobr>>
She bounces with her asshole on your dick.
<video src="videos/kya/acowgirlstart.mp4" autoplay controls></video>
[[Slap her ass (dominance must be at least 2)|kyaSlap ass]]
[[Fuck her deeper|kyaAcowdeep]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $analcow is true>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=9>><</nobr>>
She bounces with her asshole on your dick.
<video src="videos/kya/acowgirl.mp4" autoplay controls></video>
[[Slap her ass (dominance must be at least 2)|kyaSlap ass]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<if $player.dominance gte 2>>
<<set $bonusdominance to true>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=5>>
<<set $CurPain +=5>>
<<set $bonusdominance to true>><</nobr>>
You give her ass some firm slaps.
<video src="videos/kya/slapass.mp4" autoplay controls></video>
[[Keep fucking her|kyaAcowgirl]]
[[Fuck her deeper|kyaAcowdeep]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analcow to true>>
<</if>>
<<if $player.dominance lt 2>><<nobr>>
She's not willing to take this...
Maybe you still don't have what it takes to make her do this.
[[Back to fucking her ass|kyaAcowgirl]]
[[Fuck her deeper|kyaAcowdeep]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analcow to true>>
<</if>><<if $analrcow is false>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>Can you go on top?<</speech>>
<video src="videos/kya/arcowgirlstart.mp4" autoplay controls></video>
[[Play with her pussy|kyaArcpussyplay]]
[[Fuck her harder|kyaARcowharder]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $analrcow is true>>
<<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Kya">>Yeah fuck that ass!<</speech>>
<video src="videos/kya/arcowgirl.mp4" autoplay controls></video>
[[Play with her pussy|kyaArcpussyplay]]
[[Fuck her harder|kyaARcowharder]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 8>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
You give the fat bitch all you got.
<video src="videos/kya/arcowgirlharder.mp4" autoplay controls></video>
[[Play with her pussy|kyaArcpussyplay]]
[[Fuck her gentler|kyaARcowgirl]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analrcow to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $vaginaldoggy is false>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
She bends over for you.
<video src="videos/kya/doggystart.mp4" autoplay controls></video>
[[Fuck her harder|kyaDoggyharder]]
[[Destroy her pussy (fitness must be at least 2)|kyaDestroypussy]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $vaginaldoggy is true>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "You" "$name">>(Her pussy feels so warm)<</speech>>
<video src="videos/kya/doggy.mp4" autoplay controls></video>
[[Fuck her harder|kyaDoggyharder]]
[[Destroy her pussy (fitness must be at least 2)|kyaDestroypussy]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "You" "$name">>Fuck! Take this cock you slut.<</speech>>
<video src="videos/kya/doggyharder.mp4" autoplay controls></video>
[[Fuck her gentler|kyaDoggy]]
[[Destroy her pussy (fitness must be at least 2)|kyaDestroypussy]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<<set $vaginaldoggy to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $analdoggy is false>>
<<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=6>><</nobr>>
You tell her to get on fours and fuck her asshole .
<video src="videos/kya/adoggystart.mp4" autoplay controls></video>
[[Fuck her harder|kyaAdoggy harder]]
[[See her gape|kyaGape]]
[[Destroy her asshole (fitness must be at least 2)|kyaDestroy ass]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $analdoggy is true>>
<<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Kya">>I love that big dick in my little ass!<</speech>>
<video src="videos/kya/adoggy.mp4" autoplay controls></video>
[[Fuck her harder|kyaAdoggy harder]]
[[See her gape|kyaGape]]
[[Destroy her asshole (fitness must be at least 2)|kyaDestroy ass]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=10>><</nobr>>
She takes your dick even harder in her ass.
<video src="videos/kya/adoggyharder.mp4" autoplay controls></video>
[[Fuck her gentler|kyaAdoggy]]
[[See her gape|kyaGape]]
[[Destroy her asshole (fitness must be at least 2)|kyaDestroy ass]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analdoggy to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>You take you dick out and spread her asshole.
<<speech "You" "$name">>(That's kinda nasty...I like it)<</speech>>
<video src="videos/kya/gape.mp4" autoplay controls></video>
[[Put your dick back|kyaAdoggy]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analdoggy to false>>
<<if $player.fitness gte 2>>
<<set $bonusfitness to true>>
<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=10>>
<<set $CurPain +=10>><</nobr>>
You do your best to destroy her asshole, and she loves it.
<video src="videos/kya/destroyass.mp4" autoplay controls></video>
[[Fuck her gentler|kyaAdoggy]]
[[See her gape|kyaGape]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analdoggy to true>>
<</if>>
<<if $player.fitness lt 2>>
You don't have enough fitness to do this.
[[Fuck her gentler|kyaAdoggy]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analdoggy to true>>
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<if $analpile is false>>
<<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
You tell her to put her ass up.
<video src="videos/kya/piledriverstart.mp4" autoplay controls></video>
[[Fuck her harder|kyaPilehard]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $analpile is true>>
<<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
You tell her to keep her ass up.
<video src="videos/kya/piledriver.mp4" autoplay controls></video>
[[Fuck her harder|kyaPilehard]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
[[Cum on her body|kyacumbody]]
[[Cum on her face|kyacumface]]
[[Cum in her mouth (charisma must be at least 3)|kyacummouth]]You spray your hot cum all over her body.
<video src="videos/kya/cumonbody.mp4" autoplay controls></video>
[[Ask her to taste it (charisma must be at least 3)|kyaTastecum]]
[[Finish the scene|kyasceneENDstats]]<<speech "You" "$name">>Stay still baby, I'm gonna cum on your face.<</speech>>
<video src="videos/kya/cumonface.mp4" autoplay controls></video>
[[Finish the scene|kyasceneENDstats]]<<if $player.charisma gte 3>>
You tell her to open her mouth and put her tongue out while you thrust your cock against her big tits.
<video src="videos/kya/cuminmouth.mp4" autoplay controls></video>
[[Finish the scene|kyasceneENDstats]]
<<else>>
<<speech "Kya">>Sorry baby, choose somewhere else.<</speech>>
[[Cum on her body|kyacumbody]]
[[Cum on her face|kyacumface]]
<</if>><<set $player.money += 200>><<nobr>>
<<set $player.reputation +=2>><</nobr>>
<<if $girl.orgcount eq 0>><<nobr>>
You didn't make her cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girl.orgcount eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
You made her cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount eq 2>><<nobr>>
<<set $kyabonus to true>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
You made her cum 2 times!! You get +100$ bonus and +2 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount eq 3>><<nobr>>
<<set $kyabonus to true>>
<<set $player.money += 150>>
<<set $player.reputation += 3>>
You made her cum 3 times!! You get +150$ bonus and +3 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount eq 4>><<nobr>>
<<set $kyabonus to true>>
<<set $player.money += 200>>
<<set $player.reputation += 4>>
You made her cum 4 times!! You get +200$ bonus and +4 bonus reputation.<</nobr>>
<</if>>
<<if $bonuscharisma is true>><<nobr>>
<<set $player.charisma += 1>>
You got +1 charisma for some actions you took in this scene.<</nobr>>
<</if>>
<<if $bonusdominance is true>><<nobr>>
<<set $player.dominance += 1>>
You got +1 dominance for some actions you took in this scene.<</nobr>>
<</if>>
<<if $bonusfitness is true>><<nobr>>
<<set $player.fitness += 1>>
You got +1 fitness for some actions you took in this scene.<</nobr>>
<</if>>
[[Next|kyasceneEND]]<<set $player.reputation -= 1>>
<<speech "Kya">>If you're just gonna keep hurting me, then I'm out of here.<</speech>>
<img class="right-side medium" src="images/kya/badend.jpg">
Looks like you weren't carefull enough.
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[End scene|Badend1]]
<<if $player.fitness gte 2>>
<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>>
<<set $CurPain +=10>><</nobr>>
<<speech "Kya">>Fuuuuuuuuuuuuck!<</speech>>
<video src="videos/kya/doggydestroy.mp4" autoplay controls></video>
[[Fuck her gentler|kyaDoggy]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<<set $vaginaldoggy to true>>
<</if>>
<<if $player.fitness lt 2>>
You don't have enough fitness to do this.
[[Fuck her gentler|kyaDoggy]]
[[Back to vaginal positions|kyaVaginal]]
[[Choose another position|Kyasex]]
<<set $vaginaldoggy to true>>
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<set $player.reputation -= 1>>
Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[End scene|Badend1]]<<speech "You" "$name">>What do I do? Do I just look for a job as an actor??<</speech>>
You search online for a opportunity to start your first scene. Though you still have no idea on how to begin, you gotta start somewhere...
<img class="small" src="images/misc/lookforjob.jpg">
[[Next|Find job 1]]<img class="right-side medium" src="images/misc/joboffer1.jpg">
As you begin to search, something draws your eye:
//"We are looking for a young actor, no experience needed. Must have a penis size above average. The payment will be based on the actor's perfomance."//
Well, you're still young and your ex tiny dick is now surely above average. But then you start to think about the "performance" part. You were never very good in bed, how would you have a good performance?
Well, you gotta try...
[[Send a message]]
<<speech "You" "$name">>Let's hope they choose me...<</speech>>
You send your aplication and get ready for work.
When you're just outside, locking the door, at the corner of your eye you see a woman waving at you.
<<speech "Dee">>Heeey darling, long time no see. How's life treating you?<</speech>>
She says in a happy voice.
<<speech "You" "$name">>Hi Dee! Thing's couldn't be better!<</speech>>
<<speech "Dee">>Oh it's that so? It's been some time since I saw you this happy. What happened?<</speech>>
<<speech "You" "$name">>Let's say something really BIG happened. My life is going to be waaay better now.<</speech>>
<<speech "Dee">>That's wonderful darling! Try not to forget me when you get rich.<</speech>>
She says in a playfully manner.
[["How could I forget you? You're such a wonderfull person!"]]
[["I'll do my best..."]]
[["I couldn't forget such a beautiful woman"]]
As you walk through the street heading to your work you start to think:
<<speech "You" "$name">>(Does Dick knows what I think? Is he always present somehow or does he have to be summoned?)<</speech>>
<<speech "Dick">>Yes boy, I always know what you're thinking...<</speech>>
Your eyes widen and you almost fall down...
<<speech "You" "$name">>Ahmm, sorry. I just thought I would have some privacy sometimes...<</speech>>
<<speech "Dick">>Why privacy? We're together now. We are one. But don't worry, I'll only appear in your mind to help. You'll get used to it.<</speech>>
[[Next|Work1]]<<nobr>><<set $dee.love += 1>><</nobr>>
<<nobr>><<set $player.charisma +=1>><</nobr>>
Her smile widens and she blows you a kiss. You smile back and proceed to go to work.
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|walktowork1]]<<nobr>><<set $dee.submission += 1>><</nobr>>
<<nobr>><<set $player.dominance +=1>><</nobr>>
She's caught off guard by your answer, but still try to take the comment as a joke.
<<speech "Dee">>Wow, look who's already getting cocky...<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Go to work|walktowork1]]<<nobr>><<set $dee.lust += 1>><</nobr>>
<<nobr>><<set $player.charisma +=1>><</nobr>>
She immediately blushes and looks away.
<<speech "Dee">>Aren't you the little charmer...<</speech>>
You smile back and proceed to go to work.
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="lust">Her lust has increased by 1</span>
[[Go to work|walktowork1]]You enter through the back door as usual, since you don't like to be bothered by the clients when your shift haven't started.
Inside, the first person you see is Kendra. She's getting ready for work.
<<speech "Kendra">>Hey bro, how was the weekend?<</speech>>
<<speech "You" "$name">>You wouldn't believe if I tell you.<</speech>>
<<speech "Kendra">>Well, try me.<</speech>>
You continue setting yourself for work while talking to her.
<<speech "You" "$name">>Most of the time I just smoked to relax and watched some movies...<</speech>>
<<speech "Kendra">>Not that hard to believe you spent the whole weekend getting stoned...<</speech>>
<<speech "You" "$name">>I wasn't finished...
Last night I went to sleep and started to have some weird dreams...<</speech>>
<<speech "Kendra">>How weird?<</speech>>
<<speech "You" "$name">>I was having sex with several women...<</speech>>
<<speech "Kendra">>Yeah, that's pretty weird for you hahaha<</speech>>
<<speech "You" "$name">>Yeah but the weirdest part was after I woke up. When I got to the bathroom... there it was...<</speech>>
<<speech "Kendra">>A ghost?<</speech>>
<<speech "You" "$name">>No. Ahmm... well...<</speech>>
<<speech "Kendra">>Spit it out man!<</speech>>
<<speech "You" "$name">>My cock got huge out of nowhere!<</speech>>
She looks at you and covers her mouth, kinda surprised by what you just said. And then...
<<speech "Kendra">>HAHAHAHAHAHAHAHAHAHA awwwww man. That's why I like you. You can make me laugh on a monday morning.<</speech>>
Thinking that it's better that she takes it as a joke, you just join her by laughing at your own expense. Then you both get to work.
[[Next|Work2]]
<<set $now to true>><<AdvancePeriod 3>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
The day goes normally.
Just the usual stuff: desperate children left alone with the groceries as the mom went to get something she forgot, some Karens to be dealt with and a extremely small time for lunch.
The market is now almost empty and your shift almost over.
Everything was normal...but Dick decided to appear.
<<speech "Dick">>There were some pretty girls here today, huh? Didn't you wish to have your way with one them?<</speech>>
<<speech "You" "$name">>(Man, I still have to get used to this...but yeah, I wouldn't mind getting a girl's number...)<</speech>>
<<speech "Dick">>I'm not talking about a walk in the park, boy. I mean sex, intercourse, the good ol' fucking.<</speech>>
<<speech "You" "$name">>(Yeah, that would be nice...)<</speech>>
<<speech "Dick">>What about right now?<</speech>>
<<speech "You" "$name">>(What do you mean??)<</speech>>
<<speech "Dick">>See that girl doing her groceries?<</speech>>
You look to your side and see a smoking hot woman.
<<speech "Dick">>I'll attract her.<</speech>>
<<speech "You" "$name">>(What? How??)<</speech>>
Right after this, your skin begins to burn a little. It's not causing any kind of pain, but a warm feeling.
In about 10 seconds, the girl that Dick mentioned looks straight at you and starts to walk in your direction with a mischievious smile.
<video src="videos/jane/walking.mp4" autoplay loop muted controls></video>
<<speech "You" "$name">>(''WTF?'' what did you do?)<</speech>>
<<speech "Dick">>Pheromones, man. They aaalways work.<</speech>>
<<speech "You" "$name">>(''You can change my fucking physiology?????'')<</speech>>
<<speech "Dick">>Consider this a gift, buddy...<</speech>>
[[Next|1girl at work]]<<speech "Jane">>Hi! I'm Jane, what's your name?<</speech>>
She stretches her hand to meet yours.
<<speech "You" "$name">>H-Hi! I'm $name. Can I help you with something?<</speech>>
You say as you grab her hand and shake firmly.
When you touch her hand she instantly begins to breathe a little heavier.
<<speech "Jane">>Oh my god, why is it so hot all of the sudden? Can you give me some water?<</speech>>
You think for a second and remember where the drinks aisle is.
<<speech "You" "$name">>Sure, I'll go get you some...<</speech>>
<<speech "Jane">>I'm coming with you<</speech>>
She then hugs your arm and walk next to you.
<<speech "You" "$name">>(What do I do???)<</speech>>
<<speech "Dick">>Relax, with the level of pheromones I released you won't be needing to do anything...<</speech>>
[[Enjoy|Janebjst]]She takes off your pants and start to suck you off like no one is watching.
<video src="videos/jane/bjstart.mp4" autoplay controls></video>
<<speech "You" "$name">>(''OhMyGod! This is happening'')<</speech>>
[[Next|Janebjst2]]<<nobr>><<AdvancePeriod 1>><</nobr>>
<<speech "You" "$name">>(That was fucking crazy. I never fucked someone like this)<</speech>>
<<speech "Dick">>Well, I increased your stamina and your skills. Also the pheromones worked correctly, so you didn't had to use your charisma or dominance. But you're not that bad... The thing is: this was a one time thing. I wanted to check your performance. If you plan to get better at this, you'll have to train your body and mind.<</speech>>
<<speech "You" "$name">>(Yeah, sure! I'll do my best)<</speech>>
Still kinda shaken by what happened, you wonder if ''someone saw you''.
You head to the bus stop, since you barely have energy to go home walking.
When you get to the bus you notice that not one girl is looking at you. Looks like the pheromones effect is over.
<<speech "You" "$name">>(Can't complain, I had fun today. And it's better if I start to pick up girls with my own skills)<</speech>>
[[Home|1goingHome1]]You get to your building, climb the stairs and when you reach your apartment corridor you see Mandy leaning on the wall, happily singing a song near her door. It looks like she's pretty drunk.
She sees you and immediately stops singing.
<<speech "Mandy">>Heeeeeyyyyy neighborrrr! How aaarre you??<</speech>>
<<speech "You" "$name">>Hey Mandy, nice to see you.<</speech>>
<<speech "Mandy">>My mom forgot to put the keys under the carpet. OMG she's so fucking dumb sometimes...<</speech>>
<<speech "You" "$name">>You shouldn't talk like that about your own mother...<</speech>>
<<speech "Mandy">>Well, I'm just being honest. But heyyyy, I missed you these days...<</speech>>
She never really liked you, so you assume it's the alcohool speaking.
<<speech "Mandy">>I still have some energy, the night is still young...Do you want to do hang out?<</speech>>
You start to think if that's a good idea...Then you tell her:
[[Sorry Mandy, you're drunk]]
[[Yeah, I guess we can hang out]]
[[By hang out you mean you want to fuck, right?]]
<<nobr>><<set $player.intelligence +=1>><</nobr>>
<<speech "You" "$name">>Sorry Mandy, you're drunk. You should rest.<</speech>>
<<speech "Mandy">>Fuck you! I'm not drunk, LOSER!<</speech>>
She gets pretty upset that you didn't accept her invitation.
But that's probably for the better...
You head to your apartment.
<span class="blue">''Your intelligence has increased by 1''</span>
[[Go home|Home1]]<<nobr>><<set $player.charisma +=1>><</nobr>>
<<speech "You" "$name">>Yeah, I guess we can hang out. What do you want to do?<</speech>>
<<speech "Mandy">>Awesome! Let's get some more beers!<</speech>>
She grabs your arm and guide you down the the stairs
<<speech "You" "$name">>(I don't know if that was a good idea)<</speech>>
When you're both at the stairs you bump into her mother...
<<speech "Dee">>Hey guuuys! Where you going? Wait, are you drunk on a monday Mandy??<</speech>>
<<speech "Mandy">>Piss of mom! $name is taking me to buy some beers!<</speech>>
<<speech "You" "$name">>Actually Mrs.Dee...<</speech>>
<<speech "Dee">>Oh no you're not. You're coming with me!<</speech>>
She grabs Mandy by her wrist and drags her up to the hallway
<<speech "Mandy">>OMG! You're so fucking boring!!!<</speech>>
You too head back and go to your apartment.
<span class="yellow">''Your charisma has increased by 1''</span>
[[Go home|Home1]]<<nobr>><<set $player.dominance +=1>><</nobr>>
<<speech "You" "$name">>I think you don't just want to hang out. You want some fucking, right?<</speech>>
<<speech "Mandy">>Wow, you're such a pervert $name! Lucky for you I'm kinda horny...<</speech>>
When you grab your keys to open your apartment her mother shows up.
<<speech "Dee">>Hey guuuys! Where you going? Wait, are you drunk on a monday Mandy??<</speech>>
<<speech "Mandy">>Piss off mom! $name is taking me to his house!<</speech>>
<<speech "You" "$name">>Actually Mrs.Dee...<</speech>>
<<speech "Dee">>Oh no you're not. You're coming with me!<</speech>>
<<speech "Mandy">>OMG! You're so fucking boring!!!<</speech>>
She grabs Mandy by her wrist and drags her to the their apartment, shutting the door behind her.
You figure you should go home too.
<span class="red">''Your dominance has increased by 1''</span>
[[Go home|Home1]]You finally get home and go take a shower.
<<speech "You" "$name">>(This day was crazy! And it was just the first day after my "blessing")<</speech>>
You get out of shower and grab something to eat. Before going to bed your remember to check if you got any answer from the porn actor application.
<div class="general">//We received your message and got you a test for tomorrow evening at 7PM. Don't come late and be physically ready.//</div>
<<speech "You" "$name">>(Ok. Now it's for real. I hope tomorrow goes well)<</speech>>
<<set $pushups to false>>
[[Go to bed|Home2]]<<speech "You" "$name">>Can you... go a little deeper?<</speech>>
<<speech "Jane">>Sure baby!<</speech>>
<video src="videos/jane/bjdeep.mp4" autoplay controls></video>
[[Next|janebjdeeper2]][[Bend her over|janebentover]]
[[Fuck her over the boxes|janeoverbox]]
[[Continue|janeanal]]<<speech "Jane">>Ohhh, I really needed this!<</speech>>
<video src="videos/jane/pussybentover.mp4" autoplay controls></video>
[[Fuck her harder|janebentoverharder]]
[[Back|janesex1]] <<speech "Jane">>Yeah, fuck me all over the place!<</speech>>
<video src="videos/jane/pussyboxup.mp4" autoplay controls></video>
[[Tell her to play with herself|janepussyoverbox]]
[[Fuck her harder|janepussyboxharder]]
[[Back|janesex1]]<<speech "Jane">>I want you to fuck my ass!<</speech>>
<<speech "You" "$name">>(Oh my god, I've never done anal before!)<</speech>>
How do you fuck her ass?
[[Over the boxes|janeanalboxstart]]
[[Tell her to go on top|janeanaltop]]
[[Cum on her tits|janecum]]<<speech "Jane">>Yeah $name! Stretch this asshole!<</speech>>
<video src="videos/jane/analbox.mp4" autoplay controls></video>
[[Fuck her gentler|janeanalboxstart]]
[[Fuck her even harder|janeanalboxharder]]
[[Back to positions|janeanal]]
<<speech "You" "$name">>Hop on this dick baby.<</speech>>
<video src="videos/jane/analcowgirl.mp4" autoplay controls></video>
[[Fuck her harder|janeanalcowgirlharder]]
[[Back|janeanal]]<<speech "You" "$name">>Ahhh fuuuck!<</speech>>
<<speech "Jane">>Yeaaaah, cum all over these tits! Let me taste it...<</speech>>
<video src="videos/jane/cum.mp4" autoplay controls></video>
[[Next|janesceneEnd]]<<speech "Jane">>Yes $name! Go deeper!<</speech>>
<video src="videos/jane/pussybentoverharder.mp4" autoplay controls></video>
[[Fuck her gentler|janebentover]]
[[Back to positions|janesex1]] <<speech "You" "$name">>Why don't you play with yourself?<</speech>>
<<speech "Jane">>Nice idea...<</speech>>
<video src="videos/jane/pussybox.mp4" autoplay controls></video>
[[Back|janeoverbox]]
[[Fuck her harder|janepussyboxharder]]
[[Back to positions|janesex1]]<<speech "Jane">>Oh give it to me!!<</speech>>
<video src="videos/jane/pussyboxharder.mp4" autoplay controls></video>
[[Fuck her gentler|janeoverbox]]
[[Back to positions|janesex1]]You put some more deep thrusts in that ass.
<video src="videos/jane/analboxharder.mp4" autoplay controls></video>
[[Back to positions|janeanal]]
[[Fuck her gentler|janeanalbox]]
[[Cum on her tits|janecum]]<<speech "Jane">>Oh fuck!<</speech>>
<video src="videos/jane/analcowgirl2.mp4" autoplay controls></video>
[[Back to positions|janeanal]]
[[Fuck her gentler|janeanaltop]]
[[Cum on her tits|janecum]]<<speech "You" "$name">>Fuck! This feels amazing!<</speech>>
<video src="videos/jane/analboxstart.mp4" autoplay controls></video>
[[Fuck her harder|janeanalbox]]
[[Back|janeanal]]<<nobr>><<set $CurEng -= 30>><</nobr>>
<<speech "You" "$name">>That was amazing!<</speech>>
<<speech "Jane">>I'm glad you liked baby! See ya!<</speech>>
<<speech "You" "$name">>Hey wait, can I get your number?<</speech>>
The woman stands up and starts to walk away with her cleavage full of cum, without looking back. It doesn't looks like she ignored you though. You feel as if she got out of some trance, she probably didn't even hear you.
<<speech "You" "$name">>(I guess I don't need her number. I feel like I'll be doing this a lot from now on)<</speech>>
<<speech "Dick">>That's my boy! I think you got the spirit.<</speech>>
[[Next|end1sex]]
<<Sexend>><<set $day to 2>><<nobr>>
<<set $CurEng to 100>>
<<set $period to 1>><</nobr>>
You wake up a little sooner than the usual, maybe because you're a little anxious today. Your very first scene will be shot today.
After you eat something, there's still some time left before you need to take a bath and go to work.
[[Watch some porn|Porn1]]
[[Do some Push ups|Pushups2]]
[[Go to work|gotowork1]]<<if $pushups is false>><<nobr>>
<<set $morning to true>>
<<set $player.fitness += 1>>
<<set $pushups to true>>
<<set $CurEng -= 10>>
<<set $pushupcount += 1>><</nobr>>
You do some push ups and feel stronger
[img[images/player/pushups1.gif]]
<span class="grey">''Your fitness has increased by 1''</span>
<<else>><<nobr>>
You already trained your body today<</nobr>>
<</if>>
[[Rest|Home2]]You watch some porn and masturbate with you brand new big dick.
This time you try to absorb some information in hope of learning anything.
<<set $vidchoice to random(5)>>
<<if $vidchoice is 0>><video src="videos/random/random1.mp4" autoplay controls></video>
<<elseif $vidchoice is 1>><video src="videos/random/random2.mp4" autoplay controls></video>
<<elseif $vidchoice is 2>><video src="videos/random/random3.mp4" autoplay controls></video>
<<elseif $vidchoice is 3>><video src="videos/random/random4.mp4" autoplay controls></video>
<<elseif $vidchoice is 4>><video src="videos/random/random5.mp4" autoplay controls></video>
<<elseif $vidchoice is 5>><video src="videos/random/random6.mp4" autoplay controls></video>
<</if>>
[[Back|Home2]]When you're locking the door someone pokes you in the shoulder.
<<speech "Dee">>Heey darling! How are you today? I was wondering if you could help me with something...<</speech>>
You could swear that sometimes she follows your day schedule to see you more during the day.
<<speech "You" "$name">>I'm fine, what about you? What can I help you with?<</speech>>
<<speech "Dee">>My wi-fi has been very unstable at the last few days. Could you do something about it?<</speech>>
[[I guess I could have a look]]
[[I don't have time for you right now|denyDee1]]<<nobr>><<set $dee.submission += 1>><</nobr>>
<<nobr>><<set $player.dominance +=1>><</nobr>>
<<speech "You" "$name">>I don't have time for you right now.<</speech>>
She gets a little upset but understands.
<<speech "Dee">>Oh...It's okay. I don't want you to be late.<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Next|gotowork3]]
<<speech "You" "$name">>I guess I could have a look<</speech>>
<<speech "Dee">>Thank you darling! I knew you wouldn't say no.<</speech>>
She opens the door and shows you the internet router.
<<speech "Dee">>Feel free to do anything you need, I'm going to take a shower in the meantime.<</speech>>
Hmmm, so she's going to take a shower huh?
[[Try to fix the router]]
[[Spy on Dee]]You proceed to go to work as fast as you can. Your boss won't be giving you too many chances to be on time.
[img[images/player/lateforwork.gif]]
As you aproach the store's back alley you hear some strange noises...
[[Go check what is happening|kendraforced]]You put your ingenius mind into it and fix it... by taking it out of the plug for 10 seconds and connecting again.
As soon as you finish Dee comes out of the shower.
<<speech "You" "$name">>It's working way better now.<</speech>>
<<speech "Dee">>You're wonderfull, sweetheart! I'll be sure to thank you later.<</speech>>
<img class="middle large" src="images/dee/towel.jpg">
[[Well, you could thank me now...(Charisma must be at least 1)|deethankyou]]
[[Oh, don't worry about it]]You try to open the door and for your surprise...
<<speech "You" "$name">>(I can't believe she left the door open...)<</speech>>
And then you see.
<<speech "You" "$name">>(OMG! Look at this body)<</speech>>
<video src="videos/dee/goingtobath.mp4" autoplay controls></video>
[[Keep looking|spyondee1]]
[[Stop before getting caught|gotowork3]]<<if $player.charisma gte 1>><<nobr>>
<<set $dee.lust += 1>>
<<set $player.charisma +=1>><</nobr>>
<<speech "You" "$name">>Well, you could thank me now...<</speech>>
She gives you a confused look.
<<speech "Dee">>What do you mean?<</speech>>
<<speech "You" "$name">>I think you know what I mean...<</speech>>
Then she notices you scanning her body. She thinks for a while and ends up agreeing to give you a reward.
<<speech "Dee">>Hmmm... you naughty boy. Maybe I can let you have a peak. A really quick one.<</speech>>
She then opens the towel and let you have a look at her amazing body.
<img class="middle large" src="images/dee/exposed.jpg">
<<speech "You" "$name">>Wow, you're way fitter than I thought.<</speech>>
She closes her towel.
<<speech "Dee">>Oh, so you think about my body often?<</speech>>
<<speech "You" "$name">>More than I should.<</speech>>
<<speech "Dee">>Hmm, I'm glad to hear it. I think you should go now darling. I wouldn't want you to be late.<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="lust">Her lust has increased by 1</span>
[[Next|gotowork3]]
<<else>>
You're not charismatic enough...
[[Back|Try to fix the router]]<</if>><<nobr>><<set $dee.love += 1>><</nobr>>
<<nobr>><<set $player.charisma +=1>><</nobr>>
<<speech "You" "$name">>Oh, don't worry about it<</speech>>
<<speech "Dee">>Well, maybe I'll cook you something later.<</speech>>
<<speech "You" "$name">>That would be nice, I love your lasagna. Bye Dee!<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Next|gotowork3]]<<speech "You" "$name">>(I can't decide whats best, her tits or her ass)<</speech>>
<video src="videos/dee/shower1.mp4" autoplay controls></video>
[[Keep looking|spyondee2]]
[[Stop before getting caught|gotowork3]]<<speech "You" "$name">>(Yeahh, put on some soap. Wait.. is she masturbating?)<</speech>>
<video src="videos/dee/shower2.mp4" autoplay controls></video>
[[Keep looking|spyondee3]]
[[Stop before getting caught|gotowork3]]<<speech "You" "$name">>(Wow! She's really going at it)<</speech>>
<video src="videos/dee/shower3.mp4" autoplay controls></video>
[[Keep looking|spyondee4]]
[[Stop before getting caught|gotowork3]]<<speech "You" "$name">>(Man...her ass is huge. Wish I could ignore everything and fuck her)<</speech>>
<video src="videos/dee/shower4.mp4" autoplay controls></video>
[[Start jerking off|spyondee5]]
[[Stop before getting caught|gotowork3]]You take your cock out and begin to masturbate while admiring her.
<<speech "You" "$name">>(Fuck, you're so hot...)<</speech>>
<video src="videos/dee/shower5.mp4" autoplay controls></video>
<<speech "Dee">>Yeah $name, fuck me harder...<</speech>>
You're caught off guard and end up saying out loud:
<<speech "You" "$name">>What??<</speech>>
[[Next|gotcaught]]<<nobr>><<set $dee.lust += 1>><</nobr>>
<<speech "Dee">>''$name!!! What are you doing??''<</speech>>
<video src="videos/dee/getcaught.mp4" autoplay controls></video>
<<speech "You" "$name">>Huh...I'm so sorry<</speech>>
<span class="lust">Her lust has increased by 1</span>
[[Get out of there|gotowork3]]
<<set $deecaught to true>>You open the door a little, the lights are off, but you can see kendra and her boyfriend arguing.
<<speech "Jason">>Come on babe, how long it has been since you sucked my dick?<</speech>>
<<speech "Kendra">>And how long it has been since you treated me nicely?<</speech>>
<<speech "You" "$name">>(Why are the lights off? Looks like they're fighting) <</speech>>
<<speech "Jason">>Ok! I'm done asking. Get on your knees!<</speech>>
He forces her head down and she falls to the ground.
[img[images/kendra/forced.jpg]]
[[Keep watching|kendraforced3]]
[[Intervene|intervenekendraB]]<<nobr>><<AdvancePeriod 1>><</nobr>>
You finish getting dressed and ''finally'' proceed to begin working.
But knowing that your new carrer might make you quit your current job, how do you want to work?
You could just do the minimum and wait until your shift is over and go straight to shooting your first scene. You probably won't be here much longer, right?
[[Do a half-ass job]]
OR, you could do your best to compensate for being late. Who knows? Maybe your boss you reward your hard work...Also, the porn acting thing might not work.
[[Do your best]]He opens his pants and takes his cock out, forcing it against her mouth.
<<speech "Jason">>Open your fucking mouth or you'll have a bigger problem to deal with.<</speech>>
She then begins to suck him.
<video src="videos/kendra/bjcalm.mp4" autoplay controls></video>
<<speech "Jason">>Oh, I missed this mouth...<</speech>>
<<speech "Kendra">>Hmmpf!<</speech>>
[[Keep watching|kendraforced4]]
[[Intervene|helpkendraA]]<<speech "Jason">>Let me turn on the lights so I can see this pretty face.<</speech>>
<video src="videos/kendra/bjrough1.mp4" autoplay controls></video>
<<speech "Kendra">>Hmmpf....hmmpf<</speech>>
<<speech "Jason">>Yeah bitch, suck this dick like you mean it!<</speech>>
<<speech "You" "$name">>(Wow, he's going pretty rough on her)<</speech>>
[[Keep watching|kendraforced5]]
[[Intervene|helpkendraA]]<<speech "Jason">>I said like you MEAN IT!!<</speech>>
<video src="videos/kendra/bjrough2.mp4" autoplay controls></video>
<<speech "Kendra">>Hmmmmmpf! Hmmmmmmmmpf!<</speech>>
<<speech "You" "$name">>(Ok. That's just not right...)<</speech>>
[[Keep watching|kendraforced6]]
[[Intervene|helpkendraA]]You open the door doing as much noise as you can, trying to scare the guy.
<<speech "You" "$name">>Hey! What are you doing to her?<</speech>>
He looks surprised to see someone and immediately puts back his pants. As soon as she looks at you she blushes in a mixture of anger and shame.
[img[images/kendra/forced.jpg]]
<<speech "Jason">>What are you doing here? Can't a guy have a little fun with his girl?<</speech>>
<<speech "Kendra">>You fucking idiot! I almost chocked to death!!<</speech>>
<<speech "Jason">>Oh come on...You're gonna be ok...<</speech>>
He looks menacingly at you.
<<speech "Jason">>This little women protector on the other hand....<</speech>>
Yep, he's gonna fight you.
<<speech "You" "$name">>(Dick, please do something!! I've never fought before!)<</speech>>
Dick doesn't always answer when you call him. But this time he responds:
<<speech "Dick">>Sorry buddy! I'm a lover, not a fighter...<</speech>>
[[Hold your ground and try to throw the first punch]]
[[Try to talk your way out]]<<nobr>><<set $player.dominance +=1>>
<<set $kendranohelp to true>><</nobr>>
Trying to escape, Kendra reach for something that can control any man: his balls.
<<speech "Jason">>Yeaaaahh take tha.......<</speech>>
<video src="videos/kendra/bjend.mp4" autoplay controls></video>
As soon as she pulls his balls he immediately take his dick out of her mouth.
<<speech "Jason">>''Ahhhhhhhh you fucking bitch!!!!''<</speech>>
<<speech "Kendra">>WHAT THE HELL IS WRONG WITH YOU!!!<</speech>>
The guy pulls back his pants while still in much pain and goes to the parking lot.
<<speech "Jason">>This isn't over bitch. I'll show you later...<</speech>>
<<speech "Kendra">>I'd like to see you try you cunt!<</speech>>
Suddenly your phone starts to ring...
(Fuck!)
~(Linkin Park "Crawling" plays) CRAWLING IN MY SKIIIIN, THESE WOUNDS THEY WILL NOT HEAAAAAL~
<img class="middle medium" src="images/misc/phonecall.jpg">
You check to see who it is.
(It's just the light company charging me again)
It's probably time for you to leave and begin to work...
<<speech "You" "$name">>(Hmm, maybe I could try doing that to a girl someday. Without getting my balls ripped off, that is...)<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
[[Begin your shift|Work3]]<<speech "You" "$name">>Hey, It's your business. I only asked because this could fuck you up.<</speech>>
You caught him off guard, he has no idea what you're talking about.
<<speech "Jason">>Fuck me up? What do you mean?<</speech>>
<<speech "You" "$name">>You see, I also love face fucking some bitches but there's a real problem that may happen.<</speech>>
You try to say that in the the most natural way possible. Like you do this everyday.
He looks at you in disbelief. But he's still listening.
<<speech "You" "$name">>When you hold a girl for too long, sometimes, some kind of "survival instincts" can kick in and she can bite your dick off, bro. It happened to a close friend of mine.<</speech>>
His eyes widen as he puts his hands in front of his junk. He's not very bright, you got him.
<<speech "Jason">>Ohhhh nooo. I can't even imagine the pain man!<</speech>>
<<speech "You" "$name">>Me too, bro. By the way, I'm sorry to bother, but the boss told me to call Kendra.<</speech>>
She looks at you like you're someone else. But she follows your plan.
<<speech "Kendra">>Yeah you stupid cunt! Next time you do that I'm gonna bite off your dick! Now get out, I need to work.<</speech>>
<<speech "Jason">>Alright! I'm going. Thanks for the advice man.<</speech>>
He stills give you a punch in the arm on the way out. Such a Chad thing to do...
[[Next|helpkendra3]]You take a fighting stance. The best you could remember form the movies.
<<speech "You" "$name">>(Alright! All I gotta do is to throw the fir...)<</speech>>
You don't even get the time to think as you see that huge hand coming in your direction.
[img[images/player/punched.gif]]
You black out...
[[Next|helpkendra2]] <<nobr>><<set $player.dominance +=1>>
<<set $player.fitness +=1>>
<<set $kendra.love += 1>><</nobr>>
You eventually come back to consciousness and see Kendra looking at you. The boyfriend is long gone.
<<speech "Kendra">>Oh my god! Are you ok?<</speech>>
<<speech "You" "$name">>Owww! Yeah, sure! That was nothing...<</speech>>
<<speech "Kendra">>Bro, you blacked out for like...15 minutes. I was about to call an ambulance.<</speech>>
<<speech "You" "$name">>Okay, okay. That was a nice punch.<</speech>>
<<speech "Kendra">>So...I wasn't expecting anyone to enter here...<</speech>>
Her face is still blushed. You can see she's very ashamed.
<<speech "Kendra">>But I'm glad you came. He was hurting me.<</speech>>
<<speech "You" "$name">>Well, I only got punched...<</speech>>
She smiles.
<<speech "Kendra">>Hahaha yeah, but you didn't run. You took it like a man. Thanks for the help.<</speech>>
After you get up, she puts on her uniform and heads to the staff's room exit
<<speech "Kendra">>Before I go...Were you spying on me?<</speech>>
<<speech "You" "$name">>Of course not!<</speech>>
She smiles at you and closes the door. You can't really say if she believed in you.
<span class="grey">''Your fitness has increased by 1''</span>
<span class="red">''Your dominance has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|Work3]]<<nobr>><<set $player.charisma +=1>>
<<set $kendra.submission += 1>><</nobr>>
<<speech "You" "$name">>Owww!<</speech>>
<<speech "Kendra">>Okay, what the fuck was that??<</speech>>
<<speech "You" "$name">>That was me helping you. You're welcome.<</speech>>
<<speech "Kendra">>But all those things you said, do you really do this kind of stuff?<</speech>>
<<speech "You" "$name">>Why are you asking? You wouldn't believe me if I say I do.<</speech>>
She blushes a little, while shes wipes off some tears and spit.
<<speech "Kendra">>So...I wasn't expecting anyone to enter here...<</speech>>
Her face is still blushed. You can see she's very ashamed.
<<speech "Kendra">>But I'm glad you came. He was hurting me.<</speech>>
<<speech "You" "$name">>Well, that's what friends are for...<</speech>>
She smiles.
<<speech "Kendra">>That whole advice was weird, but thanks for the help.<</speech>>
She puts on her uniform and heads to the staff's room exit.
<<speech "Kendra">>Before I go...Were you spying on me?<</speech>>
<<speech "You" "$name">>Of course not!<</speech>>
She smiles at you and close the door. You can't really say if she believed in you.
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Go to work|Work3]]<<nobr>><<AdvancePeriod 1>>
<<set $CurEng -= 10>>
<<set $player.dominance +=1>><</nobr>>
You just work like you're doing a favor for them. They pay you minimum wage, so you should probably do the minimum.
[img[images/player/badwork.gif]]
<span class="red">''Your dominance has increased by 1''</span>
[[End your shift]]<<nobr>><<AdvancePeriod 1>>
<<set $player.charisma +=1>>
<<set $CurEng -= 25>><</nobr>>
You do your best to put everything in place and try to be as helpfull as you can.
[img[images/player/goodwork.gif]]
<span class="yellow">''Your charisma has increased by 1''</span>
[[End your shift]]
<<set $hardwork to true>><<nobr>><<AdvancePeriod 1>><</nobr>>
You go to the staff room to change your clothes and get ready for the scene.
<<speech "You" "$name">>(Do I put some perfume? Do I do something to my hair? Wait..will they even film my face?)<</speech>>
Your heart begins to pound harder...
<<speech "You" "$name">>(Fuck! I'm so nervous today...Will I even be able to get an erection??)<</speech>>
<<speech "Dick">>Don't worry boy, I'll help you today. You'll do great.<</speech>>
<<speech "You" "$name">>(Thanks Dick! Hearing that helps a lot)<</speech>>
[[Grab an energy drink first (5$)|energybeforescene]]
[[Go to the studio|Go to the studio1]]You get to the studio and see someone on the computer. Before you go talk to him you hear some strange noises from different directions. It sounds like a mixture of moanings with loud camera gear going around on carts. You can see that is a cheap studio.
The guy at the reception looks at you from head to toe and aks:
<div class="general">//Are you lost or something?//</div>
You just freeze for a moment. He gets kinda annoyedwith your presence:
<div class="general">//Hey we already told you guys that this studio is legit. We have a permit. So if you're thinking about calling the cops on us again I suggest you to talk to Buck.//</div>
<<speech "You" "$name">>(What the hell? Who's buck?)<</speech>>
<div class="general">//Hey Buck! Bring your bat over here...//</div>
Finally waking up you say:
<<speech "You" "$name">>Whaaaat? Noooo, I'm the new guy...I-i answered your forms! I'm here to shoot a scene. You called me here today.<</speech>>
<div class="general">//Ohhh, my bad then. Yo! No need for the bat Buck! Whats your name again?//</div>
<<speech "You" "$name">>My name is $name.<</speech>>
<div class="general">//Hmmm let's see.....Yep, you're on the system. Who you're gonna shoot with?//</div>
<<speech "You" "$name">>What? What do you mean?<</speech>>
<div class="general">//They didn't tell you? There's two girls available tonight. But choose fast, we don't have all night...//</div>
He points at a door and you give him a fake smile as you walk towards it.
<<speech "Dick">>Hey Kid, wait!<</speech>>
[[Listen to Dick|Dicklisten1]]<<nobr>><<set $megan to true>><</nobr>>
<<speech "You" "$name">>Hi! I'm $name.<</speech>>
<<speech "Megan">>Oh, hi. You're the actor?<</speech>>
<<speech "You" "$name">>Yes...<</speech>>
<<speech "Megan">>Ok...<</speech>>
This interaction is going pretty bad.
<<speech "Dick">>So, are you ready big guy?<</speech>>
<<speech "You" "$name">>(Nope, I'm definitely not.)<</speech>>
<<speech "Dick">>Just caaalm down. You'll do great.<</speech>>
<<speech "Megan">>So... ready to fuck?<</speech>>
<<speech "You" "$name">>Who?...Yeah, I'm definitely ready.<</speech>>
<<speech "Megan">>Look, it's really not that hard...<</speech>>
<<speech "You" "$name">>What?? I'm sorry. It's not you, it's me...Just... give me some time.<</speech>>
<<speech "Megan">>I'm not talking about your dick hahaha.<</speech>>
<<speech "You" "$name">>Oh...<</speech>>
<<speech "Megan">>I'm saying that it's not that hard to shoot a scene. Just pretend that I'm a girl you brought home.<</speech>>
<<speech "You" "$name">>Okay. I'm just a little nervous. It's my first scene...<</speech>>
<<speech "Megan">>Oh don't worry, it's kinda like my first too. I only shooted softcore before. Try to be gentle with me.<</speech>>
The director arrives, looks at you two and says:
<div class="general">//Okay guys, you can get started...do whatever you want, the editor will cut the boring parts. Now let's begin.//</div>
He sits on a chair and leans back while using his phone.
<<speech "Megan">>By the way, do you speak spanish?<</speech>>
<<speech "You" "$name">>What? Why?<</speech>>
This is it. Good luck.
[[Start shooting|Meganpresex]]<<nobr>><<set $CurOrg += 6>>
<<set $CurEng -= 1>>
<<set $CurOrg1 -= 0.5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>><</nobr>>
<<speech "Kya">>Why don't you fuck my face a little?<</speech>>
<<speech "You" "$name">>Are you sure?<</speech>>
<<speech "Kya">>Yeah! Go ahead.<</speech>>
<video src="videos/kya/facefuck.mp4" autoplay controls></video>
[[Do it some more|kyaFacefuckmore]]
[[Give her some slaps (dominance must be at least 2)|kyaSlapping]]
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<set $CurOrg += 2>><<nobr>>
<<set $CurPain += 5>>
<<set $CurOrg1 -= 0.5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>><</nobr>>
<<speech "You" "$name">>(This is actually pretty hot.)<</speech>>
<video src="videos/kya/slapfacemore.mp4" autoplay controls></video>
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<<nobr>><<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>Put your tongue out.<</speech>>
<video src="videos/kya/tapontongue.mp4" autoplay controls></video>
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<<nobr>><<set $CurOrg += 8>>
<<set $CurEng -= 2>>
<<set $CurOrg1 -= 0.5>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>><</nobr>>
<<speech "You" "$name">>(Fuck! This feels amazing)<</speech>>
<video src="videos/kya/facefuckmore.mp4" autoplay controls></video>
[[Back to normal sucking|kyaBlow job]]
[[Choose another position|Kyasex]]
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>>
<<if $player.charisma gte 3>><<nobr>>
<<set $bonuscharisma to true>><</nobr>>
<<speech "You" "$name">>Can you taste my cum babe?<</speech>>
<<speech "Kya">>Of course I can...<</speech>>
<video src="videos/kya/tastecum.mp4" autoplay controls></video>
[[Finish the scene|kyasceneENDstats]]
<</if>>
<<if $player.charisma lt 3>><<nobr>>
She's not willing to do this...
Maybe you still don't have what it takes to make her do this.<</nobr>>
[[Finish the scene|kyasceneENDstats]]
<</if>><<nobr>><<set $CurEng -= 1>>
<<set $CurOrg1 += 4>>
You play with her delicious asshole using your fingers.<</nobr>>
<<speech "You" "$name">>(I can't believe I get to do this!)<</speech>>
<video src="videos/kya/analfinger.mp4" autoplay controls></video>
[[Make her taste it (charisma must be at least 2)|kyaMake her taste it]]
[[Put a toy in it|kyaAnaltoy]]
[[Back to anal play|kyaAnal play]]
[[Choose another position|Kyasex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<set $CurEng -= 1>>
<<set $CurOrg1 += 4>>
You use a toy to open her up a little bit and check to see if she's gaping.
<video src="videos/kya/analtoy.mp4" autoplay controls></video>
[[Use your fingers|kyaAnalfinger]]
[[Back to anal play|kyaAnal play]]
[[Choose another position|Kyasex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $analmiss to false>><</nobr>>
<<speech "You" "$name">>Can you t...<</speech>>
<<speech "Kya">>Let me taste my ass.<</speech>>
<video src="videos/kya/tasteamiss.mp4" autoplay controls></video>
<<speech "You" "$name">>(Wow! I didn't even had to ask...)<</speech>>
[[Put your did back|kyaAmissionary]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Kya">>Get that dick right in that fucking ass!<</speech>>
<<speech "You" "$name">>(Damn!)<</speech>>
<video src="videos/kya/acowdeep.mp4" autoplay controls></video>
[[Slap her ass (dominance must be at least 2)|kyaSlap ass]]
[[Fuck her gentler|kyaAcowgirl]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analcow to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 3>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=10>><</nobr>>
<<speech "You" "$name">>(I think she'll like this)<</speech>>
<video src="videos/kya/arcpussyplay.mp4" autoplay controls></video>
[[Fuck her gentler|kyaARcowgirl]]
[[Fuck her harder|kyaARcowharder]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analrcow to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Kya">>Yeah get that ass!<</speech>>
<video src="videos/kya/piledriverhard.mp4" autoplay controls></video>
[[Fuck her gentler|kyaPiledriver]]
[[Back to anal positions|kyaAnal]]
[[Choose another position|Kyasex]]
<<set $analpile to true>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Kya orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonkya">><</if>>
<<if $CurPain gte 100>><<goto "kyaBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "kyaBadEndEnergy">><</if>><<nobr>><<set $kya to true>><</nobr>>
<<speech "Kya">>Hey! You must be my scene partner.<</speech>>
<<speech "You" "$name">>Uhhm...Yeah, it seems so.<</speech>>
<<speech "Kya">>I wanna cum at least twice today, alright?<</speech>>
<<speech "You" "$name">>(WTF?) Yeah...<</speech>>
<<speech "Kya">>I'm joking hahaha.<</speech>>
<<speech "You" "$name">>Oh hahaha...<</speech>>
<<speech "Kya">>I've never seen you here. Are you new?<</speech>>
<<speech "You" "$name">>Yeah, this is my first scene.<</speech>>
<<speech "Kya">>Wow, so you're nervous right?<</speech>>
<<speech "You" "$name">>A little...(I'm fucking dying)<</speech>>
<<speech "Kya">>You don't need to worry about anything baby. I'm really easy to work with, I can take pretty much anything.<</speech>>
<<speech "You" "$name">>That helps. Thanks.<</speech>>
<<speech "Kya">>I'm really horny today, you won't be needing much to make me cum.<</speech>>
<<speech "You" "$name">>Th-that's also great to know!<</speech>>
<<speech "Kya">>Also, a little tip for you: I LOVE anal<</speech>>
The director says: //Hey guys let's begin the shooting!!//
This is it. Good luck.
[[Start shooting|Kyasex]]
<<speech "You" "$name">>(Oh, hey)<</speech>>
<<speech "Dick">>I said I would help, so before you go I want to give you a calling.<</speech>>
<<speech "You" "$name">>(A calling? What is that)<</speech>>
<<speech "Dick">>Sometimes I'll grant you the possibility to make a calling. By doing so you can gather some sexual power of your choosing.<</speech>>
<<speech "You" "$name">>(What?? That's so fucking cool!)<</speech>>
<<speech "Dick">>I know right?? *Ahem* For now I'll give two options: the Energy calling and the Calmness calling.<</speech>>
<<speech "You" "$name">>(And what do they do?)<</speech>>
<<speech "Dick">>The Energy calling replenishes your body with energy, so you can do more things without getting tired.<</speech>>
<<speech "You" "$name">>(Uhh! I might need that)<</speech>>
<<speech "Dick">>The calmness calling lower your orgasm level, so you can do more things before orgasming.<</speech>>
<<speech "You" "$name">>(Fuck! I might need that too...)<</speech>>
<<speech "Dick">>It is your choice. Once you choose you'll be able to make a call whenever your need it during your scene.<</speech>>
<<button "Choose the Energy calling">>
<<set $energycall to true>>
<<goto "Choosegirl1">>
<</button>>
<<button "Choose the Calmness calling">>
<<set $calmnesscall to true>>
<<goto "Choosegirl1">>
<</button>><<if $energycall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/energycall.gif]]
Then you feel a burst of energy flowing through your body.
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycall to false>>
<<button "Return" `previous()`>><</button>>
<<set $CurEng +=40>>
<<set $energycalllvl += 1>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<</if>>
<<if $calmnesscall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscall to false>>
<<button "Return" `previous()`>><</button>>
<<set $CurOrg -=40>>
<<set $calmnesscalllvl += 1>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<</if>>
<<if $vaginal is false>>
She spreads her legs and wait for your dick.
<<speech "You" "$name">>(Look at this fucking pussy...)<</speech>>
<video src="videos/megan/sexstart.mp4" autoplay controls></video>
<<nobr>><<set $vaginal to true>><</nobr>><</if>>
[[Missionary|meganMiss]]
[[Doggy|meganDoggy]]
[[Reverse cowgirl|meganRcow]]
[[Cowgirl|meganCow]]
<<nobr>><<Sexstart>><</nobr>>
<<set $callings to true>><<nobr>>
<<set $now to false>>
<<set $stats1 to false>>
<<set $vaginaldoggy to false>>
<<set $vaginalrcow to false>>
<<set $vaginalcow to false>>
<<set $vaginalmiss to false>>
<<set $characters to false>><</nobr>><<if $vaginaldoggy is false>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>(Fuck! Her pussy is so tight)<</speech>>
<video src="videos/megan/doggystart.mp4" autoplay controls></video>
[[Nice and slow|meganDoggynice]]
[[Deeper|meganDoggydeep]]
[[Harder|meganDoggyhard]]
[[Choose another position|Megansex]]
<</if>>
<<if $vaginaldoggy is true>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 1>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "You" "$name">>(I can't believe I get to fuck her)<</speech>>
<video src="videos/megan/doggy.mp4" autoplay controls></video>
[[Nice and slow|meganDoggynice]]
[[Deeper|meganDoggydeep]]
[[Harder|meganDoggyhard]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<set $naked to true>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>>
<<set $CurPain +=10>>
<<set $vaginaldoggy to true>><</nobr>>
You change the angle so you can fuck her deeper.
<<speech "Megan">>Ughhh...<</speech>>
<<speech "You" "$name">>(She's pretty sensitive)<</speech>>
<video src="videos/megan/doggydeep1.mp4" autoplay controls></video>
[[Try to keep deep fucking her|meganDoggydeep2]]
[[Harder|meganDoggyhard]]
[[Gentler|meganDoggy]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<if $CurPain gt 50>>
<<set $meganbonus to false>>
<</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 3>>
<<set $CurPain +=5>>
<<set $vaginaldoggy to true>><</nobr>>
<<speech "Megan">>Oh sí papi!<</speech>>
<video src="videos/megan/doggyhard.mp4" autoplay controls></video>
[[Even harder|meganDoggyharder]]
[[Deeper|meganDoggydeep]]
[[Gentler|meganDoggy]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<if $CurPain gt 50>>
<<set $meganbonus to false>>
<</if>><<nobr>><<set $CurOrg1 to 0>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>>
<<set $CurPain -=20>>
<<if $CurPain lt 0>><<set $CurPain to 0>><</if>>
<</nobr>>
<<speech "Megan">>Fuuuuuuuck!<</speech>>
<video src="videos/megan/orgasm.mp4" autoplay controls></video>
[[Choose another position|Megansex]][[Cum on her face|meganCumface]]
[[Cum in her mouth (made her cum at least once)|meganCummouth]]
<<if $CurPain gt 50>>
<<set $meganbonus to false>>
<</if>><<set $player.reputation -= 1>>
<<speech "Megan">>Okay, I can't do this. You're about to rip my pussy. I'm out of here.<</speech>>
<img class="right-side medium" src="images/megan/bad.jpg">
Looks like you weren't carefull enough.
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[End scene|Badend1]]
<<set $player.reputation -= 1>>
Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[End scene|Badend1]]<<if $vaginalrcow is false>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>Can you go on top?<</speech>>
<video src="videos/megan/rcowstart.mp4" autoplay controls></video>
[[Let her work it|meganRcowwork]]
[[Feet on the ground|meganRcowground]]
[[Choose another position|Megansex]]
<</if>>
<<if $vaginalrcow is true>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Megan">>Yeah, fuck that pussy papi.<</speech>>
<video src="videos/megan/rcow.mp4" autoplay controls></video>
[[Let her work it|meganRcowwork]]
[[Feet on the ground|meganRcowground]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<set $naked to true>><<if $vaginalmiss is false>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>>
<<set $vaginalmisslegsup to false>>
She lays on the sofa to receive your dick.<</nobr>>
<video src="videos/megan/missstart.mp4" autoplay controls></video>
[[Put her legs up|meganMisslegsup]]
[[Go deeper|meganMissdeep]]
[[Choose another position|Megansex]]
<</if>>
<<if $vaginalmiss is true>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>>
<<set $vaginalmisslegsup to false>><</nobr>>
<<speech "You" "$name">>(Fuck! Her pussy is so warm)<</speech>>
<video src="videos/megan/miss.mp4" autoplay controls></video>
[[Put her legs up|meganMisslegsup]]
[[Go deeper|meganMissdeep]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<set $naked to true>><<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=10>>
<<set $vaginalmiss to true>><</nobr>>
<<speech "Megan">>Argh! Yeah baby.<</speech>>
<<speech "You" "$name">>Fuck, you're so tight. (Well, my dick's not small either)<</speech>>
<video src="videos/megan/missdeep.mp4" autoplay controls></video>
[[Gentler|meganMiss]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<if $vaginalmisslegsup is false>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
<<set $vaginalmiss to true>><</nobr>>
<<speech "You" "$name">>I love this pussy, chica.<</speech>>
<video src="videos/megan/misslegsup.mp4" autoplay controls></video>
[[Put one leg back down|meganMiss]]
[[Tell her to play with her pussy (dominance must be at least 2)|meganMisslegsupplay]]
[[Choose another position|Megansex]]
<</if>>
<<if $vaginalmisslegsup is true>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
<<set $vaginalmiss to true>><</nobr>>
<<speech "You" "$name">>I love this pussy, chica.<</speech>>
<video src="videos/megan/misslegsup1.mp4" autoplay controls></video>
[[Put one leg back down|meganMiss]]
[[Keep fucking her like this|meganMisslegsup]]
[[Tell her to play with her pussy (dominance must be at least 2)|meganMisslegsupplay]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>You two sit on the sofa and she begins flirting with you.
<<speech "Megan">>You know, I have a nice panocha...<</speech>>
<<speech "You" "$name">>What does that means?<</speech>>
She spreads her legs and show you what a panocha is.
<video src="videos/megan/nicepanocha.mp4" controls></video>
She gets closer and starts to feel your dick through the pants.
<video src="videos/megan/bigdick.mp4" controls></video>
<<speech "You" "$name">>(This is hot, but my dick feels weird...)<</speech>>
She keeps stroking your dick waiting for your cue.
<<speech "You" "$name">>(Ok, just pretend she's a girl you brought home)<</speech>>
<video src="videos/megan/openjeans.mp4" controls></video>
She kneels, you open your pants aaaaaand...
YOUR COCK IS EVEN BIGGER.
<video src="videos/megan/openjeans2.mp4" controls></video>
<<speech "You" "$name">>(WHAT THE FUCK?? How is this even possible?)<</speech>>
<<speech "Megan">>Wow! That is huge. I hope you can be gentle...<</speech>>
[[Let the sucking begin|Meganpresex2]]<video src="videos/megan/bj1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! This feels so good)<</speech>>
<<speech "Megan">>Wanna see my titties?<</speech>>
<<speech "You" "$name">>Yeah!<</speech>>
<<speech "Megan">>Go ahead...<</speech>>
<video src="videos/megan/bj2.mp4" controls></video>
<<speech "You" "$name">>(Her nipples are so puffy)<</speech>>
You feel her warm lips and tongue around the tip of your new bigger cock. It sure feels amazing.
She keeps a flirty vibe with you and tests your level of spanish.
<video src="videos/megan/tegusta.mp4" controls></video>
<<speech "You" "$name">>(Yeah, I really shoudn't have skipped so many spanish classes...)<</speech>>
She smiles and goes back to sucking.
<video src="videos/megan/bj3.mp4" controls></video>
[[Next|Meganpresex3]]She begins to stroke your dick while sucking at the tip.
<video src="videos/megan/bj4.mp4" autoplay controls></video>
<<speech "You" "$name">>(My cock feels huuuuge)<</speech>>
<<speech "Megan">>Let me take this off.<</speech>>
<video src="videos/megan/shirtoff.mp4" controls></video>
<<speech "You" "$name">>Your tits are very nice!<</speech>>
<<speech "Megan">>Wanna put this big cock between them?<</speech>>
<<speech "You" "$name">>Fuck yeah!<</speech>>
<video src="videos/megan/titjob.mp4" controls></video>
<<speech "You" "$name">>Alright, I need to fuck you.<</speech>>
<<speech "Megan">>thought you'd never ask...<</speech>>
[[Fuck her pussy|Megansex]]
<<nobr>><<Sexend>><</nobr>><<if $vaginalcow is false>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Megan">>Let me ride this dick.<</speech>>
<video src="videos/megan/cowstart.mp4" autoplay controls></video>
[[Faster|meganCowfast]]
[[Let her work it|meganCowwork]]
[[Choose another position|Megansex]]
<</if>>
<<if $vaginalcow is true>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Megan">>Yeah just like that.<</speech>>
<video src="videos/megan/cow.mp4" autoplay controls></video>
[[Faster|meganCowfast]]
[[Let her work it|meganCowwork]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<if $player.dominance gte 2>><<nobr>>
<<set $vaginalmisslegsup to true>>
<<set $bonusdominance to true>>
<<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=9>>
<<set $vaginalmiss to true>><</nobr>>
<<speech "You" "$name">>Play with this pussy baby.<</speech>>
<<speech "Megan">>Hmmm okay.<</speech>>
<video src="videos/megan/misslegsupplay.mp4" autoplay controls></video>
[[Put one leg back down|meganMiss]]
[[Back to just fucking|meganMisslegsup]]
[[Choose another position|Megansex]]
<</if>>
<<if $player.dominance lt 2>>
<<speech "Megan">>Sorry, I don't like being told...<</speech>>
Guess she won't do that for you
[[Back to just fucking|meganMisslegsup]]
[[Choose another position|Megansex]]
<</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<set $vaginalcow to true>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "You" "$name">>Fuck this feels so good!<</speech>>
<video src="videos/megan/cowfast.mp4" autoplay controls></video>
[[Even faster|meganCowfaster]]
[[Gentler|meganCow]]
[[Let her work it|meganCowwork]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<set $vaginalcow to true>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Megan">>You like when I ride tu verga?<</speech>>
<video src="videos/megan/cowwork.mp4" autoplay controls></video>
[[Faster|meganCowfast]]
[[Fuck her|meganCow]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Megan">>Ohhhh, fuck!<</speech>>
<video src="videos/megan/cowfaster.mp4" autoplay controls></video>
[[Gentler|meganCow]]
[[Let her work it|meganCowwork]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<set $vaginalrcow to true>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Megan">>Let me ride this big cock.<</speech>>
<video src="videos/megan/rcowwork.mp4" autoplay controls></video>
[[Fuck her|meganRcow]]
[[Feet on the ground|meganRcowground]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>Ha! Got you.
No, seriously, consider help me to create more for this game.
https://www.patreon.com/drwolfman
[[Back|Megansex]]<<set $vaginalrcow to true>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>>
She steps on the ground to get more [[support|Suport my Patreon]].<</nobr>>
<<speech "You" "$name">>(Her panocha feels amazing)<</speech>>
<video src="videos/megan/rcowground.mp4" autoplay controls></video>
[[Faster|meganRcowgroundfast]]
[[Play with her tits|meganRcowtits]]
[[Feet back up|meganRcow]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "Megan">>Yeah give it to me.<</speech>>
<video src="videos/megan/rcowgroundfast.mp4" autoplay controls></video>
[[Gentler|meganRcowground]]
[[Play with her tits|meganRcowtits]]
[[Feet back up|meganRcow]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
You play with her soft perky tits.<</nobr>>
<video src="videos/megan/rcowgroundtits1.mp4" autoplay controls></video>
[[Harder|meganRcowtitshard]]
[[Fuck her gentler|meganRcowground]]
[[Feet back up|meganRcow]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>><<nobr>><<set $CurOrg += 7>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=10>>
You grab her tits harder and begins to pound her.<</nobr>>
<<speech "Megan">>Uhhg...Yesss...<</speech>>
<video src="videos/megan/rcowgroundtits2.mp4" autoplay controls></video>
[[Gentler|meganRcowtits]]
[[Fuck her gentler|meganRcowground]]
[[Feet back up|meganRcow]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 7>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=10>><</nobr>>
<<speech "Megan">>Uhhg...Fuck...<</speech>>
<video src="videos/megan/doggydeep2.mp4" autoplay controls></video>
[[Harder|meganDoggyhard]]
[[Gentler|meganDoggy]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 7>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 4>>
<<set $CurPain +=5>><</nobr>>
<<speech "You" "$name">>(Fuck! This is amazing)<</speech>>
<video src="videos/megan/doggyhard2.mp4" autoplay controls></video>
[[Deeper|meganDoggydeep]]
[[Gentler|meganDoggy]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
<<nobr>><<set $CurOrg += 5>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
<<set $vaginaldoggy to true>><</nobr>>
<<speech "You" "$name">>(Fuuuuuck! Am I dreaming?)<</speech>>
<video src="videos/megan/doggynicenslow.mp4" autoplay controls></video>
[[Harder|meganDoggyhard]]
[[Deeper|meganDoggydeep]]
[[Gentler|meganDoggy]]
[[Choose another position|Megansex]]
<<if $CurOrg1 gte 100>><<link [[Make her cum|Megan orgasm]]>><</link>><</if>>
<<if $CurOrg gte 100>><<goto "Cumonmegan">><</if>>
<<if $CurPain gte 100>><<goto "meganBadEndPain">><</if>>
<<if $CurEng lte 0>><<goto "meganBadEndEnergy">><</if>>
You grab her head and spray your cum all over her face.
<video src="videos/megan/cumonface.mp4" autoplay controls></video>
<<speech "You" "$name">>Wow, thats a lot.<</speech>>
[[Ask her to suck you some more (charisma must be at least 2)|meganCumsuck]]
[[End scene|megansceneENDstats]]<<if $girl.orgcount gte 1>>
<<speech "Megan">>Cum in my mouth. Let me taste your hot load.<</speech>>
<video src="videos/megan/cumswallow.mp4" autoplay controls></video>
<<speech "You" "$name">>Wow! She swallowed it.<</speech>>
[[End scene|megansceneENDstats]]
<</if>>
<<if $girl.orgcount lt 1>>
<<speech "Megan">>Sorry but no, just cum om my face.<</speech>>
[[Cum on her face|meganCumface]]
<</if>>
<<set $player.money += 300>><<nobr>>
<<set $player.reputation +=1>><</nobr>>
<<if $girl.orgcount eq 0>><<nobr>>
You didn't make her cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girl.orgcount eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
You made her cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount gte 2>><<nobr>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
You made her cum $girl.orgcount times!! You get +100$ bonus and +2 bonus reputation.<</nobr>>
<</if>>
<<if $bonuscharisma is true>><<nobr>>
<<set $player.charisma += 1>>
You got +1 charisma for some actions you took in this scene.<</nobr>>
<</if>>
<<if $bonusdominance is true>><<nobr>>
<<set $player.dominance += 1>>
You got +1 dominance for some actions you took in this scene.<</nobr>>
<</if>>
<<if $bonusfitness is true>><<nobr>>
<<set $player.fitness += 1>>
You got +1 fitness for some actions you took in this scene.<</nobr>>
<</if>>
[[Next|megansceneEND]]
<<if $CurPain lt 51>>
<<set $meganbonus to true>>
<</if>><<if $player.charisma gte 2>><<nobr>>
<<set $bonuscharisma to true>><</nobr>>
<<speech "You" "$name">>Can you suck me some more?<</speech>>
<<speech "Megan">>Sure papi!<</speech>>
<video src="videos/megan/cumsuck.mp4" autoplay controls></video>
[[End scene|megansceneENDstats]]
<</if>>
<<if $player.charisma lt 2>>
<<speech "Megan">>Sorry papi, but this is enough.<</speech>>
[[End scene|megansceneENDstats]]
<</if>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your neighbor: Dee</span><<nobr>>
<</nobr>><a data-passage="Deestats" class="link-internal link-image">
<img class="right-side small" src="images/dee/face.jpg">
</a>
You met her almost a year ago, since you moved to your apartment.
''Stats:''
*Her love for you is $dee.love
*Her lust for you is $dee.lust
*Her corruption is $dee.corruption
*Her submissiveness to you is $dee.submission
''Things you know:''
*She is your neighbor.
<<if $deemothercomplex is true>>
*She has a mother complex.
<</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your neighbor's daughter: Mandy</span><<nobr>>
<</nobr>><a data-passage="Mandystats" class="link-internal link-image">
<img class="right-side small" src="images/mandy/face.jpg">
</a>
You met her almost a year ago, since you moved to your apartment.
''Stats:''
*Her love for you is $mandy.love
*Her lust for you is $mandy.lust
*Her corruption is $mandy.corruption
*Her submissiveness to you is $mandy.submission
''Things you know:''
*She treats her mother very badly.
<<if $day is 7>>
<<if $mandysecret1 is true>>
*She's a cam girl.<</if>>
<</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your co-worker: Kendra</span><<nobr>>
<</nobr>><a data-passage="Kendrastats" class="link-internal link-image">
<img class="right-side small" src="images/kendra/face.jpg">
</a>
You met her at your shitty job almost a year ago.
''Stats:''
*Her love for you is $kendra.love
*Her lust for you is $kendra.lust
*Her corruption is $kendra.corruption
*Her submissiveness to you is $kendra.submission
''Things you know:''
*She's you friend and co-worker.
<<if $kendragettingcaught is true>>*She likes the thrill of almost getting caught.<</if>><<nobr>><<Sexend>>
<<set $now to true>>
<<AdvancePeriod 1>>
<<set $stats to true>>
<<set $callings to false>>
<<set $scenesuccess to true>>
<<set $characters to true>>
<<set $stats1 to true>><</nobr>>
The director says:
<div class="general">//I think we have enough material guys, thanks.//</div>
<<speech "You" "$name">>(That was awesome. Did I do well?)<</speech>>
<<speech "Dick">>It was sure interesting my friend...<</speech>>
Kya goes to the bathroom to take a shower.
Meanwhile you just stand there observing how things work in a porn set.
<div class="general">//Uhmm, you can get dressed man...//</div> the camera man says.
<<speech "You" "$name">>Oh, yeah, sure.<</speech>>
You put your clothes back on and some guy that was around calls you.
<div class="general">//Hey, that was a cool scene, well done for a beginner.//</div>
<<speech "You" "$name">>Thanks!<</speech>>
<div class="general">//Come to the reception, you have to sign some papers.//</div>
You head to the reception.
<<if $kyabonus is true>>
<<speech "Kya">>Hey, wait. I didn't catch your name.<</speech>>
<<speech "You" "$name">>Oh sorry, I'm $name. Kya right?<</speech>>
<<speech "Kya">>Yeah. Sooo, that was a pretty solid scene. I came like 2 or 3 times.<</speech>>
<<speech "You" "$name">>Thanks! (I'm fucking awesome)<</speech>>
<<speech "Kya">>I'll give you my number...call me later.<</speech>>
She blows you a kiss.
<<speech "You" "$name">>Wow. Alright, bye.<</speech>>
<</if>>
[[Go to the reception|Reception1]]When you get to the reception, the guy that called you points to some papers that must by signed and gives you some information about how the business works.
<div class="general">//And that's it...//</div>
<<speech "You" "$name">>Ok, thanks.
Hey, can I ask you something? Will you show my face in the edition?<</speech>>
<div class="general">//Nahh, that's your first scene, nobody will be seeing your face.//</div>
<<speech "You" "$name">>(I thinks that's better for now...)<</speech>>
<div class="general">//We'll give you a call when we another scene is available.//</div>
<<speech "You" "$name">>Thanks a lot guys. Bye.<</speech>>
[[Go home|Goinghome3]]
You get home and you're veeery tired.
<<speech "You" "$name">>Damn! Today was a crazy day.
<<if $scenesuccess is true>>Can't believe I did so well.<</if>>
<<if $scenesuccess is false>>Even thoug I had some problems I'll still try again. I know I can improve.<</if>><</speech>>
You take a shower and immediately go to bed.
[[Sleep|sleep3]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Kya</span> (your first scene partner)<<nobr>>
<</nobr>><a data-passage="Kyastats" class="link-internal link-image">
<img class="right-side small" src="images/kya/face.jpg">
</a>
She's the first girl you shot with.
<<if $kyabonus is false>>
*She didn't give you any reward.
<</if>>
<<if $kyabonus is true>>
*She gave you her number.
<</if>>
<<nobr>><<Sexend>>
<<set $now to true>>
<<AdvancePeriod 1>>
<<set $stats to true>>
<<set $callings to false>>
<<set $scenesuccess to true>>
<<set $characters to true>>
<<set $stats1 to true>><</nobr>>
The director says:
<div class="general">//I think we have enough material guys, thanks.//</div>
<<speech "You" "$name">>(That was awesome. Did I do well?)<</speech>>
<<speech "Dick">>It was sure interesting my friend...<</speech>>
Megan goes to the bathroom to take a shower.
<<speech "You" "$name">>(What the hell happened to my dick, Dick?)<</speech>>
<<speech "Dick">>Looks like you summoned the power of the ''Transmutation calling''.<</speech>>
<<speech "You" "$name">>(I suppose this is another fucking magical power that make the penis even larger)<</speech>>
<<speech "Dick">>That's precisely it. But it has many other features.<</speech>>
<<speech "You" "$name">>(And how did I do that?)<</speech>>
<<speech "Dick">>Well, in many centuries, being part of many blessed souls I saw men activate callings unintentionally. That must have happened to you boy.<</speech>>
<<speech "You" "$name">>(Shit! That's weird)<</speech>>
<<speech "Dick">>Don't worry. The effect you pass. Your penis will go back to being "just big".
And one more thing, we shall train your powers on another ocasion.<</speech>>
<<speech "You" "$name">>(Yeah, i guess that's for the better)<</speech>>
The camera man is looking at you standing still, naked and staring at nothing.
<div class="general">//Hey man, you ok?//</div>
<<speech "You" "$name">>Oh, yeah, sorry...<</speech>>
You put your clothes back on and some guy that was around calls you.
<div class="general">//Hey, that was a cool scene, well done for a beginner.//</div>
<<speech "You" "$name">>Thanks!<</speech>>
<div class="general">//Come to the reception, you have to sign some papers.//</div>
You head to the reception.
<<if $meganbonus is true>>
<<speech "Megan">>Hey $name, you did well.<</speech>>
<<speech "You" "$name">>Oh, thanks!<</speech>>
<<speech "Megan">>And since you triedto be gentle I'll tell my friends about you.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Megan">>You'll see...Bye chico.<</speech>>
<<speech "You" "$name">>Bye! (What was she talking about?)<</speech>>
<</if>>
[[Go to the reception|Reception1]]You grab a bus and go straight to home, felling kind of numb on the way.
<<speech "You" "$name">>(Why am I felling so weird)<</speech>>
<<speech "Dick">>It's the first time you gathered your new powers. Your body still needs to get used to it.<</speech>>
Nothing much happens until you get to your building.
[[Enter|Corridor3]]
As you enter the building, before you reach your door you can hear your lovely neighbors shouting at eachother.
<<speech "Mandy">>Fuck you, you old bitch! I have my own money, I can do whatever the fuck I want.<</speech>>
<<speech "Dee">>Don't you talk to your mother like that lady!<</speech>>
<<speech "Mandy">>You are not even my mother!<</speech>>
<<speech "Dee">>YES I AM!<</speech>>
<<speech "Mandy">>Fuck this shit, I'm going to my room.<</speech>>
<<speech "Dee">>Wait!<</speech>>
You stop hearing them as they move away from the main door.
<<speech "You" "$name">>Wow! Mandy is really a little bitch.<</speech>>
[[Home|Home3]]You drift away in a deep sleep.
But a weird dream starts to form in your head.
[img[images/player/outofbody.gif]]
[[What is happening?|Aphodite1]]The image of a misterious woman appears before your eyes.
[img[images/player/aphrodite.jpg]]
<<speech "Misteriouswoman" "Misterious woman">>Who dares to use my powers against my will?<</speech>>
<<speech "You" "$name">>W-what? What the hell is happening?<</speech>>
<<speech "Misteriouswoman" "Misterious woman">>You. Shall. Suffer!<</speech>>
[img[images/player/portal.gif]]
[[Wake up|Home3a]]You wake up scared and drenched in sweat.
[img[images/player/nightmare.gif]]
<<speech "You" "$name">>What the fuck was that? Who was that woman?<</speech>>
Feeling that you won't be sleeping for a while you decide to get up.
<<speech "You" "$name">>I have to take a pee.<</speech>>
[[Go to the bathroom|Bathroom3]]
You open your pants and...
<<speech "You" "$name">>WHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT?<</speech>>
[img[images/player/smallpenis2.gif]]
<div class="general">Your penis is back to the original size.</div>
You lost your powers.
''END OF CHAPTER 1''
[[Next|CHAPTER 2]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Megan</span> (your first scene partner)<<nobr>>
<</nobr>><a data-passage="Meganstats" class="link-internal link-image">
<img class="right-side small" src="images/megan/face.jpg">
</a>
She's the first girl you shot with.
<<if $meganbonus is false>>
She didn't give you any reward.
<</if>>
<<if $meganbonus is true>>
She said something about telling her friends about you...
<</if>>
<<nobr>><<Sexend>>
<<set $now to true>>
<<AdvancePeriod 2>>
<<set $callings to false>>
<<set $scenesuccess to true>>
<<set $stats1 to true>><</nobr>>
Your scene partner go to the bathroom to have a shower while you just stay there felling defeated.
You start to put your clothes back when the camera man calls you:
<div class="general">//Hey man, that was unfortunate...//</div>
<<speech "You" "$name">>Yeah, my bad.<</speech>>
<div class="general">//Yes, your bad. But hey, I've been around long enough to know when someone has potential. You definitely have it.//</div>
<<speech "You" "$name">>Are you serious?<</speech>>
<div class="general">//Dead serious man. You got on time for the shooting, were pretty open to directions and doesn't seem to use drugs...I mean, at least heavy drugs.//</div>
<<speech "You" "$name">>Wait, isn't this like...the usual?<</speech>>
<div class="general">//Nooo, many of the new guys that come here are pretty wasted. Several of them can't even get an erection right away without loads of viagra.//</div>
<<speech "You" "$name">>Oh, so... do I still have a chance?<</speech>>
<div class="general">//Yeah, I'll talk to the guys. Maybe we can use some of the scene on the edition. I won't promise anything but I'll call you to try again.//</div>
<<speech "You" "$name">>Wow thanks man! I really appreciate that.<</speech>>
[[Go home|Goinghome3]]<<goto "Patreon">>This game has strong sexual content and is intended to be played by people aged over 18. All the models used in the game are 18 years or older.
(Also, be aware that some videos might autoplay with sound. So keep that in mind.)
<img class="middle medium" src="images/misc/18.jpg">
[[I understand and I'm over 18|Name]]
[[I'm under 18]]Thank you for being honest. Have a nice day :)<span class="bigger">CHAPTER 2: A new beginning</span>
<img class="large" src="images/background/logo.jpg">
[[Begin|room3o]]You go back to your room and sit on the bed, feeling that you're about to get some unwanted news about your "blessing".
<<speech "Dick">>As I said, I was created by the goddess of love. A creature made from pure lust.<</speech>>
<<speech "You" "$name">>Yeah I remember that part.<</speech>>
<<speech "Dick">>So... back in Greece I helped a lot of people. I was happy to do so. Aphrodite had complete control over me.
But with the passing of years, the greek gods stopped being worshiped by the majority of people. Because of that, all the gods were affected, even Aphrodite.<</speech>>
<<speech "You" "$name">>So, she lost her powers?<</speech>>
<<speech "Dick">>She didn't actually lost her powers, they were just diminished. She's still a goddess after all.<</speech>>
<<speech "You" "$name">>Hmm, so you got affected as well?<</speech>>
<<speech "Dick">>That's were the problem started.
You see, Aphrodite may have suffered from less worship towards her. But I need only lust to be completely fueled.
People may have stopped worshiping the gods, but they never dispelled from lust.<</speech>>
<<speech "You" "$name">>Oh, so you got-<</speech>>
<<speech "Dick">>POWERFUL. My powers were able to flow more freely through the men over the years.
With less control over me I was able to guide my "recipents" the way I wanted.<</speech>>
<<speech "You" "$name">>Yeeeah, that's kinda frightening... I mean, the way you could control people.<</speech>>
<<speech "Dick">>Not at all. If one thing, I was able to help more.<</speech>>
<<speech "You" "$name">>Why is that?<</speech>>
<<speech "Dick">>The reason Aphrodite would bless men who worshiped her is that I would turn them into perfect lovers.<</speech>>
<<speech "You" "$name">>That's not a bad thing...<</speech>>
<<speech "Dick">>So she could absorb their sexual energy.<</speech>>
<<speech "You" "$name">>Ohh...<</speech>>
<<speech "Dick">>You know what happens when someone gets its sexual energy completely sucked from them?<</speech>>
<<speech "You" "$name">>I guess I can imagi-<</speech>>
<<speech "Dick">>THEY DIE!<</speech>>
[[Next|room3a]]<<speech "You" "$name">>FUCK! I'm going to die??<</speech>>
<<speech "Dick">>What? No!<</speech>>
<<speech "You" "$name">>But she absorbed my powers!<</speech>>
<<speech "Dick">>That's not true. She just absorbed some of your sexual energy. Her powers are still not fully recovered. You can still replenish it.<</speech>>
<<speech "You" "$name">>So I didn't lost my powers?<</speech>>
<<speech "Dick">>No, but you must be trained immediately.<</speech>>
<<speech "You" "$name">>Okay. But how does it wor-<</speech>>
You fall unconscious over your bed. Your mind is being teleported.
[img[images/dick/training.gif]]
[[Next|training1]]You feel like you're flying. It is warm and cold at the same time. There is no sound whatsoever, but your thoughts echoes.
<<AdvancePeriod 1>>
<<speech "Dick">>Welcome boy.<</speech>>
<<speech "You" "$name">>God! This is weird.<</speech>>
<<speech "Dick">>It's not weird. This is you.<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Dick">>This is your soul being represented inside your mind.<</speech>>
<<speech "You" "$name">>Uhhhhhhhh...<</speech>>
<<speech "Dick">>It's overwhelming, I know, but you will get used to it. Embrace it.<</speech>>
<<speech "You" "$name">>I-i really don't know how I feel right now.<</speech>>
<<speech "Dick">>That's why we are here. You shall learn to know more about your powers and yourself.
If Aphrodite talked to you this means she found me already.<</speech>>
<<speech "You" "$name">>Are you hiding from her?<</speech>>
<<speech "Dick">>Through the centuries she started losing powers while I grew stronger. She lost most of the control she had over me. After that I turned into a deviant.<</speech>>
<<speech "You" "$name">>So you stopped obeying her?<</speech>>
<<speech "Dick">>Not completely. I just started making some decisions.
You know, I really grow fond with my recipients over time. As I submerge in one's memories and begin to feel what he feels, a profound bound is made.<</speech>>
<<speech "You" "$name">>I didn't thought about that.<</speech>>
<<speech "Dick">>So you may now see the meaning of my sorrow, which made me go rogue in the eyes of the goddess.
I just could not let her take my friends, parts of who I came to be. So I started my training plan, to turn men into warriors who could save themselves from Aphrodite's grasp!<</speech>>
<<speech "You" "$name">>Wow. That's fucking inspiring!<</speech>>
<<speech "Dick">>Indeed boy! I'm happy that you're feeling confident.<</speech>>
<<speech "You" "$name">>Fuck yeah! I mean, to turn people into freaking magical soldiers... I bet that Aphrodite had her ass kicked some times.<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>Wait, there were people who escaped from her, right??<</speech>>
<<speech "Dick">>None yet.<</speech>>
You feel a deep cold in your spine. Fear invades your soul.
<<speech "You" "$name">>Haha I'm fucking dead already.<</speech>>
<img class="small" src="images/misc/danger.gif">
[[Next|training1a]]<<speech "Dick">>You must not worry. I feel that you are different.<</speech>>
<<speech "You" "$name">>Oh yeah? How so??<</speech>>
<<speech "Dick">>For many centuries I've been escaping from that bitch. My only resort is to fuse with men I get drawn into. But she always manages to find me.<</speech>>
<<speech "You" "$name">>And how am I different?<</speech>>
<<speech "Dick">>She never found me in such a short time.<</speech>>
<<speech "You" "$name">>Ohhhhh that's fucking amaaaazing...<</speech>>
<<speech "Dick">>That is a good thing. It means you must have an enourmous latent power within your soul.<</speech>>
<<speech "You" "$name">>I don't know Dick. I'm scared to death. That bitch is going to suck me, and not in a good way...<</speech>>
<<speech "Dick">>Enough! Less talking and more training!<</speech>>
Looks like your training is finally about to begin.
[[Next|training1b]]<<speech "Dick">>I will now introduce you to something called Arkhé. It means beginning, origin.<</speech>>
<<speech "You" "$name">>I miiiight have heard that before in phylosophy class. Man, that teacher was craaazy, one time he rolled a joint so strong tha-<</speech>>
<<speech "Dick">>FOCUS!<</speech>>
<<speech "You" "$name">>Ok, sorry. I have ADHD.<</speech>>
<<speech "Dick">>Inside your soul resides your very own Arkhé, which we will refer to as Arche.
It is the very fabric of your soul, and it reflects on your Physis and Logos, your fisical and mental nature respectively.<</speech>>
<<speech "You" "$name">>Okay, I'm following...<</speech>>
<<speech "Dick">>The great thing about the arche is that you can train it to be more and more powerful, fueling your body and your mind to be stronger.
Remember the callings I told you about? They manifest through your primary...let's say, stats. Your physical capacity, your espiritual combustible, your intellect and your power to subdue others, as well as your conviction.<</speech>>
<<speech "You" "$name">>So like, fitness, energy, intelligence, dominance and charisma?<</speech>>
<<speech "Dick">>Yes, you could say so.
Now, each calling gathers it's power from your arche and can be augmented by these stats you mentioned. <</speech>>
<<speech "You" "$name">>And how do I access this arche thing.<</speech>>
<<speech "Dick">>The basic way is to meditate.<</speech>>
<<speech "You" "$name">>Shit! I've never been good at meditating.<</speech>>
<<speech "Dick">>Smoking weed could help you set your mind free.<</speech>>
<<speech "You" "$name">>Right?? I always say this.<</speech>>
<<speech "Dick">>There are other ways to regain arche, but you will find out some other day. You must now focus on regaining your arche.
And one more thing. I will unlock your access to callings. New callings will manifest withing you with the more you train, focus and live.
You must use them with care and wisdom.<</speech>>
<<speech "You" "$name">>Ok. I think I understood everything. But, how much time do I have to get stronger?<</speech>>
<<speech "Dick">>As I said, Aphrodite is not as strong as she once were. Although she got a little more power directly from you, she's still not ready to attack you again. I could not state how much time you have. You have got to work with what you have.<</speech>>
<<speech "You" "$name">>Ok, just one question. What about my dick?<</speech>>
You feel yourself being drawn with immense force towards your physical body.
[img[images/dick/training.gif]]
[[Next|room3b]]<<nobr>><<set $day to 3>>
<<set $period to 1>>
<<set $now to true>>
<<set $stats to false>>
<<set $stats2 to true>>
<<set $weed to 2>>
<<set $inventory to true>>
<<set $pushups to false>>
<<set $CurEng to 100>>
<<set $player.arche to 0>><</nobr>>
The light of the day reach your closed eyes. It's already morning.
<<speech "You" "$name">>Fuck! That was some intense shit.<</speech>>
<<speech "You" "$name">>I have to focus on getting better. And now it's not just for quality of life. It's for life itself. Fuck, I'm sounding like Dick.<</speech>>
You remember to check on a "little problem" you've got going on.
<<speech "You" "$name">>Damn it! It's still small. How the fuck am I supposed to fix this?<</speech>>
You wonder what to do, but try to keep in mind what Dick taught you.
<<speech "You" "$name">>Ok. Arche. (Sigh). Here we go.<</speech>>
You do the classic meditation pose and try to clear your mind, hoping for the best.
<<speech "You" "$name">>This is really hard. How can I just meditate after all this nightmare...<</speech>>
You look to the bed table and see some weed.
<<speech "You" "$name">>That might help.<</speech>>
You light a joint and try to relax.
[[Next|room3c]]Though you have a lot in your head, it is time to go to work. But you still have time for one more action before going.
<<speech "You" "$name">>Maybe if I masturbate my dick can grow back?<</speech>>
[[Watch some porn|porn1]]
[[Train your body|fitness1]]
<<if $watchporn is true>>
[[Leave|hallway3]]
<</if>>
<<set $now to true>><<nobr>>
<<set $stats2 to true>><</nobr>><<if $watchporn is false>>
You sit on the chair, put on any random porn site and when you're about to grab your dick...you just cant' touch it.
<<speech "You" "$name">>What the fuck?<</speech>>
You keep trying to reach for it but it feels like there's an invisible force field.
<<speech "You" "$name">>Ok. That's fucking great...<</speech>>
<<speech "Dick">>It seems that Aprhodite did more to you than absorbing your sexual energy. This must be some kind of spell...
Oh I know what this is. She put you into forced ágamos.<</speech>>
<<speech "You" "$name">>I don't like this word. My cock is already back to small size, is it gonna fall off?<</speech>>
<<speech "Dick">>That's nonsense. Ágamos means celibate. You won't be able to touch it for sexual purposes.<</speech>>
<<speech "You" "$name">>Oh, and how am I supposed to fix this.<</speech>>
<<speech "Dick">>You must train your mind and your body. Greek warriors used celibacy to strengthen themselves.<</speech>>
<<speech "You" "$name">>Train? How?<</speech>>
<<speech "Dick">>I'm sure you'll find a way.<</speech>>
Dick vanishes from your head.
<<speech "You" "$name">>Fuck! Another riddle, just what I needed.<</speech>>
You put your pants back on.
[[Back|room3d]]
<<set $watchporn to true>>
<<else>>
You still can't touch your dick...
("can't touch this" song plays)
[img[images/misc/canttouchit.gif]]
<<speech "You" "$name">>Fuck!<</speech>>
[[Back|room3d]]
<</if>><<if $pushups is false>> <<nobr>>
<<set $player.fitness += 1>>
<<set $pushups to true>>
<<set $CurEng -= 10>>
<<set $pushupcount += 1>><</nobr>>
You do some push ups and feel a little bit stronger.
[img[images/player/pushups2.gif]]
<<speech "You" "$name">>This is getting easy fast. Maybe I should look for a gym membership.<</speech>>
<<else>><<nobr>>
You already trained your body today<</nobr>>
<</if>>
[[Rest|room3d]]You leave your apartment and when you're locking the door you see that Dee's apartment is open.
<<speech "You" "$name">>Huh, that's weird.<</speech>>
[[Peek|deeapart3]]
[[Ignore and go to work|hallway3a]]
[[Get to work as fast as you can|workearly3]]You get to the first floor and on the way out you see a woman. Looks likes she's moving in.
<<speech "You" "$name">>(Woah... she's hot)<</speech>>
She looks kinda worried. But when she sees you her face lightens up.
<img class="middle medium" src="images/codi/first/meeting2.jpg">
<div class="general">Heeey neighbor! I'm new here.</div>
<<speech "You" "$name">>Oh, hi! I'm $name, welcome to the building.<</speech>>
<<speech "Codi">>Nice to meet you, I'm Codi. <</speech>>
She stretches her hand to you. You notice she has a wedding ring.
<<speech "You" "$name">>Nice to meet you too.<</speech>>
She grabs you hand firmly and shakes in a fast pace.
<<speech "You" "$name">>(So much energy this time of the day)<</speech>>
<<speech "Codi">>So, they told me I can't use the elevator to move my things up at the moment cause I forgot to schedule the time I was going to move in. The elevator is only for residents and I can't put any forniture in there...<</speech>>
<<speech "You" "$name">>Hey, calm down...<</speech>>
<<speech "Codi">>I kinda need help to move some things, could you help me a little bit? I promise I'll repay you somehow...<</speech>>
[[Help her|helpcodi]]
[[Go to work|denyhelpcodi]]
<<set $metcodi to true>>You proceed to get as fast as you can to work since you've been late too many times.
<<speech "You" "$name">>It actually feels nice to be early for once.<</speech>>
You go through the back door and see your boss finishing his coffee at the staff room.
<div class="general">//Hello, $name.//</div>
[[Next|bossint]]
As you look through the door gap you see a yoga mattres on the ground.
<img class="middle medium" src="images/mandy/yoga/yoga.jpg">
[[Enter the apartment|deeapart31]]
[[Wait|spymandyoga]]
[[Leave|hallway3]]
Thinking that it's best to check what's happening, you decide to enter Dee's apartment.
Just as you step inside you see mandy leaving her room.
<<speech "Mandy">>OMG! What the fuck you're doing here.<</speech>>
[[Answer aggressively|watchit]]
[[Answer politely|sorrydoor]]<<speech "You" "$name">>You don't have to say it twice.<</speech>>
She smiles and gets to it.
<video src="videos/mandy/yoga/yoga1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Wow, she has a nice ass!)<</speech>>
[[Next|mandyoga2]]<<speech "You" "$name">>Watch your fucking mouth! (Woah)<</speech>>
She looks at you shocked by what you said.
<<speech "You" "$name">>The door was open and I wanted to check on your mom.<</speech>>
<<speech "Mandy">>That old hag? She's in her room. It's in the end of the hallway.<</speech>>
You pass through her and go to Dee's room. But before entering you look back at her.
[img[images/mandy/fuckyou.jpg]]
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Open the door|checkdee]]
<<set $mandy.submission += 1>><<nobr>>
<<set $player.dominance += 1>><</nobr>><<speech "You" "$name">>Hey, sorry. The door was open and I thought I should check if everything is okay.<</speech>>
<<speech "Mandy">>That idiot forgets to close the door sometimes.<</speech>>
You can't avoid to check her out while she gets ready to do some yoga.
<img class="middle medium" src="images/mandy/yoga/yoga1.jpg">
<<speech "Mandy">>Hey, what you're looking at?<</speech>>
<<speech "You" "$name">>I'm just admiring the view.<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<if $player.charisma gte 4>>
<<speech "Mandy">>It was kinda sweet that you came to check on us. Why don't you check on me now?<</speech>>
''Her love increased by 1''
[[Watch her|mandyoga]]
[[Go check on Dee|checkdee]]
<<else>>
<<speech "Mandy">>Too bad you have things to do, right? Now go!<</speech>>
Maybe if your charisma was higher...
[[Go check on Dee|checkdee]]
<</if>>
<<set $mandy.love += 1>><<nobr>>
<<set $player.charisma += 1>><</nobr>>Her door is closed, so you knock.
<<speech "You" "$name">>Hey Dee. It's $name...<</speech>>
<<speech "Dee">>What? Why are you... I mean, come in.<</speech>>
You open the door and see her sitting on a chair.
<img class="large" src="images/dee/day3/1.jpg">
<<speech "Dee">>How are you dear? Why did you came here?<</speech>>
Although she's smilling you can see that she's faking it.
<<speech "You" "$name">>I saw that the door was open and decided to come check on you guys.<</speech>>
<<speech "Dee">>Oh, that's so sweet of you. Everything's fine, I'm just a little tired (tired of not getting fucked for so long)<</speech>>
<<speech "You" "$name">>What???<</speech>>
<<speech "Dee">>What? I just said I'm tired. I've working too much and getting too little rest, I even forgot the door opened. <</speech>>
<<speech "You" "$name">>(That' was weird... I could swear...) Sure. But tell me, you seem kinda upset. Did anything happened?<</speech>>
<<speech "Dee">>Nothing's happened dear, I'm fine. (When did $name become so attractive?)<</speech>>
<<speech "You" "$name">>Oh, well... Thanks!<</speech>>
<<speech "Dee">>For...what...?<</speech>>
<<speech "You" "$name">>(You've got to be kidding me...)<</speech>>
[[Next|checkdee2]]Then you feel it.
[img[images/player/arche.gif]]
<<set $player.arche to 3>>
"Your arche has been replenished"
<<speech "You" "$name">>Man, this feels like some anime shit.<</speech>>
<<set $weed -= 1>>
[[Next|room3d]]<video src="videos/mandy/yoga/yoga2.mp4" autoplay controls></video>
<<speech "Mandy">>Alright, loser. Time's up. If you want to watch more you'll have to pay haha<</speech>>.
<<speech "You" "$name">>(Dammit!)<</speech>>
[[Pay her|paymandy]]
[[Convince her to let you watch more|convincemandyyoga]]You wait for something to happen...and it does. Looks like the wait paid off, Mandy is about to do some stretching.
<video src="videos/mandy/yoga/yoga1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Wow, she has a nice body...maybe I could take a colser look)<</speech>>
[[Enter|spymandyoga2]]
[[Leave|hallway3a]] <<speech "You" "$name">>I can pay.<</speech>>
''You lost 10$''
<<speech "Mandy">>Wow, so you really want to watch my ass huh? Okay, enjoy while you can.<</speech>>
<video src="videos/mandy/yoga/yoga3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
[[Next|mandypay2]]
<<set $player.money -= 10>><<speech "You" "$name">>Come on, Mandy...You owe me for taking care of you guys and putting up with your bullshit. Now let me see that beautiful ass.<</speech>>
<<speech "Mandy">>Wow, I like the sincerity haha. Okay, but just for a bit longer.<</speech>>
She gets back to it.
<video src="videos/mandy/yoga/yoga3.mp4" autoplay controls></video>
[[Next|convincemandyyoga2]]<<speech "You" "$name">>(Wow, she's really flexible)<</speech>>
<video src="videos/mandy/yoga/yoga4.mp4" autoplay controls></video>
<<speech "Mandy">>Okay! That's enough for today...Thanks for the money haha.<</speech>>
<span class="lust">Her lust has increased by 1</span>
[[Next|deeout]]
<<set $mandy.lust +=1>>
When you're about to go check on Dee she opens her door and sees you.
<<speech "Dee">>$name? What are you doing here?<</speech>>
<<speech "You" "$name">>Hey Dee. I was passing when I saw that the door was open and decided to come check on you.<</speech>>
<<speech "Dee">>Oh, you're so sweet! Everything is fine though.<</speech>>
You can sense that she's upset about something, but You've spent to much time in here already.
<<if $deecaught is false>>
<<speech "You" "$name">>Okay then. I'm kinda late. Bye girls!<</speech>>
<<speech "Dee">>Have a nice day darling!<</speech>>
Mandy just ignores you.
<<speech "You" "$name">>(Hmpf...bitch)<</speech>>
[[Leave|worklate3]]
<<else>>
<<speech "You" "$name">>So, Dee...about yesterday in the bathroom...<</speech>>
She immediately blushes and interrupts you.
<<speech "Dee">>Oh yes! Thanks for helping me with the router! <</speech>>
She puts her hands on your shoulders and gently guides you to the exit.
<<speech "Dee">>Now, you must be late for work. Bye baby!<</speech>>
She closes the door behind you.
<<speech "You" "$name">>(Wow, she's really shy about yestarday...)<</speech>>
[[Go to work|worklate3]]
<</if>><<speech "You" "$name">>(Wow, she's really flexible)<</speech>>
<video src="videos/mandy/yoga/yoga4.mp4" autoplay controls></video>
<<speech "Mandy">>Okay! That's enough for today...Bye loser.<</speech>>
<<speech "You" "$name">>(Am I really a loser if you let me watch more?)<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|deeout]]
<<set $player.charisma +=1>>You open the door just a little bit more and try to enter being very careful.
<video src="videos/mandy/yoga/spy2.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's got some booty, how did I never noticed that before?)<</speech>>
[[Next|spymandyoga3]]
[[Leave|hallway3a]] Suddenly she turns her head to check on her form...
<video src="videos/mandy/yoga/caught.mp4" autoplay controls></video>
<<speech "You" "$name">>(FUCK!)<</speech>>
[[Try to hide!]]
[[Stay calm]]<<speech "You" "$name">>(Where the fuck do I hide?)<</speech>>
You try to find a hiding spot but your mind wanders for a split second.
You feel a strong impulse inside your body. After that your whole body feels completely numb.
<img class="middle medium" src="images/player/invisibilitycall.gif">
It all happens instantly.
[[Next|mandyinv]]You stand still right behind her when she sees you.
<<speech "Mandy">>What the FUCK?? You fucking scared me!! How did you get in here?? Were you watching me you fucking weirdo?<</speech>>
You try your best to remain calm and tell her...
<<speech "You" "$name">>Hey, just ''calm down''.<</speech>>
[[Next|calmmandy]]You're still there, she's looking straight at your direction. But she doesn't see you.
Standing completely still and looking at her you try not to make any sound.
<<speech "You" "$name">>(What the fuck is this? How is she not seeing me?)<</speech>>
Then you finally realize that even you can't see yourself.
<<speech "You" "$name">>What???<</speech>>
<<speech "Mandy">>What the fuck? Who's there?<</speech>>
Realizing about your mistake, you try to keep silent and hope for the best.
<<speech "Mandy">>Huh... this hangover is really screwing me.<</speech>>
<<speech "You" "$name">>(I'm invisible! How the fuck did I do that?)<</speech>>
Mandy goes back to her exercises and you can't help but think about enjoying your new power.
[[Next|mandyinv2]]You notice that your vision is affected by your power, giving it an odd effect.
<video src="videos/mandy/yoga/yoga3inv.mp4" autoplay controls></video>
<<speech "You" "$name">>(This is trippy. But hey, at least I can see her ass. Matter of fact... why not get closer?)<</speech>>
[[Next|mandyinv3]]You lay on the ground and strangely it doesn't make much noise.
<<speech "You" "$name">>(Still can't believe she can't see me. This is so fucking awesome)<</speech>>
<video src="videos/mandy/yoga/yoga4inv.mp4" autoplay controls></video>
<<speech "You" "$name">>(I want to bury my face in this ass)<</speech>>
[[Next|mandyinv4]]<<speech "You" "$name">>(Fuck! I can almost see her pussy)<</speech>>
<video src="videos/mandy/yoga/yoga5inv.mp4" autoplay controls></video>
<<speech "You" "$name">>(I wish I could touch my cock... but wait. Maybe i could touch her...)<</speech>>
[[Next|mandyinv5]]
You slowly stand up and reach for her round ass.
<video src="videos/mandy/yoga/touchinv.mp4" autoplay controls></video>
Your hand goes straight through her body, as if you were a ghost.
<<speech "You" "$name">>(Wtf? I can't touch myself, I can't touch her. I don't know if this is a blessing or a curse)<</speech>>
[[Next|mandyinv6]]
<<speech "Mandy">>What the hell? My buttcheeks feels so cold...<</speech>>
As you hear her say that you notice that your body is slowly turning visible again.
<img class="middle medium" src="images/player/invisibilitycall.gif">
<<speech "You" "$name">>(Shit! I need to get out of here)<</speech>>
''You discovered a new calling: Invisibility calling''
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="grey">''Your fitness has increased by 1''</span>
[[Leave|worklate3]]
<<nobr>><<set $player.fitness +=1>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>>
<<set $invicalllvl += 1>><</nobr>><<nobr>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</nobr>>
''KNOWN CALLINGS''
(click on image for more details)
<span class="bigger energy">Energy calling</span><<nobr>>
<</nobr>><a data-passage="Energystats" class="link-internal link-image">
<img class="left-side small" src="images/player/energycall.gif">
</a>
<span class="bigger calmness">Calmness calling</span><<nobr>>
<</nobr>><a data-passage="Calmnessstats" class="link-internal link-image">
<img class="left-side small" src="images/player/calmnesscall.gif">
</a>
<span class="bigger psy">Psychic calling</span><<nobr>>
<</nobr>><a data-passage="Psychicstats" class="link-internal link-image">
<img class="left-side small" src="images/player/psycall.gif">
</a>
<span class="bigger invisibility">Invisibility calling</span><<nobr>>
<</nobr>><a data-passage="Invisibilitystats" class="link-internal link-image">
<img class="left-side small" src="images/player/invisibilitycall.gif">
</a>
<span class="bigger luck">Luck calling</span><<nobr>>
<</nobr>><a data-passage="Luckstats" class="link-internal link-image">
<img class="left-side small" src="images/player/luckcall.gif">
</a>
<span class="bigger lust">Lust calling</span><<nobr>>
<</nobr>><a data-passage="Luststats" class="link-internal link-image">
<img class="left-side small" src="images/player/lustcall.gif">
</a>
<span class="bigger rage">Rage calling</span><<nobr>>
<</nobr>><a data-passage="Ragestats" class="link-internal link-image">
<img class="left-side small" src="images/player/ragecall.gif">
</a>
<span class="bigger transmutation">Transmutation calling</span><<nobr>>
<</nobr>><a data-passage="Transmutationstats" class="link-internal link-image">
<img class="left-side small" src="images/player/transmutationcall.gif">
</a>
<span class="bigger time">Time calling</span><<nobr>>
<</nobr>><a data-passage="Timestats" class="link-internal link-image">
<img class="left-side small" src="images/player/timecall.gif">
</a>
<<if $translocationcall is true>>
<span class="bigger translocation">Translocation calling</span><<nobr>>
<</nobr>><a data-passage="Translocationstats" class="link-internal link-image">
<img class="left-side small" src="images/player/translocationcall.gif">
</a><</if>>
<<if $invisibilitycall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/energycall.gif]]
Then you feel a burst of energy followed by complete numbness all over your body.
<<button "Return" `previous()`>><</button>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<<set $invisibilitycallknown to true>>
<</if>>When you say the word calm you hear your voice echoing in front of you.
<img class="middle medium" src="images/player/calmnesscall.gif">
Mandy's tense body language suddenly starts to fade into a relaxed state.
<<speech "Mandy">>...<</speech>>
<<speech "You" "$name">>Uhhh...(What the fuck just happened? Did I just calmed her down?)<</speech>>
She keeps looking at you without saying a word.
<<speech "You" "$name">>I'm sorry, I saw the door open and decided to come check on your guys.<</speech>>
<<speech "Mandy">>It's okay $name, if you want to talk to mom she's in her room at the end of the hallway. Now let me finish this, please.<</speech>>
<img class="middle medium" src="images/mandy/yoga/yoga2.jpg">
Her voice tone gets way lower and even her bitchy way of talking is less perceptible.
<<speech "You" "$name">>Yeah... suuuure. (This must be the calmness calling that Dick talked about, I didn't know that it could be used like that...) <</speech>>
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|deeout]]
<<set $player.intelligence +=1>><<nobr>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>>
<<set $calmnesscalllvl += 1>><</nobr>>You feel a bond with her for a moment. A mind bond. Your thoughts are connected.
<img class="middle medium" src="images/player/psycall.gif">
<<speech "You" "$name">>(What the hell is happening?)<</speech>>
<<speech "Dee">>What?? Nothing is happening? Are you ok, $name? (What is wrong with him?)<</speech>>
<<speech "You" "$name">>Nothing is wrong with me! I-i'm just tired too. <</speech>>
You finally get it. You can hear her thoughts, but she can also hear yours.
Hoping that she didn't notice that your thoughts are connected you try not to think too much before talking. That's not too hard for you.
<<speech "You" "$name">>What I mean is that we are both very tired.<</speech>>
<<speech "Dee">>Yes darling, life can get tough sometimes (not the good kind of tough)<</speech>>
<<if $deecaught is true>>
<<speech "You" "$name">>Do you think we should talk about the incident?<</speech>>
<<speech "Dee">>What incident? (that was wrong, but it was so hot)<</speech>>
<<speech "You" "$name">>Erm...The shower incident.<</speech>>
<<speech "Dee">>Ohhh no, I don't think we need to talk about that $name. Let's put it in the past, ok? (Such a shame Dee. Getting wet just by thinking about it...)<</speech>>
Her voice says one thing but her body reveals the opposite.
<img class="large" src="images/dee/day3/2.jpg">
<<speech "You" "$name">>Ok then. Thanks for the talking Dee, bye!<</speech>>
You open the door and leave as fast as you can.
[[Next|checkdee3]]
<<else>>
<<speech "You" "$name">>Erm... I think I should leave. I can't think straight right now...<</speech>>
<img class="large" src="images/dee/day3/3.jpg">
<<speech "Dee">>Why not? (is he looking at my tits?)<</speech>>
<<speech "You" "$name">>Ok then. Thanks for the talking Dee, bye!<</speech>>
You open the door and leave as fast as you can.
[[Next|checkdee3]]
<</if>>As you get out of the apartment you feel a little pintch in your head, leaving your mind somehow lighter.
<img class="middle medium" src="images/player/psycall.gif">
<<speech "You" "$name">>(Fuck! I think it's over. If I didn't got out there she would know what I'm thinking too.)<</speech>>
You notice that you have a boner.
<<speech "You" "$name">>(I never thought she could be so god damn horny! I'll be testing her thirst later)<</speech>>
''You discovered a new calling: Psychic calling''
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|worklate3]]
<<set $player.intelligence +=1>><<nobr>>
<<set $player.arche -=1>>
<<set $CurEng -= 15>>
<<set $psycalllvl += 1>><</nobr>><<if $psycall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/mindcall.gif]]
Then you feel your mind opening and connecting to another mind.
<<button "Return" `previous()`>><</button>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<<set $psycallknown to true>>
<</if>><<speech "You" "$name">>I was supposed to be at work...but I guess I can help you a little.<</speech>>
<<speech "Codi">>Awesome, I just knew you would help me. You have a kind face.<</speech>>
You grab some boxes full of stuff. She pick ups some things and leads the way up the stairs.
<<speech "You" "$name">>(What the fuck is she carrying here? Bricks?)<</speech>>
You can barely see what's in front of you, since you triedto pick up many boxes at once to try to show off.
<<speech "You" "$name">>So, what brought you here?<</speech>>
<<speech "Codi">>I'm a stylist, I sell clothes online. I make them by myself you know? I saved some money to open a physical store and noticed that the market here doesn't have much competition. So I figured it would be better for me since I'm only a beginner in the selling business. Also, the weather here is pretty great. I don't like places that rain too much, but when it never rains is also pretty bad. I really like nature you know?<</speech>>
<<speech "You" "$name">>(My god, does she loves talking...)<</speech>>
[[Next|helpcodi2]]You finally reach her floor. When you get to the door you put the boxes on the ground.
She finally stops talking, look back and notices how much weight you were carrying.
<<speech "Codi">>OMG! You went up with all of this?? Are you even human?<</speech>>
<<speech "You" "$name">>Pff, what? These little boxes? (Was it THAT heavy? Maybe I'm really getting strong)<</speech>>
<<speech "Codi">>Thank you so much for helping me!<</speech>>
<div class="general">//Codi! Why are you taking so long?//</div>
You hear someone's voice coming from her apartment.
Codi opens her door all the way.
<<speech "Codi">>There's someone I want you to meet. Honey, come here, please.<</speech>>
<img class="bigger" src="images/summer/meeting1.jpg">
<div class="general">What is it now??</div>
<<speech "Codi">>This is Summer, my wife.<</speech>>
<<set $codimarriedtosummer to true>>
<<speech "Summer">>Oh, Hi. Codi, we don't have time for this right now. Come inside.<</speech>>
You can tell she's not very polite.
<<speech "You" "$name">>This one's kinda of a grumpy...)<</speech>>
<<speech "Codi">>Sorry, she can get pretty mad sometimes. You really don't want to see her mad haha.<</speech>>
<<speech "You" "$name">>Yeah, I can tell.<</speech>>
<<speech "Codi">>So, I promised I'd repay you somehow. Here, take it. You were a BIG help.<</speech>>
She hands you about 30 bucks.
[[Take the money]]
[[Ask for something else]]
[[There's no need for anything]]
<<set $metsummer to true>>
<<speech "You" "$name">>Well, thanks!<</speech>>
<<speech "Codi">>No, thank YOU. If you need anything, ask away. Bye!<</speech>>
She waves you a goodbye and gently closes the door.
''You are 30$ richer''
[[Go to work|worklate3]]
<<set $player.money +=30>><<speech "You" "$name">>Nah, keep the money. You can repay me later somehow.<</speech>>
<<speech "Codi">>Like..how?<</speech>>
Your dirty mind begins to think of a couple things.
<<speech "You" "$name">>I'll think of something. Let's say you owe me one.<</speech>>
She giggles...
<img class="middle medium" src="images/codi/first/meeting3.jpg">
<<speech "Codi">>Okay then, keep your secrets. Now, I really have to go, bye!<</speech>>
She waves you a goodbye and gently closes the door.
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Go to work|worklate3]]
<<set $player.dominance += 1>>
<<set $codi.submission += 1>><<speech "You" "$name">>Oh, there's no need to repay me. Consider this an act of kindness.<</speech>>
<<speech "Codi">>That's too sweet $name. Anything you need, just ask me, okay?<</speech>>
She grabs your hand and put it between hers.
<<speech "Codi">>It was really nice to meet you.<</speech>>
<img class="middle medium" src="images/codi/first/meeting3.jpg">
<<speech "You" "$name">>Likewise Codi. You have a nice day.<</speech>>
You turn away facing the stairs. You could swear she's still looking at you as you walk away.
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|worklate3]]
<<set $player.charisma += 1>>
<<set $codi.love += 1>>You arrive at your work late as usual. Passing through the back door you try to be as fast as you can to get ready to work before your boss sees you.
You put on your uniform, organize your stuff in your locker and when you're about to turn away...
<div class="general">//Oh, look who's decided to show up...//</div>
<<speech "You" "$name">>(Fuuuuu...)Hey, Frank...<</speech>>
[[Next|bossint1]]
<<nobr>><<AdvancePeriod 1>><</nobr>><<speech "You" "$name">>Sorry, I'm in a rush right now. Good luck though. Welcome to the building!<</speech>>
She looks disappointed, but tryes to hide it.
<img class="middle medium" src="images/codi/first/meeting1.jpg">
<<speech "Codi">>Oh, ok. Thanks anyway. Have a nice day.<</speech>>
[[Go to work|workontime3]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your cheerful neighbor: Codi</span><<nobr>>
<</nobr>><a data-passage="Codistats" class="link-internal link-image">
<img class="right-side small" src="images/codi/face.jpg">
</a>
She's your new neighbor.
''Stats:''
*Her love for you is $codi.love
*Her lust for you is $codi.lust
*Her corruption is $codi.corruption
*Her submissiveness to you is $codi.submission
''Items you gave her:''
<<if $codidildo is true>>
*A dildo<</if>>
<<if $codismallplug is true>>
*A small buttplug<</if>>
<<if $codimediumplug is true>>
*A medium buttplug<</if>>
<<if $codibigplug is true>>
*A big buttplug<</if>>
<<if $codihitachi is true>>
*A hitachi<</if>>
''Things you know:''
*She's your new neighbor.
*She seems like a very bright person with two BIG things: her politness and cheerfulness.
*She is married to Summer.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your rude neighbor: Summer</span><<nobr>>
<</nobr>><a data-passage="Summerstats" class="link-internal link-image">
<img class="right-side small" src="images/summer/face.jpg">
</a>
She's your new neighbor.
''Stats:''
*Her love for you is $summer.love
*Her lust for you is $summer.lust
*Her corruption is $summer.corruption
*Her submissiveness to you is $summer.submission
''Things you know:''
*She's your new neighbor. She seems to be rude and have a bad temper.
*She is married to Codi.
<<if $summercheating is true>>*She's cheating on Codi.<</if>><span class="bigger">Your boss: Frank</span>
<img class="right-side medium" src="images/frank/capa.jpg">
<<set $metfrank to true>>
Frank is the world's best boss, according to himself. He is completely self-centered and loves to talk about how hard he works and how people should take him as an example of a successful person.
With an arrogant attitude, questionable fashion sense and tendency to micro manage everyone around him, Frank’s non-confrontational communication style would test anyone’s patience.
You're not sure if he is a bad person or just completely ignorant of how life works since he inherited the business from his father.
He's about forty or fifty, but you never really cared to know about it.
The only think you ever did cared about was the payment that he gives on every friday, which sums up to 500$
[[Next|work3a]]<<speech "You" "$name">>Oh, hey Frank. What brings you here? You usually ask someone to bring you coffee on your office.<</speech>>
<<speech "Frank">>You see $name, sometimes a leader needs to be with their team. To show a little bit of presence. I'm a hard worker, just like you people.<</speech>>
<<speech "You" "$name">>(You people? This idiot got everything from his father) Yeah Frank.<</speech>>
<<if $hardwork is true>><<set $player.money +=50>>
<<speech "Frank">>I see that you're early. That's a great way of showing commitment.<</speech>>
<<speech "You" "$name">>Well, thanks.<</speech>>
<<speech "Frank">>And don't think that I didn't see how well you were working the other day. I see everything around here.<</speech>>
<<speech "You" "$name">>(That's bullshit. I had sex right on aisle five and I don't think he saw that)<</speech>>
<<speech "Frank">>That's for you.<</speech>>
He hands you 50 bucks as if it was a gold bar.
''You are 50$ richer''
<<speech "You" "$name">>(This is like change money for him) Thanks, Frank.<</speech>>
<<speech "Frank">>Oh you don't need to thank me. I'm just trying to be a role model.<</speech>>
<<speech "You" "$name">>Ok, Frank.<</speech>>
<<else>><<set $player.money +=20>>
<<speech "Frank">>I see that you're early. Finally showing some hard working huh?<</speech>>
<<speech "You" "$name">>But I work hard, Frank. (Well, not that hard, but way more than I should, considering the horrible pay)<</speech>>
<<speech "Frank">>Don't lie to me. I saw your poorly work the other day. Customers complained about you.<</speech>>
<<speech "You" "$name">>That won't happen again, sir. (Man... fuck this job)<</speech>>
<<speech "Frank">>Don't worry. I appreciate that you're early, so I'll give you a bonus.<</speech>>
He hands you 20 bucks as if it was a gold bar.
''You are 20$ richer''
<<speech "You" "$name">>(This is like change money for him) Thanks, Frank.<</speech>>
<<speech "Frank">>I just want you to start rolling up your sleeves and taking the company name into account. I'm sure you want to be like me in the future. And for that you'll need to work veeery hard.<</speech>>
<<speech "You" "$name">>Yes, Frank. (Oh god, please end this...)v
<</if>>
Then she comes through the door...
<<speech "Frank">>Look if it isn't my precious...<</speech>>
[[Next|mercedesint]]<span class="bigger">The trophy wife: Mercedes</span>
<img class="right-side large" src="images/mercedes/capa.jpg">
<<set $metmercedes to true>>
This is your boss gorgeous wife. You don't know much about her, mainly beacause she haven't acknowledged your existense yet.
She's no older than forty, and always keeps a nice figure.
The main reason she comes to your work is to ask for more money from her husband.
[[Next|work3b]]
<<speech "Mercedes">>Hey babyyyy! I missed you!!<</speech>>
<<speech "You" "$name">>(How is it possible for someone to sound so fake)<</speech>>
<<speech "Frank">>Come here you.<</speech>>
They give eachother little pecks. Then notices you.
<<speech "Mercedes">>Heeeyy. How are you....uhmm...Bob? John?<</speech>>
<<speech "You" "$name">>It's $name, ma'am.<</speech>>
<<speech "Mercedes">>Yeah, sure. <</speech>>
She gives you a fake smile.
<<speech "Mercedes">>So, honey. I really need that money we talked about. I want to be prettier for you, remember?<</speech>>
<<speech "Frank">>Sure baby, here it is.<</speech>>
Her eyes widens when she sees the money.
<<speech "Mercedes">>Thaaaanks! Love you!<</speech>>
She turns away and leaves.
<<speech "You" "$name">>(What a gold digger!)<</speech>>
<<speech "Frank">>Well, that was a nice conversation. If you excuse me I need to-<</speech>>
He suddenly stops and looks at some food on the table.
<<speech "Frank">>What is this?<</speech>>
<<speech "You" "$name">>Uhmm, some cookies and fruits.<</speech>>
<<speech "Frank">>Is this mango?<</speech>>
<<speech "You" "$name">>Yeah..why?<</speech>>
<<speech "Frank">>Don't they know I'm allergic to mango??<</speech>>
<<speech "You" "$name">>Well, you never eat our food, so...<</speech>>
<<speech "Frank">>I can't be here right now. I'll be in my office.<</speech>>
<<speech "You" "$name">>Sure, sir. Bye. (What the fuck?)<</speech>>
[[Begin your shift|work3c]]Your shift goes on as usual today.
Nothing much happens.
[[Work smart|work3smart]]
[[Work hard|work3hard]]
[[Just "work"|work3bad]]<span class="bigger">Your boss: Frank</span>
<img class="right-side medium" src="images/frank/capa.jpg">
<<set $metfrank to true>>
Frank is the world's best boss, according to himself. He is completely self-centered and loves to talk about how hard he works and how people should take him as an example of a successful person.
With an arrogant attitude, questionable fashion sense and tendency to micro manage everyone around him, Frank’s non-confrontational communication style would test anyone’s patience.
You're not sure if he is a bad person or just completely ignorant of how life works since he inherited the business from his father.
He's about forty or fifty, but you never really cared to know about it.
The only think you ever did cared about was the payment that he gives on every friday, which sums up to 500$
[[Next|worklate3a]]You arrive at your work just in time to begin your shift.
<<speech "You" "$name">>(Hah, no complains about me today...)<</speech>>
You go through the back door and see your boss finishing his coffee at the staff room.
<div class="general">//Hello, $name.//</div>
[[Next|bossint2]]<<speech "You" "$name">>Oh, hey Frank. What brings you here? You usually ask someone to bring you coffee on your office.<</speech>>
<<speech "Frank">>You see $name, sometimes a leader needs to be with their team. To show a little bit of presence. I'm a hard worker, just like you people.<</speech>>
<<speech "You" "$name">>(You people? This idiot got everything from his father) Yeah Frank.<</speech>>
<<if $hardwork is true>>
<<speech "Frank">>I see that you're late again. That's a bad way of showing commitment.<</speech>>
<<speech "You" "$name">>I'm sorry, boss. (Fuck you...)<</speech>>
<<speech "Frank">>But don't think that I didn't see how well you were working the other day. I see everything around here.<</speech>>
<<speech "You" "$name">>(That's bullshit. I had sex right on aisle five and I don't think he saw that)<</speech>>
<<speech "Frank">>Because of that I won't deduct anything from your payment.<</speech>>
<<speech "You" "$name">>Thanks, Frank. (The audacity of this motherfucker...)<</speech>>
<<speech "Frank">>Oh you don't need to thank me. I'm just trying to be a role model.<</speech>>
<<speech "You" "$name">>Ok, Frank.<</speech>>
<<else>><<set $salary -=20>>
<<speech "Frank">>I see that you're late again. That's a bad way of showing commitment.<</speech>>
<<speech "You" "$name">>But I work hard, Frank. (Well, not that hard, but way more than I should, considering the horrible pay)<</speech>>
<<speech "Frank">>Don't lie to me. I saw your poor work the other day. Customers complained about you.<</speech>>
<<speech "You" "$name">>That won't happen again, sir. (Man... fuck this job)<</speech>>
<<speech "Frank">>No need to apologize boy. I just want you to learn how to work. And to teach you that I'll deduct twenty dollars from your payment.<</speech>>
"You'll be 20$ poorer"
<<speech "You" "$name">>Ok, Frank. (You piece of shit...)<</speech>>
<</if>>
Then she comes through the door...
<<speech "Frank">>Look if it isn't my precious...<</speech>>
[[Next|mercedesint]]<span class="bigger">Your boss: Frank</span>
<img class="right-side medium" src="images/frank/capa.jpg">
<<set $metfrank to true>>
Frank is the world's best boss, according to himself. He is completely self-centered and loves to talk about how hard he works and how people should take him as an example of a successful person.
With an arrogant attitude, questionable fashion sense and tendency to micro manage everyone around him, Frank’s non-confrontational communication style would test anyone’s patience.
You're not sure if he is a bad person or just completely ignorant of how life works since he inherited the business from his father.
He's about forty or fifty, but you never really cared to know about it.
The only think you ever did cared about was the payment that he gives on every friday, which sums up to 500$
[[Next|workontime3a]]<<speech "You" "$name">>Oh, hey Frank. What brings you here? You usually ask someone to bring you coffee on your office.<</speech>>
<<speech "Frank">>You see $name, sometimes a leader needs to be with their team. To show a little bit of presence. I'm a hard worker, just like you people.<</speech>>
<<speech "You" "$name">>(You people? This idiot got everything from his father) Yeah Frank.<</speech>>
<<if $hardwork is true>><<set $player.money +=30>>
<<speech "Frank">>I see that you're on time. That's a good way of showing commitment.<</speech>>
<<speech "You" "$name">>Well, thanks.<</speech>>
<<speech "Frank">>And don't think that I didn't see how well you were working the other day. I see everything around here.<</speech>>
<<speech "You" "$name">>(That's bullshit. I had sex right on aisle five and I don't think he saw that)<</speech>>
<<speech "Frank">>That's for you.<</speech>>
He hands you 30 bucks as if it was a gold bar.
''You are 30$ richer''
<<speech "You" "$name">>(This is like change money for him) Thanks, Frank.<</speech>>
<<speech "Frank">>Oh you don't need to thank me. I'm just trying to be a role model.<</speech>>
<<speech "You" "$name">>Ok, Frank.<</speech>>
<<else>>
<<speech "Frank">>I see that you're on time. Finally showing some hard working huh?<</speech>>
<<speech "You" "$name">>But I work hard, Frank. (Well, not that hard, but way more than I should, considering the horrible pay)<</speech>>
<<speech "Frank">>Don't lie to me. I saw your poorly work the other day. Customers complained about you.<</speech>>
<<speech "You" "$name">>That won't happen again, sir. (Man... fuck this job)<</speech>>
<<speech "Frank">>No need to apologize boy. I just want you to start rolling up your sleeves and taking the company name into account. I'm sure you want to be like me in the future. And for that you'll need to work veeery hard.<</speech>>
<<speech "You" "$name">>Yes, Frank. (Oh god, please end this...)<</speech>>
<</if>>
Then she comes through the door...
<<speech "Frank">>Look if it isn't my precious...<</speech>>
[[Next|mercedesint]]You try to work smart, doing less manual labor and more of a organizing and managing type of work.
[img[images/player/smartwork.gif]]
<<speech "You" "$name">>(Huh, I didn't know I could be so efficient without carrying things around)<</speech>>
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|work3night]]
<<set $player.intelligence += 1>><<nobr>>
<<set $CurEng -= 20>><</nobr>>You do your best to reload things, carry some boxes around and really use your body.
[img[images/player/hardwork.gif]]
<<speech "You" "$name">>(Wow! I'm really getting stronger)<</speech>>
<span class="grey">''Your fitness has increased by 1''</span>
[[Next|work3night]]
<<set $player.fitness += 1>><<nobr>>
<<set $CurEng -= 30>><</nobr>>You use your social skills to convince people to do things for you and your wits to secretly redirect some of your obligations to others.
[img[images/player/evilwork.gif]]
<<speech "You" "$name">>(Hah! This is easier than it looks)<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|work3night]]
<<set $player.charisma += 1>><<nobr>>
<<set $CurEng -= 15>><</nobr>>After a long day of work it's almost time to close.
<<speech "You" "$name">>(Fuck me. I'm so stressed about this whole situation. What's the point of getting powers and having my dick transformed if now it's small again and I'm being hunted by a god)<</speech>>
You break out in a cold sweat.
<div class="general">//Hey $name, are you ok?//</div>
[[Next|larryint]]
<<nobr>><<AdvancePeriod 3>><</nobr>><span class="bigger">Your dealer: Tyler</span>
<img class="right-side medium" src="images/tyler/capa.jpg">
<<set $mettyler to true>>
Tyler's your co-worker. He's been working at the market since before you got the job.
You two are not very close since he works mostly on delivery service.
Right now your relationship is mostly based on talking about weed.
He's your dealer.
[[Next|worknight4a]]
<<speech "Tyler">>So, you want some today?<</speech>>
<<speech "You" "$name">>(Well, I don't have much more weed at home)<</speech>>
[[Buy weed from him]]
[[Don't buy|1weedno]]<<speech "You" "$name">>Okay, how much?<</speech>>
<<speech "Tyler">>You keep forgeting the price man. I only sell premium rolled joints. It's 10$ each. Five for 45$.<</speech>>
[[Buy one|1weed1]]
[[Buy five|1weed5]]
[[Persuade him (charisma must be at least 5)|1weediscount]]
[[Don't buy|1weedno]]<<speech "You" "$name">>Nah, not today man. Thanks.<</speech>>
<<speech "Tyler">>Hey, your loss. Maybe some other day.<</speech>>
[[Next|worknight4b]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
Weed helps you concentrate when meditating, giving you more arche points.
<img class="right-side small" src="images/items/weed.jpg">
<<if $weed gte 1>>
You have $weed joint(s).
<<else>>
You don't have any weed.
<</if>>
<<if $weeddiscount is false>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
''You are 10$ poorer"
[[Next|worknight4b]]
<<set $weed += 1>>
<<set $player.money -= 10>>
<<else>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
''You are 8$ poorer"
[[Next|worknight4b]]
<<set $weed += 1>>
<<set $player.money -= 8>>
<</if>><<if $weeddiscount is false>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 weed joints''
''You are 45$ poorer"
[[Next|worknight4b]]
<<set $weed += 5>>
<<set $player.money -= 45>>
<<else>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 weed joints''
''You are 40$ poorer"
[[Next|worknight4b]]
<<set $weed += 5>>
<<set $player.money -= 40>>
<</if>><<if $player.charisma gte 5>><<set $weeddiscount to true>>
<<speech "You" "$name">>Come on man, how long we know eachother? I always buy from you. And you only.<</speech>>
You look right in his eyes trying to make him feel guilty.
<<speech "Tyler">>Aight, aight. One for 8$ and five for 40$.<</speech>>
<<else>>
<<speech "You" "$name">>Can't you make it cheaper?<</speech>>
<<speech "Tyler">>Come on, bro. This shit's expensive, I can't.<</speech>>
<</if>>
[[Buy one|1weed1]]
[[Buy five|1weed5]]
[[Don't buy|1weedno]]
<div class="general">//Attention, security, please come to the staff room.//</div>
<<speech "You" "$name">>What was that?<</speech>>
<<speech "Tyler">>I don't know man. But what I DO know is that Larry already left and the other guy from security is pretty fucking stoned from what I gave him. <</speech>>
<<speech "You" "$name">>So, it's on us now?<</speech>>
Tyler quickly puts on his helmet and goes to his bike.
<<speech "Tyler">>Nope, it's on you hahaha.<</speech>>
<<speech "You" "$name">>Oh, so that's how it is.<</speech>>
<div class="general">//At-Attention, $name, p-please come... to the staff room.//</div>
<<speech "You" "$name">>Godammit...That's Dani's voice...<</speech>>
[[Next|Daniint]]<span class="bigger">Your admirer: Dani</span>
<img class="right-side medium" src="images/dani/capa.jpg">
<<set $metdani to true>>
Dani's your co-worker, but more than that, she's your admirer.
Since you started working in the store it's been pretty obvious that she has a huge crush on you.
She's a nice person, but you don't find her very physically attractive, and her conversations are not very stimulant, mainly because she sttuters when she gets nervous.
[[Next|shoplyfter1]]After a long day of work it's almost time to close.
Some of the staff already left, you're just finishing some things.
<div class="general">//Hey man, whassup. Haven't seen you all day.//</div>
<<speech "You" "$name">>Hey Tyler, how you doing?<</speech>>
[[Next|tylerint]]<span class="bigger">The security guard: Larry</span>
<img class="right-side medium" src="images/larry/capa.jpg">
<<set $metlarry to true>>
This is Larry. He works for security even though he's 72 years old.
He probably can't stop a child from robbing this place but he tries his best.
You two enjoy having small talks without the need to force a more profound conversation.
Most of the time he goes home early and you cover for him.
[[Next|work3nighta]]
<<speech "You" "$name">>Oh, hi Larry. I'm just a little stressed out.<</speech>>
<<speech "Larry">>Happens to the best of us. You know what's the best thing to cure that?<</speech>>
<<speech "You" "$name">>Meditation?<</speech>>
<<speech "Larry">>What? Noooo. You need a drink, my friend.<</speech>>
<<speech "You" "$name">>Yeah, maybe.<</speech>>
<<speech "Larry">>Did you see? The bar is open today. Something about a promotion...<</speech>>
<<speech "You" "$name">>You wanna go there?<</speech>>
<<speech "Larry">>Nahh. My daughter would kill me if I did that. I need to be home by 8 pm.<</speech>>
<<speech "You" "$name">>Haha, sure. Thanks for the advice Larry.<</speech>>
He goes through the door, leaving you alone.
<<speech "You" "$name">>(Okay, fuck it. I'm gonna take Larry's advice)<</speech>>
[[Next|bar3]]Arriving at the bar you see the door half-open and read the neon sign:
<div class="general">//Just for today, your first drink is on the house//</div>
<<speech "You" "$name">>(Huh, I'll take it)<</speech>>
You enter the bar and there aren't many people inside.
The barman sees you.
<div class="general">//Hey boy, here's something strong. You look like you need it.//</div>
<<speech "You" "$name">>Hah, thanks.<</speech>>
You sit by the counter and take the drink. It goes down like fire.
<<speech "You" "$name">>(Wow, this helps, I guess)<</speech>>
You look over your shoulders and see one of the waitress staring at you.
<img class="middle medium" src="images/frida/staring.jpg">
[[Next|bar3a]]You look around to see if she could be looking at another person, but there's no one around you.
<<speech "You" "$name">>(Hmm, she's kinda cute...but I just arrived. What to do?)<</speech>>
[[Drink more|bar3luck]]
[[Go talk to her|bar3b]]<<speech "You" "$name">>Hey barman, how much for a second shot?<</speech>>
<div class="general">//It's 25$, mate.//</div>
<<speech "You" "$name">>(Hmmm, I really shouldn't be spending too much on drinking since I barely have money for the rent.)<</speech>>
<div class="general">//Do you want one more?//</div>
<<speech "You" "$name">>(Man... I wish I wasn't so poor. I just wanted to get drunk and forget about my problems, at leastfor one night)<</speech>>
Then you feel a weird sensation...
[[Next|luckint]]<<speech "You" "$name">>(Ok, let's do this)<</speech>>
You walk in her direction trying to maintain eye contact.
She smiles at you.
<<speech "You" "$name">>Hey, how are you?<</speech>>
<div class="general">Hi! I'm fine, just a little tired...</div>
<<speech "You" "$name">>Yeah me too. Working too much?<</speech>>
<div class="general">Yeah! But let's talk about something else.</div>
<<speech "You" "$name">>Sure...<</speech>>
<div class="general">So, tell me about yourself.</div>
<<speech "You" "$name">>Well... I'm $name.<</speech>>
<<speech "Frida">>Nice too meet you, I'm Frida.<</speech>>
<<speech "You" "$name">>Oh, cool name. Like the-<</speech>>
She interrupts you.
<<speech "Frida">>Yeah, like the artist. Everybody tells me that...<</speech>>
<<speech "You" "$name">>Hah, figures...so... you like working here?<</speech>>
<<speech "Frida">>Not much, but it pays my bills.<</speech>>
<<speech "You" "$name">>Yeah, money is good... (money is good? Nice one $name)<</speech>>
The conversation is getting colder.
<<speech "You" "$name">>(Why am I so bad at picking up women?)<</speech>>
<<speech "Frida">>You're not very good at this, right?<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Frida">>Talking, you're not very good at this. I saw you working on the market the other day and I thought you were cute. Too bad you're shy.<</speech>>
<<speech "You" "$name">>I'm not shy, I'm just...(Fuck, what do I say?)<</speech>>
<<speech "Frida">>Uhmm, I guess my boss is calling me....<</speech>>
<<speech "You" "$name">>(Come on $name! You can do this. Just focus! Make her want you)<</speech>>
Then you feel a weird sensation...
<img class="middle medium" src="images/player/lustcall.gif">
[[Next|lustcallint]]It's like your whole body vibrates from the inside. You hands start to get warmer and warmer.
<img class="middle medium" src="images/player/luckcall.gif">
<<speech "You" "$name">>(Uhh, what the fuck just happened?)<</speech>>
You don't have to much time to think before a guy sitting at the back of the bar starts talking louder.
<div class="general">//Yeeeeees, yeeeeeeees, my wife just called me! I'm gonna be a father!!!!//</div>
<<speech "You" "$name">>(Hah! Congrats...)<</speech>>
He gets up and tells the barman:
<div class="general">//Listen, two rounds of drinks on me for everybody! Today is a happy day!//</div>
The barman gets ready to work:
<div class="general">//You got it boss. Congratulations!//</div>
<<speech "You" "$name">>(Wow! I can't believe this! Free drinks!!) Hey I want some whisky, please.<</speech>>
He hands you another cup.
<div class="general">//Here ya go..//</div>
Before drinking you look at the glass and think:
<<speech "You" "$name">>(Could this be because of....? Nahhh)<</speech>>
[[Next|bar3lucka]]You take another shot. The warm feeling of the drink washes your worries away, as you feel happier.
<<speech "You" "$name">>(Larry was right, I'm definitely feeling better)<</speech>>
You feel your body vibrate again...
<<speech "You" "$name">>(Again? What the hell is this?)<</speech>>
A woman bursts through the door...
The barman gets anxious with her aggressiveness:
<div class="general">//Is there a problem, lady?//</div>
<img class="large" src="images/barlucky/1.jpg">
<<speech "Crazygirl1" "Crazy girl">>Are you free right now?<</speech>>
<div class="general">//Huh, no. I'm working.//</div>
<<speech "Crazygirl1" "Crazy girl">>So it's not of your concern...<</speech>>
By the way she speaks, you can tell she's tipsy.
<div class="general">//I don't need to deal with this shit...//</div>
He proceeds to serve some people on the other corner of the counter.
Then she sees you...
<img class="large" src="images/barlucky/2.jpg">
<<speech "Crazygirl1" "Crazy girl">>What about you?<</speech>>
<<speech "You" "$name">>Uhhhh...<</speech>>
[[Yeah|bar3lucksex]]
[[No|bar3luckb]]<<speech "You" "$name">>No, I'm drinking.<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Oh my god, I need to find another place then.<</speech>>
She turns away and leaves the bar.
<<speech "You" "$name">>(What was that all about? Anyways, back to drinking...)<</speech>>
<<speech "You" "$name">>Hey man, give me one more shot.<</speech>>
<div class="general">//Hope you can handle it, boy. Here it is.//</div>
<<speech "You" "$name">>Pffff, give it here...<</speech>>
[[Next|bar3luckc]]<<speech "You" "$name">>Yeah, why?<</speech>>
<<speech "Crazygirl1" "Crazy girl">>I just found out that my boyfriend is cheating on me.<</speech>>
<<speech "You" "$name">>Uhh, sorry to hear that?<</speech>>
<<speech "Crazygirl1" "Crazy girl">>I promised him that if he cheated on me I would cheat on him with the first guy that I saw. And since the barman is busy, you are the lucky one<</speech>>.
<<speech "You" "$name">>(WHAT??)<</speech>>
You body begins to vibrate again and most of the people leave the bar.
<<speech "Crazygirl1" "Crazy girl">>Ok, open your pants right now!<</speech>>
<<speech "You" "$name">>Are you crazy? In the middle of the fucking bar?? What about the...<</speech>>
The barman conveniently goes to the kitchen. You look around and there's just you and her, besides two passed out folks in the back.
<<speech "You" "$name">>...people around?<</speech>>
<<speech "Crazygirl1" "Crazy girl">>See? There's no one around. You want a blowjob or what?<</speech>>
<<speech "You" "$name">>(Dammit, what about the...what was it? Agope...aganos... the fucking celibacy thing...)<</speech>>
[[Next|bar3lucksexa]]<<speech "You" "$name">>(I think I should just go home...)<</speech>>
You leave the bar feeling lucky after getting drunk without spending a cent.
<<speech "You" "$name">>(Should I take the bus at this time? Nahhhh)<</speech>>
With your amazing intellect you decide that it's still safe to walk alone and drunk in the middle of the night.
As you walk your way home you see a suspicious hooded man coming towards you.
<<speech "You" "$name">>(Well, shiiiiet)<</speech>>
[[Next|nightstreet3a]]Your body starts to vibrate again and the guy bumps into you.
<div class="general">//Ops, my bad//</div>
He proceeds to walk in another direction.
<<speech "You" "$name">>(I thought that guy was gonna rob me. Feeling lucky today.....hah....wait....)<</speech>>
You find a twenty dollar bill on the ground.
<<speech "You" "$name">>(This must be from that guy...)<</speech>>
You look back, but he's long gone.
''You are 20$ richer.''
<<speech "You" "$name">>(WTF is all this convenien...)<</speech>>
Then it hits you. You activated a calling.
<<speech "You" "$name">>(Ohhhhhh, so that's what it was)<</speech>>
When you're 2 blocks away from home you remember:
<<speech "You" "$name">>(Ok, I got lucky tonight, But I still have a big- I mean, small problem... Maybe if I think about it...?)<</speech>>
Your body vibrates again, but this time it stops suddenly. Something grows between your legs, you know what it is...
<img class="middle medium" src="images/player/luckcall.gif">
[[Next|nightstreet3b]]
<<set $player.money += 20>><<if $luckcall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/luckcall.gif]]
Then you feel a burst of vibration all over your body.
<<button "Return" `previous()`>><</button>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<<set $luckcallknown to true>>
<</if>><<speech "Crazygirl1" "Crazy girl">>I hope you have a big dick, so I can take pictures and send to that motherfucker.<</speech>>
<<speech "You" "$name">>(Shiiiit, just my luck!)<</speech>>
Your body vibrates again, but this time it stops suddenly. Something grows between your legs, you know what it is.
<img class="middle medium" src="images/player/luckcall.gif">
[[Next|bar3lucksexb]]As the third drink goes down your throat it almost comes back up. You are surely drunk now.
<img class="middle medium" src="images/misc/nauseated.gif">
<<speech "You" "$name">>(Okay, I guess no more drinks to $name)<</speech>>
[[Go home|nightstreet3]]You feel your cock getting warmer and warmer.
<<speech "You" "$name">>(What the fuck is this?)<</speech>>
Frida, who was already walking away, suddenly stops and looks at you.
<img class="middle medium" src="images/frida/1.jpg">
<<speech "Frida">>Actually, I changed my mind.<</speech>>
<<speech "You" "$name">>About what?<</speech>>
<<speech "Frida">>About you. Come here.<</speech>>
She takes your hand and guides you through a door in the back of the bar.
[[Next|bar3lust]]She takes you to the kitchen. There's no one around.
<<speech "Frida">>Look, I'm sorry, you're actually pretty attractive...<</speech>>
Her voice tone and her attitude is suddenly different.
<<speech "You" "$name">>What??<</speech>>
Your dick feels like it is on fire, but you don't feel any pain.
<<speech "Frida">>I mean, what woman could possibly not want to have you?<</speech>>
She puts her hand on your crotch.
<<speech "You" "$name">>(Wait...This easily? Straight to sex?)<</speech>>
<<speech "Frida">>I don't usually do this, but I'm so fucking horny. I don't feel like talking anymore...<</speech>>
She removes her top
<img class="middle medium" src="images/frida/2.jpg">
<<speech "You" "$name">>Wow<</speech>>
<<speech "Frida">>You like what you see?<</speech>>
<<speech "You" "$name">>(Fuck, this feels great) I do. Why don't you show me more?<</speech>>
<<speech "Frida">>Hmmm, like this?<</speech>>
<img class="middle medium" src="images/frida/3.jpg">
<<speech "You" "$name">>I love it. Your tits look so good.<</speech>>
She bends over the sink.
<<speech "Frida">>Don't forget about my ass.<</speech>>
<img class="middle medium" src="images/frida/4.jpg">
<<speech "You" "$name">>Damn! You have a fine ass too. But why not lose the shorts?<</speech>>
At this point she is practically following your instructions.
<<speech "You" "$name">>(This can only be a calling. How the fuck did she get so horny?)<</speech>>
<<speech "Frida">>I think you're right.<</speech>>
<img class="middle medium" src="images/frida/5.jpg">
<<speech "You" "$name">>Such a pretty pussy...<</speech>>
<<speech "Frida">>God! I can't keep my hands off of you anymore.<</speech>>
She gets on her knees and starts to open your pants. But then you remember...
<<speech "You" "$name">>(Dammit, what about the...what was it? Agope...aganos... the fucking celibacy thing...)<</speech>>
[[Next|bar3lust1]]She drops your pants, revealing your below average sized dick.
<<speech "Frida">>Oh-my-God!<</speech>>
She covers her mouth.
<<speech "You" "$name">>(Fuck, my dick is too small... this was too good to be true)<</speech>>
<<speech "Frida">>I- I didn't know that...<</speech>>
<<speech "You" "$name">>Look, it's okay. I've been through this before. You can leave if you-<</speech>>
<<speech "Frida">>Your cock is so beautiful! I have to taste it.<</speech>>
<<speech "You" "$name">>What???<</speech>>
[[Next|bar3lust2]]
She begins to suck you...
<video src="videos/frida/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my god! This is awesome! The celibacy things is over)<</speech>>
[[Next|bar3lust3]]She keeps sucking you as if your cock tasted like a loolipop.
<<speech "Frida">>My God! It tastes so good...<</speech>>
<video src="videos/frida/2.mp4" autoplay controls></video>
[[Next|bar3lust4]]<<speech "You" "$name">>Fuck, this feels amazing! <</speech>>
<video src="videos/frida/3.mp4" autoplay controls></video>
<<speech "Frida">>I can't get enough of this dick. Sit back, I want you to tell me how you like it.<</speech>>
[[Next|fridabar1]][[Lick the tip|fridalicktip]]
[[Lick the shaft|fridalickshaft]]
[[Lick balls|fridaballs]]
[[Suck the tip|fridasucktip]]
[[Go deep|fridadeep]]
[[All the way|fridaall]]
[[CUM!|fridacum]]<video src="videos/frida/licktip.mp4" autoplay controls></video>
[[Back|fridabar1]]<video src="videos/frida/sucktip.mp4" autoplay controls></video>
[[Back|fridabar1]]<video src="videos/frida/lickshaft.mp4" autoplay controls></video>
[[Back|fridabar1]]<video src="videos/frida/deep.mp4" autoplay controls></video>
[[Back|fridabar1]]<video src="videos/frida/deeper.mp4" autoplay controls></video>
[[Back|fridabar1]]<video src="videos/frida/lickballs.mp4" autoplay controls></video>
[[Back|fridabar1]]<<speech "You" "$name">>FUCK! I'm cumming!<</speech>>
<video src="videos/frida/cum.mp4" autoplay controls></video>
<<speech "Frida">>Hmmmpf...<</speech>>
[[Next|fridaspitcum]]She spits your hot load over her breasts.
<<speech "You" "$name">>(This is hot!)<</speech>>
<video src="videos/frida/spitcum.mp4" autoplay controls></video>
<<speech "Frida">>Oh yes, I need your load all over my body. Thank you!<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
[[Next|fridabarend]]As your cum drips down her body she starts to act differently.
<<speech "Frida">>Wow, why did I do all this?<</speech>>
It looks like she woke up from a trance.
<<speech "Frida">>I don't know what's got into me. I'm not a slut okay?<</speech>>
[[I know|fridachar]]
[[Yeah, sure...|fridadom]]<<speech "You" "$name">>Hey, I'm not judging you. It was the heat of the moment. I really enjoyed it.<</speech>>
She smiles. There's some cum on her chin.
<<speech "Frida">>Thanks for being understanding... I... liked it too.<</speech>>
She answers in a shy tone while getting dressed. Shegive a kiss in the cheek and leaves.
<<speech "You" "$name">>(Well, that surely helped me relax a little bit. It's time to go home)<</speech>>
''You discovered a new calling: Lust calling''
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|dickback]]
<<set $player.charisma += 1>><<nobr>>
<<set $lustcalllvl += 1>>
<<set $CurEng -= 20>>
<<set $player.arche -=1>><</nobr>><<speech "You" "$name">>You've just sucked my dick dry in less than 15 minutes after I got in the bar...<</speech>>
<<speech "Frida">>But... I just...<</speech>>
<<speech "You" "$name">>Just admit it. You couldn't control yourself around me.<</speech>>
<<speech "Frida">>Uhhg, whatever you idiot!<</speech>>
She puts her clothes back as fast as she can and storms through the kitchen door...
<<speech "You" "$name">>(Well, that surely helped me relax a little bit. It's time to go home)<</speech>>
''You discovered a new calling: Lust calling''
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="red">''Your dominance has increased by 1''</span>
[[Next|dickback]]
<<set $player.dominance += 1>><<nobr>>
<<set $lustcalllvl += 1>>
<<set $CurEng -= 20>>
<<set $player.arche -=1>><</nobr>><<speech "You" "$name">>I should get dressed too before someone...WTF?<</speech>>
[img[images/misc/bigdickagain.gif]]
''You're well-hung again''
<<speech "You" "$name">>(YESSSSSS! My dick is back....I mean, my new dick)<</speech>>
<div class="general">//Hey, who's in the kitchen?//</div>
<<speech "You" "$name">>I should get out of here...<</speech>>
[[Go home|night3end2]]She sees your, once again, big dick.
<<speech "Crazygirl1" "Crazy girl">>Wow, so you ARE big. This is gonna be even better than I thought.<</speech>>
<video src="videos/barlucky/start.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my god! This is awesome! The celibacy things is over)<</speech>>
[[Next|bar3lucksex2]]
<<speech "Crazygirl1" "Crazy girl">>Let me get on my knees...<</speech>>
<video src="videos/barlucky/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(I can't believe this is happening)<</speech>>
[[Next|bar3lucksex3]]<<speech "You" "$name">>Fuck, you're really good at this.<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Yeah, and that little bitch is never gonna get another blowjob like this.<</speech>>
<video src="videos/barlucky/2.mp4" autoplay controls></video>
<<speech "Crazygirl1" "Crazy girl">>Speaking of him... I need you to take a pic.<</speech>>
She hands you her phone.
[[Next|bar3lucksex4]]
You do your best to take a good picture.
~CLICK~
<<speech "You" "$name">>(Oh, the flash is on) Uhmm, is this one alright?<</speech>>
<img class="middle medium" src="images/barlucky/bad.jpg">
<<speech "Crazygirl1" "Crazy girl">>What the hell? This is horrible, you can barely see it's me.<</speech>>
<<speech "You" "$name">>Ok, let me try again. (It's hard to focus while getting blown)<</speech>>
[[Next|bar3lucksex5]]You turn off the flash and concentrate to take a good picture.
<<speech "Crazygirl1" "Crazy girl">>Here, let me help you.<</speech>>
She goes deeper on your dick and holds still.
<video src="videos/barlucky/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuu--uuuck)<</speech>>
~CLICK~
<<speech "You" "$name">>Okay, this one's definitely better...<</speech>>
<img class="middle medium" src="images/barlucky/3.jpg">
[[Next|bar3lucksex6]]She stops sucking your for a moment.
<<speech "Crazygirl1" "Crazy girl">>Hah! This one's perfect. Take another one.<</speech>>
<video src="videos/barlucky/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her anger makes her blow even better...)<</speech>>
~CLICK~
<img class="middle medium" src="images/barlucky/4.jpg">
<<if $player.intelligence gte 3>>
[[Next|bar3lucksexint]]
<<else>>
[[Next|bar3lucksexdumb]]
<</if>><<speech "You" "$name">>(Hmm, maybe I should send myself these. Just in case)<</speech>>
You quickly send the photos to your phone without her knowing.
<<speech "You" "$name">>How's this one?<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Great! I'm gonna send him right now! Muahaha.<</speech>>
<<speech "You" "$name">>(This bitch is crazy...)<</speech>>
You notice that one guy in the back that was passed out starts to get up.
The barman comes back from the kitchen.
<<speech "You" "$name">>(Fuck, I guess my luck has run out...)<</speech>>
[[Next|bar3lucksexend]]She notices that the place is getting "alive" again...
<video src="videos/barlucky/end.mp4" autoplay controls></video>
<<speech "Crazygirl1" "Crazy girl">>Okay, that's it. I got what I need...<</speech>>
She abruptly gets up.
<<speech "You" "$name">>Hey, wait. I didn't get to finish...<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Haha! That looks like a YOU problem...<</speech>>
She heads to the main door.
<<if $player.intelligence gte 3>>
[[I really think you should finish me off...]]
[[Okay...|night3end2]]
<<else>>
(God dammit!)
Maybe if you were smarter you could've come up with a plan to make her stay...
<<speech "You" "$name">>(At least that helped me relax a little bit. I should leave now, it's getting late)<</speech>>
[[Next|night3end2]]
<</if>>
<<speech "You" "$name">>How's this one?<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Great! I'm gonna send him right now! Muahaha.<</speech>>
<<speech "You" "$name">>(This bitch is crazy...)<</speech>>
You notice that one guy in the back that was passed out starts to get up.
The barman comes back from the kitchen.
<<speech "You" "$name">>(Fuck, I guess my luck has run out...)<</speech>>
[[Next|bar3lucksexend]]You show the photos you took of her in your phone.
<<speech "Crazygirl1" "Crazy girl">>Listen here you little shit...<</speech>>
She comes back to you.
<<speech "You" "$name">>Hey, calm down. I don't want to put this on the internet. I just think that I agreed to help you, so you should "seal the deal".<</speech>>
<<speech "Crazygirl1" "Crazy girl">>FUCK! Fine! But not here.<</speech>>
She grabs you by the arm and takes you to some stairs in the back.
[[Next|night3luckyoffice]]She takes you to what looks like an office.
<<speech "Crazygirl1" "Crazy girl">>My friend used to work here. It's more than safe for five minutes.<</speech>>
<<speech "You" "$name">>Five minutes? You'll need to suck me very good to finish that fast...<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Just fucking take your cock out...<</speech>>
[[Next|night3luckyoffice1]]She starts to suck your cock again. But now she's eager to finish it fast.
<video src="videos/barlucky/forced1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Wow, this feels even better than before...)<</speech>>
[[Next|night3luckyoffice2]]<<speech "You" "$name">>(What the fuck? The angrier she gets the better she sucks?)<</speech>>
<video src="videos/barlucky/forced2.mp4" autoplay controls></video>
<<speech "You" "$name">>Hey, slow down a little bit...<</speech>>
You grab the back of her head.
<<speech "Crazygirl1" "Crazy girl">>Take your fucking hands off me.<</speech>>
She pushes you into a couch and ties her hair in a pony tail.
<<speech "You" "$name">>(Oh shit...)<</speech>>
[[Next|night3luckyoffice3]]She gets to a faster pace.
<video src="videos/barlucky/forced3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! She wasn't joking about five minutes)<</speech>>
[[Next|night3luckyoffice4]]
<<speech "Crazygirl1" "Crazy girl">>Why don't you shoot your hot load in my mouth? I want to taste your cum so bad!<</speech>>
<video src="videos/barlucky/forced4.mp4" autoplay controls></video>
Even though she's probably faking it, hearing her say this speeds up the process.
<<speech "You" "$name">>Fuck! I'm gonna cum. Get on your knees.<</speech>>
[[CUM|night3luckyoffice5]]<<speech "You" "$name">>Fuuuuuuck!<</speech>>
<video src="videos/barlucky/cum.mp4" autoplay controls></video>
With her mouth full of cum, she starts to look around.
[[Next|night3luckyofficeend]]
<<nobr>><<set $CurEng -= 20>><</nobr>><<if $player.dominance gte 4>>
<<speech "You" "$name">>Nope. You are going to swallow it.<</speech>>
<video src="videos/barlucky/swallow.mp4" autoplay controls></video>
<<else>>
<<speech "You" "$name">>Can't you just swallow it?<</speech>>
She finds a flower pot and spits it all inside. Maybe if you were more dominant...
<</if>>
<<speech "Crazygirl1" "Crazy girl">>Okay now, give me your phone.<</speech>>
You open the gallery and give it to her.
She deletes the pics you took and hands it back to you.
<<speech "Crazygirl1" "Crazy girl">>I hope this is settled now.<</speech>>
<<speech "You" "$name">>It sure is. You're welcome.<</speech>>
<<speech "Crazygirl1" "Crazy girl">>Uhhgg...<</speech>>
She leaves. And you hear a voice:
<div class="general">//Hey, who's upstairs?//</div>
<<speech "You" "$name">>I should get out of here...<</speech>>
''You discovered a new calling: Luck calling''
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="red">''Your dominance has increased by 1''</span>
[[Go home|night3end2]]
<<set $player.dominance += 1>><<nobr>>
<<set $player.arche -=1>>
<<set $CurEng -= 25>>
<<set $luckcalllvl += 1>><</nobr>>You leave the bar and take a bus home.
<<speech "You" "$name">>(Well, the bar really helped. I wasn't expecting to get a blowjob tonight)<</speech>>
You look down to your crotch and give your dick a little tap.
<<speech "You" "$name">>(Aaaaand my big boy is back...)<</speech>>
Nothing different happens on the way back home.
[[Next|night3apartment]]You finally get to you apartment, closing the door behind you.
<<speech "You" "$name">>These callings can really wear you out.<</speech>>
<<speech "Dick">>Don't worry boy. You'll get used to it.<</speech>>
<<speech "You" "$name">>Dick! You didn't showed up almost all day.<</speech>>
<<speech "Dick">>I was busy, but I have some informations that I need to share with you. Come, we need to talk.<</speech>>
<<speech "You" "$name">>Oh cool. Wait...come? Where are we...<</speech>>
You suddenly fall unconcious
[img[images/dick/training.gif]]
[[Next|night3training]]<<if $lustcall is true>>
You close your eyes and concentrate for a moment...
[img[images/player/lustcall.gif]]
Then you feel a burst of heat on your cock.
<<button "Return" `previous()`>><</button>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<<set $lustcallknown to true>>
<</if>>[img[images/misc/bigdickagain.gif]]
''You're well-hung again''
<<speech "You" "$name">>(Did i just felt my dick growing?? What the fuck is all this convenien...)<</speech>>
Then it hits you. You used a calling.
<<speech "You" "$name">>(Ohhhhhh, so that's what it was)<</speech>>
[[Next|bar3lucksex1]]
You feel a familiar sensation of lightness.
<<AdvancePeriod 1>>
<<speech "You" "$name">>What the fuck, Dick! <</speech>>
<<speech "Dick">>Oh, I keep forgeting that you are not well trained yet.<</speech>>
<<speech "You" "$name">>Maybe because it's been only three fucking days that I got this "blessing".<</speech>>
<<speech "Dick">>The faster you learn the more prepared you shall be.<</speech>>
<<speech "You" "$name">>Well, I guess you're right. But why do we have to talk while I'm unconscious.<</speech>>
<<speech "Dick">>For now it's the only way I can unlock more of your powers.
I see that you broke both of Aphrodite's spells.<</speech>>
<<speech "You" "$name">>And I have absolutely no idea of how I did that...<</speech>>
<<speech "Dick">>Her spells are based interrupting your connection with her powers- I mean, YOUR powers now. By having sex or using a calling you are able to reestablish your bond trough lust or by accessing your arche, respectively.<</speech>>
<<speech "You" "$name">>I think I got it.<</speech>>
<<speech "Dick">>I also noticed that you used your habilities.<</speech>>
<<speech "You" "$name">>Yeah, but it wasn't intentionally...<</speech>>
<<speech "Dick">>You are truly different.<</speech>>
<<speech "You" "$name">>Different how?<</speech>>
<<speech "Dick">>Only a few were able to use callings without my help.<</speech>>
<<speech "You" "$name">>Huh, funny. I've never been good at anything my whole life.<</speech>>
<<speech "Dick">>That's probably because your true purpose in life was not presented yet.<</speech>>
<<speech "You" "$name">>And what is this purpose?<</speech>>
<<speech "Dick">>To be a powerful warrior!<</speech>>
<<speech "You" "$name">>Dick, I'm sorry, but I don't even know how to fight. I don't know if I want to be a "warrior".<</speech>>
<<speech "Dick">>It is not your choice. It is your destiny.<</speech>>
<<speech "You" "$name">>Oh, so I'm obligated to follow a path or something?<</speech>>
<<speech "Dick">>That's the beauty of it boy. Whatever path you may follow using your power will be of your own choosing.
You shall be the protector of your choices, wills, and the people you love...or control.<</speech>>
<<speech "You" "$name">>Ok, that's more interesting. But what did you wanted to talk about?<</speech>>
[[Next|night3training1]]<<speech "Dick">>I've spent the day concentrating on finding traces of Aphrodite's location. She is still far, at least for now.<</speech>>
<<speech "You" "$name">>What do you mean? She was in my dream last night.<</speech>>
<<speech "Dick">>To invade a mortal's dream is one thing. To materialize herself in the real world is a completely different task.<</speech>>
<<speech "You" "$name">>That's a relief...<</speech>>
<<speech "Dick">>But she will probably invade your dreams again.<</speech>>
<<speech "You" "$name">>What???<</speech>>
<<speech "Dick">>She has no reason not to try this again. It is a way to strenghten herself while leaving you weaker.
But in the next time you will be more prepared.<</speech>>
<<speech "You" "$name">>The next time may be tomorrow. And I still don't know how to use any of my powers on purpose.<</speech>>
<<speech "Dick">>Something tells me that you'll learn it tomorrow.<</speech>>
<<speech "You" "$name">>Does this have anything to do with you, Dick?<</speech>>
<<speech "Dick">>Yes, I had to block your presentiments.<</speech>>
<<speech "You" "$name">>What does this even do?<</speech>>
<<speech "Dick">>Let's say that when an opportunity of using your powers presents itself you feel a presentiment.<</speech>>
<<speech "You" "$name">>And you took this away from me??<</speech>>
<<speech "Dick">>Don't question my methods! I just blocked this feeling so I could analyze your raw powers.
But now I'll allow you to use this feeling. This way you shall have a better understanding of when and where to use your powers.<</speech>>
<<speech "You" "$name">>Thanks, I guess...<</speech>>
<<speech "Dick">>It's almost morning. You must returnt to your body.<</speech>>
<<speech "You" "$name">>It's already morning??<</speech>>
[img[images/dick/training.gif]]
[[Next|Room4]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $kya is true>>
<a data-passage="Kyastats" class="link-internal link-image">
<img class="contacts" src="images/kya/face.jpg">
</a><</if>>
<<if $megan is true>>
<a data-passage="Meganstats" class="link-internal link-image">
<img class="contacts" src="images/megan/face.jpg">
</a><</if>>
<<if $Chiquita is true>>
<a data-passage="Chiquitastats" class="link-internal link-image">
<img class="contacts" src="images/actresses/chiquita/face.jpg">
</a><</if>>
<<if $Whitney is true>>
<a data-passage="Whitneystats" class="link-internal link-image">
<img class="contacts" src="images/actresses/whitney/face.jpg">
</a><</if>>
<<if $Envy is true>>
<a data-passage="Envystats" class="link-internal link-image">
<img class="contacts" src="images/actresses/envy/face.jpg">
</a><</if>>
<<if $pair1 is true>>
<a data-passage="Pair1stats" class="link-internal link-image">
<img class="contacts" src="images/release 4.0/pair1/day11/face3.jpg">
</a><</if>>
<<if $rachel is true>>
<a data-passage="Rachelstats" class="link-internal link-image">
<img class="contacts" src="images/release 4.0/rachel/day11/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your boss: Frank</span><<nobr>>
<</nobr>><a data-passage="Frankstats" class="link-internal link-image">
<img class="right-side small" src="images/frank/face.jpg">
</a>
He hired you almost a year ago.
''Stats:''
*His favor to you is $frank.favor
*His friendship with you is $frank.friendship
*His obedience to you is $frank.obedience
''Things you know:''
*He's married to mercedes.
*He originally pays you 500$ on every friday.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your boss's wife: Mercedes</span><<nobr>>
<</nobr>><a data-passage="Mercedesstats" class="link-internal link-image">
<img class="right-side small" src="images/mercedes/face.jpg">
</a>
The goldigger who never noticed you.
''Stats:''
*Her love for you is $mercedes.love
*Her lust for you is $mercedes.lust
*Her corruption is $mercedes.corruption
*Her submissiveness to you is $mercedes.submission
''Things you know:''
*She's married to your boss.
*She's a gold digger.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your old friend: Larry</span><<nobr>>
<</nobr>><a data-passage="Larrystats" class="link-internal link-image">
<img class="right-side small" src="images/larry/face.jpg">
</a>
Your old friend that gets help from you in exchange for great advices.
''Stats:''
*His favor to you is $larry.favor
*His friendship with you is $larry.friendship
*His obedience to you is $larry.obedience
''Things you know:''
*He gives good advices.
*He has a daughter.[img[images/misc/bigdickagain.gif]]
<<speech "You" "$name">>(YESSSSSS! My dick is back....I mean, my new dick)<</speech>>
''You're well-hung again''
Two guys playing with buttlerfly knives comes from the distance and spot you.
<<speech "You" "$name">>(Well, I'm not felling any vibration anymore. Looks like I've spent all my luck)<</speech>>
The adrenaline rush helps you sobber up. You start to run and get inside your building.
<<speech "You" "$name">>(Fuck! That was close)<</speech>>
''You discovered a new calling: Luck calling''
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
''You've spent 1 arche point''
[[Go to your apartment|night3apartment]]
<<set $luckcalllvl += 1>><<nobr>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>><</nobr>><<set $callingslist to true>><<nobr>>
<<set $day to 4>>
<<set $period to 1>>
<<set $CurEng to 100>><</nobr>>
You suddenly wake up.
[img[images/misc/wakingup1.gif]]
<<speech "You" "$name">>Uhhrg, this always feels weird...<</speech>>
Surprisingly you are very well rested.
<<speech "You" "$name">>Huh, that was some intensive sleep session.<</speech>>
~KNOCK KNOCK~
Someone's at the door.
<div class="general">//Open up $name, I know you're there, don't try to fool me.//</div>
<<speech "You" "$name">>What a wonderful way to start the day...<</speech>>
You walk to the door and open it...
[[Next|Marieint]]<span class="bigger">Your landlord: Marie</span>
<img class="right-side medium" src="images/marie/capa.jpg">
<<set $metmarie to true>>
This is Marie, the main reason of your poverty.
She offered a sweet deal when you were looking for a place to rent. Although, the small letters in the contract said that the price could rise up to five times the initial amount. You can't just find another place because breaking the contract would result in a fine of thousands of dollars.
The sweet woman you met when you moved to your place soon proved to be a greedy bitch who's always asking about your rent.
And here she is again...
[[Next|corridor4]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your landlord: Marie</span><<nobr>>
<</nobr>><a data-passage="Mariestats" class="link-internal link-image">
<img class="right-side small" src="images/marie/face.jpg">
</a>
The main reason of your poverty: your landlord.
''Stats:''
*Her love for you is $marie.love
*Her lust for you is $marie.lust
*Her corruption is $marie.corruption
*Her submissiveness to you is $marie.submission
''Things you know:''
*She's your landlord.
*She charges you $rent $ for the rent at every monday.
*She owns many apartments in the building.
*She lives in your building.<<speech "You" "$name">>Good morning Mar-<</speech>>
<<speech "Marie">>Don't "good morning" me, $name! You know you owe me money. I'm reforming the recreating area of the building, and it's being very expensive.<</speech>>
<<speech "You" "$name">>I know, I know. I swear I'll have it in less than two weeks.<</speech>>
<<speech "Marie">>THIS WEEK. You got until this week to pay me. The rent must be paid by the start of every week.<</speech>>
<<speech "You" "$name">>How much was it again?<</speech>>
She looks at you with anger.
<img class="large" src="images/marie/angry.jpg">
<<speech "Marie">>The nerve on this guy...Four hundred bucks.<</speech>>
<<speech "You" "$name">>Okay, geez...<</speech>>
<<speech "Marie">>Don't make me ask for it again.
Oh, and stop with the weed, people are complaining about the smell.<</speech>>
<<speech "You" "$name">>Sure, Marie...(Pfff fuck no...). Bye!<</speech>>
She goes away in a fast pace, without looking back.
<<speech "You" "$name">>(Hah, now that I have powers you're gonna pay, one way or another)<</speech>>
[[Next|room4a]]<<speech "You" "$name">>Ok, I need to take a shower. Last night I just passed out.<</speech>>
<<if $pushups is false>>
[[Do some push ups|pushups4]]<</if>>
<<if $watchporn is false>>
[[Watch porn|dontwatchit]]<</if>>
<<if $meditation is false>>
[[Meditate|arche4]]<</if>>
[[Take a quick shower and go to work|corridor4a]]<<if $pushupcount is 0>><<nobr>>
<<set $pushups to true>>
<img class="small" src="images/misc/pushupsend.gif"><</nobr>>
<<speech "You" "$name">>Woah. Even though I didn't work out at all I still gained a lot of strenght. I guess this is not gonna work in the long run. I'm definitely going to find a gym.<</speech>>
[[Back|room4a]]
<<else>><<nobr>>
<<set $pushups to true>>
<img class="small" src="images/misc/pushupsend.gif"><</nobr>>
<<speech "You" "$name">>Woah, even with so little training I'm able to do like a hundred. I guess this is not gonna work for me anymore. I'm definitely going to find a gym.<</speech>>
[[Back|room4a]]
<</if>>
You sit on your chair, turn on the computer, unzip your pants and look at your dick.
<<set $watchporn to true>>
<<speech "You" "$name">>Welcome back big boy!<</speech>>
After clicking on a ramdom porn site you realize...
<<speech "You" "$name">>You know what? I shouldn't be doing this. I have fucking magical powers. Why am I still masturbating? I need to get the real thing.<</speech>>
[[Back|room4a]]You leave your apartment and, as usual, Dee shows up.
<<speech "Dee">>Hey $name.! How are you?<</speech>>
<img class="large" src="images/dee/day4/1.jpg">
<<speech "You" "$name">>I'm fine Dee. What about you?<</speech>>
<<speech "Dee">>I'm going, you know...<</speech>>
Suddenly you feel a weird sense of power. Something like a presentiment.
<div class="general"><span class="psy">*''Psychic calling available''</span></div>
[[Use the Psychic calling (15 energy / 1 arche point)|psydee4]]
[[Don't use it now|nopsydee4]]<<speech "You" "$name">>Should I smoke to relax more?<</speech>>
[[Use weed|weedarche4]]
[[Don't use it|noweedarche4]]<<if $weed gte 1>>
<<set $player.arche to 3>><<nobr>>
<<set $meditation to true>>
<<set $weed -= 1>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 3 arche points"
"You used one joint"
[[Back|room4a]]
<<else>>
You don't have any weed.
[[Back|room4a]]
<</if>><<set $player.arche to 2>><<nobr>>
<<set $meditation to true>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 2 arche points"
[[Back|room4a]]<<speech "You" "$name">>Son? What are you talking about? I know how to handle thing myself, Dee.<</speech>>
Her face blushes and she looks away.
<<speech "Dee">>I-I sorry $name. I'm not trying to say that you need my help.<</speech>>
<<speech "You" "$name">>If I need you I'll tell you, ok?<</speech>>
<<speech "Dee">>Ok. Uhm, I better be going to the school, Bye!<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Next|lounge4]]
<<set $dee.submission += 1>><<nobr>>
<<set $player.dominance += 1>><</nobr>><<speech "You" "$name">>Thanks, Dee! I really apreciate your help!<</speech>>
She opens a big smile.
<<speech "Dee">>Oh, don't mention it, dear. Neighbors should help eachother, right?<</speech>>
<<speech "You" "$name">>Sure! You can always count on me too.<</speech>>
<<speech "Dee">>Thanks $name. Now, I'm late for work. I have to run. Bye!<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Next|lounge4]]
<<set $dee.love += 1>><<nobr>>
<<set $player.charisma += 1>><</nobr>><<speech "You" "$name">>(Hmm, why not?)<</speech>>
You put your hand on her shoulder.
<<speech "You" "$name">>I'm really glad you said this. I've been really struggling. Having you around to take care of me is really helpful.<</speech>>
She blushes but her big smile shows that she loved your answer.
<<speech "Dee">>Yes darling!, I'll always be here looking out for you.<</speech>>
She pulls you for a hug, pressing your face against her big breasts.
<video src="videos/dee/day4/hug.mp4" muted autoplay loop></video>
<<speech "You" "$name">>(Hmmm, this feels nice)<</speech>>
<<speech "Dee">>Now I really have to go baby. I'm late for work. Bye!<</speech>>
<span class="blue">''Your intelligence has increased by 1''</span>
<span class="corruption">Her corruption has increased by 1</span>
[[Next|lounge4]]
<<set $dee.corruption += 1>><<nobr>>
<<set $player.intelligence += 1>><</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your dealer: Tyler</span><<nobr>>
<</nobr>><a data-passage="Tylerstats" class="link-internal link-image">
<img class="right-side small" src="images/tyler/face.jpg">
</a>
He's cool. He sells you weed.
''Stats:''
*His favor to you is $tyler.favor
*His friendship with you is $tyler.friendship
*His obedience to you is $tyler.obedience
''Things you know:''
*He's your dealer.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The spanish teacher: Elena</span><<nobr>>
<</nobr>><a data-passage="Elenastats" class="link-internal link-image">
<img class="right-side small" src="images/elena/face.jpg">
</a>
You just met her at your building.
''Stats:''
*Her love for you is $elena.love
*Her lust for you is $elena.lust
*Her corruption is $elena.corruption
*Her submissiveness to you is $elena.submission
''Items you gave her:''
<<if $elenadildo is true>>
*A dildo<</if>>
<<if $elenasmallplug is true>>
*A small buttplug<</if>>
<<if $elenamediumplug is true>>
*A medium buttplug<</if>>
<<if $elenabigplug is true>>
*A big buttplug<</if>>
<<if $elenahitachi is true>>
*A hitachi<</if>>
''Things you know:''
*She teaches spanish in college.You go downstairs and notice that there's a new note on the notice board by the entry.
<img class="middle medium" src="images/misc/spanishclasses.jpg">
<div class="general">//"Special discount to residents. Talk to Elena on the apartment 401."//</div>
<<speech "You" "$name">>(Hmm, maybe I'll take one of those classes)<</speech>>
You leave to the external area of the building and see that there is a construction in progress on the recreational area.
<<speech "You" "$name">>(Are they constructing a pool? That's awesome!<</speech>>
<img class="middle medium" src="images/misc/pool.jpg">
<<speech "You" "$name">>...wait, Marie is probably gonna raise the rent even more. I'll probably be homeless if I don't get money fast.)<</speech>>
[[To work|street4]]While on the way to work you see in the distance a homeless man looking at you, dead in the eye.
<img class="middle medium" src="images/homelessman/homelessman.jpg">
As you get closer he raises a metal cup, shacking it to make some noise.
<<speech "Homelessman" "Homeless man">>Some coin for the poor?<</speech>>
[[Give him 5$|strangeman45]]
[[Give him 10$|strangeman410]]
[[Give him nothing|strangeman40]]You take 5$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>(Not even a thank you? Ok...)<</speech>>
[[Go to work|work4]]
<<nobr>><<set $player.money -= 5>>
<<set $strangebonus += 5>><</nobr>>You take 10$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>(Not even a thank you? Ok...)<</speech>>
[[Go to work|work4]]
<<nobr>><<set $player.money -= 10>>
<<set $strangebonus += 10>><</nobr>><<speech "You" "$name">>Sorry buddy, I can't right now...<</speech>>
<<speech "Homelessman" "Homeless man">>...<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>(Ok...)<</speech>>
[[Go to work|work4]]By the time your shift starts you get to the staff room.
You see Larry taking a nap in a chair at the corner.
<<speech "You" "$name">>Good morning, sunshine!<</speech>>
<<speech "Larry">>''I'm not sleeping!'' Oh- it's you? Dammit $name! Do you wish to kill an old man?<</speech>>
<<speech "You" "$name">>No, I wish to keep an old man employed. Frank usually comes here by this time to see who's on time and who's not.
You don't want him to catch you sleeping, do you?<</speech>>
<<speech "Larry">>Well, of course not.<</speech>>
He gets up and serves himself some coffee.
<<speech "Larry">>You want some?<</speech>>
<<speech "You" "$name">>I do, thanks.<</speech>>
He serves you a mug.
<<speech "You" "$name">>So Larry, let's say that you got powers... What would you do?<</speech>>
<<speech "Larry">>I would go back to being young again.<</speech>>
<<speech "You" "$name">>Ok, not that kind of power. I mean powers that could make you better at things...<</speech>>
<<speech "Larry">>What do you mean? <</speech>>
<<speech "You" "$name">>Ah, I don't know how to explain.<</speech>>
<<speech "Larry">>Don't use drugs $name...<</speech>>
<<speech "You" "$name">>That's not what I'm talking about!<</speech>>
He puts his hands on your shoulder.
<<speech "Larry">>I know, son. Whatever it may be happening in your life right now, just rembember this: ''with great powers come great responsability.'' Or something like that.<</speech>>
<<speech "You" "$name">>Oh fuck off Larry...<</speech>>
<<speech "Larry">>Hahahahaha cough* cough*<</speech>>
He leaves the room and goes back to work.
<<speech "You" "$name">>Well, I should go too.<</speech>>
[[Begin your shift|work4a]]You open the door doing as much noise as you can, trying to scare the guy.
<<speech "You" "$name">>Hey! What are you doing to her?<</speech>>
He looks surprised to see someone. Kendra's still on the ground.
<<speech "Jason">>What are you doing here? Can't a guy have a little fun with his girl?<</speech>>
<<speech "Kendra">>You fucking idiot!<</speech>>
<<speech "Jason">>Oh come on...I didn't do anything. You're gonna be fine.<</speech>>
He looks menacingly at you.
<<speech "Jason">>This little women protector on the other hand....<</speech>>
Yep, he's gonna fight you.
<<speech "You" "$name">>(Dick, please do something!! I've never fought before!)<</speech>>
Dick doesn't always answer when you call him. But this time he responds:
<<speech "Dick">>Sorry buddy! I'm a lover, not a fighter...<</speech>>
[[Hold your ground and try to throw the first punch|trowpunchB]]
[[Try to talk your way out|talkB]]You take a fighting stance. The best you could remember form the movies.
<<speech "You" "$name">>(Alright! All I gotta do is to throw the fir...)<</speech>>
You don't even get the time to think as you see that huge hand coming in your direction.
[img[images/player/punched.gif]]
You black out...
[[Next|helpkendra2B]] <<nobr>><<set $player.dominance +=1>>
<<set $player.fitness +=1>>
<<set $kendra.love += 1>><</nobr>>
You eventually come back to consciousness and see Kendra looking at you. The boyfriend is long gone.
<<speech "Kendra">>Oh my god! Are you ok?<</speech>>
<<speech "You" "$name">>Owww! Yeah, sure! That was nothing...<</speech>>
<<speech "Kendra">>Bro, you blacked out for like...15 minutes. I was about to call an ambulance.<</speech>>
<<speech "You" "$name">>Okay, okay. That was a nice punch.<</speech>>
<<speech "Kendra">>So...I wasn't expecting anyone to enter here...<</speech>>
Her face is still blushed. You can see she's very ashamed.
<<speech "Kendra">>But I'm glad you came. He was hurting me.<</speech>>
<<speech "You" "$name">>Well, I only got punched...<</speech>>
She smiles.
<<speech "Kendra">>Hahaha yeah, but you didn't run. You took it like a man. Thanks for the help.<</speech>>
After you get up, she puts on her uniform and heads to the staff's room exit.
She smiles at you and close the door.
<span class="grey">''Your fitness has increased by 1''</span>
<span class="red">''Your dominance has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|Work3]]<<speech "You" "$name">>Hey, It's your business. I only asked because I saw that you were going for some head, right? It could really fuck you up right now.<</speech>>
You caught him off guard, he has no idea what you're talking about.
<<speech "Jason">>Fuck me up? What do you mean?<</speech>>
<<speech "You" "$name">>You haven't seen the news? Some kind of asian flu.<</speech>>
You try to say that in the the most natural way possible.
<<speech "You" "$name">>It affects mostly girls but I heard that they're transmiting it through oral sex.<</speech>>
He looks at you in disbelief. But he's still listening.
<<speech "You" "$name">>They say that girls only get mildy symptons, for a keed or two.<</speech>>
You look at her. She cacthes your cue.
<<speech "Kendra">>Cough! Cough!<</speech>>
<<speech "You" "$name">>But guys...I heard some things about penile necrosis...<</speech>>
His eyes widen as he puts his hands in front of his junk. He's not very bright, you got him.
<<speech "Jason">>Fucking chinese!<</speech>>
<<speech "Kendra">>I descent from japanese, you idiot!<</speech>>
<<speech "You" "$name">>Yeah fuck them chinese.
By the way, I'm sorry to bother, but the boss told me to call Kendra.<</speech>>
She looks at you like you're someone else. But she follows your plan.
<<speech "Kendra">>Yeah you stupid cunt! COUGH! I have to work now, get out!<</speech>>
<<speech "Jason">>Alright! I'm going. Thanks for the advice man.<</speech>>
He stills give you a punch in the arm on the way out. Such a Chad thing to do...
[[Next|helpkendra3B]]<<nobr>><<set $player.charisma +=1>>
<<set $kendra.love += 1>><</nobr>>
<<speech "You" "$name">>Owww!<</speech>>
<<speech "Kendra">>Okay, what the fuck was that??<</speech>>
<<speech "You" "$name">>That was me helping you. You're welcome.<</speech>>
<<speech "Kendra">>But all those things you said, what the fuck was that?<</speech>>
<<speech "You" "$name">>I had to improvise. That's the best I could come up with.<</speech>>
<<speech "Kendra">>I'm glad you came. He was hurting me.<</speech>>
<<speech "You" "$name">>Well, that's what friends are for...<</speech>>
She hugs you
<<speech "Kendra">>That whole advice was weird, but thanks for the help.<</speech>>
She puts on her uniform and heads to the staff's room exit, giving you a smile before closing the door.
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|Work3]][[Enter the room|helpkendraB]]
[[Play it safe|helpkendraC]]<<speech "You" "$name">>(Maybe I could use the sound system from outside)<</speech>>
You try to connect to the staff room's bluetooth.
<<speech "You" "$name">>(Come on!)<</speech>>
The phone connects successfully. You do your best to change your voice to a deeper tone.
[img[images/misc/megaphone.gif]]
<<speech "You" "$name">>''Attention, security, please come to the staff room. Attention, security, come to the staff room as soon as possible.''<</speech>>
As soon as you say it, her boyfriend opens the door and sees you leaning on the wall.
<<speech "Jason">>Oh, look who it is... the little man.<</speech>>
<<speech "You" "$name">>Hey Jason, long time no see.<</speech>>
<<speech "Jason">>You're lucky that I'm out of time for you right now, pussy.<</speech>>
He puts on his helmet, jumps on his bike and rides away.
[[Next|talkkendraint]]<<nobr>><<set $player.intelligence +=1>>
<<set $kendra.love += 1>><</nobr>>
You enter the room.
<<speech "Kendra">>Okay, what the hell was that??<</speech>>
<<speech "You" "$name">>That was me helping you. You're welcome.<</speech>>
<<speech "Kendra">>But how did you do that?<</speech>>
<<speech "You" "$name">>I had to improvise. I connected my microphone to the sound system.<</speech>>
<<speech "Kendra">>I didn't know you were so smart, but I'm glad you came. He was hurting me.<</speech>>
<<speech "You" "$name">>Well, that's what friends are for...<</speech>>
She hugs you
<<speech "Kendra">>Shouldn't the security be here by now?<</speech>>
<<speech "You" "$name">>actually I'm supposed to cover for Larry at this time. So...Security is here!<</speech>>
She starts to laugh, puts on her uniform and heads to the staff's room exit, giving you a smile before closing the door.
<span class="blue">''Your intelligence has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go to work|Work3]]You feel your minds connecting.
<img class="middle medium" src="images/player/psycall.gif">
<<speech "Dee">>Listen, I'm sorry, I couldn't help but listen to your conversation with Marie.
(Such a poor baby)<</speech>>
<<if $psycallknown is true>>
<<speech "You" "$name">>Well, you know, she's complicated.
(I hope she can't hear my thoughs.. I feel as I'm more in control this time)<</speech>>
<<else>>
<<speech "You" "$name">>Well, you know, she's complicated.
(Woah! I can hear her thoughts!)<</speech>>
<</if>>
<<speech "Dee">>I just want to tell you that, if you need any help, you can ask me. You don't need to do everything by yourself, son.
(Please let me take care of you. I have so much to offer)<</speech>>
<<speech "You" "$name">>(Did she just called me son? Was it just a manner of speaking?)<</speech>>
[[Confront her|notyoursondeepsy]]
[[Accept her help|helprentpsy]]
[[Focus on a new kind of "relationship"|amyoursondeepsy]]<<speech "Dee">>Listen, I'm sorry, I couldn't help but listen to your conversation with Marie.<</speech>>
<<speech "You" "$name">>Well, you know, she's complicated.<</speech>>
<<speech "Dee">>I just want to tell you that, if you need any help, you can ask me. You don't need to do everything by yourself, son.<</speech>>
<<speech "You" "$name">>(Did she just called me son? Was it just a manner of speaking?)<</speech>>
[[Confront her|notyoursondee]]
[[Accept her help|helprent]]
[[Focus on a new kind of "relationship"|amyoursondee]]
<<set $callingslist to true>><<speech "You" "$name">>Son? What are you talking about? I know how to handle things myself, Dee.<</speech>>
Her face blushes and she looks away.
<<speech "Dee">>I-I sorry $name. I'm not trying to say that you need my help. (Oh my! What have I done...)
<</speech>>
<<speech "You" "$name">>(Hmm, maybe I could play with her)
You want to help me?<</speech>>
<img class="middle medium" src="images/dee/day4/2.jpg">
<<speech "Dee">>Yes, I would love to. (I just want to see you happy)<</speech>>
<<speech "You" "$name">>Take your tits out of that dress.<</speech>>
[[Next|notyoursondeepsy1]]<<speech "You" "$name">>(Hmm, I could take advantage of that)<</speech>>
You put your hand on her shoulder.
<<speech "You" "$name">>I'm really glad you said this. I've been really struggling. Having you around to take care of me is really helpful.<</speech>>
She blushes but her big smile shows that she loved your answer.
<<speech "Dee">>I'll always be here looking out for you. (Yes! Let me take care of you)<</speech>>
She pulls you for a hug, pressing your face against her big breasts.
<video src="videos/dee/day4/hug.mp4" muted autoplay loop></video>
<<speech "You" "$name">>(Hmmm, this feels nice. But why not go further?)<</speech>>
[[Next|amyoursondeepsy1]]<<speech "You" "$name">>Thanks, Dee! I really apreciate your help!<</speech>>
She opens a big smile.
<<speech "Dee">>Oh, don't mention it, dear. Neighbors should help eachother, right? (I sure hope we turn into more than neighbors)<</speech>>
<<speech "You" "$name">>(Time to play)
Come on, Dee... I guess we are more than neighbors...<</speech>>
You say it while caressing her arm.
<<speech "Dee">>Wha-What do you mean? (Oh my! Does he really like me?)<</speech>>
<<speech "You" "$name">>I don't know what we are yet. But I'm sure we'll be very close over time. I really like you...<</speech>>
She blushes immediately.
<<speech "Dee">>Haha, Thanks, $name. I think that too. (Now it's not the time to get horny, Dee)<</speech>>
[[Next|helprentpsy1]]<<speech "You" "$name">>Fuck yeah, I would love to suck on them.<</speech>>
Then she removes the top part of her dress.
<<speech "Dee">>Is this better? (I hope he likes it)<</speech>>
<img class="large" src="images/dee/day4/3.jpg">
<<speech "You" "$name">>Woah, Dee. I love them. (It's working better than I thought)<</speech>>
<<speech "Dee">>Let me take this down further. (There's no shame in this if I'm doing what he needs)<</speech>>
She drops her dress to waist level, in the middle of the apartments corridor.
<img class="large" src="images/dee/day4/6.jpg">
<<speech "You" "$name">>(I need to touch them)
Can I touch them, Dee?<</speech>>
[[Next|amyoursondeepsy3]]<<speech "Dee">>What? (Oh my!)<</speech>>
<<speech "You" "$name">>You can help me to relax by showing me your tits.<</speech>>
<<speech "Dee">>Okay! (What?)<</speech>>
Your words ressonate inside her mind and gain influence over her.
<img class="large" src="images/dee/day4/3.jpg">
<<speech "You" "$name">>(Did that fucking worked? Ok, let's try a few things)
Hmm, that's nice. Now play with your pussy.<</speech>>
<<speech "Dee">>Sure! (Why am I obeying him?)<</speech>>
<video src="videos/dee/day4/pussyplay.mp4" controls></video>
[[Next|notyoursondeepsy2]]<<speech "You" "$name">>(This is amazing. At the same time she's reluctant, she's still following my orders)
Good job. Now let me see your ass.<</speech>>
<<speech "Dee">>Ok...(God, I feel like a slut)<</speech>>
<video src="videos/dee/day4/showass.mp4" autoplay controls></video>
<<speech "You" "$name">>Such a nice ass... but, lose the panties.<</speech>>
<<speech "Dee">>Wha- ok, $name. (In the middle of the hallway?)<</speech>>
[[Next|notyoursondeepsy3]]Through the bond between your minds you can sense a lot of stress coming from her.
You also feel some pressure in your head.
<<speech "You" "$name">>(I think she's reaching her limit for now. I need to be patient, we can't fuck right here)
One final order, Dee...give you ass a little slap.<</speech>>
<<speech "Dee">>But- Okay. (I must obey. Just like old times)<</speech>>
<video src="videos/dee/day4/spankass.mp4" controls></video>
<<speech "You" "$name">>(Old times? What is she talking about? Anyways, my head aches, we should end this now)
That is enough, Dee.<</speech>>
<img class="middle medium" src="images/player/psycall.gif">
Your connection suddenly ends.
She puts back her panties and looks at you. Her behaviour is different. She looks happy again.
<img class="large" src="images/dee/day4/7.jpg">
<<speech "Dee">>Ok. Uhm, I better be going to the school, Bye!<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 2</span>
[[Next|lounge4]]
<<set $dee.submission += 2>><<nobr>>
<<set $player.dominance += 1>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>>
<<set $psycalllvl += 1>><</nobr>>By repeating what she's thinking you are able to stablish a more powerful connection.
<<speech "You" "$name">>Tell me, Dee. What's on your mind right now?<</speech>>
<<speech "Dee">>I-I'm getting horny. What?? Why am I telling you this?<</speech>>
She starts to get tense.
<<speech "You" "$name">>Oh, there's no need to be embarrassed. Like I said, we can be more than just neighbors. And for that we need to be confortable around eachother.<</speech>>
<<speech "Dee">>Yes! But...I don't know. I shouldn't be telling you these things right here, at this time of the day.<</speech>>
Without noticing, her hand slides down to her panties.
<img class="middle medium" src="images/dee/day4/4.jpg">
<<speech "You" "$name">>Don't worry. It's healthier to express what you're feeling. And I see that you're really expressing it right now.<</speech>>
[[Next|helprentpsy2]]<<speech "Dee">>My god! I'm sorry $name. I swear I'm not a whore. But this feels so good.<</speech>>
<video src="videos/dee/day4/pussyplay.mp4" autoplay controls></video>
<<speech "You" "$name">>You can stop if you're not confortable.<</speech>>
<<speech "Dee">>I know, but I...don't want to. Do you mind?<</speech>>
<<speech "You" "$name">>Of course not. I love watching you.<</speech>>
<<speech "Dee">>I don't know why. But I'm feelin more and more confortable around you.<</speech>>
She turns away and lifts her dress.
<<speech "Dee">>I want you to look at me.<</speech>>
<img class="large" src="images/dee/day4/5.jpg">
<<speech "You" "$name">>That's very hot, Dee. You have a beautiful ass.<</speech>>
<<speech "Dee">>I'm glad you like it dear. But I think you'll like this even more<</speech>>
[[Next|helprentpsy3]]<video src="videos/dee/day4/takeoffpanties.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! This is amazing. I wonder how far I can take this)
I love it, Dee. Your pussy looks so nice.<</speech>>
<<speech "Dee">>Why don't you have a better look then?<</speech>>
<video src="videos/dee/day4/pussyplay2.mp4" controls></video>
Suddenly you hear key's noises. Sounds like someone's opening a door.
<img class="middle medium" src="images/player/psycall.gif">
You lose concentration. Your connection ends.
[[Next|helprentpsy4]]She immediately puts back her panties and changes her behaviour.
<img class="large" src="images/dee/day4/7.jpg">
<<speech "Dee">>What was I saying? Oh yeah. Neighbors should help eachother, right?<</speech>>
<<speech "You" "$name">>Yeah, sure (Did she forgot everything?)<</speech>>
One of the residents opens the door and sees you.
<div class="general">//Morning neighbors!//</div>
<<speech "You" "$name">>(Fuck you!)<</speech>>
<<speech "Dee">>Good morning to you!
Thanks $name. Now, I'm late for work. I have to run. Bye!<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 2</span>
[[Next|lounge4]]
<<set $dee.love += 2>><<nobr>>
<<set $player.charisma += 1>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>>
<<set $psycalllvl += 1>><</nobr>><<speech "You" "$name">>Hmmm, your chest makes me feel so safe...<</speech>>
You press your head even deeper between her big juggs.
<<speech "Dee">>I'm glad I can make you feel that way! (What is this feeling of care? I've been wanting this for so long...)<</speech>>
<<speech "You" "$name">>(Let's see if this works)
Your skin feels so good...Too bad your dress is on the way....<</speech>>
She stops hugging you.
<video src="videos/dee/day4/tits1.mp4" controls></video>
<<speech "You" "$name">>(Fuck! They are so big)<</speech>>
<<speech "Dee">>(Oh! The way he looks at my boobs! Makes me feel so desired)<</speech>>
<video src="videos/dee/day4/tits2.mp4" controls></video>
[[Next|amyoursondeepsy2]]<video src="videos/dee/day4/tits3.mp4" autoplay controls></video>
You grab them firmly and she lets out a moan.
<<speech "Dee">>Haah...<</speech>>
You let go immediately.
<<speech "You" "$name">>I'm sorry, Dee.<</speech>>
<<speech "Dee">>You don't need to be sorry. (It's been so long since a man squeezed my tits like this)<</speech>>
<<speech "You" "$name">>(Well, since she didn't mind...)
I need to see them...<</speech>>
[[Next|amyoursondeepsy4]]<<speech "Dee">>Of course, my big boy. (I thought he would never ask)<</speech>>
<video src="videos/dee/day4/tits4.mp4" autoplay controls></video>
<<speech "You" "$name">>My god! Your tits are amazing.
(She's so weird. It's like a mixture of maternal instinctis and hornyness)<</speech>>
<<speech "Dee">>It's all for you baby. (God! If he sucks on them I'm gonna cum!)<</speech>>
<<speech "You" "$name">>Can I suck on them?<</speech>>
[[Next|amyoursondeepsy5]]<video src="videos/dee/day4/takeoffpanties.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! She really did it. I wonder how far I can take her)
Very nice Dee! Now spread your ass for me.<</speech>>
<<speech "Dee">>Su-sure...(Being told what to do...reminds me of...)<</speech>>
<video src="videos/dee/day4/spreadass.mp4" controls></video>
<<speech "Dee">>Do you like it? (What if someone catches me?)<</speech>>
[[Next|notyoursondeepsy4]]<<speech "Dee">>Yes! Come here...<</speech>>
<video src="videos/dee/day4/tits5.mp4" autoplay controls></video>
You're about to put your mouth on her hard nipples when you hear key's noises. Sounds like someone's opening a door.
<img class="middle medium" src="images/player/psycall.gif">
You lose concentration. Your connection ends.
<<speech "You" "$name">>(Fuck!)<</speech>>
She immediately puts back her bra and dress, changing her behaviour.
<img class="large" src="images/dee/day4/7.jpg">
<<speech "Dee">>What was I saying? Oh yeah. Neighbors should help eachother, right?<</speech>>
<<speech "You" "$name">>Yeah, sure (Did she forgot everything?)<</speech>>
One of the residents opens the door and sees you.
<div class="general">//Morning neighbors!//</div>
<<speech "You" "$name">>Fuck you!<</speech>>
Confused by what you're thinking and saying you end up saying that out loud.
Both of them are looking at you.
<<speech "You" "$name">>This is what I say to neighbors that don't help eachother, right neighbor? (SHIT! I have to get used to this psychic thing)<</speech>>
<div class="general">//Uhmm, yeah. Sure.//</div>
He walks away.
<<speech "Dee">>Good morning to you, neighbor!
That was a little over the top, $name. Now, I'm late for work. I have to run. Bye!<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="blue">''Your intelligence has increased by 1''</span>
<span class="corruption">Her corruption has increased by 2</span>
''You learned that she has a mother complex''
<<set $deemothercomplex to true>>
[[Next|lounge4]]
<<set $dee.corruption += 2>><<nobr>>
<<set $player.intelligence += 1>>
<<set $CurEng -= 15>>
<<set $player.arche -=1>>
<<set $psycalllvl += 1>><</nobr>><<nobr>><<AdvancePeriod 1>><</nobr>>
How do you want to work the second part of your shift?
[[Work hard|work4hard]]
[[Just "work"|work4bad]]You give your best to not be called out by your boss and manage to do your job as you are intended to.
<<speech "You" "$name">>Well, I can't take the actor job as granted. Best to work hard and get paid.<</speech>>
<img class="middle medium" src="images/misc/hardwork.gif">
<span class="grey">''Your fitness has increased by 1''</span>
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|work4night]]
<<set $player.fitness += 1>><<nobr>>
<<set $player.intelligence += 1>>
<<set $CurEng -= 20>>
<<AdvancePeriod 1>><</nobr>>You do just the bare minimum and pretend to work hard, putting people to work for you.
<<speech "You" "$name">>Ain't nobody got time for this shitty job.<</speech>>
<img class="small" src="images/misc/badwork.gif">
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|work4night]]
<<set $player.charisma += 1>><<nobr>>
<<set $CurEng -= 10>>
<<AdvancePeriod 1>><</nobr>><<nobr>><<AdvancePeriod 1>>
<<set $CurEng -= 10>><</nobr>>
Some hours pass. You're on the cashier duty. There's a lot of movement today.
It's been 15 minutes since your break should've started.
<<speech "You" "$name">>Ahhhh, I'm so hungry...Finally is time to take a break.<</speech>>
You put on a "lunch break" sign, but another customer comes your way.
//Hey dude, can you make an exception for me??//
<img class="middle medium" src="images/naomi/day4/1.jpg">
<<speech "Naomi">>I'm Naomi, I work in the sex shop on this street. My break is already over and I left the store alone. <</speech>>
<<speech "You" "$name">>(Hmm, should I?)<</speech>>
<<set $naomi.met to true>>
[[Make an exception|helpnaomi]]
[[Refuse|refusenaomi]]<<speech "You" "$name">>Okay. I know the struggle to be on time. Give me your things.<</speech>>
<<speech "Naomi">>Awesome! Thank you so much, man.<</speech>>
You cash her stuff and put it on bags.
<<speech "Naomi">>Hey, why don't you visit my store one day? I'll give you a discount.<</speech>>
<<speech "You" "$name">>Sure, that could be interesting.<</speech>>
<<speech "Naomi">>Bye, pretty boy!<</speech>>
<img class="middle medium" src="images/naomi/day4/2.jpg">
<span class="yellow">''Your charisma has increased by 1''</span>
[[Luch time|lunch4]]
<<nobr>><<set $naomibonus to true>>
<<set $player.charisma += 1>><</nobr>><<speech "You" "$name">>Nah. Too slow. I'm hungry and grumpy...<</speech>>
<<speech "Naomi">>Come on man, you're no fun.<</speech>>
<img class="middle medium" src="images/naomi/day4/3.jpg">
She goes away but turns back to you, and says in a playfully manner.
<<speech "Naomi">>Hey, remember to visit my store. Maybe you can find a butt blug that doesn't fall off your big asshole...<</speech>>
<<speech "You" "$name">>(Woah, such I dirty mouth haha) Yeah, maybe half the size of the one you're using...<</speech>>
She smiles at you before going to another cashier.
<img class="middle medium" src="images/naomi/day4/4.jpg">
<span class="red">''Your dominance has increased by 1''</span>
[[Luch time|lunch4]]
<<nobr>><<set $player.dominance += 1>><</nobr>>You get in the staff room and notice that Kendra's sitting in the couch at the corner
<<speech "Kendra">>Hey $name, how are you?<</speech>>
<<speech "You" "$name">>Hi Kendra. I'm feeling good.<</speech>>
Suddenly you see a bright <span class="yellow">yellow</span> light shining through the window.
<img class="middle medium" src="images/misc/brightlight.gif">
<<speech "You" "$name">>What the hell was that?<</speech>>
<<speech "Kendra">>I don't know. maybe the light pole malfunctioned...<</speech>>
<<speech "You" "$name">>Huh...So, What you're up to?<</speech>>
<<speech "Kendra">>Oh not much. I was just masturbating.<</speech>>
<<speech "You" "$name">>What???<</speech>>
She starts to laugh.
<<speech "Kendra">>Pfffffff! Hahahahaha. You should've seen your face. It was a joke. I just wanted to see your reaction...<</speech>>
<<speech "You" "$name">>Wow, so very funny.<</speech>>
<<speech "Kendra">>Well, funny to me, at least.<</speech>>
<<speech "You" "$name">>(That was a weird joke, maybe...Was she really doing it before I came here?)<</speech>>
She gets up from the couch.
<<speech "Kendra">>Think I'm gonna take some coffee before going back.<</speech>>
<div class="general"><span class="luck">*''Luck calling available''</span>
<span class="time">*''Time calling available''</span></div>
[[Use the Luck calling (15 energy / 1 arche point)|kendra4luck]]
[[Use the Time calling (20 energy / 1 arche points)|kendra4time]]
[[Eat something|kendra4eat]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The sexshop clerk: Naomi</span><<nobr>>
<</nobr>><a data-passage="Naomistats" class="link-internal link-image">
<img class="right-side small" src="images/naomi/face.jpg">
</a>
She works in a sex shop near your work.
''Stats:''
*Her love for you is $naomi.love
*Her lust for you is $naomi.lust
*Her corruption is $naomi.corruption
*Her submissiveness to you is $naomi.submission
''Things you know:''
*She works in a sex shop near your work.
<<if $naomibonus is true>>
*She's giving you a discount.
<</if>>You do your regular "handyman" job by fixing some things and organizing stuff on the shelfs.
<<speech "You" "$name">>(I'm getting worried about the whole porn actor thing...)<</speech>>
Your inner friend joins you.
<<speech "Dick">>Why are you worried boy?<</speech>>
<<speech "You" "$name">>I don't know, Dick. They still haven't called me back yet.<</speech>>
<<speech "Dick">>They will call you.<</speech>>
<<speech "You" "$name">>(How do you know that?)<</speech>>
<<speech "Dick">>I just...know things.<</speech>>
<<speech "You" "$name">>(Yeah, right...)<</speech>>
<img class="middle medium" src="images/misc/phonecall.jpg">
<<speech "You" "$name">>You've got to be kidding...<</speech>>
<<speech "Dick">>Told you so. Bye!<</speech>>
[[Next|phonecall4day]]
<<nobr>><<AdvancePeriod 1>>
<<set $CurEng -= 5>><</nobr>><div class="general">//Yo, is this $name?//</div>
<<speech "You" "$name">>Yes! $name speaking.<</speech>>
<div class="general">//The reason I'm calling is to tell you that based on the results of your scene we-//</div>
Suddenly someone grabs the phone off your hand.
<<speech "You" "$name">>What the hell?<</speech>>
<<speech "Frank">>Ah-Ah-Ah. Don't you know that you're not supposed to answer calls on work time? I'll give this back after all your work is done.<</speech>>
<<speech "You" "$name">>(You motherfucker!)<</speech>>
<div class="general"><span class="rage">*''Rage calling available''</span>
<span class="transmutation">*''Transmutation calling available''</span>
<span class="energy">*''Energy calling available''</span></div>
[[Use the Transmutation calling (10 energy / 1 arche point)|phonetrans]]
[[Use the Energy calling (10 energy / 1 arche point)|phoneenergy]]
[[Use the Rage calling (? energy / ? arche point)|phonerage]]
[[Convince him (charisma must be at least 4)|phonechar]]
[[Don't say anything|phonemoney]]<img class="middle medium" src="images/player/ragecall.gif">
Rage invades your body. Your entire body gets warmer.
<<speech "You" "$name">>GIVE. IT. BACK.<</speech>>
Frank looks at you completely scared.
<<speech "Frank">>Wha-what? You can't t-talk to me like that.<</speech>>
His body shivers.
You keep looking at him and give one step at his direction.
<<speech "Frank">>Hah! I ch-changed my mind. I'll let you ha-have it. I'm such a good b-boss right?<</speech>>
Not wanting to get near you he puts it on the ground next to him and goes away.
[img[images/player/ragecall.gif]]
<<speech "You" "$name">>(Wow! What the fuck just happened?)<</speech>>
You see your phone on the ground.
<<speech "You" "$name">>(Why did Frank gave it back? My memory is kinda foggy)<</speech>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
[[Next|phoneback]]
<<nobr>><<set $ragecalllvl += 1>><</nobr>>Looking around, you think about a way of getting your phone back from Frank's hand.
<img class="middle medium" src="images/misc/stackedmango.jpg">
<<speech "You" "$name">>(Hmmm, this could be interesting)<</speech>>
You focus your power on your phone, thinking about a mango and hoping for the best.
<<speech "Frank">>What are you looking at?<</speech>>
<<speech "You" "$name">>(Come on!!)<</speech>>
Your phone starts to deform.
<img class="middle medium" src="images/player/transmutationcall.gif">
''~POOF~''
<<speech "You" "$name">>Uhmm, Frank...Aren't you allergic to mango?<</speech>>
<<speech "Frank">>Yeah, so what?<</speech>>
<<speech "You" "$name">>So why are you holding one?<</speech>>
<img class="middle medium" src="images/misc/mango.jpg">
He looks at his hand and immediately drops it on the ground.
<<speech "Frank">>What the hell???<</speech>>
His hand is visibly red.
<<speech "Frank">>I need to go to the bathroom!<</speech>>
You drop you concentration and the mangophone turns back to being just a phone.
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|phoneback]]
<<set $player.intelligence += 1>><<nobr>>
<<set $CurEng -= 10>>
<<set $transmutationcalllvl += 1>>
<<set $player.arche -=1>><</nobr>>You look at your phone in Frank's hand with complete focus.
<<speech "Frank">>What are you looking at?<</speech>>
Somehow you overcharge the phone with energy, causing an small electric blast.
<img class="middle medium" src="images/player/energycall.gif">
~BZZZZT~
<<speech "Frank">>Oww! What the hell?<</speech>>
He drops it on the ground
<<speech "Frank">>You should buy a better phone $name.<</speech>>
<<speech "You" "$name">>Yeah, I think so. (You don't pay me enough to buy a new one dumbass!)<</speech>>
<<speech "Frank">>Excuse me, I need medical treatment right now...<</speech>>
<<speech "You" "$name">>Okay, boss. (Such a fucking baby)<</speech>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
''You've spent 1 arche point''
[[Next|phoneback]]
<<set $CurEng -= 10>><<nobr>>
<<set $energycalllvl += 1>>
<<set $player.arche -=1>><</nobr>>After taking your phone back, you return the call and hope for the best.
<<speech "You" "$name">>(Fucking Frank...I hope I can return the call)<</speech>>
<div class="general">//Hey, what happened?//</div>
<<speech "You" "$name">>Sorry man, I had some problems. You were saying...?<</speech>>
<div class="general">//Oh, yeah...Your scene made us some money. Not amaaazing money, but enough to make us call you back.//</div>
<<speech "You" "$name">>So you guys want another scene?<</speech>>
<div class="general">//Yeah, are you free-//</div>
<<speech "You" "$name">>Yes, I am!<</speech>>
<div class="general">//...tomorrow? Okay, let me just...sign you up....and...Done. See you tomorrow at 7pm.//</div>
<<speech "You" "$name">>(Yeeeeeees! The dream still lives baby! Now back to work)<</speech>>
[[Next|proxy1]]<<if $player.charisma gte 4>>
<<speech "You" "$name">>I'm sorry Frank, but that was unnavoidable. I was on a business call.<</speech>>
You have his attention.
<<speech "Frank">>What kind of business call?<</speech>>
You try to imitate his mannerisms.
<<speech "You" "$name">>You see Frank, sometimes to earn money you have to spend money.<</speech>>
I invested on a new company and was on a meeting with the owner.
<<speech "Frank">>What? You?<</speech>>
<<speech "You" "$name">>Don't underestimate me Frank. You of all people should know that you have to start somewhere and build your way to the top. (Unlike you...)<</speech>>
<<speech "Frank">>Huh. And what's the company's name?<</speech>>
<<speech "You" "$name">>Dick's bakery. If it goes well I could make an arrangement to bring his products to your market.<</speech>>
He thinks about it for a few seconds.
<<speech "Frank">>You won't see me get in the way of a businessmen in the making. This city needs more of us. Here it is.<</speech>>
He gives your phone back.
<<speech "Frank">>Now, I have to leave. Good luck, $name.<</speech>>
You shake his hand.
<<speech "You" "$name">>Thanks you for your trust. (Hah! Idiot)<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
''His favor has increased by 1''
[[Next|phoneback]]
<<set $player.charisma += 1>><<nobr>>
<<set $frank.favor += 1>><</nobr>>
<<else>>
You are not charismatic enough.
[[Back|phonecall4day]]
<</if>><<speech "You" "$name">>I'm sorry, boss. (God dammit)<</speech>>
He looks at you for a moment and says.
<<speech "Frank">>You know what? This feels wrong.<</speech>>
He hands your phone back.
<<speech "Frank">>I'm not your mother to take things from you. I'm your boss.<</speech>>
<<speech "You" "$name">>Uhmm, yeah...<</speech>>
<<speech "Frank">>I'm giving your phone back and taking 20$ from your final payment. This is a more apropriate way to reinforce a better work from you.<</speech>>
<<speech "You" "$name">>...(Eat shit, Frank)<</speech>>
<<speech "Frank">>Well, I should be going. Enjoy your phone $name.<</speech>>
"You'll be 20$ poorer"
[[Next|phoneback]]
<<nobr>><<set $salary -= 20>><</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/energycall.gif">
This calling gives you the abillity to control energy.
Current experience: $energycalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/calmnesscall.gif">
This calling gives you the abillity to calm things down.
Current experience: $calmnesscalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/ragecall.gif">
This calling increases your anger, making you more intimidating.
Current experience: $ragecalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/luckcall.gif">
This calling increases your luck.
Current experience: $luckcalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/lustcall.gif">
This calling gives you the abillity to increase the lust of people around you.
Current experience: $lustcalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/invisibilitycall.gif">
This calling gives you the abillity to hide your presence.
Current experience: $invicalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/transmutationcall.gif">
This calling gives you the abillity to change the compositon of things around you.
Current experience: $transmutationcalllvl
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/psycall.gif">
This calling gives you the abillity to connect to other's minds.
Current experience: $psycalllvl
<img class="middle medium" src="images/player/luckcall.gif">
Your body begins to vibrate.
<<speech "Kendra">>Uhhhg, this coffee is so ba- AHHHHHHH<</speech>>
<<speech "You" "$name">>What is it????<</speech>>
<<speech "Kendra">>A SPIDER!!!!!<</speech>>
<img class="large" src="images/kendra/day4/1.jpg">
You see the spider climbing up her legs.
<<speech "You" "$name">>It's going to your shorts!<</speech>>
Without thinking twice she takes off her shorts
<img class="large" src="images/kendra/day4/2.jpg">
<<speech "You" "$name">>(I think this is going to be fun)<</speech>>
[[Next|kendra4luck1]]<img class="middle medium" src="images/player/timecall.gif">
You feel yourself being pulled towards your back with an immense speed.
<<speech "You" "$name">>Ahhhhhhhhhhhhh! What the fuuuuuuuuu-<</speech>>
The feeling of movement stops suddenly.
[[Next|kendra4time1]]She fills a mug and takes a sip
<<speech "Kendra">>Blargh...This coffee is so bad. Who makes this?<</speech>>
You grab some snacks on the table.
<<speech "Kendra">>Looking good today, $name. Have you been working out?<</speech>>
<<if $pushupcount is 0>>
<<speech "You" "$name">>Not at all. But noticed that I got stronger lately...<</speech>>
<<else>>
<<speech "You" "$name">>A little bit, yeah. Did you noticed it?<</speech>>
<</if>>
<<speech "Kendra">>Can I ask you something?<</speech>>
<<speech "You" "$name">>Sure.<</speech>>
<<speech "Kendra">>We've been friends for some time right?<</speech>>
<<speech "You" "$name">>Yeah...why?<</speech>>
<<speech "Kendra">>Do you like me?<</speech>>
<<speech "You" "$name">>Nah, not much. You're kinda annoying...<</speech>>
<<speech "Kendra">>I'm dead serious, $name.<</speech>>
<<speech "You" "$name">>Yeah. I like you.<</speech>>
<<if $kendranohelp is true>>
<<speech "Kendra">>Then I didn't you helped me?<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kendra">>Two days ago Jason was here and forced me into having sex with him.<</speech>>
<<speech "You" "$name">>Oh...<</speech>>
<<speech "Kendra">>I know you were there. I heard your corny Linkin Park ringtone...<</speech>>
<<speech "You" "$name">>(Fuck!) Yeah...<</speech>>
<<speech "Kendra">>Why didn't you help me?<</speech>>
[[I'm sorry|kendra4eatfsorry]]
[[It's your fault|kendra4eatfnotsorry]]
<<else>>
<<speech "Kendra">>I can see that...<</speech>>
<<speech "You" "$name">>Oh yeah? How?<</speech>>
She jokes.
<<speech "Kendra">>You saved me from that asshole two days ago. You're my hero.<</speech>>
<<speech "You" "$name">>You can mock me all you want. But I care about you.<</speech>>
She gives you a smile.
<<speech "Kendra">>I know. I'm really glad to have you around.<</speech>>
<<speech "You" "$name">>I need to ask. Why do you still go out with that asshole?<</speech>>
She looks away.
<<speech "Kendra">>He gives me money.<</speech>>
[[Next|kendra4saved]]<</if>>She clims on the couch.
<img class="large" src="images/kendra/day4/3.jpg">
<<speech "Kendra">>DO SOMETHING! KILL HER!!!<</speech>>
<<speech "You" "$name">>(Well, you asked for it)<</speech>>
<img class="small" src="images/kendra/day4/slap.gif">
<<speech "Kendra">>OWWWW!<</speech>>
You miss it by far. It's almost like you were not aiming at the sipder at all.
<<speech "Kendra">>Did you get her?<</speech>>
The spider crawls to her chest.
<<speech "You" "$name">>No. Wait. It's going to your...TITS!<</speech>>
She tries to lift her top to catapult the spider but it falls right on her tits.
[[Next|kendra4luck2]]<img class="large" src="images/kendra/day4/4.jpg">
<<speech "Kendra">>Is she gone? I can't look!<</speech>>
<<speech "You" "$name">>(I always wondered how her tits are) Uhhhm, no...<</speech>>
<<speech "Kendra">>AHHHH TAKE IT OFF!<</speech>>
You prepare to slap her once again.
<img class="small" src="images/kendra/day4/slap2.gif">
<<speech "Kendra">>Ahnnnn!<</speech>>
<<speech "You" "$name">>(Did she just moaned?)<</speech>>
You miss it by little. It falls to her panties.
<<speech "You" "$name">>Your panties!<</speech>>
<<speech "Kendra">>AHHHH! Help me take it ooooooff!<</speech>>
[[Next|kendra4luck3]]<video src="videos/kendra/day4/takeoffpanties.mp4" autoplay controls loop></video>
<<speech "Kendra">>TAKE IT OFF! TAKE IT OFF!<</speech>>
<<speech "You" "$name">>(She's screaming too much. It's gonna draw a lot of attention)<</speech>>
You push her to the couch.
<video src="videos/kendra/day4/takeoffpanties2.mp4" autoplay controls loop></video>
<<speech "Kendra">>Is it gone????<</speech>>
<<speech "You" "$name">>Uhhhhhhhh (Woah, what a view...)<</speech>>
<<speech "Kendra">>Wait...<</speech>>
<img class="large" src="images/kendra/day4/5.jpg">
<<speech "Kendra">>NOOOOO!<</speech>>
You try to focus the best you can and finally are able to grab the spider in your hands.
[[Next|kendra4luck4]]<img class="middle medium" src="images/player/luckcall.gif">
<<speech "You" "$name">>Ahhhhh!<</speech>>
You take it to the back door, opens it and put the spider on the ground.
<<speech "You" "$name">>//thank you buddy//<</speech>>
<<speech "Kendra">>$name!!!<</speech>>
You close, the door and turn back to her.
<img class="large" src="images/kendra/day4/6.jpg">
<<speech "Kendra">>Why the fuck took you so long!<</speech>>
[[Calm her down|kendra4luckcalm]]
[[Teach her some respect|kendra4luckob]]<<speech "You" "$name">>Sorry. You were too nervous and moving a lot.<</speech>>
<<speech "Kendra">>Yeah, but...It almost felt like you were taking advantage of me.<</speech>>
<<speech "You" "$name">>What?? Of course not. Come here...<</speech>>
You give her a hug and press against her naked body.
<<speech "Kendra">>Uhhh, $name?<</speech>>
<<speech "You" "$name">>Yeah?<</speech>>
<<speech "Kendra">>I'm still naked...<</speech>>
<<speech "You" "$name">>Oh, I'm sorry.<</speech>>
She puts back her clothes.
<<speech "Kendra">>Uhm... that was embarassing...<</speech>>
<<speech "You" "$name">>Don't worry, I won't tell anyone how much of a little girl you are.<</speech>>
She smiles but try to hide it.
<<speech "Kendra">>Shut up! And don't tell anyone you saw me naked.<</speech>>
She's blushing.
<<speech "You" "$name">>I wasn't even paying attention. I was focusing on the spider.<</speech>>
<<speech "Kendra">>Yeah, sure...So...I gotta go. Bye!<</speech>>
She leaves throgh the door back to work.
<<speech "You" "$name">>(Man...That was a view. ''Luckly'' no one heard us)<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Eat something and go back to work|work4b]]
<<set $player.charisma += 1>><<nobr>>
<<set $CurEng -= 20>>
<<set $luckcalllvl += 1>>
<<set $player.arche -=1>>
<<set $kendra.love += 1>><</nobr>><<speech "You" "$name">>What the fuck? I was helping you!<</speech>>
She is a little shocked by your tone of voice.
<<speech "Kendra">>Yeah...but it looked like you were taking advantage of me...<</speech>>
<<speech "You" "$name">>Well that's ''your'' opinion. I was just being helpful.<</speech>>
<<speech "Kendra">>Yeah, but it was embarassing...<</speech>>
<<speech "You" "$name">>You don't look too embarassed. You're still naked.<</speech>>
She blushes.
<<speech "Kendra">>Fuck! I'm too shocked.<</speech>>
She puts back her clothes.
<<speech "You" "$name">>Ha...haha...<</speech>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>You were screaming like a little girl...Who's laughing now.<</speech>>
<<speech "Kendra">>Shut up weirdo!<</speech>>
You answer playfully:
<<speech "You" "$name">>Maybe you deserved those slaps...<</speech>>
She tries to hide, but she's smiling
<<speech "Kendra">>Oh my god! Shut up! I have to go...thanks...<</speech>>
She leaves throgh the door back to work.
<<speech "You" "$name">>(Man...That was a view. ''Luckly'' no one heard us)<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="red">''Your dominance has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Grab a snack and go back to work|work4b]]
<<set $player.dominance += 1>><<nobr>>
<<set $CurEng -= 20>>
<<set $luckcalllvl += 1>>
<<set $player.arche -=1>>
<<set $kendra.submission += 1>><</nobr>>You're on the cashier duty.
Again...
<<if $naomibonus is true>>
<<speech "Naomi">>Hey, why don't you visit my store one day? I'll give you a discount.<</speech>>
<<speech "You" "$name">>Uhhhhh. Yeah, sure! That could be...interesting. (Talk about déjà vu...)<</speech>>
<<speech "Naomi">>Bye, pretty boy!<</speech>>
<img class="middle medium" src="images/naomi/day4/2.jpg">
<<else>>
<<speech "Naomi">>Hey, remember to visit my store. Maybe you can find a butt blug that doesn't fall off your big asshole...<</speech>>
<<speech "You" "$name">>Uhhhhh. Yeah, I dont have time for you right now...bitch. (Talk about déjà vu...) <</speech>>
<<speech "Naomi">>Such a bad boy...I like it.<</speech>>
She smiles at you before going to another cashier.
<img class="middle medium" src="images/naomi/day4/4.jpg">
<</if>>
You look at the time.
<<speech "You" "$name">>(Ok! I went fifteen minutes back. I have to check something out!)<</speech>>
You run to the staffroom and slowly turn the door handle...
But the door is loocked...
<<speech "You" "$name">>(Dammit! Oh... The back door! Kendra doesn't have the key)<</speech>>
[[Next|kendra4time2]]You leave the market and run to the backdoor in the alley.
You open the door slowly and...
<video src="videos/kendra/day4/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(I fucking knew it!)<</speech>>
[[Next|kendra4time3]]<video src="videos/kendra/day4/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, she's really going for it...)<</speech>>
[[Next|kendra4time4]]<video src="videos/kendra/day4/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her tits must feel so good)<</speech>>
[[Next|kendra4time5]]<video src="videos/kendra/day4/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(Looks like she's about to cum. I need to get closer)<</speech>>
You close the door and go to the window.
It's locked but you have the keys.
<img class="middle medium" src="images/kendra/day4/peeping.gif">
[[Next|kendra4time6]]
<<speech "You" "$name">>(This is so hot. I think she's going to cum)<</speech>>
<video src="videos/kendra/day4/cumming.mp4" autoplay controls></video>
She buttons her shorts
<<speech "Kendra">>This is wrong. But the feeling of getting caught gets me so horny...<</speech>>
<<speech "You" "$name">>(Hmmm, noted)<</speech>>
She gets up and unlocks the door to the store.
~click~
Then she goes back to the couch.
<<speech "Kendra">>Phew! I'm beaten.<</speech>>
Someone comes through the door...
[[Next|kendra4time7]]<<speech "Kendra">>Hey $name, how are you?<</speech>>
<<speech "You2" "$name">>Hi Kendra. I'm feeling good.<</speech>>
It's you.
From another timeline.
<<speech "You" "$name">>(WHAT THE FUCK??)<</speech>>
You lose your concentration.
<img class="middle medium" src="images/player/timecall.gif">
[[Next|kendra4time8]]You unintentionaly go back to the staff room just before using the Time calling.
<<speech "You" "$name">>(Okay, that was fucking weird)<</speech>>
You're alone. You look around and see Kendra's coffee mug over the the sink.
<<speech "You" "$name">>(Huh, looks like she went back to work)<</speech>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
''You've spent 1 arche point''
<span class="blue">''Your intelligence has increased by 1''</span>
''You discovered that Kendra likes the thrill of almost getting caught''
<<set $kendragettingcaught to true>>
[[Grab a snack and go back to work|work4b]]
<<set $CurEng -= 20>><<nobr>>
<<set $timecalllvl += 1>>
<<set $player.intelligence += 1>>
<<set $player.arche -=1>><</nobr>><<speech "You" "$name">>I'm sorry. I thought about helping, but I also thought you would be mad if I stepped in.<</speech>>
She looks at you and raises her fist.
<<speech "You" "$name">>(Is she going to hit me?)<</speech>>
She hits your chest and falls into your arms.
<<speech "Kendra">>Why didn't you helped me...<</speech>>
She's starts to cry.
<<speech "You" "$name">>Hey, calm down.<</speech>>
You hug her.
<<speech "You" "$name">>From now on, I promise that I will protect you.<</speech>>
<<speech "Kendra">>Okay...*sobbing<</speech>>
<<speech "You" "$name">>But I have to ask. Why are you still with that guy?<</speech>>
She comes out of your arms, turns away and wipe her tears.
<<speech "Kendra">>He gives me money<</speech>>
[[Next|kendrajmoney]]<<speech "You" "$name">>It's your fault, Kendra!<</speech>>
<<speech "Kendra">>Whaaaat?<</speech>>
<<speech "You" "$name">>I thought about helping, you know?
But then I remembered that you're still with that guy. You deserve it.<</speech>>
She gives you a slap in the face.
<<speech "You" "$name">>(What the fuck?)<</speech>>
She starts to cry.
<<speech "Kendra">>Do you even know why I stay with him?<</speech>>
<<speech "You" "$name">>NO!<</speech>>
<<speech "Kendra">>He gives me money!<</speech>>
[[Next|kendra4eatfnotsorry1]]<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kendra">>His father is rich, so he has a lot of money.
He pays some of my bills and gives me money every week, so I can help my family.<</speech>>
<<speech "You" "$name">>You can't accept money from that idiot!<</speech>>
<<speech "Kendra">>Ohhh, and what do you suggest? You know damnwell that this job sucks.<</speech>>
You think with yourself for a moment.
<<speech "You" "$name">>Maybe....I have an idea.<</speech>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>Yeah. I thought about a way to make you money!<</speech>>
<<speech "Kendra">>What is it?<</speech>>
<<speech "You" "$name">>Modeling.<</speech>>
<<speech "Kendra">>Come on $name. That's not gonna work out.<</speech>>
<<speech "You" "$name">>I meant modeling for Hornyfans.<</speech>>
[[Next|kendrajmoney1]]She stops and thinks about it.
<<speech "Kendra">>Well...My friend does make a lot of money from it. She just bought a car.
But I'm not a slut!<</speech>>
<<speech "You" "$name">>I know! But you can do as little as just feet packs...<</speech>>
<<speech "Kendra">>Hmmm. I don't know...<</speech>>
<<speech "You" "$name">>Come on. I'll take your pictures myself. I know a lot about Hornyfans.<</speech>>
She tries not to laugh.
<<speech "Kendra">>You're such a perv.<</speech>>
<<speech "You" "$name">>Ha ha. So, what do you say?<</speech>>
<<speech "Kendra">>I'll think about it...<</speech>>
She comes closer to you.
<<speech "Kendra">>Thanks, $name. <</speech>>
She gives you a kiss on the cheek and goes back to work.
<<speech "You" "$name">>(That was nice...I should go too)<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
<span class="corruption">Her corruption has increased by 1</span>
[[Back to work|work4b]]
<<set $kendra.love += 1>><<nobr>>
<<set $kendra.corruption += 1>>
<<set $player.charisma += 1>><</nobr>><<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kendra">>His father is rich, so he has a lot of money.
He pays some of my bills and gives me money every week, so I can help my family.<</speech>>
[[Help her|kendra4eatfnotsorryhelp]]
[[Reinforce her submission|kendra4eatfnotsorryno]]<<speech "You" "$name">>You can't accept money from that idiot!<</speech>>
<<speech "Kendra">>Ohhh, and what do you suggest? You know damnwell that this job sucks.<</speech>>
You think with yourself for a moment.
<<speech "You" "$name">>Maybe....I have an idea.<</speech>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>Yeah. I thought about a way to make you money!<</speech>>
<<speech "Kendra">>What is it?<</speech>>
<<speech "You" "$name">>Modeling.<</speech>>
<<speech "Kendra">>Come on, $name. That's not gonna work out.<</speech>>
<<speech "You" "$name">>I meant modeling for Hornyfans.<</speech>>
[[Next|kendrajkendra4eatfnotsorryhelp2]]<<speech "You" "$name">>That's even worse!<</speech>>
<<speech "Kendra">>Stop it!<</speech>>
She tries to hit you once again but you hold her arm.
<<speech "You" "$name">>Calm down, Kendra! I take that back!<</speech>>
She stops and looks at you.
<<speech "You" "$name">>That is not worse. actually there's nothing wrong with it.<</speech>>
<<speech "Kendra">>I don't understand..<</speech>>
<<speech "You" "$name">>That just show your true nature.<</speech>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>Yes. You like to be taken care of. You need it.<</speech>>
She looks confused
<<speech "Kendra">>I-I don't...<</speech>>
<<speech "You" "$name">>There's no shame in it... come here...<</speech>>
She awkwardly walks to your arms.
[[Next|kendra4eatfnotsorryno1]]
She stops and thinks about it.
<<speech "Kendra">>Well...My friend does make a lot of money from it. She just bought a car.
But I'm not a slut!<</speech>>
<<speech "You" "$name">>I know! But you can do as little as just feet packs...<</speech>>
<<speech "Kendra">>Hmmm. I don't know...<</speech>>
<<speech "You" "$name">>Come on. I'll take your pictures myself. I know a lot about Hornyfans.<</speech>>
She tries not to laugh.
<<speech "Kendra">>You're such a perv.<</speech>>
<<speech "You" "$name">>Ha ha. So, what do you say?<</speech>>
<<speech "Kendra">>I'll think about it...<</speech>>
She comes closer to you.
<<speech "Kendra">>Thanks, $name. <</speech>>
She gives you a kiss on the cheek and goes back to work.
<<speech "You" "$name">>(That was nice...I should go too)<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<span class="corruption">Her corruption has increased by 1</span>
<span class="love">Her love has increased by 1</span>
<span class="submission">Her submission has increased by 1</span>
[[Back to work|work4b]]
<<set $kendra.corruption += 1>><<nobr>>
<<set $kendra.love += 1>>
<<set $kendra.submission += 1>>
<<set $player.dominance += 1>><</nobr>><<speech "You" "$name">>I'll take care of you from now on...<</speech>>
<<speech "Kendra">>How?<</speech>>
<<speech "You" "$name">>Don't worry about that. <</speech>>
She stops hugging you.
<<speech "Kendra">>Well...I think my break is over...
Thanks...<</speech>>
She leaves the room
<<speech "You" "$name">>(I'll have her...But now I should go too)<</speech>>
<span class="red">''Your dominance has increased by 2''</span>
<span class="submission">Her submission has increased by 2</span>
<span class="corruption">Her corruption has increased by 1</span>
[[Back to work|work4b]]
<<set $kendra.submission += 2>><<nobr>>
<<set $kendra.corruption += 1>>
<<set $player.dominance += 2>><</nobr>><<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kendra">>His father is rich, so he has a lot of money.
He pays some of my bills and gives me money every week, so I can help my family.<</speech>>
<<speech "You" "$name">>You can't accept money from that idiot!<</speech>>
<<speech "Kendra">>Ohhh, and what do you suggest? You know damn well that this job sucks.<</speech>>
You think with yourself for a moment....
[[Help her make money|kendra4savedof]]
[[Take care of her yourself|kendra4savedsub]]<<speech "You" "$name">>I'll take care of you from now on...<</speech>>
<<speech "Kendra">>How?<</speech>>
<<speech "You" "$name">>Don't worry about that. Come here<</speech>>
She comes in for a hug.
<<speech "Kendra">>Thank you, $name.<</speech>>
<<speech "You" "$name">>Why don't you thank me properly?<</speech>>
She thinks for a moment and follows your cue.
<img class="middle medium" src="images/kendra/day4/kiss.jpg">
<<speech "Kendra">>Now I really need to go.<</speech>>
She goes back to work.
<<speech "You" "$name">>(I'll have her...But now I should go too)<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Back to work|work4b]]
<<set $kendra.submission += 1>><<nobr>>
<<set $player.dominance += 1>>
<<set $player.charisma += 1>><</nobr>><<speech "You" "$name">>Maybe....I have an idea.<</speech>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>Yeah. I thought about a way to make you money!<</speech>>
<<speech "Kendra">>What is it?<</speech>>
<<speech "You" "$name">>Modeling.<</speech>>
<<speech "Kendra">>Come on $name. That's not gonna work out.<</speech>>
<<speech "You" "$name">>I meant modeling for Hornyfans.<</speech>>
[[Next|kendrajkendra4savedof1]]She stops and thinks about it.
<<speech "Kendra">>Well...My friend does make a lot of money from it. SHe just bought a car.
But I'm not a slut!<</speech>>
<<speech "You" "$name">>I know! But you can do as little as just feet packs...<</speech>>
<<speech "Kendra">>Hmmm. I don't know...<</speech>>
<<speech "You" "$name">>Come on. I'll take your pictures myself. I know a lot about Hornyfans.<</speech>>
She tries not to laugh.
<<speech "Kendra">>You're such a perv.<</speech>>
<<speech "You" "$name">>Ha ha. So, what do you say?<</speech>>
<<speech "Kendra">>I'll think about it.<</speech>>
She comes closer to you.
<<speech "Kendra">>Thanks, $name. <</speech>>
She gives you a kiss.
<img class="middle medium" src="images/kendra/day4/kiss.jpg">
<<speech "You" "$name">>(Woah!)<</speech>>
<<speech "Kendra">>Now I really need to go.<</speech>>
She goes back to work.
<<speech "You" "$name">>(That was nice...I should go too)<</speech>>
<span class="yellow">''Your charisma has increased by 2''</span>
<span class="love">Her love has increased by 2</span>
<span class="corruption">Her corruption has increased by 1</span>
[[Back to work|work4b]]
<<set $kendra.love += 2>><<nobr>>
<<set $kendra.corruption += 1>>
<<set $player.charisma += 2>><</nobr>><<speech "Dani">>H-Hey $name!!<</speech>>
<img class="middle medium" src="images/dani/day4/1.jpg">
She looks annoyingly happy to see you.
<<speech "You" "$name">>Hi, Dani.<</speech>>
<<speech "Dani">>S-so, I kinda need you help. If it's not asking too much.<</speech>>
<<speech "You" "$name">>What is it?<</speech>>
<<speech "Dani">>This girl...She robbed from the store.<</speech>>
<<speech "You" "$name">>What? Who?<</speech>>
She looks at the security room door.
<<speech "Dani">>I saw her doing it and asked her t-to follow me to the security room.<</speech>>
<<speech "You" "$name">>But why do I have to deal with this? My work shift has ended.<</speech>>
She looks worried.
<img class="middle medium" src="images/dani/day4/2.jpg">
<<speech "Dani">>I'm so sorry, $name. B-But you're the only one who could deal with her right now.<</speech>>
[[Calm her|dani4calm]]
[[Scold her|dani4scold]]
<<speech "You" "$name">>~Sight~ It's not your fault. You're just doing your job. I'll take care of it.<</speech>>
Her smile appears again.
<img class="middle medium" src="images/dani/day4/4.jpg">
<<speech "Dani">>So you're not mad at me?<</speech>>
<<speech "You" "$name">>No, Dani. Thanks for letting me know. Bye.<</speech>>
You give her a smile.
<<speech "Dani">>Okayyy....Bye, $name!<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<span class="love">Her love has increased by 1</span>
[[Go check on the thief|4shoplyfter1]]
<<set $dani.love += 1>><<nobr>>
<<set $player.charisma += 1>><</nobr>><<speech "You" "$name">>You know dam well that I don't like being disturbed.<</speech>>
Now she looks even sadder.
<img class="middle medium" src="images/dani/day4/3.jpg">
<<speech "Dani">>I'm s-sorry.<</speech>>
<<speech "You" "$name">>Now, leave! Let me settle this.<</speech>>
<<speech "Dani">>Okay...<</speech>>
She runs through the door to the store.
<span class="red">''Your domination has increased by 1''</span>
<span class="submission">Her submission has increased by 1</span>
[[Go check on the thief|4shoplyfter1]]
<<set $dani.submission += 1>><<nobr>>
<<set $player.dominance += 1>><</nobr>>You enter the room and see the little thief.
<img class="middle medium" src="images/shoplyfter1/1.jpg">
She's a young girl, probably between eighteen and twenty.
<<speech "You" "$name">>Hello.<</speech>>
She doesn't say anything.
<<speech "You" "$name">>Aren't you gonna tell me your name?<</speech>>
She looks at you with disgust.
<<speech "Leana">>Leana.<</speech>>
<<speech "You" "$name">>(Security job is usually boring, but this time...Looks like I could have some fun)<</speech>>
<<set $metleana to true>>
[[About the interrogation|interrogationtutorial]]
<<Intend>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Your admirer: Dani</span><<nobr>>
<</nobr>><a data-passage="Danistats" class="link-internal link-image">
<img class="right-side small" src="images/dani/face.jpg">
</a>
She's your number one fan.
''Stats:''
*Her love for you is $dani.love
*Her lust for you is $dani.lust
*Her corruption is $dani.corruption
*Her submissiveness to you is $dani.submission
''Things you know:''
*She has a huge crush on you.
<<if $danisecret1 is true>>*You learned that her pussy is really tight (she will probably need some training)
-Pussy training level: $danipussytraining<</if>><<if $interrogation is false>><<nobr>>
<video src="videos/shoplyfter1/1.mp4" autoplay controls></video>
<<Intstart>><</nobr>><</if>>
<<if $item is true>>
''End the interrogation:''
[[Call the police|leanaitempolice]]<</if>>
<<if $naked is true>>
[[Convince her to have sex|leanasitdown]]<</if>>
''Questions:''
<<if $question1 is false and $evidence2 is false and $nakedlvl is 0>>
[[Ask her what she stole|leanaq1]]<</if>>
<<if $question2 is false and $evidence2 is false and $nakedlvl is 0>>
[[Ask her if there's anyone else involved|leanaq2]]<</if>>
<<if $question3 is false and $evidence2 is false and $nakedlvl is 0>>
[[Ask her if there's anything on her|leanaq3]]<</if>>
<<if $question4 is false and $evidence2 is false and $nakedlvl is 0>>
[[Ask about where she lives|leanaq4]]<</if>>
<<if $question5 is true and $nakedlvl is 0>>
[[Ask what she did while you were out|leanaq5]]<</if>>
<<if $question6 is true>>
[[Ask why she did it|leanaq6]]<</if>>
''Help her:''
<<if $help1 is false and $evidence2 is false and $nakedlvl is 0>>
[[I think you should cooperate|leanah1]]<</if>>
<<if $help2 is false and $evidence2 is false and $nakedlvl is 0>>
[[I'm here to help|leanah2]]<</if>>
[[Help her get away with it (Girl's compliance must be at least 40)|leanah3]]
''Threaten her:''
<<if $threat1 is false and $nakedlvl is 0>>
[[You are being recorded|leanat1]]<</if>>
<<if $threat2 is false and $nakedlvl is 0>>
[[You could go to jail|leanat2]]<</if>>
<<if $threat3 is false and $nakedlvl is 0>>
[[I'll call the police|leanat3]]<</if>>
<<if $threat4 is true>>
[[This is very expensive|leanat4]]<</if>>
<<if $threat5 is true and $nakedlvl is 0>>
[[Put it on|leanat5]]<</if>>
''Actions:''
<<if $action4 is false and $evidence1 is false and $nakedlvl is 0>>
[[Look at her body|checkleanabody]]<</if>>
[[Check her body|checkleana]]
<<if $action1 is false and $evidence2 is false and $nakedlvl is 0>>
[[Check the place|leanacheckplace]]<</if>>
<<if $action2 is false and $evidence2 is false and $nakedlvl is 0>>
[[Check the camera|leanaevidence]]<</if>>
<<if $action3 is true and $evidence2 is false>>
[[Check the evidence|leanaevidence2]]<</if>>
''Give up:''
[[I don't have time for this shit|leanagiveup]]
<<if $CurCom gt 100>><<set $CurCom to 100>><</if>><<nobr>>
<<set $stats2 to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $girl.orgcount to 0>><</nobr>><<speech "You" "$name">>What did you stole?<</speech>>
<video src="videos/shoplyfter1/a1.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $question1 to true>><<speech "You" "$name">>Did you do it alone?<</speech>>
<video src="videos/shoplyfter1/a2.mp4" autoplay controls></video>
<<speech "You" "$name">>(Magical flying elves? What a bitch...)<</speech>>
[[Back|interrogateleana]]
<<set $question2 to true>><<speech "You" "$name">>If I search you, will I find anything?<</speech>>
<video src="videos/shoplyfter1/a3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmm, I think she's lying)<</speech>>
[[Back|interrogateleana]]
<<set $question3 to true>>
<<set $CurCom += 5>>
<<set $CurTen += 5>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<speech "You" "$name">>You ask some information about were she lives.<</speech>>
<video src="videos/shoplyfter1/a4.mp4" autoplay controls></video>
<<speech "You" "$name">>(I'm already losing my patience...)<</speech>>
[[Back|interrogateleana]]
<<set $question4 to true>>[[Back|interrogateleana]]
<<if $nakedlvl is 0>>
<video src="videos/shoplyfter1/1.mp4" autoplay controls></video><</if>>
''Remove her clothes:''
<<if $nakedlvl is 0>>
[[Take coat off|leanacoatoff]]<</if>>
<<if $nakedlvl is 1>>
[[Take shirt off|leanashirtoff]]<</if>>
<<if $nakedlvl is 2 and $evidence1 is true>>
[[Take pants off|leanapantsoff]]
<<elseif $evidence1 is false and $nakedlvl is 2>>
[[Take pants off|leanapantsoffevidence]]<</if>>
<<if $nakedlvl is 3>>
[[Take bra and panties off|leanabrapantiesoff]]<</if>>
''Check her clothes:''
<<if $nakedlvl is 1 and $coatcheck is false>>
[[Check coat|leanacoatcheck]]<</if>>
<<if $nakedlvl is 1>>
[[Check shirt|leanashirtcheck]]<</if>>
<<if $nakedlvl is 1>>
[[Check pants|leanapantscheck]]<</if>>
<<if $nakedlvl is 2>>
[[Check bra|leanabracheck]]<</if>>
''Search her body:''
<<if $nakedlvl is 3 and $assfeel is false>>
[[Feel her ass|leanaassfeel]]<</if>>
<<if $nakedlvl is 4 and $asscheekcheck is false>>
[[Check her ass cheeks|leanaasscheekscheck]]<</if>>
<<if $naked is true>>
''Talk to her:''
[[Convince her to have sex|leanasitdown]]<</if>><<if $pantscheck1 is false>>
[[Check the front|leanapantscheck1]]<</if>>
<<if $pantscheck2 is false>>
[[Check the back|leanapantscheck2]]<</if>>
<<if $pantscheck3 is false>>
[[Check the crotch|leanapantscheck3]]<</if>>
<<if $pantscheck4 is false>>
[[Check the legs|leanapantscheck4]]<</if>>
[[Back|checkleana]]<<nobr>><<set $pantscheck1 to true>><</nobr>>
<video src="videos/shoplyfter1/pantscheck1.mp4" autoplay controls></video>
[[Check other parts|leanapantscheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $coatoff to true>><</nobr>>
<video src="videos/shoplyfter1/coatoff.mp4" autoplay controls></video>
[[Back|checkleana]]
<<set $coatoff to true>>
<<set $nakedlvl to 1>>
<<if $CurCom lte 30>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>>
<<nobr>><<set $coatcheck to true>><</nobr>>
<video src="videos/shoplyfter1/coatcheck.mp4" autoplay controls></video>
[[Back|checkleana]]<<nobr>><<set $pantscheck2 to true>><</nobr>>
<video src="videos/shoplyfter1/pantscheck2.mp4" autoplay controls></video>
[[Check other parts|leanapantscheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<if $shirtcheck1 is false>>
[[Check arms|leanashirtcheck1]]<</if>>
<<if $shirtcheck2 is false>>
[[Check sides|leanashirtcheck2]]<</if>>
<<if $shirtcheck3 is false>>
[[Check tits|leanashirtcheck3]]<</if>>
[[Back|checkleana]]<<nobr>><<set $shirtcheck1 to true>><</nobr>>
<video src="videos/shoplyfter1/shirtcheck1.mp4" autoplay controls></video>
[[Check other parts|leanashirtcheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $shirtcheck2 to true>><</nobr>>
<video src="videos/shoplyfter1/shirtcheck2.mp4" autoplay controls></video>
[[Check other parts|leanashirtcheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $shirtcheck3 to true>><</nobr>>
(I have to feel them)
<video src="videos/shoplyfter1/shirtcheck3.mp4" autoplay controls></video>
[[Check other parts|leanashirtcheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $pantscheck3 to true>><</nobr>>
<<if $evidence1 is false>>
<video src="videos/shoplyfter1/pantscheck3evidence.mp4" autoplay controls></video>
You feel a bulge in her crotch.
<<speech "You" "$name">>Is there's something here, miss?<</speech>>
She gets pale.
[[Ask her to take her pants off|leanapantsoffevidence]]
[[Check other parts|leanapantscheck]]
[[Back|checkleana]]<</if>>
<<if $evidence1 is true>>
<video src="videos/shoplyfter1/pantscheck3.mp4" autoplay controls></video>
[[Check other parts|leanapantscheck]]
[[Back|checkleana]]<</if>>
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $pantscheck4 to true>><</nobr>>
<video src="videos/shoplyfter1/pantscheck4.mp4" autoplay controls></video>
[[Check other parts|leanapantscheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $shirtoff to true>><</nobr>>
<video src="videos/shoplyfter1/shirtoff.mp4" autoplay controls></video>
[[Back|checkleana]]
<<set $nakedlvl to 2>>
<<if $CurCom lte 30>>
<<set $CurTen += 25>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 10>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<if $bracheck1 is false>>
[[Check lightly|leanabracheck1]]<</if>>
<<if $bracheck2 is false>>
[[Check better|leanabracheck2]]<</if>>
<<if $bracheck3 is false>>
[[Check under the bra|leanabracheck3]]<</if>>
[[Back|checkleana]]<<nobr>><<set $bracheck1 to true>><</nobr>>
<video src="videos/shoplyfter1/bracheck1.mp4" autoplay controls></video>
[[Check other parts|leanabracheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 10>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $bracheck2 to true>><</nobr>>
<video src="videos/shoplyfter1/bracheck2.mp4" autoplay controls></video>
[[Check other parts|leanabracheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $bracheck3 to true>><</nobr>>
<<speech "You" "$name">>(Hmm this feels nice)<</speech>>
<video src="videos/shoplyfter1/bracheck3.mp4" autoplay controls></video>
[[Check other parts|leanabracheck]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 20>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $pantsoff to true>><</nobr>>
<video src="videos/shoplyfter1/pantsoff.mp4" autoplay controls></video>
[[Back|checkleana]]
<<set $nakedlvl to 3>>
<<if $CurCom lte 30>>
<<set $CurTen += 30>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 15>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $brapantiessoff to true>>
<<set $braoff to true>>
<<set $naked to true>><</nobr>>
<video src="videos/shoplyfter1/pantiesbraoff.mp4" autoplay controls></video>
[[Back|checkleana]]
<<set $naked to true>>
<<set $nakedlvl to 4>>
<<if $CurCom lte 30>>
<<set $CurTen += 50>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 15>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $assfeel to true>><</nobr>>
<<speech "You" "$name">>(Such a firm ass)<</speech>>
<video src="videos/shoplyfter1/assfeel1.mp4" autoplay controls></video>
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 40>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $asscheekcheck to true>><</nobr>>
<video src="videos/shoplyfter1/asscheekcheck1.mp4" autoplay controls></video>
[[Spread her asscheeks|leanaasscheekscheck2]]
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<nobr>><<set $asscheekcheck2 to true>><</nobr>>
<<speech "You" "$name">>(Look at this little pussy...)<</speech>>
<video src="videos/shoplyfter1/asscheekcheck2.mp4" autoplay controls></video>
[[Back|checkleana]]
<<if $CurCom lte 30>>
<<set $CurTen += 15>>
<<elseif $CurCom lt 60>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<speech "You" "$name">>Sit here.<</speech>>
<video src="videos/shoplyfter1/sitonlap.mp4" autoplay controls></video>
<<speech "You" "$name">>Let's talk about you situation.<</speech>>
She is really anxious right now.
[[Next|leanasitdown2]]<video src="videos/shoplyfter1/daddy1.mp4" autoplay controls></video>
She thinks for a while.
[[Next|leanaconvince1]]
<<set $leanadaddy to true>><<speech "You" "$name">>You need to learn a lesson.<</speech>>
<video src="videos/shoplyfter1/punishment1.mp4" autoplay controls></video>
[[Next|leanademand1]]<<speech "You" "$name">>I want money. By the way you say it I can see you're rich.<</speech>>
<<speech "Leana">>What??<</speech>>
<<speech "You" "$name">>Do you want to go to jail?<</speech>>
<<speech "Leana">>N-No! How much?<</speech>>
<<speech "You" "$name">>Two hundred bucks.<</speech>>
She opens her wallet and gives you two 100$ dollar bills.
<<speech "Leana">>Can I go now?<</speech>>
<<speech "You" "$name">>Sure! And please, don't steal again.<</speech>>
She puts her clothes back as fast as she can and storms through the door.
<<speech "You" "$name">>(It's pretty late. I should go gome)<</speech>>
''You are 200$ richer''
[[Go home|home4night]]
<<nobr>><<set $player.money += 200>><</nobr>><<if $blowjob is false>>
<video src="videos/shoplyfter1/bj.mp4" autoplay controls></video><<nobr>><<set $blowjob to true>><</nobr>><</if>>
<<nobr>><<Intend>><</nobr>>
<<nobr>><<Sexstart>><</nobr>>
[[Blowjob|leanabj]]
[[Handjob|leanahj]]
[[Tittyjob|leanatj]]
[[Pussy play|leanapplay]]
[[Pussy fuck|leanapfuck]]
<<Sexstart>><<nobr>>
<<set $callings to true>>
<<set $leanasex to true>><</nobr>>[[Work the tip|leanabjtip]]
[[Spit on it|leanabjspit]]
[[Faster|leanabjfast]]
[[Control her head|leanabjforced]]
[[Back|leanasex]][[Missionary|leanamissionary]]
<<set $vaginalmiss to false>>
[[Sideways|leanasideways]]
<<set $vaginalside to false>>
[[Sitting|leanasitting]]
<<set $vaginalsitting to false>>
[[Doggy|leanadoggy]]
<<set $vaginaldoggy to false>>
[[Back|leanasex]][[Work the tip|leanahjtip]]
[[Faster|leanahjfast]]
[[Nice and slow|leanahjslow]]
[[Back|leanasex]][[Normal|leanatjnormal]]
[[Faster|leanatjfast]]
[[Back|leanasex]]<<if $vaginalmiss is false>><<nobr>>
<video src="videos/shoplyfter1/missstart.mp4" autoplay controls></video>
<<set $CurOrg += 4>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
<<set $vaginalmiss to true>><</nobr>><</if>>
[[Normal|leanamissnormal]]
[[Talk to me|leanamiss]]
[[Harder|leanamisshard]]
[[Very hard|leanamissveryhard]]
[[Deeper|leanamissdeep]]
[[Back|leanapfuck]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/missdaddy.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/misspunish.mp4" autoplay controls></video><</if>>
[[Back|leanamissionary]]
[[Talk more|leanamiss2]]
[[Normal|leanamissnormal]]
[[Harder|leanamisshard]]
[[Very hard|leanamissveryhard]]
[[Deeper|leanamissdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 7>><</nobr>>
<video src="videos/shoplyfter1/misshard.mp4" autoplay controls></video>
[[Back|leanamissionary]]
[[Normal|leanamissnormal]]
[[Talk to me|leanamiss]]
[[Harder|leanamissveryhard]]
[[Deeper|leanamissdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<if $vaginalside is false>><<nobr>>
<video src="videos/shoplyfter1/sidestart.mp4" autoplay controls></video><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
<<set $vaginalside to true>><</nobr>><</if>>
[[Normal|leanaside]]
[[Harder|leanasideharder]]
[[Back|leanapfuck]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 9>><</nobr>>
<video src="videos/shoplyfter1/sideharder.mp4" autoplay controls></video>
[[Back|leanasideways]]
[[Normal|leanaside]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=9>><</nobr>>
<video src="videos/shoplyfter1/side.mp4" autoplay controls></video>
<<speech "Leana">>Hmm, not gonna lie, I'm enjoying this.<</speech>>
[[Back|leanasideways]]
[[Harder|leanasideharder]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 2>><</nobr>>
<<speech "You" "$name">>Yeah, go deep on that dick!<</speech>>
<video src="videos/shoplyfter1/missdeep.mp4" autoplay controls></video>
[[Back|leanamissionary]]
[[Normal|leanamissnormal]]
[[Talk to me|leanamiss]]
[[Harder|leanamisshard]]
[[Very hard|leanamissveryhard]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 9>>
<<set $CurPain += 4>><</nobr>>
<<speech "Leana">>Fuuuuck!<</speech>>
<video src="videos/shoplyfter1/missveryhard.mp4" autoplay controls></video>
[[Back|leanamissionary]]
[[Normal|leanamissnormal]]
[[Talk to me|leanamiss]]
[[Less hard|leanamisshard]]
[[Deeper|leanamissdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<if $vaginalsitting is false>><<nobr>>
<video src="videos/shoplyfter1/sittingstart.mp4" autoplay controls></video><<set $CurOrg += 4>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>>
<<set $vaginalsitting to true>><</nobr>><</if>>
[[Normal|leanasittingnormal]]
[[Faster|leanasitfast]]
[[Deep|leanasitdeep]]
[[Back|leanapfuck]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 8>><</nobr>>
<<if $leanadaddy is true>>
<<speech "You" "$name">>Take that lesson, baby.<</speech>>
<video src="videos/shoplyfter1/sittingdaddy.mp4" autoplay controls></video>
<<else>>
<<speech "You" "$name">>Take that lesson, bitch.<</speech>>
<video src="videos/shoplyfter1/sittingpunish.mp4" autoplay controls></video>
<</if>>
[[Back|leanasitting]]
[[Normal|leanasittingnormal]]
[[Deep|leanasitdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 2>><</nobr>>
<video src="videos/shoplyfter1/sittingdeep.mp4" autoplay controls></video>
[[Back|leanasitting]]
[[Normal|leanasittingnormal]]
[[Faster|leanasitfast]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<if $vaginaldoggy is false>><<nobr>>
<video src="videos/shoplyfter1/doggystart.mp4" autoplay controls></video><<set $CurOrg += 5>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>>
<<set $vaginaldoggy to true>><</nobr>><</if>>
[[Normal|leanasoggynormal]]
[[Harder|leanadoggyhard]]
[[Back|leanapfuck]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 10>><</nobr>>
<<speech "You" "$name">>Take that dick slut!<</speech>>
<video src="videos/shoplyfter1/doggyhard.mp4" autoplay controls></video>
[[Back|leanadoggy]]
[[Normal|leanasoggynormal]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<speech "You" "$name">>Fuck! Get on your knees!<</speech>>
<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/cumdaddy.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/cum.mp4" autoplay controls></video>
<</if>>
[[Next|canikeeptheglasses?]]She asks if she can keep the glasses.
<video src="videos/shoplyfter1/canikeepit.mp4" autoplay controls></video>
[[Let her keep it|leanaglasses]]
[[Don't let her keep it|leananoglasses]]<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/keepglassesd.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/keepglassesp.mp4" autoplay controls></video>
<</if>>
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|leanaintend]]
<<set $player.charisma += 1>>
<<set $leanakeepglasses to true>><<speech "You" "$name">>No, you can't. And I hope you learned your lesson.<</speech>>
<<speech "Leana">>Okay...<</speech>>
<<speech "You" "$name">>(I'm gonna list this as a recovered item. Frank will like this.)<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
''Frank's favor has increased by 1''
[[Next|leanaintend]]
<<set $player.dominance += 1>><<nobr>>
<<set $frank.favor += 1>><</nobr>>She gets up and goes towards one of the cameras.
<video src="videos/shoplyfter1/end.mp4" autoplay controls></video>
<<speech "You" "$name">>(I have to delete this footage...........WAIT)<</speech>>
You have an idea.
<<speech "You" "$name">>(I can sell this shit! It's almost like we just shoot a scene. I'll see about that later...)<</speech>>
While you kept thinking about how to make money she got dressed again.
<<speech "Leana">>Hey, I'm leaving...<</speech>>
<<speech "You" "$name">>Oh, okay.<</speech>>
<<if $girl.orgcount gte 1 and $leanakeepglasses is true>>
She gives you a paper.
<<set $shoplifter1bonus to true>>
<<speech "Leana">>This is for making me cum and letting me keep the glasses. Call me.<</speech>>
''You got her number''
<<speech "You" "$name">>Sure! Bye!<</speech>>
She leaves the security room
<<speech "You" "$name">>(It's late, I should go)<</speech>>
[[Go home|home4night]]
<<else>>
She leaves the security room
<<speech "You" "$name">>(Maybe I should've let her keep the glasses)
Well...It's late, I should go.<</speech>>
[[Go home|home4night]]<</if>>
<<set $stats2 to true>><<nobr>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $callings to false>>
<<set $now to true>>
<<set $characters to true>>
<<Intend>>
<<Sexend>><</nobr>><video src="videos/shoplyfter1/h1.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $help1 to true>><<nobr>>
<<set $CurCom += 10>>
<<set $CurTen -= 5>><</nobr>>
<<if $CurTen lt 0>><<set $CurTen to 0>><</if>><<speech "You" "$name">>Believe it or not, I'm here to help.
You did something stupid, but if you do as I say, I can help you without too much problems.<</speech>>
<img class="middle medium" src="images/shoplyfter1/2.jpg">
She keeps silent.
[[Back|interrogateleana]]
<<set $help2 to true>>
<<set $CurCom += 5>>
<<set $CurTen -= 5>>
<<if $CurTen lt 0>><<set $CurTen to 0>><</if>><<if $CurCom gte 40>>
<<speech "You" "$name">>Okay, I'll forget that you stole anything.<</speech>>
She opens a big smile.
<<speech "Leana">>Really??<</speech>>
<<speech "You" "$name">>Yeah. I just want one thing in return...<</speech>>
[[Ask for her number (Charisma must be at least 6)|leananumberhelp]]
[[Ask for a blowjob (Dominance must be at least 6)|leanabjhelp]]
[[Convince her to have sex (Compliance must be at least 80)|leanasexhelp]]
[[Ask for money|leanamoneyhelp]]
[[Back|interrogateleana]]
<<else>>
She won't accept your help yet.
[[Back|interrogateleana]]
<</if>>You pretend to go call the cops.
<video src="videos/shoplyfter1/t3.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $threat3 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 5>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>>You take a look around to see if she hid something.
<video src="videos/shoplyfter1/checkplace.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $action1 to true>>
<<set $CurCom += 5>>
<<set $CurTen += 5>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<speech "You" "$name">>Did you do anything while I was out?<</speech>>
<video src="videos/shoplyfter1/a5.mp4" autoplay controls></video>
<<speech "You" "$name">>(Just a little bit of psychological terror...)<</speech>>
[[Back|interrogateleana]]
<<set $question5 to false>>
<<set $CurCom += 5>>
<<set $CurTen += 5>><<speech "You" "$name">>Why would you do this?<</speech>>
<<if $nakedlvl is 0>>
<video src="videos/shoplyfter1/a6.mp4" autoplay controls></video>
<<elseif $nakedlvl is 1>>
<<speech "Leana">>I don't know...It looked good on me<</speech>>
<img class="middle medium" src="images/shoplyfter1/coatoff3.jpg">
<<elseif $nakedlvl is 2>>
<<speech "Leana">>I don't know...It looked good on me<</speech>>
<img class="middle medium" src="images/shoplyfter1/shirtoff2.jpg">
<<elseif $nakedlvl is 3>>
<<speech "Leana">>I don't know...It looked good on me<</speech>>
<img class="middle medium" src="images/shoplyfter1/pantsoff.jpg">
<<elseif $nakedlvl is 4>>
<<speech "Leana">>I don't know...It looked good on me<</speech>>
<img class="middle medium" src="images/shoplyfter1/naked3.jpg"><</if>>
<<speech "You" "$name">>And now you'll pay...<</speech>>
[[Back|interrogateleana]]
<<set $question6 to false>>
<<set $CurCom += 10>>
<<set $CurTen += 5>><<speech "You" "$name">>Just so you know, you are being recorded.<</speech>>
<video src="videos/shoplyfter1/t1.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $threat1 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<speech "You" "$name">>You ''do'' know that you could go to jail, right?<</speech>>
<video src="videos/shoplyfter1/t2.mp4" autoplay controls></video>
[[Back|interrogateleana]]
<<set $threat2 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 5>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<if $nakedlvl is 0 or $naakedlvl is 1>>
<<speech "You" "$name">>Woah! This is very expensive.<</speech>>
<video src="videos/shoplyfter1/t4.mp4" autoplay controls></video>
<<elseif $nakedlvl is 2>>
<<speech "You" "$name">>It's eleven hundred dollars!<</speech>>
<<speech "Leana">>What does that means?<</speech>>
<<speech "You" "$name">>It means you'll end up in jail...<</speech>>
<img class="middle medium" src="images/shoplyfter1/shirtoff2.jpg">
<<elseif $nakedlvl is 3>>
<<speech "You" "$name">>It's eleven hundred dollars!<</speech>>
<<speech "Leana">>What does that means?<</speech>>
<<speech "You" "$name">>It means you'll end up in jail...<</speech>>
<img class="middle medium" src="images/shoplyfter1/pantsoff.jpg">
<<elseif $nakedlvl is 4>>
<<speech "You" "$name">>It's eleven hundred dollars!<</speech>>
<<speech "Leana">>What does that means?<</speech>>
<<speech "You" "$name">>It means you'll end up in jail...<</speech>>
<img class="middle medium" src="images/shoplyfter1/naked3.jpg"><</if>>
[[Back|interrogateleana]]
<<set $threat4 to false>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 5>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>>You tell her to put it on.
<video src="videos/shoplyfter1/t5.mp4" autoplay controls></video>
<<speech "You" "$name">>A nice look for jail.<</speech>>
[[Back|interrogateleana]]
<<set $threat5 to false>><<nobr>>
<<set $CurCom += 10>>
<<set $CurTen += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><<speech "You" "$name">>I want money. I know you are rich.<</speech>>
<<speech "Leana">>What??<</speech>>
<<speech "You" "$name">>Do you want to go to jail?<</speech>>
<<speech "Leana">>Fiiiiine! How much?<</speech>>
<<speech "You" "$name">>A hundred bucks.<</speech>>
She opens her wallet and gives you a 100$ dollar bill.
<<speech "Leana">>Can I go now?<</speech>>
<<speech "You" "$name">>Sure! And please, don't steal again.<</speech>>
She storms through the door.
<<speech "You" "$name">>(It's pretty late. I should go gome)<</speech>>
''You are 100$ richer''
[[Go home|home4night]]
<<nobr>><<set $player.money += 100>><</nobr>><<if $player.charisma gte 6>>
<<speech "You" "$name">>Why don't you give me your number and we can work something out later?<</speech>>
<<speech "Leana">>Why do you want my number?<</speech>>
<<speech "You" "$name">>I'm sure we can have some fun some other day.<</speech>>
She looks at you up and down.
<<speech "Leana">>I don't know...<</speech>>
<<speech "You" "$name">>Look, I'm being really nice. You know you fucked up.
But I also fucked up a lot of times before and I know that you deserve another chance.<</speech>>
She begins to smile.
<<speech "Leana">>Well, you ARE being nice.<</speech>>
<<speech "You" "$name">>Yeah, and I think that all this brattiness is a defense mechanism. You can chill now.<</speech>>
You open the door for her.
<<speech "Leana">>Okay...<</speech>>
She writes a number in a piece of paper and gives it to you.
<<set $shoplifter1bonus to true>>
<<speech "Leana">>Call me...<</speech>>
She leaves.
<<speech "You" "$name">>(It's pretty late. I should go gome)<</speech>>
[[Go home|home4night]]
<<else>>
You're not charismatic enough.
[[Back|leanah3]]
<</if>><<if $player.dominance gte 6>>
<<speech "You" "$name">>Get on your knees.<</speech>>
<<speech "Leana">>What???<</speech>>
<<speech "You" "$name">>You want to suck my dick or go to jail?<</speech>>
<<speech "Leana">>She thinks for a moment...<</speech>>
<<speech "You" "$name">>I think I changed my mind...<</speech>>
<<speech "Leana">>No! Wait......I'll do it.<</speech>>
<<speech "You" "$name">>Great. Take your clothes off.<</speech>>
<<speech "Leana">>Why?? Is just a blowjob!<</speech>>
<<speech "You" "$name">>I want to see your body.<</speech>>
You open your pants and sit on the chair.
She takes her clothes off, keels in front of you and asks:
<<speech "Leana">>You're really gonna let me go?<</speech>>
<img class="middle medium" src="images/shoplyfter1/8.jpg">
<<speech "You" "$name">>If you suck it good enough...<</speech>>
[[Next|leanasex2]]
<<nobr>><<set $energycall to true>>
<<set $calmnesscall to true>><</nobr>>
<<else>>
You're not dominant enough.
[[Back|leanah3]]
<</if>>You get to your apartment without any more problems.
<<speech "You" "$name">>(This was a loooooong day. I just need some sleeping.)<</speech>>
<<speech "Dick">>Hello, $name.<</speech>>
<<speech "You" "$name">>(Oh, hi Dick!)<</speech>>
<<speech "Dick">>You did a fine job today, boy.<</speech>>
<<speech "You" "$name">>(Thanks!)<</speech>>
<<speech "Dick">>Wonderful to see that you're becoming a man.<</speech>>
<<speech "You" "$name">>(Oh, stop it you...)<</speech>>
<<speech "Dick">>We must train again today.<</speech>>
<<speech "You" "$name">>(Can I at least get to the bed before you make me pass out?)<</speech>>
<<speech "Dick">>What do you take me for? Surely!<</speech>>
<<speech "You" "$name">>(Yeah, right. And what will I learn today?)<</speech>>
<<speech "Dick">>How to use more of your powers during sex.<</speech>>
<<speech "You" "$name">>(Ohh! That's cool. I can't wa-)<</speech>>
<img class="middle medium" src="images/misc/passingout.gif">
You fall to the ground
<<speech "Dick">>Oops...<</speech>>
[[Next|dream4]]
<<set $stats2 to true>><<nobr>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $now to true>>
<<set $characters to true>>
<<Intend>>
<<Sexend>><</nobr>>You go to a door inside the security room that leads to the security cameras.
But before you have the chance to check the recorded footage you see something on the live camera.
<video src="videos/shoplyfter1/evidence.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hah! Gotcha!)<</speech>>
[[Back|interrogateleana]]
<<set $action2 to true>><<nobr>>
<<set $action3 to true>>
<<set $question5 to true>>
<<set $evidence1 to true>><</nobr>>You go right to were she hid the stolen item.
<<if $nakedlvl is 0>>
<video src="videos/shoplyfter1/evidence2.mp4" autoplay controls></video>
<<else>>
You pick the item from the files and show her.
<img class="middle medium" src="images/shoplyfter1/glasses.jpg"><</if>>
She looks defeated.
<<speech "Leana">>I-I can explain...<</speech>>
''You found the stolen item''
[[Back|interrogateleana]]
<<set $CurCom += 25>><<nobr>>
<<set $question5 to false>>
<<set $question6 to true>>
<<set $threat4 to true>>
<<set $threat5 to true>>
<<set $action3 to false>>
<<set $evidence2 to true>>
<<set $item to true>><</nobr>><<speech "Leana">>I can't take it anymore! This is too humiliating!<</speech>>
You try to calm her down, without too much success.
<<speech "Leana">>You can call the cops. I don't care!<</speech>>
Seems like you pushed it too far too fast.
<<speech "You" "$name">>Hey, calm down.<</speech>>
<<speech "Leana">>If you don't call them, I will.<</speech>>
You decide to call the police.
[[Next|Leanamaxtension1]]<video src="videos/shoplyfter1/pantsoffevidence.mp4" autoplay controls></video>
You see something fall to the ground.
<<speech "You" "$name">>(Hah! Gotcha!)<</speech>>
You pick it up from the ground. It's a pair of glasses.
<img class="middle medium" src="images/shoplyfter1/glasses.jpg">
<<speech "Leana">>I-I can explain...<</speech>>
''You found the stolen item''
[[Back|checkleana]]
<<set $pantsoff to true>><<nobr>>
<<set $CurTen += 30>>
<<set $nakedlvl to 3>>
<<set $CurCom += 20>>
<<set $question6 to true>>
<<set $threat4 to true>>
<<set $action3 to false>>
<<set $item to true>><</nobr>>You look at her body from head to toes.
<<speech "Leana">>What are you looking at? You perv!<</speech>>
<<if $evidence1 is false>>
You notice a bulge in her pants.
<<speech "You" "$name">>Uhmm...What is this in your crotch?<</speech>>
<video src="videos/shoplyfter1/crotch.mp4" autoplay controls></video><</if>>
<<speech "You" "$name">>(Yeah, that was a pretty bad lie...)<</speech>>
[[Back|interrogateleana]]
<<set $action4 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 5>><</nobr>>
<<if $CurTen gte 100>><<goto "Leanamaxtension">><</if>><img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here, buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>(I should take things slower next time...)<</speech>>
Since it's late you go to your home.
[[Go home|home4night]]You decide to call the cops and let them deal with her.
<img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>It's late, I should go.<</speech>>
[[Go home|home4night]]<<if $CurCom gte 80>>
<<speech "You" "$name">>We talked a lot and I think you are more open now, right?<</speech>>
<<speech "Leana">>I guess...<</speech>>
<<speech "You" "$name">>So here's my proposal for you: we have sex right here and I let you go without any problems.<</speech>>
<<speech "Leana">>What??<</speech>>
<<speech "You" "$name">>Don't act so surprised. If you're still here, that means you are willing to work something out.<</speech>>
<<speech "Leana">>I'm here because you locked me.<</speech>>
<<speech "You" "$name">>The door It's not locked. I could call the cops and let them deal with you, but if you wanted that you woundn't still be here.<</speech>>
She thinks for a moment.
<<speech "Leana">>Okay...<</speech>>
<<speech "You" "$name">>I want you naked, here, on my lap.<</speech>>
[[Next|leanasexhelp2]]
<<else>>
She won't accept this offer yet
[[Back|leanah3]]
<</if>>You suck on her nipple while she decides.
<video src="videos/shoplyfter1/daddy2.mp4" autoplay controls></video>
[[Next|leanaconvince2]]<<speech "You" "$name">>Come on, give daddy a kiss.<</speech>>
<video src="videos/shoplyfter1/daddy3.mp4" autoplay controls></video>
[[Next|leanaconvince3]]You open her legs and play with her sweet pussy.
<video src="videos/shoplyfter1/pussyplay1.mp4" autoplay controls></video>
[[Next|leanaconvince4]]You put her back on your lap.
<<speech "Leana">>Annnnn.<</speech>>
<video src="videos/shoplyfter1/pussyplay.mp4" autoplay controls></video>
[[Keep doing it|leanapplay]]
[[Back|leanasex]]
<<set $CurOrg1 += 8>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><video src="videos/shoplyfter1/daddy4.mp4" autoplay controls></video>
[[Next|leanaconvince5]]<<speech "You" "$name">>Get on your knees, baby.<</speech>>
<video src="videos/shoplyfter1/mypantsoff.mp4" autoplay controls></video>
[[Start sex|leanasex]]
<<nobr>><<set $energycall to true>>
<<set $calmnesscall to true>><</nobr>><video src="videos/shoplyfter1/punishment2.mp4" autoplay controls></video>
[[Next|leanademand2]]You start to have a taste of her body.
<video src="videos/shoplyfter1/punishment3.mp4" autoplay controls></video>
[[Next|leanademand3]]<<speech "You" "$name">>This butt needs some spanking.<</speech>>
<video src="videos/shoplyfter1/punishment4.mp4" autoplay controls></video>
[[Next|leanademand4]]<<speech "You" "$name">>Open your legs, let me take this little pussy.<</speech>>
<video src="videos/shoplyfter1/pussyplay1.mp4" autoplay controls></video>
[[Next|leanademand5]]<video src="videos/shoplyfter1/punishment5.mp4" autoplay controls></video>
<<speech "You" "$name">>Yes, you should be...<</speech>>
[[Next|leanademand6]]<<speech "You" "$name">>Get on your knees and start your work.<</speech>>
<video src="videos/shoplyfter1/mypantsoff.mp4" autoplay controls></video>
[[Start sex|leanasex]]
<<nobr>><<set $energycall to true>>
<<set $calmnesscall to true>><</nobr>><video src="videos/shoplyfter1/sittingexplanation.mp4" autoplay controls></video>
[[Have her call you daddy|leanaconvince]]
[[Make her feel punished|leanademand]]<<speech "You" "$name">>Why should I let you go?<</speech>>
<video src="videos/shoplyfter1/sittingexplanation.mp4" autoplay controls></video>
[[Convince her to pay with sex|leanaconvince]]
[[Demand her to pay with sex|leanademand]]
[[Accept money from her parents|leanaparentsmoney]]<<if $CurCom gte 60>>
You grab the phone and start to call the cops.
<<speech "Leana">>Wait! Don't do it!<</speech>>
You don't pay much attention. All this back and forth left you impatient.
<<speech "Leana">>I'll have sex with you.<</speech>>
<<speech "You" "$name">>What?<</speech>>
You put the phone away from your ear.
<<speech "Leana">>Isn't that what you've been waiting all night?<</speech>>
She gets completely naked.
<img class="middle medium" src="images/shoplyfter1/naked2.jpg">
<<speech "Leana">>Can you please turn off the phone?<</speech>>
[[Sorry, I have to do this|leanagiveup]]
[[Turn off the phone|leanasitdown]]
<<else>>
You decide to call the cops and let them deal with her.
<img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>It's late, I should go.<</speech>>
[[Go home|home4night]]<</if>>[img[images/dick/training.gif]]
<<set $mettyler to true>>
<<speech "You" "$name">>Getting really tired of your shit, Dick...<</speech>>
<<speech "Dick">>Oh, don't be mad. I think you'll like what I'm about to teach you.<</speech>>
A bright light falls over your head, leaving you with a sensation of lightness.
<<speech "You" "$name">>Uhhhh, what did you do?<</speech>>
<<speech "Dick">>I unlocked your hability to use new powers during sex.<</speech>>
<<speech "You" "$name">>Ohhh, that's cool. But how does it works?<</speech>>
<<speech "Dick">>Until now you were able to use the Calmness and Energy callings during sex. But now I'm giving you the chance to use more of your powers in a sexual context.<</speech>>
<<speech "You" "$name">>Oh, so I can use whatever I feel like?<</speech>>
<<speech "Dick">>Not really. Some of the callings only appear in different situations and with different women.<</speech>>
<<speech "You" "$name">>There's too much rules to these powers. These are my powers but I can't choose whatever I want?<</speech>>
<<speech "Dick">>This is for the best, boy. I am protecting you.<</speech>>
<<speech "You" "$name">>And what's with all this locked powers and habilities? Why can't I use my full potential?<</speech>>
Dick's voice gets more serious.
<<speech "Dick">>$name, you should not doubt my intentions...<</speech>>
[[Next|dream4a]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/shoplyfter1/bjstart.mp4" autoplay controls></video>
[[Spit on it|leanabjspit]]
[[Faster|leanabjfast]]
[[Control her head|leanabjforced]]
[[Back|leanabj]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Spit on it.<</speech>>
<video src="videos/shoplyfter1/bjspit.mp4" autoplay controls></video>
[[Back|leanabj]]
[[Work the tip|leanabjtip]]
[[Faster|leanabjfast]]
[[Control her head|leanabjforced]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Go faster baby.<</speech>>
<video src="videos/shoplyfter1/bjfast.mp4" autoplay controls></video>
[[Back|leanabj]]
[[Work the tip|leanabjtip]]
[[Spit on it|leanabjspit]]
[[Control her head|leanabjforced]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video src="videos/shoplyfter1/bjforced.mp4" autoplay controls></video>
[[Back|leanabj]]
[[Force it deeper|leanabjforced2]]
[[Work the tip|leanabjtip]]
[[Faster|leanabjfast]]
[[Spit on it|leanabjspit]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<speech "You" "$name">>Ahh! Fuck yeah!<</speech>>
<video src="videos/shoplyfter1/bjforced2.mp4" autoplay controls></video>
[[Back|leanabj]]
[[Work the tip|leanabjtip]]
[[Faster|leanabjfast]]
[[Spit on it|leanabjspit]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<if $blowjob is false>>
<video src="videos/shoplyfter1/bj.mp4" autoplay controls></video><<nobr>><<set $blowjob to true>><</nobr>><</if>>
<<nobr>><<Intend>><</nobr>>
<<nobr>><<Sexstart>><</nobr>>
[[Blowjob|leanabj2]]
[[Handjob|leanahj2]]
[[Tittyjob|leanatj2]]
<<Sexstart>><<nobr>>
<<set $callings to true>>
<<set $leanasex to true>>
<<set $energycall to true>>
<<set $calmnesscall to true>><</nobr>>[[Work the tip|leanabjtip2]]
[[Spit on it|leanabjspit2]]
[[Faster|leanabjfast2]]
[[Control her head|leanabjforced22]]
[[Back|leanasex2]][[Work the tip|leanahjtip2]]
[[Faster|leanahjfast2]]
[[Nice and slow|leanahjslow2]]
[[Back|leanasex2]][[Normal|leanatjnormal2]]
[[Faster|leanatjfast2]]
[[Back|leanasex2]]<<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video src="videos/shoplyfter1/bjstart.mp4" autoplay controls></video>
[[Spit on it|leanabjspit2]]
[[Faster|leanabjfast2]]
[[Control her head|leanabjforced22]]
[[Back|leanabj2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<speech "You" "$name">>Spit on it.<</speech>>
<video src="videos/shoplyfter1/bjspit.mp4" autoplay controls></video>
[[Back|leanabj2]]
[[Work the tip|leanabjtip2]]
[[Faster|leanabjfast2]]
[[Control her head|leanabjforced22]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 10>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<speech "You" "$name">>Go faster baby.<</speech>>
<video src="videos/shoplyfter1/bjfast.mp4" autoplay controls></video>
[[Back|leanabj2]]
[[Work the tip|leanabjtip2]]
[[Spit on it|leanabjspit2]]
[[Control her head|leanabjforced22]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 12>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<video src="videos/shoplyfter1/bjforced.mp4" autoplay controls></video>
[[Force it deeper|leanabjforced222]]
[[Back|leanabj2]]
[[Work the tip|leanabjtip2]]
[[Faster|leanabjfast2]]
[[Spit on it|leanabjspit2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 12>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<<speech "You" "$name">>Ahh! Fuck yeah!<</speech>>
<video src="videos/shoplyfter1/bjforced2.mp4" autoplay controls></video>
[[Back|leanabj2]]
[[Work the tip|leanabjtip2]]
[[Faster|leanabjfast2]]
[[Spit on it|leanabjspit2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video src="videos/shoplyfter1/handjob1.mp4" autoplay controls></video>
[[Back|leanahj]]
[[Faster|leanahjfast]]
[[Nice and slow|leanahjslow]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>><</nobr>>
<<speech "You" "$name">>Yeah, work this dick!<</speech>>
<video src="videos/shoplyfter1/handjobfast.mp4" autoplay controls></video>
[[Back|leanahj]]
[[Work the tip|leanahjtip]]
[[Nice and slow|leanahjslow]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/handjobslowd.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/handjobslow.mp4" autoplay controls></video>
<</if>>
[[Back|leanahj]]
[[Work the tip|leanahjtip]]
[[Faster|leanahjfast]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<video src="videos/shoplyfter1/handjob1.mp4" autoplay controls></video>
[[Back|leanahj2]]
[[Faster|leanahjfast2]]
[[Nice and slow|leanahjslow2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 10>><<nobr>>
<<set $CurEng -= 6>><</nobr>>
<<speech "You" "$name">>Yeah, work this dick!<</speech>>
<video src="videos/shoplyfter1/handjobfast.mp4" autoplay controls></video>
[[Back|leanahj2]]
[[Work the tip|leanahjtip2]]
[[Nice and slow|leanahjslow2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 10>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/handjobslowd.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/handjobslow.mp4" autoplay controls></video>
[[Back|leanahj2]]
[[Work the tip|leanahjtip2]]
[[Faster|leanahjfast2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video src="videos/shoplyfter1/tittyjobfast.mp4" autoplay controls></video>
[[Back|leanasex]]
[[Faster|leanatjfast]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>><</nobr>>
<<speech "You" "$name">>Give me those little tits.<</speech>>
<video src="videos/shoplyfter1/tittyjob.mp4" autoplay controls></video>
[[Back|leanasex]]
[[Slower|leanatjnormal]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 4>><</nobr>>
<video src="videos/shoplyfter1/tittyjobfast.mp4" autoplay controls></video>
[[Back|leanasex2]]
[[Faster|leanatjfast2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 10>><<nobr>>
<<set $CurEng -= 6>><</nobr>>
<<speech "You" "$name">>Give me those little tits.<</speech>>
<video src="videos/shoplyfter1/tittyjob.mp4" autoplay controls></video>
[[Back|leanasex2]]
[[Slower|leanatjnormal2]]
<<if $CurOrg gte 100>><<goto "Cumonleana2">><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<nobr>><<set $CurOrg1 to 0>>
<<set $girl.orgcount += 1>>
<<set $CurPain -=20>>
<<if $CurPain lt 0>><<set $CurPain to 0>><</if>>
<</nobr>>
<<speech "Leana">>I'm cummiiiiiiing!!!!<</speech>>
<video src="videos/shoplyfter1/orgasm.mp4" autoplay controls></video>
[[Back|leanasex]]<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>><</nobr>>
<video src="videos/shoplyfter1/missionary.mp4" autoplay controls></video>
[[Back|leanamissionary]]
[[Talk to me|leanamiss]]
[[Harder|leanamisshard]]
[[Very hard|leanamissveryhard]]
[[Deeper|leanamissdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 7>><</nobr>>
<<if $leanadaddy is true>>
<video src="videos/shoplyfter1/missdaddy2.mp4" autoplay controls></video>
<<else>>
<video src="videos/shoplyfter1/misspunish2.mp4" autoplay controls></video><</if>>
[[Back|leanamissionary]]
[[Normal|leanamissnormal]]
[[Harder|leanamisshard]]
[[Very hard|leanamissveryhard]]
[[Deeper|leanamissdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>><</nobr>>
<video src="videos/shoplyfter1/sitting.mp4" autoplay controls></video>
[[Back|leanasitting]]
[[Faster|leanasitfast]]
[[Deep|leanasitdeep]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>><</nobr>>
<video src="videos/shoplyfter1/doggy.mp4" autoplay controls></video>
[[Back|leanadoggy]]
[[Harder|leanadoggyhard]]
<<if $CurOrg gte 100>><<goto "Cumonleana">><</if>>
<<if $CurOrg1 gte 100>><<link [[Make her cum|Leanaorgasm]]>><</link>><</if>>
<<if $CurEng lte 0>><<goto "leananoenergy">><</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $metleana is true>>
<a data-passage="Leanastats" class="link-internal link-image">
<img class="contacts" src="images/shoplyfter1/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Leana</span> (the first shoplifter you caught)<<nobr>>
<</nobr>><a data-passage="Leanastats" class="link-internal link-image">
<img class="right-side small" src="images/shoplyfter1/face.jpg">
</a>
<<if $shoplifter1bonus is false>>
She didn't give you any reward.
<<else>>
She gave you her number, you may call her when you have the time.
<</if>>
<<speech "You" "$name">>Fuck! I'm gonna cum!<</speech>>
<<speech "Leana">>Wait!<</speech>>
<img class="middle medium" src="images/shoplyfter1/11.jpg">
[[Next|leanahelpbjend]]She doesn't seem very happy that you came all over her.
<img class="middle medium" src="images/shoplyfter1/12.jpg">
<<speech "Leana">>Can I go now?<</speech>>
<<speech "You" "$name">>Sure! And please, don't steal again.<</speech>>
She storms through the door.
<<speech "You" "$name">>(It's pretty late. I should go gome)<</speech>>
[[Go home|home4night]]
<<set $stats2 to true>><<nobr>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $callings to false>>
<<set $now to true>>
<<set $characters to true>>
<<Intend>>
<<Sexend>><</nobr>><<speech "Jane">>There's no one around baby, don't worry.<</speech>>
<video src="videos/jane/bj.mp4" autoplay controls></video>
[[Ask her to go deeper|janebjdeeper]]<<speech "You" "$name">>(I can't believe this is happening...)<</speech>>
She looks into your eyes while sucking you some more.
<video src="videos/jane/bjup.mp4" autoplay controls></video>
[[Go on|janesex1]]<<set $CurEng += 15>><<nobr>>
<<set $player.money -= 5>><</nobr>>
You take an energy drink and replenish some of your energy
[img[images/misc/energydrink.gif]]
[[Go to the studio|Go to the studio1]]
<<if $CurEng gt 100>><<set $CurEng to 100>><</if>><<speech "You" "$name">>Fuck! Fuck! Fuck! This can't be happening!......Dick, where are you?<</speech>>
<<speech "Dick">>Oh....Fuck....<</speech>>
<<speech "You" "$name">>What happened, Dick? Why are my powers gone? <</speech>>
<<speech "Dick">>Ok, you need to stay calm, $name.<</speech>>
<<speech "You" "$name">>Who was that woman in my dreams? Do you know her?<</speech>>
<<speech "Dick">>Yeah boy. I know her....Now stay focused. We have to think.<</speech>>
<<speech "You" "$name">>Fuck...Ok...<</speech>>
<<speech "Dick">>I won't be keeping things from you... That was Aphrodite.<</speech>>
<<speech "You" "$name">>What?? The goddes of love?<</speech>>
<<speech "Dick">>Yep. The very same.<</speech>>
<<speech "You" "$name">>She said I was using her powers. But I did nothing.<</speech>>
<<speech "Dick">>......<</speech>>
<<speech "You" "$name">>Dick?<</speech>>
<<speech "Dick">>Ok. That's my fault.<</speech>>
[[Next|room3]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/timecall.gif">
This calling gives you the abillity to control time.
Current experience: $timecalllvl
<span class="bigger">How the interrogation works</span>
<div class="general">*Everytime that a girl is caught stealing she will go to the security room and you will be warned.
*During the interrogation you must pay attention to the two bars that will appear:
- <span class="compliance">Compliance bar:</span> indicates how much she is willing to follow your orders and colaborate with you. Raising compliance points might unlock new options.
- <span class="tension">Tension bar:</span> indicates how close she is to give up on being interrogated. If this bar reaches 100 points she will leave the room, either by calling the cops herself or by escaping.
*The interrogations consists on four alternatives: questioning the suspect, helping the girl for her favor, threatening in order to raise compliance and by executing actions.
*You can follow any order of investigation you like, ''but it is RECOMMENDED that you talk to her before conducting a physical search.''
*Once you start the physical search several interrogation options may not be available anymore.
*Physical search may generate a lot of tension, but as the suspect compliance increases, the tension generated is reduced.
*Some options may only appear if the girl is undressed.
*If you find the stolen item her compliance will increase greatly.
*There may be more than one way to solve a crime.
*You may "get what you want" without even finding the stolen item.
*It's recommended to save your game now.
*Good luck!
[[Begin interrogation|interrogateleana]]</div>You ran out of energy...
<<speech "Leana">>Uhmm can I go now?<</speech>>
<<speech "You" "$name">>Yeah... and please, don't steal again.<</speech>>
She puts her clothes back as fast as she can and gets out.
<<speech "You" "$name">>(It's pretty late. I should go gome)<</speech>>
[[Go home|home4night]]
<<set $stats2 to true>><<nobr>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $callings to false>>
<<set $now to true>>
<<set $characters to true>>
<<Intend>>
<<Sexend>><</nobr>><<speech "You" "$name">>FUCK! IT'S APHRODITE!<</speech>>
<<speech "Dick">>Nonsense! Can't you tell the difference? It's a much weaker presence, but you should be alert.<</speech>>
<<speech "You" "$name">>Now that you are saying...it is different...<</speech>>
You close your eyes to focus on the direction the strange presence is coming from.
Then you hear a playfull voice:
<div class="general">Over heeere, $name!</div>
You follow her voice without even thinking.
<<speech "Dick">>''$name! Stay focused! Do not listen to her voi-''<</speech>>
<img class="middle medium" src="images/player/portal.gif">
[[Next|dream5b]]Being drawn to her presence you find yourself in a strangely confortable place.
Your body feels relaxed and you can hear a beautiful song.
The sound, however, has no focal point, it's like music is being played inside your head.
You look down at your body and begin to touch your skin to check if you're still dreaming.
<<speech "Elsa" "???">>Thanks for coming... $name.<</speech>>
You look up again and see a beautiful woman.
<video src="videos/elsa/day4/1.mp4" autoplay controls loop></video>
She turns to you and asks:
<<speech "Elsa" "???">>Would you mind if I danced?<</speech>>
<img class="middle medium" src="images/elsa/day4/1.jpg">
[[Next|dream5c]]Her body continues to move and you can't help but feel attracted to her.
<video src="videos/elsa/day4/3.mp4" autoplay controls loop></video>
<<speech "You" "$name">>A muse?<</speech>>
<<speech "Elsa">>Yes... The muse of light poetry and dance.<</speech>>
She responds without missing her rhythm.
<<speech "You" "$name">>(I can't feel Dick's presence. This might be dangerous, he told me to not listen to her)<</speech>>
As her dance continues you feel more and more attracted to her
<img class="large" src="images/elsa/day4/3.jpg">
<<speech "Elsa">>Say... do you wish to dance with me?<</speech>>
[[Give in to her enchantment|dreamelsagiveup]]
[[Resist her enchantment|dreamelsaresist]]
<<set $powerlost to 0>><<speech "You" "$name">>Uhhh.. no. (Whoa, she looks like an angel...)<</speech>>
She begins to dance while you keep admiring her gracious moves.
<video src="videos/elsa/day4/2.mp4" autoplay controls></video>
<<speech "Elsa" "???">>Aphrodite never told me you were so... unique.<</speech>>
<<speech "You" "$name">>Why unique? Who are you?<</speech>>
<<speech "Elsa">>I'm a muse. My name is Terpsichore. But you may call me Elsa.<</speech>>
<img class="large" src="images/elsa/day4/2.jpg">
[[Next|dream5d]]<<speech "You" "$name">>Okay, it's just a dance, right?<</speech>>
<<speech "Elsa">>Yes, $name, just a dance. Now, come, join me...<</speech>>
As you get closer it feels like you're being pulled towards her.
[[Try to keep your distance|dreamelsadistance]]
[[Go to her arms|dreamelsagiveup2]]<<speech "You" "$name">>(I don't think that's a good idea)<</speech>>
You concentrate on finding out more about her.
<<speech "You" "$name">>I need some informations from you.<</speech>>
<<speech "Elsa">>I don't answer to you, mortal.<</speech>>
<div class="general"><span class="rage">*''Rage calling available''</span></div>
[[Use the Rage calling (level: 1)|dreamelsademand]]
[[Convince her|dreamelsaconvince]]
[[Don't do anything yet|dreamelsawait]]<<speech "You" "$name">>I think I'm better dancing from here.<</speech>>
<<speech "Elsa">>What do you mean?<</speech>>
<<speech "You" "$name">>Yeah... I don't know you that well.<</speech>>
You start a very shy dance, moving your feet from side to side.
She looks at you with disbilief. You can feel that you made her angry.
<img class="middle large" src="images/elsa/day4/4.jpg">
<<speech "Elsa">>What are you doing?<</speech>>
<<speech "You" "$name">>What? I'm dancing...<</speech>>
<img class="middle medium" src="images/misc/dance.gif">
<<speech "Elsa">>Stop it!<</speech>>
<<speech "You" "$name">>(I need to know more about her)<</speech>>
[[Keep dancing|dreamelsadance]]
[[Stop dancing|dreamelsastopdance]]You get closer to her as the force pulling you gets stronger.
<img class="middle large" src="images/elsa/day4/9.jpg">
The force is now so strong that now it would be impossible to go back.
<<speech "Elsa">>You came willingly. Good.<</speech>>
She puts her hands on your chest.
<<speech "Elsa">>Now I can take what I need.<</speech>>
Her hand gets warm.
Somehow you know, she's absorbing your energy.
<div class="general"><span class="energy">*''Energy calling available''</span></div>
[[Try to resist|dreamelsaenergyresist]]
[[Use the Energy calling (level: 1)|dreamelsaengcall]]You decide to keep dancing, showing her your incredible moves.
<img class="middle medium" src="images/misc/dance2.gif">
Her influence over you seems weaker.
<<speech "You" "$name">>Why did you brought me here?<</speech>>
<<speech "Elsa">>I can't concentrate with this blasfemy you call a dance.<</speech>>
<<speech "You" "$name">>You want me to stop?<</speech>>
<<speech "Elsa">>Very much.<</speech>>
<<speech "You" "$name">>Okay, then answer me.<</speech>>
<<speech "Elsa">>I don't answer to you, mortal.<</speech>>
<<speech "You" "$name">>Alright...(It seems like bad dancing is... kinda her weakness?)<</speech>>
[[Next|dreamelsadance2]]<<speech "You" "$name">>This looks stupid.<</speech>>
You stop dancing and she seems relieved.
<<speech "You" "$name">>Look, I need some informations from you.<</speech>>
<<speech "Elsa">>I don't answer to you, mortal.<</speech>>
<div class="general"><span class="rage">*''Rage calling available''</span></div>
[[Use the Rage calling|dreamelsademand]]
[[Convince her|dreamelsaconvince]]<img class="middle medium" src="images/misc/dance3.gif">
<<speech "Elsa">>Damn you! I'll do as you say.<</speech>>
<<speech "You" "$name">>Fine...<</speech>>
You stop your magnificent dance moves.
<span class="blue">''Your intelligence has increased by 1''</span>
<<speech "Elsa">>I am here to collect more information about you.<</speech>>
<<speech "You" "$name">>I presume you work for Aphrodite, right?<</speech>>
<<speech "Elsa">>I do not work for her. I ''serve'' the great mother. Her wish is my command.<</speech>>
<<speech "You" "$name">>Interesting. But what does a muse do?<</speech>>
<<speech "Elsa">>We inspire! Our main source of power comes from the ones inspired by us.<</speech>>
<<speech "You" "$name">>So you need people's inspiration to get stronger?<</speech>>
<<speech "Elsa">>It's like a trade. We inspire great feats in exchange for energy.<</speech>>
But THIS! What you did was the opposite of art!
<<speech "You" "$name">>Hey! I did my best ok?<</speech>>
Suddenly the music starts to sound creapier. You feel the urge to look around you.
~POOF~
When you look at her again... She's dressed completely different.
<img class="large" src="images/elsa/day4/5.jpg">
<<speech "Elsa">>My time is short, I need to feed.<</speech>>
<<speech "You" "$name">>What???<</speech>>
She raises her right arm and a supernatural force pulls you towards her.
<img class="middle large" src="images/elsa/day4/21.jpg">
<<speech "You" "$name">>What the fuck??<</speech>>
Your feet slides on the ground and your body moves closer to her, until your chest touches her hand.
[[Try to resist|dreamelsaenergyresist]]
<<set $player.intelligence += 1>><<speech "You" "$name">>I don't mean to do you harm. I came to this place when you called, right? <</speech>>
She looks, less tense.
<<speech "Elsa">>You certainly did.<</speech>>
<<speech "You" "$name">>Can't we talk like two normal magical beings?<</speech>>
She opens a smile.
<<speech "Elsa">>Hahaha. So, you're a magical being?<</speech>>
<<speech "You" "$name">>Well, if I'm here talking to you. This must count for something...<</speech>>
<<speech "Elsa">>It does. So let's talk.<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
She snaps her fingers...
~POOF~
...and a chair appears right behind your legs.
<<speech "You" "$name">>(Woah)<</speech>>
You look back to the chair and sit.
But when you look at her again she's dressed with completely different clothes.
<img class="large" src="images/elsa/day4/5.jpg">
<<speech "You" "$name">>How the... okay...<</speech>>
[[Next|dreamelsaconvince2]]<<if $ragecalllvl gte 1>>
<<speech "You" "$name">>Oh, you will obey me.<</speech>>
<<speech "Elsa">>Will I? How can you be so sure?<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
You feel your skin getting warmer, but what calls your attention is the burning sensation in your eyes.
Her expression fades away and she can't help but feel a little scared.
<<speech "You" "$name">>''What do you want from me?''<</speech>>
Your voice gains a deeper tone.
<<speech "Elsa">>Aphrodite sent me.<</speech>>
<<speech "You" "$name">>''Why?''<</speech>>
<<speech "Elsa">>I can't tell you why.<</speech>>
In this stage, every time someone denies something you feel more rage coursing through your body.
<<speech "You" "$name">>''TELL ME.''<</speech>>
<<speech "Elsa">>S-She wanted more information about you. We all must answer to the Great Mother.<</speech>>
<<speech "You" "$name">>''And what does a fucking muse do?''<</speech>>
<<speech "Elsa">>We insp-pire others. It's our mission.<</speech>>
<<speech "You" "$name">>''There's more of you?''<</speech>>
<<speech "Elsa">>We are nine sisters.<</speech>>
She puts her hands behind her back, as if she's hiding something.
<<speech "You" "$name">>''What are you doing?''<</speech>>
<<speech "Elsa">>Nothing...<</speech>>
Suddenly a loud noise blows right next to your left ear, hurting you.
<<speech "You" "$name">>''FUCK!''<</speech>>
You close your eyes with the pain...
And you hear fingers snaping.
~POOF~
[[Next|dreamelsademand2]]
<<else>>
You focus on using your power...
<img class="middle medium" src="images/player/ragecall2.gif">
But it's not enough for you to really make use of it.
Nevertheless you're able to get more experience on the use of this power.
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
[[Back|dreamelsawait]]<</if>><<speech "You" "$name">>So, you called me in behalf of...?<</speech>>
<<speech "Elsa">>Aphrodite, she told me to come see you.<</speech>>
<<speech "You" "$name">>Huh. And what does she want?<</speech>>
<<speech "Elsa">>She needs more information about you...<</speech>>
<<speech "You" "$name">>And what kind of information could she want from me?<</speech>>
As you look deep in her eyes you feel a connection with her.
<img class="large" src="images/elsa/day4/6.jpg">
<<speech "Elsa">>Enough about me, $name. Please, tell more about you.<</speech>>
<<speech "You" "$name">>What do you want to know?<</speech>>
<<speech "Elsa">>I want to know many things...But my first question is why you're so afraid to get near me...<</speech>>
She smiles at you, looking deep into your eyes.
<img class="middle large" src="images/elsa/day4/7.jpg">
[[Try to resist her charms (charisma: 10)|dreamelsaresist2]]
[[Give in|dreamelsagiveup2d]]<<if $player.charisma gte 10>>
Counterintuitively you decide to look deep in her eyes trying to resist to her charms.
<<speech "You" "$name">>I was told to be careful with you.<</speech>>
<<speech "Elsa">>Careful? But I'm harmless...Who told you that?<</speech>>
<<speech "You" "$name">>A friend of mine.<</speech>>
She smiles at you.
<<speech "Elsa">>Do you trust this friend of yours?<</speech>>
<<speech "You" "$name">>I do.<</speech>>
<<speech "Elsa">>Then what's his real name?<</speech>>
<<speech "You" "$name">>(I never told her it as a male friend)<</speech>>
You try to change the subject.
<<speech "You" "$name">>Ermm, what does a muse do?<</speech>>
<<speech "Elsa">>We inspire! Whoever we choose is capable of performing great feats.<</speech>>
<<speech "You" "$name">>That's really interesting.<</speech>>
<<speech "Elsa">>Now, tell me, $name. Can I see your cock?<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Elsa">>Yes, you heard me. Right here and now.<</speech>>
[[Try to resist (charisma: 15)|dreamelsaresist3]]
[[Give in|dreamelsawait2]]
<<else>>
Her charm is too strong for you to fight against.
<<speech "Elsa">>Please, come closer...<</speech>>
Without thinking you get up from the chair and start to walk in her direction.
<<speech "Elsa">>I'm glad you changed your mind.<</speech>>
She snaps her fingers and her dress disappears.
~POOF~
<img class="middle large" src="images/elsa/day4/20.jpg">
<<speech "Elsa">>I can make you feel nice. You just need to give me some informations, nothing much.<</speech>>
<<speech "You" "$name">>Okay...(let's see what she asks first, I don't want to spoil the show)<</speech>>
<<speech "Elsa">>Wonderful! But this is not my favourite underwear for the occasion...<</speech>>
[[Next|dreamelsawait3]]<</if>><<if $player.charisma gte 15>>
<<speech "You" "$name">>I would love to fuck you right now, but I feel like I should know you more before we do that.<</speech>>
You can see she's a little disappointed.
<img class="middle large" src="images/elsa/day4/8.jpg">
<<speech "Elsa">>You're stronger than you seem $name...<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Elsa">>Nothing...I should go. My time here is short. Say hi to Adonis for me.<</speech>>
<<set $adonis to true>>
<<speech "You" "$name">>Wait- (Who the hell is Adonis?)<</speech>>
<img class="middle medium" src="images/player/portal.gif">
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
''You successfully resisted the muse''
[[Wake up|dream4win]]
<<else>>
Her charm is too strong for you to fight against.
<<speech "Elsa">>Let me help you decide.<</speech>>
She snaps her fingers and her dress vanishes
<img class="middle large" src="images/elsa/day4/14.jpg">
<<speech "Elsa">>The Great Mother advised me to gather information through questions...<</speech>>
She looks at your bulge.
<<speech "Elsa">>...but I can think of a more fun way to get the information I need. Can I play with it?<</speech>>
<<speech "You" "$name">>With what?<</speech>>
<<speech "Elsa">>Your source of power...<</speech>>
[[Allow her|dreamelsahj]]
[[Deny her|dreamelsanohj]]<</if>><span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="yellow">''Charisma check successful!''</span>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="blue">''Intelligence check successful!''</span>
<span class="grey">''Your fitness has increased by 20 xp''</span>
<<set $player.fitness += 20>>
<span class="love">Her love has increased by 1</span>
<<set $aaa.love += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $aaa.corruption += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $aaa.lust += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $aaa.submission += 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $aaa.friendship += 1>>
<span class="favor">His favor has increased by 1</span>
<<set $aaa.favor += 1>>
<span class="obedience">His obedience has increased by 1</span>
<<set $aaa.obedience += 1>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>>
<img class="middle medium" src="images/player/energycall.gif">
<img class="middle medium" src="images/misc/something.jpg">
<img class="middle medium" src="images/release 4.0/misc/something.gif">
''Your sneaking skill level has increased by 1''
<<set $sneakinglvl += 1>>
<<speech "You" "$name">><</speech>>
<<speech "name">>
<div class="general"></div>
@@#answer;
<<link "aaa">>
<<replace "#answer">>
<<link 'aaa' 'aaa'>><</link>>
<</replace>><</link>>
<<link 'Use your phone' 'Phone'>> <</link>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<goto "aaaaa">>
<div class="general"><span class="invi">*''Invisibility calling available''</span>
<span class="calmness">*''Calmness calling available''</span></div>
[[Use the Lust calling (level 2/-20 energy/1 arche point)
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $girl.lust += 1>>
<<if $aaaa calllvl gte 3 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/aaaa call2.gif">
But you still manage to take some experience out of it.
<span class="aaaa">''Your skill with the aaaa calling has increased by 1''</span>
<<set $aaaa calllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
<<set $previousPassage = passage()>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<<if $aaa.lust gte 1>>
<span class="lust">''Lust check successful!''</span>
<<if $sneakinglevel lt 1>>
''Sneaking check failed''
<div class="general">Your sneaking level is not high enough for you to know how to be silent or when to hide, so the longer you keep going, the greater the chance of getting caught from this point on...</div>
<<else>>
''Sneaking check successful''
<div class="general">Your sneaking skill is high enough for you to know how to be silent or when to hide, so you can keep going quite safely.</div>
<</if>>
[[Use the Luck calling (level 1/-20 energy /1 arche point)|aaaa
[[Keep watching (sneaking level 1/ Exp^)|aaaa
<<if $bonusfit gte 10>><<nobr>>
<span class="grey">''Choosing energy draining positions increased your fitness by 20 xp''</span>
<<set $player.fitness += 20>><<set $bonusfit to 0>><</if>>
<img class="middle medium" src="images/release 4.02/misc/swimming.gif"><<set $day to 7>><<nobr>>
<<set $period to 1>><</nobr>>
You open your eyes and see yourself laying on the hard ground.
It's already morning.
<<speech "You" "$name">>Hah! I dodged that bitch!<</speech>>
You go to the kitchen to get a glass of water.
Just when you're about to drink the water...
~SHHHHHK~
<<speech "Dick">>''$name!!!!''<</speech>>
Your hand spasms, throwing water on your own face. You swallow the tablet dry.
Looks like some magical creature invaded you mind again.
<<speech "You" "$name">>Fuck! You scared me! I'm all wet now...<</speech>>
<<speech "Dick">>No, ''you'' scared me. Where were you? We lost our connection for a moment. <</speech>>
<<speech "You" "$name">>~sigh~ Ok, where do I start?<</speech>>
[[Next|dream4win2]]You grab her hand and try to take it off of your chest, but she's surprisingly strong.
<<speech "You" "$name">>Get off me!<</speech>>
You use all your strenght to move her hand away.
<<if $player.fitness gte 10>>
How are you so strong??
You successfully get away from her grasp and shove her into the ground.
<<speech "You" "$name">>Ow!<</speech>>
What were you trying to do??
She stays on the ground, looking at you.
<img class="middle large" src="images/elsa/day4/10.jpg">
<<speech "Elsa">>Hmm, you're stronger than you seem, $name...<</speech>>
<<speech "You" "$name">>And you're more of a bitch than you seem.<</speech>>
<<speech "Elsa">>Hahaha. Next time I'll come more prepared.<</speech>>
<<speech "You" "$name">>Next time? What do you mean?<</speech>>
<<speech "Elsa">>Bye...<</speech>>
<img class="middle medium" src="images/player/portal.gif">
<span class="grey">''Your fitness has increased by 1''</span>
''You successfully resisted the muse''
[[Wake up|dream4win]]
<<set $player.fitness += 1>>
<<else>>
<<speech "Elsa">>Hahaha! You're so weak...<</speech>>
You're not fit enough to physically stop her.
<img class="middle medium" src="images/misc/energydrain.gif">
You feel something being pulled out from your body, leaving you immediately weaker.
<<speech "Elsa">>Got it! Aphrodite is going to be very pleased.
My time here is short, I need to go.<</speech>>
<<speech "You" "$name">>W-wait!<</speech>>
She snaps her fingers.
<img class="middle medium" src="images/player/portal.gif">
''You couldn't resist the muse''
<<set $powerlost += 1>>
''She absorbed one Arche point from you''
[[Wake up|dream4lost]]
<</if>><<set $day to 7>><<nobr>>
<<set $period to 1>><</nobr>>
You open your eyes and see yourself laying on the hard ground with an even harder headache.
It's already morning.
<<speech "You" "$name">>Oww, that fucking bitch!<</speech>>
You go to the kitchen to get a glass of water and some Aspirin.
<<speech "You" "$name">>I hope this can fix magical headaches...<</speech>>
You put one tablet in your mouth and just when you're about to drink the water...
~SHHHHHK~
<<speech "Dick">>''$name!!!!''<</speech>>
Your hand spasms, throwing water on your own face. You swallow the tablet dry.
Looks like some magical creature invaded you mind again.
<<speech "You" "$name">>~COUGH COUGH~ Fuck! You scared me! I'm all wet now...<</speech>>
<<speech "Dick">>No, ''you'' scared me. Where were you? We lost our connection for a moment.<</speech>>
<<speech "You" "$name">>~sigh~ Ok, where do I start?<</speech>>
[[Next|dream4lost2]]<<if $energycalllvl gte 1>>
<<speech "You" "$name">>You want some? I'll give you some.<</speech>>
You close your eyes and try to focus on expanding your energy.
<img class="middle medium" src="images/player/energycall.gif">
<<speech "Elsa">>What are you doing?? Stop this!<</speech>>
A light appears inside your chest and her seemingly warm hand now is way colder than your body.
A sparks forms between you and her.
<img class="middle medium" src="images/misc/explosion.gif">
Then small explosion sends both of you in separate ways.
Your back hits the wall behind you.
~THUD~
<<speech "You" "$name">>Owww!<</speech>>
You end up facing the ceiling, but promptly get back on your feet to see what happened to her.
She's still on the ground, not harmed, as it seems.
In fact, she's smiling.
<img class="middle large" src="images/elsa/day4/10.jpg">
<<speech "You" "$name">>Why are you smiling?<</speech>>
<<speech "Elsa">>Well, I inspired you to use your powers. And I always get something out of inspiration.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Elsa">>You're more powerful than you seem, $name...<</speech>>
<<speech "You" "$name">>And you're more of a bitch than you seem.<</speech>>
<<speech "Elsa">>Hahaha. Next time I'll come more prepared.<</speech>>
<<speech "You" "$name">>Next time??<</speech>>
<<speech "Elsa">>Bye...<</speech>>
<img class="middle medium" src="images/player/portal.gif">
<span class="grey">''Your fitness has increased by 1''</span>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
''You successfully resisted the muse''
[[Wake up|dream4win]]
<<set $player.fitness +=1>><<nobr>>
<<set $energycalllvl += 1>><</nobr>>
<<else>>
You don't have the ability to use that calling now.
[[Back|dreamelsagiveup2]]<</if>>You open your eyes and she's gone.
<<speech "You" "$name">>''THAT FUCKING BITCH!!''<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
Your anger becomes too heavy of a load for you to carry it. You collapse on the ground.
<span class="red">''Your dominance has increased by 2''</span>
<span class="energy">''Your skill with the Rage calling has increased by 1''</span>
''You successfully resisted the muse''
[[Wake up|dream4win]]
<<set $player.dominance +=2>><<nobr>>
<<set $ragecalllvl += 1>><</nobr>>You're finishing your bath after some minutes explaining to Dick what happened.
<<speech "Dick">>A muse, visiting you...and she took some of your sexual energy.<</speech>>
<<speech "You" "$name">>Yes, a very bitchy muse.<</speech>>
<<speech "Dick">>Did you noticed any details?<</speech>>
<<speech "You" "$name">>Like I said, she was dancing and was mostly calm, until she decided to absorb me, that is.<</speech>>
<<speech "Dick">>Did she said her name?<</speech>>
<<speech "You" "$name">>She told me that I could call her Elsa, but she had another weird name.<</speech>>
<<speech "Dick">>What was it?<</speech>>
<<speech "You" "$name">>Tersipcor...<</speech>>
<<speech "Dick">>Terpsichore, the dancing muse.<</speech>>
<<speech "You" "$name">>Yes! Exactly.<</speech>>
<<speech "Dick">>Did she used any teleportation, perchance?<</speech>>
<<speech "You" "$name">>Yeah... she kept changing clothes...<</speech>>
<<speech "Dick">>That's the power Aphrodite gave her. She is dangerous.<</speech>>
<<speech "You" "$name">>Oh you don't need to tell me...<</speech>>
<<speech "Dick">>What was she after?<</speech>>
<<speech "You" "$name">>She wanted informations about me.<</speech>>
<<speech "Dick">>That means Aphrodite is curious about your level of power.<</speech>>
<<speech "You" "$name">>Well...not that much power, since I couldn't stop the muse.<</speech>>
<<speech "Dick">>Your powers remain latent. I'm sure you'll be able to use them better with proper training...
Any more details?<</speech>>
<<if $adonis is true>>
<<speech "You" "$name">>Yeah, she mentioned someone called Adonis. Do you know who that is?<</speech>>
<<speech "Dick">>Certainly...that would be me.<</speech>>
<<speech "You" "$name">>Your real name is Adonis??<</speech>>
<<speech "Dick">>You didn't really thought a mystical creature would be called Dick, right?<</speech>>
<<speech "You" "$name">>Yeah...makes sense. Now that I think...I guess I heard that name before...<</speech>>
<<speech "Dick">>That's a matter for another time. Now, go on with your day. You have plenty of things to do.<</speech>>
<<else>>
<<speech "You" "$name">>Not that I recall...<</speech>>
<<speech "Dick">>I'll work with what you gave me then. Now, go on with your day. You have plenty of things to do.<</speech>>
<</if>>
<<speech "You" "$name">>Wait, one more thing... was all this a dream?<</speech>>
[[Next|room6]]You stand still, thinking about what to do.
<<speech "Elsa">>You seem so tense...Why don't you just admire the view?<</speech>>
<img class="middle large" src="images/elsa/day4/11.jpg">
<<speech "You" "$name">>Well, you do have a nice ass.<</speech>>
<<speech "Elsa">>Do you know what a muse does?<</speech>>
You find it hard to concentrate on what she's saying.
<<speech "You" "$name">>Uhh, no.<</speech>>
<<speech "Elsa">>We inspire...<</speech>>
<<speech "You" "$name">>Inspire? How?<</speech>>
She smiles at you.
<<speech "Elsa">>By doing whatever we must.<</speech>>
She bends over, pretending to stretch her back.
<img class="middle large" src="images/elsa/day4/12.jpg">
<<speech "You" "$name">>(Fuck. What a beautiful pussy...)<</speech>>
[[Next|dreamelsawait2]]She notices a huge boner forming in your pants.
<<speech "Elsa">>Seems like someone is feeling inspired...<</speech>>
<<speech "You" "$name">>(Dick told me not to trust her, but she's so hot...)<</speech>>
<<speech "Elsa">>Now let me truly inspire you...<</speech>>
She removes her top and skirt.
<img class="middle large" src="images/elsa/day4/13.jpg">
<<speech "Elsa">>I can make you feel nice. You just need to give me some informations, nothing much.<</speech>>
<<speech "You" "$name">>Okay...(let's see what she asks first, I don't want to spoil the show)<</speech>>
<<speech "Elsa">>Wonderful! But this is not my favourite underwear for the occasion...<</speech>>
[[Next|dreamelsawait3]]She snaps her fingers and her panties change.
<img class="middle large" src="images/elsa/day4/14.jpg">
<<speech "You" "$name">>Woah, that's nice.<</speech>>
<<speech "Elsa">>I'm glad you like it. <</speech>>
She pulls her panties aside.
<<speech "Elsa">>Now, about the information...<</speech>>
<img class="middle large" src="images/elsa/day4/15.jpg">
<<speech "You" "$name">>Yeah, the information... what do you want me to say?<</speech>>
<<speech "Elsa">>Well, the Great Mother advised me to gather information through questions...<</speech>>
She looks at your bulge.
<<speech "Elsa">>...but I can think of a more fun way to get the information I need. Can I play with it?<</speech>>
<<speech "You" "$name">>With what?<</speech>>
<<speech "Elsa">>Your source of power...<</speech>>
[[Allow her|dreamelsahj]]
[[Deny her|dreamelsanohj]]<<speech "You" "$name">>(You know what? Fuck it. I won't miss this chance...)<</speech>>
You take your pants off, exposing your hard cock.
<<speech "Elsa">>It's beautiful. I must have it...<</speech>>
She gets off the chair leaning forth and starts to crawl in your direction.
You could swear that, for a second, you saw a light in her eyes.
<img class="middle large" src="images/elsa/day4/16.jpg">
<<speech "You" "$name">>(Yeah...That's kinda weird)<</speech>>
[[Wait for her|dreamelsahj1]]
[[Change your mind|dreamelsanohj]]<<speech "You" "$name">>Sorry, but I think you're too dangerous.<</speech>>
<<speech "Elsa">>What? You don't trust me?<</speech>>
<<speech "You" "$name">>Someone told me not to trust you...<</speech>>
<<speech "Elsa">>Who? Adonis?<</speech>>
<<set $adonis to true>>
<<speech "You" "$name">>Uhh, no. (Who the fuck is Adonis?)<</speech>>
<<speech "Elsa">>It doesnt matter. I came too close to not get what I want...<</speech>>
Suddenly the music starts to sound creapier. You feel the urge to look around you.
When you look at her again... She's dressed completely different.
<img class="large" src="images/elsa/day4/5.jpg">
<<speech "Elsa">>My time is short, I need to feed.<</speech>>
<<speech "You" "$name">>What???<</speech>>
She raises her right arm and a supernatural force pulls you towards her.
<img class="middle large" src="images/elsa/day4/21.jpg">
<<speech "You" "$name">>What the fuck??<</speech>>
Your feet slides on the ground and your body moves closer to her, until your chest touches her hand.
[[Try to resist|dreamelsaenergyresist]]She puts her hand on your dick.
<video src="videos/elsa/day4/start.mp4" autoplay controls></video>
As soon as she touches it you feel a weird sensation.
<<speech "Elsa">>Oh! This thing is sure powerful...<</speech>>
Looks like she felt it too.
<img class="middle large" src="images/elsa/day4/17.jpg">
[[Next|dreamelsahj2]]You go to your wardrobe to put some clothes.
~DING DONG~
~DING DONG~
<<speech "You" "$name">>I SAID I'M COMING! (I have a towel, it's not like I'm naked. Fuck it...)<</speech>>
You wrap your towel around your waist and open the door.
<<speech "You" "$name">>Look, Marie. I know it's payment day. I'll have your money by...<</speech>>
<img class="middle medium" src="images/codi/day5/0.jpg">
<<speech "You" "$name">>(Woah...)<</speech>>
<<if $metcodi is true>>
<<speech "Codi">>Hey, $name! How are you in this fiiine mornin'?<</speech>>
<img class="large" src="images/codi/day5/3.jpg">
<<speech "You" "$name">>Oh, hi Codi. I thought it was someone else. (Her boobs look amaaazing)<</speech>>
An erection starts to build.
<<speech "Codi">>So... I was at home...and things aren't fully in order yet. You know how moving to another place is complicated. I have these paintings that Summer bought at an auction in Las Vegas. Her mother lives there, you know? We go visit at least twice a year since we got married two years ago...<</speech>>
As she gives you her usual monologue you can only focus on one thing:
<img class="large" src="images/codi/day5/bouncing.gif">
Your dick gets harder and lifts the towel a little.
<<speech "Codi">>...Anyways, I need help nailing a few paintings. I'm terribly clumsy. Summer usually does the "man's work" but she's sleeping. She works so hard... I didn't wanted to wake her up. Are you busy right now? I'd hate to be incovinient...<</speech>>
<<speech "You" "$name">>Uhm, not ''right'' now, but...<</speech>>
<<speech "Codi">>Awesome! It'll be pretty fast!<</speech>>
As you know, she's pretty energetic and when she goes to grab your hand she ends up pick another thing...
<<speech "Codi">>Oh, fuck!<</speech>>
She lets go immediately.
<<speech "Codi">>I'm so sorry. I can't see very well without my glasses.<</speech>>
She's blushing really hard.
<<speech "You" "$name">>It's okay. No harm done...(Not at all...)
Let me just put on some clothes.<</speech>>
<<speech "Codi">>Okay...<</speech>>
<span class="lust">Her lust has increased by 2</span>
<<set $codi.lust += 2>>
<<else>>
<<speech "Codi">>Hi! You must be $name, right? Dee told me about you...<</speech>>
<img class="large" src="images/codi/day5/3.jpg">
<<speech "You" "$name">>Oh, hi! Yes. What's your name?<</speech>>
<<speech "Codi">>I'm Codi. I'm new in the building. I moved in two days ago. <</speech>>
<<speech "You" "$name">>Welcome! So, you met Dee already, right?<</speech>>
<<speech "Codi">>Yeah,, she's very cool. She also told me that you could help a little bit.<</speech>>
<<speech "You" "$name">>Uhmm, maybe. What do you need? (Her boobs look amaaazing)<</speech>>
An erection starts to build.
<<speech "Codi">>So... I was at home...and things aren't fully in order yet. You know how moving to another place is complicated. I have these paintings that Summer bought at an auction in Las Vegas. Oh I forgot to tell. Summer is my wife. Her mother lives there, you know? We go visit at least twice a year since we got married two years ago...<</speech>>
As she gives you a monologue you can only focus on thing:
<img class="large" src="images/codi/day5/bouncing.gif">
Your dick gets harder and lifts the towel a little.
<<speech "Codi">>...Anyways, I need help nailing a painting. I'm terribly clumsy and Summer is sleeping. She works so hard and I didn't wanted to wake her up. Are you busy right now? I'd hate to be incovinient...<</speech>>
<<speech "You" "$name">>Uhm, not ''right'' now, but...<</speech>>
<<speech "Codi">>Awesome! It'll be pretty fast!<</speech>>
Then she notices your boner.
<<speech "Codi">>Uhmm. You might want to put some clothes first, right?<</speech>>
<<speech "You" "$name">>Oh! Right... I'll be back in a bit.<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>><</if>>
You change your clothes fast enough to go nail some paintings and hope to not get too late for work.
<<speech "You" "$name">>Done.<</speech>>
<<speech "Codi">>Cool! Come with me.<</speech>>
She grabs your hand and leads you to her apartment.
[[Next|Skillsint]]You're finishing your bath after some minutes explaining to Dick what happened.
<<speech "Dick">>A muse, visiting you...and she took some of your sexual energy.<</speech>>
<<speech "You" "$name">>Yes, a very bitchy muse.<</speech>>
<<speech "Dick">>Did you noticed any details?<</speech>>
<<speech "You" "$name">>Like I said, she was dancing and was mostly calm, until she decided play with my cock.<</speech>>
<<speech "Dick">>And you just let her??<</speech>>
<<speech "You" "$name">>I'm only a man, Dick! I had the chance to get a handjob from a fucking muse! And I don't even know if that's a good thing, but it sounds incredible, okay?<</speech>>
<<speech "Dick">>Calm down, boy. Explain to me what she did to you.<</speech>>
<<speech "You" "$name">>Well, she used some powers to play with my dick. Not gonna lie, that was awesome...<</speech>>
<<speech "Dick">>Focus...<</speech>>
<<speech "You" "$name">>She made cum twice! But at the second orgasm I felt so powerful...
...and she looked weak, but happy.<</speech>>
<<speech "Dick">>Elaborate...<</speech>>
<<speech "You" "$name">>It seems like my cum fed her with energy.<</speech>>
<<speech "Dick">>I see... I have to think about it.<</speech>>
<<speech "You" "$name">>Well... I don't "see". Can you explain?<</speech>>
<<speech "Dick">>Your sperm is magical now, boy. It can have different reactions sometimes.<</speech>>
<<speech "You" "$name">>I have magical cum??? But I came a few times after the blessing and nothing happened...<</speech>>
<<speech "Dick">>That is because you had fucked no magical being yet. Only after having sex with one, your sperm may react.<</speech>>
<<speech "You" "$name">>But is it a good thing?<</speech>>
<<speech "Dick">>The outcome is unknown...It's going to be a surprise everytime...<</speech>>
This time, for example, she absorbed your power, just as you absorbed hers.
<<speech "You" "$name">>Huh. So it may be good or bad...<</speech>>
[[Next|dream4sexend3]]<<set $day to 7>><<nobr>>
<<set $period to 1>><</nobr>>
You open your eyes and see yourself laying on the hard ground with an even harder headache.
It's already morning.
<<speech "You" "$name">>Oww, that fucking bitch! But it felt good though.<</speech>>
You go to the kitchen to get a glass of water and some Aspirin.
<<speech "You" "$name">>I hope this can fix magical headaches...<</speech>>
You put one tablet in your mouth and just when you're about to drink the water...
~SHHHHHK~
<<speech "Dick">>''$name!!!!''<</speech>>
Your hand spasms, throwing water on your own face. You swallow the tablet dry.
Looks like some magical creature invaded you mind again.
<<speech "You" "$name">>~COUGH COUGH~ Fuck! You scared me! I'm all wet now...<</speech>>
<<speech "Dick">>No, ''you'' scared me. Where were you? We lost our connection for a moment. <</speech>>
<<speech "You" "$name">>~sigh~ Ok, where do I start?<</speech>>
[[Next|dream4sexend2]]<<speech "Dick">>Did she said her name?<</speech>>
<<speech "You" "$name">>She told me that I could call her Elsa, but she had another weird name.<</speech>>
<<speech "Dick">>What was it?<</speech>>
<<speech "You" "$name">>Tersipcor...<</speech>>
<<speech "Dick">>Terpsichore, the dancing muse.<</speech>>
<<speech "You" "$name">>Yes! Exactly.<</speech>>
<<speech "Dick">>Did she used any teleportation, perchance?<</speech>>
<<speech "You" "$name">>Yeah... she kept changing clothes...<</speech>>
<<speech "Dick">>That's the power Aphrodite gave her. She is dangerous.<</speech>>
<<speech "You" "$name">>Oh you don't need to tell me...<</speech>>
<<speech "Dick">>Any more details?<</speech>>
<<if $adonis is true>>
<<speech "You" "$name">>Yeah, she mentioned someone called Adonis. Do you know who that is?<</speech>>
<<speech "Dick">>Certainly...that would be me.<</speech>>
<<speech "You" "$name">>Your real name is Adonis??<</speech>>
<<speech "Dick">>You didn't really thought a mystical creature would be called Dick, right?<</speech>>
<<speech "You" "$name">>Yeah...makes sense. Now that I think...I guess I heard that name before...<</speech>>
<<speech "Dick">>That's a matter for another time. Now, go on with your day. You have plenty of things to do.<</speech>>
<<else>>
<<speech "You" "$name">>Not that I recall...<</speech>>
<<speech "Dick">>I'll work with what you gave me then. Now, go on with your day. You have plenty of things to do.<</speech>>
<</if>>
<<speech "You" "$name">>Wait, one more thing... was all this a dream?<</speech>>
[[Next|room6]]You're finishing your bath after some minutes explaining to Dick what happened.
<<speech "Dick">>A muse, visiting you...are you sure you were able to avoid her grasp?<</speech>>
<<speech "You" "$name">>Yes. It wasn't easy you know? But I fought bravely.<</speech>>
<<speech "Dick">>Haha. I applaud you, boy. <</speech>>
Did you noticed any details?
<<speech "You" "$name">>Like I said, she was dancing and was mostly calm, until she decided to absorb me, that is.<</speech>>
<<speech "Dick">>Did she said her name?<</speech>>
<<speech "You" "$name">>She told me that I could call her Elsa, but she had another weird name.<</speech>>
<<speech "Dick">>What was it?<</speech>>
<<speech "You" "$name">>Tersipcor...<</speech>>
<<speech "Dick">>Terpsichore, the dancing muse.<</speech>>
<<speech "You" "$name">>Yes! Exactly.<</speech>>
<<speech "Dick">>Did she used any teleportation, perchance?<</speech>>
<<speech "You" "$name">>Yeah... she kept changing clothes...<</speech>>
<<speech "Dick">>That's the power Aphrodite gave her. She is dangerous.<</speech>>
<<speech "You" "$name">>Oh you don't need to tell me...<</speech>>
<<speech "Dick">>Any more details?<</speech>>
<<if $adonis is true>>
<<speech "You" "$name">>Yeah, she mentioned someone called Adonis. Do you know who that is?<</speech>>
<<speech "Dick">>Certainly...that would be me.<</speech>>
<<speech "You" "$name">>Your real name is Adonis??<</speech>>
<<speech "Dick">>You didn't really thought a mystical creature would be called Dick, right?<</speech>>
<<speech "You" "$name">>Yeah...makes sense.
Now that I think...I guess I heard that name before...<</speech>>
<<speech "Dick">>That's a matter for another time. Now, go on with your day. You have plenty of things to do.<</speech>>
<<else>>
<<speech "You" "$name">>Not that I recall...<</speech>>
<<speech "Dick">>I'll work with what you gave me then. Now, go on with your day. You have plenty of things to do.<</speech>>
<</if>>
<<speech "You" "$name">>Wait, one more thing... was all this a dream?<</speech>>
[[Next|room6]]She's using a rather weird technique.
<video src="videos/elsa/day4/hj2.mp4" autoplay controls></video>
<<speech "You" "$name">>(What is thi- Ohhh that feels good)<</speech>>
[[Next|dreamelsahj4]]<<speech "Elsa">>Do you enjoy my movements?<</speech>>
<video src="videos/elsa/day4/hj3.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah, this feels good. (Even her handjob is gracious)<</speech>>
[[Next|dreamelsahj5]]She starts to play with your balls.
<video src="videos/elsa/day4/hj4.mp4" autoplay controls></video>
Her slightest touch feels way more plesurable than it would seem.
<<speech "Elsa">>Are you going to give me your hot cum?<</speech>>
<<speech "You" "$name">>Yeah...I guess I will. <</speech>>
[[Next|dreamelsahj6]]
<<speech "You" "$name">>(If her handjob is good ''this'' good, imagine her sucking skills...)<</speech>>
<video src="videos/elsa/day4/hj5.mp4" autoplay controls></video>
<<speech "You" "$name">>Can you suck on it?<</speech>>
<<speech "Elsa">>I'm sorry, but, since it's your first contact with one of us, it could be dangerous to do more than that...<</speech>>
<<speech "You" "$name">>Okay...(Dangerous? One of us? What does she mean?)<</speech>>
But I can give you a little reward...
[[Next|dreamelsahj7]]She gets up and takes off her panties, giving you a glorious view.
<video src="videos/elsa/day4/hj6.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! What a nice ass. That asshole looks so tight)<</speech>>
[[Next|dreamelsahj8]]She plays with both her pussy and your cock.
<video src="videos/elsa/day4/hj7.mp4" autoplay controls></video>
<<speech "Elsa">>I'm getting more aroused than I should... Let's end this.<</speech>>
She snaps her fingers...
~POOF~
[[Next|dreamelsahj9]]...and a bottle of oil appears in her hand.
<video src="videos/elsa/day4/hj8.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuuuck, this feels amazing!<</speech>>
[[Next|dreamelsahj10]]Her hands are warm, her saliva even warmer.
<video src="videos/elsa/day4/hj1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, what is this feeling?)<</speech>>
<<speech "Elsa">>Just relax now, $name...<</speech>>
[[Next|dreamelsahj3]]Her hands feel even warmer as she strokes your shaft and play with your balls.
<video src="videos/elsa/day4/hj9.mp4" autoplay controls></video>
<<speech "You" "$name">>(This is sure speeding up the process ahhh)<</speech>>
[[Next|dreamelsahj11]]Her pace gets faster and you feel a strong climax sensation approaching.
<video src="videos/elsa/day4/hj10.mp4" autoplay controls></video>
<<speech "You" "$name">>Ahhh I'm gonna cum!<</speech>>
[[Next|dreamelsahj12]]<<speech "Elsa">>Yeeeees! Give it all to me...<</speech>>
<video src="videos/elsa/day4/cum.mp4" autoplay controls></video>
Even though it feels good, you can sense your sexual energy being drained.
<img class="middle medium" src="images/misc/energydrain.gif">
<<speech "You" "$name">>(Fuck, that felt nice, but I'm beaten)<</speech>>
[[Next|dreamelsahj13]]
She keeps stroking your dick.
<video src="videos/elsa/day4/hj11.mp4" autoplay controls></video>
<<speech "You" "$name">>Uhhg. It's too sensitive now. I already came, you can stop.<</speech>>
<<speech "Elsa">>I said give it ALL to me...<</speech>>
<img class="middle medium" src="images/elsa/day4/18.jpg">
<<speech "You" "$name">>(Shiiiet...)<</speech>>
[[Next|dreamelsahj14]]You feel weaker... dizzy...
Your vision gets darker...
Feeling that she's not joking, you try to play your way out.
<video src="videos/elsa/day4/hj12.mp4" autoplay controls></video>
<<speech "You" "$name">>Well...time sure passes faster in the.. uhm... magical world? I better get back home...Bye!<</speech>>
Not even 5 steps away from her and you hear a finger snap.
~POOF~
You are teleported back to her.
[[Next|dreamelsahj15]]This time she holds your dick even tighter.
Your vision continues to fade.
<<speech "You" "$name">>(FUCK!)<</speech>>
<video src="videos/elsa/day4/hj13.mp4" autoplay controls></video>
It's a mixture of pain and pleasure.
This time the climax sensation comes even stronger.
<<speech "You" "$name">>Fuuuuuuck! I'm cumming again!<</speech>>
<<speech "Elsa">>Yeeeeees! More, more! I feel powerful!<</speech>>
But something strange happens...
[[Next|dreamelsahj16]]You feel power flowing through you.
<video src="videos/elsa/day4/cum2.mp4" autoplay controls></video>
<<speech "Elsa">>What is happening?<</speech>>
<img class="middle medium" src="images/player/translocationcall.gif">
~POOF~
As soon as your orgasm finishes you teleport about 5 meters (16 feet) away from her.
[[Next|dreamelsahj17]]In the distance you can see her body completely full of your jizz.
<video src="videos/elsa/day4/hjend.mp4" autoplay controls></video>
<<speech "Elsa">>So... weak... but it feels so good...<</speech>>
[[Next|dreamelsahjend]]She keeps looking at you while tasting more of your cum.
<video src="videos/elsa/day4/hjend2.mp4" autoplay controls></video>
<<speech "Elsa">>Now I really need to go. Thanks for your power. Say hello to Adonis for me...<</speech>>
<<set $adonis to true>>
She snaps her fingers one last time.
~POOF~
And vanishes...
You collapse to the ground...
<span class="translocation">''You've learned a new power: Translocation calling.''</span>
<<set $translocationcall to true>>
<span class="grey">''Your fitness has increased by 1''</span>
''You couldn't resist the muse''
<<set $powerlost += 1>>
[[Next|dream4sexend]]
<<set $player.fitness += 1>><<nobr>>
<<set $translocationcalllvl += 1>><</nobr>>You get closer to her as the force pulling you gets stronger.
<img class="middle large" src="images/elsa/day4/19.jpg">
The force is now so strong that now it would be impossible to go back.
<<speech "Elsa">>You came willingly. Good.<</speech>>
She puts her hands on your chest.
<<speech "Elsa">>Now I can take what I need.<</speech>>
Her hand gets warm.
Somehow you know, she's absorbing your energy.
<div class="general"><span class="energy">*''Energy calling available''</span></div>
[[Try to resist|dreamelsaenergyresist]]
[[Use the Energy calling (level: 1)|dreamelsaengcalld]]<<if $energycalllvl gte 1>>
<<speech "You" "$name">>You want some? I'll give you some.<</speech>>
You close your eyes and try to focus on expanding your energy.
<img class="middle medium" src="images/player/energycall.gif">
<<speech "Elsa">>What are you doing?? Stop this!<</speech>>
A light appears inside your chest and her seemingly warm hand now is way colder than your body.
A sparks forms between you and her.
<img class="middle medium" src="images/misc/explosion.gif">
Then small explosion sends both of you in separate ways.
Your back hits the wall behind you.
~THUD~
<<speech "You" "$name">>Owww!<</speech>>
You end up facing the ceiling, but promptly get back on your feet to see what happened to her.
She's still on the ground, her dancing clothes are back. She's not harmed, as it seems.
In fact, she's smiling.
<img class="middle large" src="images/elsa/day4/10.jpg">
<<speech "You" "$name">>Why are you smiling?<</speech>>
<<speech "Elsa">>Well, I inspired you to use your powers. And I always get something out of inspiration.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Elsa">>You're more powerful than you seem, $name...<</speech>>
<<speech "You" "$name">>And you're more of a bitch than you seem.<</speech>>
<<speech "Elsa">>Hahaha. Next time I'll come more prepared.<</speech>>
<<speech "You" "$name">>Next time??<</speech>>
<<speech "Elsa">>Bye...<</speech>>
<img class="middle medium" src="images/player/portal.gif">
<span class="grey">''Your fitness has increased by 1''</span>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
''You successfully resisted the muse''
[[Wake up|dream4win]]
<<set $player.fitness +=1>><<nobr>>
<<set $energycalllvl += 1>><</nobr>>
<<else>>
You focus on using your power...
<img class="middle medium" src="images/player/energycall2.gif">
But it's not enough for you to really make use of it.
Nevertheless you're able to get more experience on the use of this power.
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>>
[[Back|dreamelsagiveup2d]]<</if>><<speech "Dick">>Most probably a place in between reality and dream.<</speech>>
<<speech "You" "$name">>Ok, you lost me.<</speech>>
<<speech "Dick">>There are two planes: reality and dream. When we're training you find yourself between those two planes.<</speech>>
<<speech "You" "$name">>But why do you take me between these planes?<</speech>>
<<speech "Dick">>When you are dreaming your body doesn't suffer from what's happening in your mind, but you have no control over what happens.
So, by taking you to a place in between you are able to have control, while any damage to your body is lessened.<</speech>>
<<speech "You" "$name">>I think I get it... but can someone else take me to this place in between?<</speech>>
<<speech "Dick">>I'm not sure. But I figure that this time the muse was only able to call you because I had already took you to the "in between".
Nevertheless, be prepared. The day might come when someone will summon you.<</speech>>
<<speech "You" "$name">>I'm fucking tired of being afraid. I'll get stronger...I promise.<</speech>>
<<speech "Dick">>That's the fucking spirit, boy!<</speech>>
[[Next|CHAPTER3]]<<speech "You" "$name">>Why not? You keep hiding things from me. I feel like a puppet in your hands.<</speech>>
<<speech "Dick">>Are you kidding? If it wasn't for me you would still be living your mediocre life.<</speech>>
<<speech "You" "$name">>But at least there wasn't a FUCKING GODDESS TRYING TO KILL ME!<</speech>>
<<speech "Dick">>There is so many things you don't know...<</speech>>
<<speech "You" "$name">>Because you can't tell me shit!<</speech>>
<<speech "Dick">>Do not defy me, boy...<</speech>>
<<speech "You" "$name">>Or what? You'll let Aphrodite get me?<</speech>>
Dick gets silent for a moment.
<<speech "Dick">>That is not such a bad idea, $name.<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dick">>Why don't you try your luck without my guidance? I'll be observing...<</speech>>
<<speech "You" "$name">>Come on, Dick! I was joking...<</speech>>
<<speech "Dick">>This training is ''over''.<</speech>>
<<set $meditation to false>><<if $day is 5>><<set $day to 4>><</if>>
[[Next|Chapter2 v0.2.0 codeupdate]]<<set $day to 5>><<nobr>>
<<set $period to 1>>
<<set $CurEng to 100>>
<<set $characters to true>><</nobr>>
You suddenly wake up, well tucked in your bed.
<<speech "You" "$name">>(Woah. What happened? Dick??)<</speech>>
You hear no reponse.
<<speech "You" "$name">>DIIIIIIIIIICK!
(Good one, $name. Your neighbors must have loved hearing you screaming penis in the morning...)<</speech>>
Still nothing.
<<speech "You" "$name">>(Fuck it! I don't need you anyway...)<</speech>>
You take off your blanket and get out of bed.
<<speech "You" "$name">>(I need a sho- Wait... didn't I fell on the ground yesterday?)<</speech>>
Confused, you look around and find a note over the nightstand.
<<if $dee.love gt $dee.submission>>
<div class="general">Hey, honey.
I got up really early today and noticed that your door was open. I came in to check and saw you laying on the floor. You work so haaaaard, I love that about you. I did my best to put you in bed, respectfully, of course. You're a very heavy sleeper haha. Hope you can rest well, darling.
PS: Your body looks fitter, by the way, well done!
PS 2: Sorry about the mark.
<div class="right">From your favorite neighbor, Dee.</div></div>
<<speech "You" "$name">>(Haha, that was sweet. But what mark is she talking about?)<</speech>>
<<elseif $dee.submission gt $dee.love>>
<div class="general">Hey, $name.
I got up really early today and noticed that your door was open. I know that I shouldn't enter without your permission, I'm sorry. I came in to check and saw you laying on the floor, so I thought I could help you. Even though you don't need my help I got worried. Sorry if I disturbed your sleep. Hope you can rest well.
<div class="right">From ''your'' neighbor, Dee.</div></div>
<<elseif $dee.corruption gte 2>>
<div class="general">Hey, baby.
I got up really early today and noticed that your door was open. I rushed in to check and saw you laying on the floor (poor thing...). I picked you up as fast as I could and put you on your bed. I softened your pillow and chose your best blanket so you wouldn't catch a cold. Hope you can rest well, baby.
<div class="right">From your caring ==mo== neighbor, Dee.</div></div>
<<else>>
<div class="general">Hey, $name.
I got up really early today and noticed that your door was open. I came in to check and saw you laying on the floor, so I decided to put you in bed. You're a very heavy sleeper haha. Hope you can rest well.
<div class="right">From your friendly neighbor, Dee.</div></div><</if>>
While going to take a bath you think:
<<speech "You" "$name">>(Was I so tired that I left the door open? weird...
But see, Dick?? I have other people that care about me... and not like your twisted vision of caring)<</speech>>
[[Meditate|arche5]]
[[Take a shower|bath5]]<<if $dee.love gt $dee.submission>>
When you see yourself in the mirror you can see a lipstick mark on your cheek.
<<speech "You" "$name">>(Hmm that's kinda cute)<</speech>>
<</if>>
You open the shower and can't help but feel a little worried about how the day might go now that you're on your own.
<<speech "You" "$name">>(I think that is supposed to be a little scary. But ''fuck it'')<</speech>>
You also remember how full this day will be.
<<speech "You" "$name">>I just realized... it's pay day, there's a scene to shoot and I have to pay the rent or Marie will kill me...<</speech>>
~DING DONG~
<<speech "You" "$name">>Speaking of the devil...That must be her...<</speech>>
You turn off the shower and grab a towel.
<<speech "You" "$name">>I'm coming!<</speech>>
[[Next|room5a]]For your surprise, when you enter the apartment it is much bigger than you thought.
<<set $metcodi to true>>
<<speech "You" "$name">>Woah! This is a nice apartment.<</speech>>
<<speech "Codi">>Right?? Summer works as a real estate seller, so she was able to close an amazing deal for this place.<</speech>>
<<speech "You" "$name">>That's cool...<</speech>>
You look around and see a lot of paintings on the ground.
<<speech "You" "$name">>So... Summer is sleeping, right?<</speech>>
<<speech "Codi">>Yeah, she's in our room upstairs.<</speech>>
She grabs a tool box and puts near your feet.
<<speech "Codi">>Here's everything you need to nail those paintings. I'm terrible with these...<</speech>>
<<speech "You" "$name">>(This is going to take a least 30 min. I don't know if I have that time...)<</speech>>
[[Excuse yourself and go to work|day5codinohelp]]
[[Work as fast as you can (-10 energy)|helpcodi5a]]
[[Check on Summer|checksummer5]]<<speech "You" "$name">>Codi...I'm sorry, but this is more than I expected. I can't be late for work today.<</speech>>
She seems kinda sad.
<<speech "Codi">>That's okay, $name. I'm not gonna lie, it's a lot of work. But I was hoping that we could chat a little too. Summer has been working a lot lately...<</speech>>
<img class="large" src="images/codi/day5/4.jpg">
<<speech "Codi">>But hey, I don't want to hold you any longer. Thanks for coming anyway.<</speech>>
<<speech "You" "$name">>Why don't you give me your number? We can chat when I'm free.<</speech>>
She seems excited.
<<speech "Codi">>Great idea!<</speech>>
You both exchange number and you go on with your day.
<<speech "You" "$name">>Bye, Codi. See you later...<</speech>>
<img class="large" src="images/codi/day5/5.jpg">
<<speech "Codi">>Bye!<</speech>>
''You got her number!''
<<set $codi.number to true>><<nobr>>
<<set $summer.number to true>><</nobr>>
[[Go to work|lobby5]]<<speech "You" "$name">>Alright, I think I can do this fast. Which one do you want first?<</speech>>
<<speech "Codi">>Ohh that one! You can put it on that wall over there, please.<</speech>>
You grab a hammer and starts to calculate were the nail will go.
<<speech "You" "$name">>I think here is fine.<</speech>>
~THUD THUD THUD~
Although you were always lazy, being alone for years has made you a fine handyman.
She seems impressed.
<img class="large" src="images/codi/day5/5.jpg">
<<speech "Codi">>You're very good at this!<</speech>>
<<speech "You" "$name">>Oh, please. (Yeah, I'm awesome)<</speech>>
<<speech "Codi">>Can you do that one next? That place looks fitting.<</speech>>
<<speech "You" "$name">>Okay.<</speech>>
You go to pick another painting and repeat the process, when you realize she's watching every move you make.
[[Say something about the painting|hcodi5smart]]
[[Mock her|hcodi5mock]]
<<set $CurEng -= 10>>
[[Castisize her|hcodi5punish]]You wait for a distraction and silently go to the stairs to check on Summer.
<<if $metsummer is true>>
<<speech "You" "$name">>(Let's see how that bitch is going...)<</speech>>
<<else>>
<<speech "You" "$name">>(Let's see what her wife looks like...)<</speech>>
<</if>>
You look through some open doors until you see a closed one...
<<speech "You" "$name">>(That must be their room...)<</speech>>
Carefully, you open the door a little.
<img class="middle medium" src="images/summer/day5/2.jpg">
<<speech "You" "$name">>(Hmmm, she looks kinda hot...)<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the Lust calling (10 energy / 1 arche point)|summer5lust]]
<<if $codi.number is false>>
[[Go back to the paitings|helpcodi5a]]
<<else>>
[[Go back to the paitings|helpcodi5b]]<</if>>When you get to the lobby you start to hear a very loud conversation.
<<speech "Misty" "???">>You better shut your goddamn mouth before I beat yo' ass.<</speech>>
<img class="middle medium" src="images/misty/day5/1.jpg">
Seems like a woman is scolding her daughter.
<<speech "Cecilia" "???">>Come ''on'', mom! Why did you had to move in with me?<</speech>>
<img class="large" src="images/cecilia/day5/1.jpg">
<<speech "You" "$name">>(They are pretty intense...But the daughter is very cute...)<</speech>>
You make your way to the reception and see that Steve still haven't come back.
<<speech "You" "$name">>(How long is this vacation gonna take? He still didn't paid me for the weed I gave him.
Damn... I sound like a dealer...)<</speech>>
[[Next|Steveint]]<<speech "You" "$name">>You can take a picture. It lasts longer haha.<</speech>>
She blushes.
<img class="large" src="images/codi/day5/1.jpg">
<<speech "Codi">>HA HA, very funny! It's just... you looked so manly...
Not that I'm attracted to this...
I should just shut my mouth and let you work.<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
[[Next|helpcodi5b]]You look at the painting you're holding and remember something about a documentary you watched.
<<speech "You" "$name">>Is this painting surrealist?<</speech>>
She looks surprised.
<img class="large" src="images/codi/day5/6.jpg">
<<speech "Codi">>Yeah! I didn't know you dig art...<</speech>>
<<speech "You" "$name">>A little bit. I like to draw sometimes. What about you?<</speech>>
<<speech "Codi">>I like it too! I actually painted some of these.<</speech>>
<span class="blue">''Your intelligence has increased by 1''</span>
<<set $player.intelligence += 1>>
<span class="love">Her love has increased by 1</span>
<<set $codi.love += 1>>
[[Next|helpcodi5b]]<<speech "You" "$name">>Your mother never teach you not to stare?<</speech>>
She blushes...
<img class="large" src="images/codi/day5/4.jpg">
<<speech "Codi">>Oh! I'm sorry! It's just... you looked so manly...
Not that I'm attracted to this...
I should just shut my mouth and let you work.<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $codi.submission += 1>>
[[Next|helpcodi5b]]<<speech "Codi">>Hey... Why don't you give me your number? I could sure use your skills sometimes.<</speech>>
<<speech "You" "$name">>Yeah, why not.<</speech>>
<<set $codi.number to true>>
''You got her number.''
<<speech "Codi">>You know what? I need to exercise a little bit. You keep working, I need to change these clothes.<</speech>>
She goes to the bathroom.
[[Keep working|helpcodi5c]]
[[Go check on her|checkcodi5]]
[[Go check on Summer|checksummer5]]
<<set $codi.mess1 to true>><<nobr>>
<<set $summer.mess1 to true>>
<<set $summer.number to true>>
<<set $summer.mess to true>>
<<set $codi.mess to true>><</nobr>>You keep setting nails on the walls...
<<speech "You" "$name">>(Almost done now...)<</speech>>
Then Codi comes back wearing sports clothes.
<<speech "Codi">>Hey, I hope you don't mind if I workout a little bit.<</speech>>
<<speech "You" "$name">>Sure, go ahead...<</speech>>
[[Next|helpcodi5d]]<<speech "You" "$name">>Hmmm maybe I could go check on her...<</speech>>
You put the tools away and follow her.
<video src="videos/codi/day5/1.mp4" autoplay controls></video>
[[Next|checkcodi5a]]Through the little opening in the door you can see her curvy body.
<<speech "You" "$name">>(There she is...)<</speech>>
<video src="videos/codi/day5/2.mp4" autoplay controls></video>
[[Open the door a little more|checkcodi5b]]
[[Go back to nailing the paitings|helpcodi5c]]She's taking off her top.
<video src="videos/codi/day5/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(I can't see her very well)<</speech>>
[[Open the door a little more|checkcodi5c]]
[[Go back to nailing the paitings|helpcodi5c]]<video src="videos/codi/day5/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(That's better. But dangerous...)<</speech>>
[[Keep watching|checkcodi5d]]
[[Go back to nailing the paitings|codi5sneak]]<video src="videos/codi/day5/5.mp4" autoplay controls></video>
[[Keep watching|checkcodi5e]]
[[Go back to nailing the paitings|codi5sneak]]<video src="videos/codi/day5/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's kinda chubby, but I like it...)<</speech>>
[[Keep watching|checkcodi5f]]
[[Go back to nailing the paitings|codi5sneak]]<video src="videos/codi/day5/7.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, she's completely naked)<</speech>>
[[Keep watching|checkcodi5g]]
[[Go back to nailing the paitings|codi5sneak]]<video src="videos/codi/day5/8.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! She's playing with her boobs)<</speech>>
[[Keep watching|checkcodi5h]]
[[Go back to nailing the paitings|codi5sneak]]She notices you're checking on her.
<video src="videos/codi/day5/9.mp4" autoplay controls></video>
<<speech "You" "$name">>(FUCK!)<</speech>>
She says from the bathroom:
<<speech "Codi">>Please, just... go away, I need to be alone right now...<</speech>>
<<speech "You" "$name">>(Well... at least I saw her tits...)<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
[[Go to work|lobby5]]You succesfully sneaked up on her.
''New skill learned: Sneaking''
<img class="middle normal" src="images/player/sneaking.jpg">
''Your sneaking skill level has increased by 1''
<<set $sneaking to true>><<nobr>>
<<set $sneakinglvl += 1>><</nobr>>
[[Go back to nailing the paitings|helpcodi5c]]<span class="bigger">Skill system introduction</span>
<div class="general"> *Skills are improved by doing certain actions.
*Each skill may help you in certain situations, were just your normal stats or even powers wouldn't work alone.
*It's not necessary to learn any skill to progress in the story. But certain events may only happen with sufficient level on a determined skill.
*For example: the sneaking skill helps you to do things without being seen or heard.
*They can be tracked when the Skills button appears at the left menu.
<<set $skillslist to true>>
<img class="small" src="images/misc/leftsign.jpg">
[[Next|helpcodi5]]</div><<speech "You" "$name">>Should I smoke to relax more?<</speech>>
[[Use weed|weedarche5]]
[[Don't use it|noweedarche5]]<<if $weed gte 1>>
<<set $player.arche to 3>><<nobr>>
<<set $meditation to true>>
<<set $weed -= 1>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 3 arche points"
"You used one joint"
[[Take a shower|bath5]]
<<else>>
You don't have any weed.
[[Back|arche5]]
<</if>><<set $player.arche to 2>><<nobr>>
<<set $meditation to true>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 2 arche points"
[[Take a shower|bath5]]<video src="videos/codi/day5/10.mp4" autoplay controls></video>
<<speech "Codi">>So, how's life treating ya?<</speech>>
<<speech "You" "$name">>Uhmm, pretty well...(Those things are gigantic)<</speech>>
<<speech "Codi">>Where do you work?<</speech>>
<<speech "You" "$name">>I work at the market...<</speech>>
<<speech "Codi">>Oh, I'll pay you a visit someday...<</speech>>
[[Next|helpcodi5e]]~THUD THUD THUD~
<video src="videos/codi/day5/11.mp4" autoplay controls></video>
<<speech "Codi">>Do you like your job?<</speech>>
<<speech "You" "$name">>Not that much. But it pays my bills...<</speech>>
[[Next|helpcodi5f]]<video src="videos/codi/day5/12.mp4" autoplay controls></video>
<<speech "Codi">>Alright, enough stretching...<</speech>>
[[Next|helpcodi5g]]Her enormous breasts start to bounce heavily.
<video src="videos/codi/day5/13.mp4" autoplay controls></video>
<<speech "You" "$name">>(Woah....)<</speech>>
[[Next|helpcodi5h]]<video src="videos/codi/day5/14.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, if I don't finish this now, I'll definitely be late...)<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the Lust calling (10 energy / 1 arche point)|helpcodi5lust]]
[[Just finish the job|helpcodifinish]]<<if $player.arche gte 1>>
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "You" "$name">>(It's the first time I use my powers without Dick's presence. I hope it goes well...)<</speech>>
You concentrate on her body, making her sweat more and more.
<<speech "Codi">>Wow, this training sure works!<</speech>>
<video src="videos/codi/day5/15.mp4" autoplay controls></video>
<<speech "You" "$name">>Are you feeling well?<</speech>>
<<speech "Codi">>Yeah, just feeling reaaally hot.<</speech>>
[[Next|helpcodi5lust1]]<<nobr>>
<<set $CurEng -= 10>>
<<set $player.arche -= 1>><</nobr>>
<<else>>
You don't have enough arche points to use this calling.
[[Back|helpcodi5h]]<</if>>~THUD THUD THUD~
<<speech "Codi">>Wow, you work really fast!<</speech>>
<<speech "You" "$name">>Yeah, I know my way around a hammer...<</speech>>
~THUD THUD THUD~
<<speech "Summer">>What the hell is all this noise??<</speech>>
<img class="middle medium" src="images/summer/day5/1.jpg">
Looks like you woke Summer up...
<<speech "Codi">>Oh! Sorry, honey! $name is helping me with the paitings.<</speech>>
<<speech "Summer">>I said I would put them up myself, Codi.<</speech>>
<<speech "Codi">>I thought I was helping you. I didn't wanted to wake you up.<</speech>>
<<speech "Summer">>Well, it didn't work, did it?<</speech>>
<<speech "Codi">>No...<</speech>>
<<speech "You" "$name">>So....I'm done. (She is such a bitch, man...)<</speech>>
<<speech "Codi">>Thanks, $name.<</speech>>
<<speech "You" "$name">>I should go (If I run I can still be on time)<</speech>>
<<speech "Summer">>Yeah, you should go.<</speech>>
''Your handyman skill incrased by 1''
<<set $handymanlvl += 1>>
[[Next|helpcodifinish2]]You leave their place. But as you're walking away Codi calls you.
<<speech "Codi">>$name! Wait!<</speech>>
<<speech "You" "$name">>Ok, what is it?<</speech>>
<<speech "Codi">>This is for your help, don't worry about Summer. You helped a lot.<</speech>>
''She gives you 50$''
<<set $player.money += 50>>
<<speech "Codi">>And don't you try to refuse. It's yours, you deserve it.<</speech>>
<<speech "You" "$name">>Okay then. Bye, Codi, see you later...<</speech>>
<<speech "Codi">>Bye!<</speech>>
She goes back to her apartment and closes the door, but right after you hear:
<<speech "Summer">>Get to the room. Your punishment awaits.<</speech>>
You go on your way.
[[Go to work|lobby5]]<<speech "Codi">>I don't think I need all these clothes...<</speech>>
<video src="videos/codi/day5/16.mp4" autoplay controls></video>
<<speech "Codi">>Ops...<</speech>>
By the way your power is working you can figure that her shyness has decreased a lot.
[[Next|helpcodi5lust2]]<<speech "You" "$name">>(Damn!! Those things are gonna pop out!)<</speech>>
<video src="videos/codi/day5/17.mp4" autoplay controls></video>
<<speech "Codi">>Ahmmm...<</speech>>
<<speech "You" "$name">>(Is she..moaning?)<</speech>>
[[Next|helpcodi5lust3]]<<speech "You" "$name">>Isn't this top too small for you?<</speech>>
<<speech "Codi">>You're right...<</speech>>
<video src="videos/codi/day5/topoff.mp4" autoplay controls></video>
<<speech "You" "$name">>(Am I dreaming?)<</speech>>
[[Next|helpcodi5lust4]]<<speech "Codi">>You don't mind if I workout like this right?<</speech>>
<<speech "You" "$name">>Not. At. All. <</speech>>
<video src="videos/codi/day5/18.mp4" autoplay controls></video>
<<speech "You" "$name">>(This is working way better than I thought)<</speech>>
[[Next|helpcodi5lust5]]<<speech "Codi">>Fuck! It's still too hot...<</speech>>
<<speech "You" "$name">>Drink some more water then?<</speech>>
<video src="videos/codi/day5/19.mp4" autoplay controls></video>
<<speech "Codi">>Hmm, this isn't working...<</speech>>
[[Next|helpcodi5lust6]]<<speech "Codi">>My ass feels too hot...<</speech>>
<video src="videos/codi/day5/20.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! She really don't give a damn about me being here)<</speech>>
[[Next|helpcodi5lust7]]<<speech "You" "$name">>(Wow, her tits are so good that I haven't paid attention to her ass)<</speech>>
<video src="videos/codi/day5/21.mp4" autoplay controls></video>
[[Next|helpcodi5lust8]]At this point you're just pretending to hammer the wall while thirsting over her round ass.
<video src="videos/codi/day5/22.mp4" autoplay controls></video>
[[Next|helpcodi5lust9]]Now she's working her abs.
<video src="videos/codi/day5/23.mp4" autoplay controls></video>
You're staring very hard.
[[Next|helpcodi5lust10]]She looks at your raging boner.
<video src="videos/codi/day5/24.mp4" autoplay controls></video>
<<speech "Codi">>You must really like to watch me training huh?<</speech>>
[[Next|helpcodi5lust11]]<<speech "You" "$name">>I like it ''very'' much. But why not a full naked training?<</speech>>
It doesn't take much convincing...
<<speech "Codi">>Okay!<</speech>>
<video src="videos/codi/day5/25.mp4" autoplay controls></video>
<<speech "You" "$name">>(Look at this sweaty pussy...)<</speech>>
[[Next|helpcodi5lust12]]She lays in the bround and streches her leg.
<video src="videos/codi/day5/26.mp4" autoplay controls></video>
<<speech "You" "$name">>You have an amazing body.<</speech>>
<<speech "Codi">>Thank you misterrr...<</speech>>
Then you hear footsteps coming from the stairs...
<<speech "Summer">>Codi! Where are you??<</speech>>
[[Next|helpcodi5lust13]]<img class="middle medium" src="images/player/lustcall.gif">
She jumps from the ground and pushes you.
<<speech "Codi">>Fuck! What am I doing? It's Summer! She's going to kill us both if she sees you here. Leave! We'll talk later!<</speech>>
<<speech "You" "$name">>Fuck! Okay!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $codi.lust += 2>>
[[Go to work|lobby5]]
<<set $lateforwork to true>><<if $player.arche gte 1>>
<img class="middle medium" src="images/player/lustcall.gif">
<<set $CurEng -= 10>><<nobr>>
<<set $player.arche -= 1>>
<<set $metsummer to true>><</nobr>>
<<speech "You" "$name">>(It's the first time I use my powers without Dick's presence. I hope it goes well...)<</speech>>
You concentrate on her body, not knowing exactly the possible effects.
<video src="videos/summer/day5/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Huh, she's moving a lot...)<</speech>>
[[Next|summer5lust1]]
<<else>>
You don't have enough arche points to use this calling.
[[Back|checksummer5]]<</if>>Your power makes her feel excited...
<video src="videos/summer/day5/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(Is she... feeling her tits?)<</speech>>
[[Next|summer5lust2]]<<speech "You" "$name">>(She's moaning... that's hot...)<</speech>>
<video src="videos/summer/day5/3.mp4" autoplay controls></video>
[[Next|summer5lust3]]<<speech "You" "$name">>(Her tits are showing! Her nipples are so pink...)<</speech>>
<video src="videos/summer/day5/4.mp4" autoplay controls></video>
She starts masturbating.
[[Next|summer5lust4]]You concentrate even more, making her touch herself harder.
<video src="videos/summer/day5/5.mp4" autoplay controls></video>
Then she starts to mumble in her sleep:
<<speech "Summer">>Yeah! Give me that big cock.<</speech>>
<<speech "You" "$name">>(What? Isn't she a lesbian?)<</speech>>
[[Next|summer5lust5]]She wakes up and you close the door a little.
<video src="videos/summer/day5/6.mp4" autoplay controls></video>
She looks disappointed...
[[Next|summer5lust6]]<video src="videos/summer/day5/7.mp4" autoplay controls></video>
<<speech "You" "$name">>(Yeah, I can see that...)<</speech>>
[[Keep watching|summer5lust7]]She kneels and starts humping a pillow.
<video src="videos/summer/day5/8.mp4" autoplay controls></video>
[[Next|summer5lust8]]She picks up her phone and make a call.
<video src="videos/summer/day5/9.mp4" autoplay controls></video>
<<speech "Summer">>Hey, baby... I've been missing your ass...When you're gonna visit?<</speech>>
<<speech "You" "$name">>(Wow, she's cheating on Codi...)<</speech>>
<<set $summercheating to true>>
[[Next|summer5lust9]]She hears you...
<<speech "Summer">>Codi?<</speech>>
<<speech "You" "$name">>(FUCK! I need to go!)<</speech>>
You start to slowly walk away to the stairs, trying not to make anymore noise.
But someone's behind you...
<<speech "Summer">>Where the fuck do you think you're going?<</speech>>
<img class="middle medium" src="images/summer/day5/3.jpg">
[[Next|summer5lust10]]<<speech "You" "$name">>(WTF? She forgot to cover her tits?) Look, I don't want any trouble.<</speech>>
She smiles menacingly at you.
<<speech "Summer">>Oh, neither do I...<</speech>>
She looks at a photo of Codi on the wall.
<img class="middle medium" src="images/summer/day5/4.jpg">
<<speech "Summer">>And that's why you'll keep your fucking mouth shut about whatever you may have heard...<</speech>>
[[Agree with her|summer5agree]]
[[Confront her|summer5deny]]
<<set $summer.number to true>><<nobr>>
<<set $summer.mess2 to true>>
<<set $summer.mess to true>><</nobr>>You decide to play smart.
<<speech "You" "$name">>Yeah, I think is best if ''we both'' pretend nothing happened...<</speech>>
She looks calmer.
<<speech "Summer">>Wonderful. Now I think you should go...<</speech>>
You go down the stairs and leave her alone.
<<speech "Codi">>Hey, $name. Where were you? Not snooping around, right?<</speech>>
<<speech "You" "$name">>Of course not, ha ha.<</speech>>
You go to the door.
<<speech "Codi">>Hey, are you leaving already?<</speech>>
<<speech "You" "$name">>Yeah. Sorry. I can't be late for work...<</speech>>
<<speech "Codi">>That's okay, $name. I'm not gonna lie, it's a lot of work. But I was hoping that we could chat a little too. Summer has been working a lot lately...<</speech>>
<img class="large" src="images/codi/day5/4.jpg">
<<speech "Codi">>But hey, I don't want to hold any longer. Thanks for coming anyway.<</speech>>
<<speech "You" "$name">>Why don't you give me your number? We can chat when I'm free.<</speech>>
She seems excited.
<<speech "Codi">>Great idea!<</speech>>
You both exchange number and you go on with your day.
<<speech "You" "$name">>Bye, Codi. See you later...<</speech>>
<img class="large" src="images/codi/day5/5.jpg">
<<speech "Codi">>Bye!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="blue">''Your intelligence has increased by 1''</span>
<<set $player.intelligence += 1>>
''You got her number.''
<<set $codi.number to true>>
[[Go to work|lobby5]]<<speech "You" "$name">>I do as I please...<</speech>>
<<speech "Summer">>You should do as I say...<</speech>>
She comes closer and put her hand on a cabinet.
<img class="large" src="images/summer/day5/5.jpg">
<<speech "Summer">>I wouldn't want to use my tools with you...<</speech>>
<<speech "You" "$name">>(Tools?) I don't think you should defy me...<</speech>>
She's not happy. You definitely caused a reaction on her.
You hear from the first floor:
<<speech "Codi">>$name?? Where are you?<</speech>>
<<speech "Summer">>You should leave.<</speech>>
She walks back to her room.
You go down the stairs and leave her alone.
<<speech "Codi">>Hey, $name. Where were you? Not snooping around, right?<</speech>>
<<speech "You" "$name">>Of course not, ha ha.<</speech>>
You go to the door.
<<speech "Codi">>Hey, Are you leaving already?<</speech>>
<<speech "You" "$name">>Yeah. Sorry. I can't be late for work...<</speech>>
<<speech "Codi">>That's okay, $name. I'm not gonna lie, it's a lot of work. But I was hoping that we could chat a little too. Summer has been working a lot lately...<</speech>>
<img class="large" src="images/codi/day5/4.jpg">
<<speech "Codi">>But hey, I don't want to hold any longer. Thanks for coming anyway.<</speech>>
<<speech "You" "$name">>Why don't you give me your number? We can chat when I'm free.<</speech>>
She seems excited.
<<speech "Codi">>Great idea!<</speech>>
You both exchange number and you go on with your day.
<<speech "You" "$name">>Bye, Codi. See you later...<</speech>>
<img class="large" src="images/codi/day5/5.jpg">
<<speech "Codi">>Bye!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Summer's submission has increased by 1</span>
<<set $summer.submission += 1>>
''You got Codi's number.''
<<set $codi.number to true>>
[[Go to work|lobby5]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
''KNOWN SKILLS''
(click on image for more details)
<span class="bigger">Handyman</span><<nobr>>
<</nobr>><a data-passage="Handymanstats" class="link-internal link-image">
<img class="small" src="images/player/handyman.jpg">
</a>
<<if $sneaking is true>>
<span class="bigger">Sneaking</span><<nobr>>
<</nobr>><a data-passage="Sneakstats" class="link-internal link-image">
<img class="small" src="images/player/sneaking.jpg">
</a><</if>>
<<if $hacking is true>>
<span class="bigger">Hacking</span><<nobr>>
<</nobr>><a data-passage="Hackingstats" class="link-internal link-image">
<img class="small" src="images/player/hacking.jpg">
</a><</if>>
<<if $fightinglvl gte 25>>
<span class="bigger">Fighting</span><<nobr>>
<</nobr>><a data-passage="Fightingstats" class="link-internal link-image">
<img class="small" src="images/player/fighting.jpg">
</a><</if>>
<<if $massagelvl gte 25>>
<span class="bigger">Massage</span><<nobr>>
<</nobr>><a data-passage="Massagestats" class="link-internal link-image">
<img class="small" src="images/player/massage.jpg">
</a><</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
By sneaking you can access areas without being detected and do things silently. It may also be useful for saving arche points.
Your current experience is $sneakinglvl/100 (Level: $sneakinglevel)<<button "Back">><<script>>Engine.backward();<</script>><</button>>
Your handyman skill lets you help others. Maybe you can even get some money out of it.
Your current experience is $handymanlvl/100 (Level: $handymanlevel)<<button "Back">><<goto "Phoneredirect">><</button>>
<<if $day lt 9>>
<<nobr>><a data-passage="Contacts" class="link-internal link-image">
<img class="contacts" src="images/misc/contacts.jpg">
</a>
<a data-passage="Newmessages" class="link-internal link-image">
<img class="contacts" src="images/misc/newmessage.jpg">
</a><</nobr>>
<<else>>
<<nobr>><a data-passage="Contacts" class="link-internal link-image">
<img class="contacts" src="images/misc/contacts.jpg">
</a>
<a data-passage="Newmessages2" class="link-internal link-image">
<img class="contacts" src="images/misc/newmessage.jpg">
</a><</nobr>><</if>><<button "Back">><<goto "Phone">><</button>>
<<button "People from your building">><<goto "People from your building phone">><</button>>
<<button "People from your work">><<goto "People from your work phone">><</button>>
<<button "People from life in general">><<goto "People from life in general phone">><</button>>
<<if $day lt 12>>
<<button "Girls you shot with">><<goto "Girls you shot with phone">><</button>>
<<if $metleana is true>>
<<button "Shoplifters">><<goto "Shoplifters phone">><</button>><</if>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>>
<<if $dee.mess is true>>
<a data-passage="Deemessages" class="link-internal link-image">
<img class="contacts" src="images/dee/face.jpg">
</a><</if>>
<<if $mandy.mess is true>>
<a data-passage="Mandymessages" class="link-internal link-image">
<img class="contacts" src="images/mandy/face.jpg">
</a><</if>>
<<if $kendra.mess is true>>
<a data-passage="Kendramessages" class="link-internal link-image">
<img class="contacts" src="images/kendra/face.jpg">
</a><</if>>
<<if $dani.mess is true>>
<a data-passage="Danimessages" class="link-internal link-image">
<img class="contacts" src="images/dani/face.jpg">
</a><</if>>
<<if $codi.mess is true>>
<a data-passage="Codimessages" class="link-internal link-image">
<img class="contacts" src="images/codi/face.jpg">
</a><</if>>
<<if $summer.mess is true>>
<a data-passage="Summermessages" class="link-internal link-image">
<img class="contacts" src="images/summer/face.jpg">
</a><</if>>
<<if $cecilia.mess is true>>
<a data-passage="Ceciliamessages" class="link-internal link-image">
<img class="contacts" src="images/cecilia/face.jpg">
</a><</if>>
<<if $marie.mess is true>>
<a data-passage="Mariemessages" class="link-internal link-image">
<img class="contacts" src="images/marie/face.jpg">
</a><</if>>
<<if $steve.mess is true>>
<a data-passage="Stevemessages" class="link-internal link-image">
<img class="contacts" src="images/steve/face.jpg">
</a><</if>>
<<if $kyamess is true and $kyabonus is true>>
<a data-passage="Kyacontact" class="link-internal link-image">
<img class="contacts" src="images/kya/face.jpg">
</a><</if>>
<<if $larry.mess is true>>
<a data-passage="Larrymessages" class="link-internal link-image">
<img class="contacts" src="images/larry/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Deestats" class="link-internal link-image">
<img class="contacts" src="images/dee/face.jpg">
</a>
<a data-passage="Mandystats" class="link-internal link-image">
<img class="contacts" src="images/mandy/face.jpg">
</a>
<<if $metcodi is true>>
<a data-passage="Codistats" class="link-internal link-image">
<img class="contacts" src="images/codi/face.jpg">
</a><</if>>
<<if $metsummer is true>>
<a data-passage="Summerstats" class="link-internal link-image">
<img class="contacts" src="images/summer/face.jpg">
</a><</if>>
<<if $metmarie is true>>
<a data-passage="Mariestats" class="link-internal link-image">
<img class="contacts" src="images/marie/face.jpg">
</a><</if>>
<<if $steve.met is true>>
<a data-passage="Stevestats" class="link-internal link-image">
<img class="contacts" src="images/steve/face.jpg">
</a><</if>>
<<if $cecilia.met is true>>
<a data-passage="Ceciliastats" class="link-internal link-image">
<img class="contacts" src="images/cecilia/face.jpg">
</a><</if>>
<<if $misty.met is true>>
<a data-passage="Mistystats" class="link-internal link-image">
<img class="contacts" src="images/misty/face.jpg">
</a><</if>>
<<if $elena.met is true>>
<a data-passage="Elenastats" class="link-internal link-image">
<img class="contacts" src="images/elena/face.jpg">
</a><</if>>
<<if $kelly.met is true>>
<a data-passage="Kellystats" class="link-internal link-image">
<img class="contacts" src="images/kelly/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Kendrastats" class="link-internal link-image">
<img class="contacts" src="images/kendra/face.jpg">
</a>
<<if $metfrank is true>>
<a data-passage="Frankstats" class="link-internal link-image">
<img class="contacts" src="images/frank/face.jpg">
</a><</if>>
<<if $metmercedes is true>>
<a data-passage="Mercedesstats" class="link-internal link-image">
<img class="contacts" src="images/mercedes/face.jpg">
</a><</if>>
<<if $metlarry is true>>
<a data-passage="Larrystats" class="link-internal link-image">
<img class="contacts" src="images/larry/face.jpg">
</a><</if>>
<<if $mettyler is true>>
<a data-passage="Tylerstats" class="link-internal link-image">
<img class="contacts" src="images/tyler/face.jpg">
</a><</if>>
<<if $metdani is true>>
<a data-passage="Danistats" class="link-internal link-image">
<img class="contacts" src="images/dani/face.jpg">
</a><</if>>
<<if $james.met is true>>
<a data-passage="Jamesstats" class="link-internal link-image">
<img class="contacts" src="images/james/face.jpg">
</a><</if>>
<<if $eliza.met is true>>
<a data-passage="Elizastats" class="link-internal link-image">
<img class="contacts" src="images/eliza/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $metnaomi is true>>
<a data-passage="Naomistats" class="link-internal link-image">
<img class="contacts" src="images/naomi/face.jpg">
</a><</if>>
<<if $matt.met is true>>
<a data-passage="Mattstats" class="link-internal link-image">
<img class="contacts" src="images/matt/face.jpg">
</a><</if>>
<<if $buck.met is true>>
<a data-passage="Buckstats" class="link-internal link-image">
<img class="contacts" src="images/buck/face.jpg">
</a><</if>>
<<if $jack.met is true>>
<a data-passage="Jackstats" class="link-internal link-image">
<img class="contacts" src="images/jack/face.jpg">
</a><</if>>
<<if $hana.met is true>>
<a data-passage="Hanastats" class="link-internal link-image">
<img class="contacts" src="images/hana/face.jpg">
</a><</if>>
<<if $vina.met is true>>
<a data-passage="Vinastats" class="link-internal link-image">
<img class="contacts" src="images/vina/face.jpg">
</a><</if>>
<<if $lauren.met is true>>
<a data-passage="Laurenstats" class="link-internal link-image">
<img class="contacts" src="images/lauren/face.jpg">
</a><</if>>
<<if $riley.met is true>>
<a data-passage="Rileystats" class="link-internal link-image">
<img class="contacts" src="images/riley/face.jpg">
</a><</if>>
<<if $chanell.met is true>>
<a data-passage="Chanellstats" class="link-internal link-image">
<img class="contacts" src="images/chanell/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Deecontact" class="link-internal link-image">
<img class="contacts" src="images/dee/face.jpg">
</a>
<a data-passage="Mandycontact" class="link-internal link-image">
<img class="contacts" src="images/mandy/face.jpg">
</a>
<<if $codi.number is true>>
<a data-passage="Codicontact" class="link-internal link-image">
<img class="contacts" src="images/codi/face.jpg">
</a><</if>>
<<if $summer.number is true>>
<a data-passage="Summercontact" class="link-internal link-image">
<img class="contacts" src="images/summer/face.jpg">
</a><</if>>
<<if $metmarie is true>>
<a data-passage="Mariecontact" class="link-internal link-image">
<img class="contacts" src="images/marie/face.jpg">
</a><</if>>
<<if $cecilia.number is true>>
<a data-passage="Ceciliacontact" class="link-internal link-image">
<img class="contacts" src="images/cecilia/face.jpg">
</a><</if>>
<<if $steve.met is true>>
<a data-passage="Stevecontact" class="link-internal link-image">
<img class="contacts" src="images/steve/face.jpg">
</a><</if>>
<<if $eliza.number is true>>
<a data-passage="Elizacontact" class="link-internal link-image">
<img class="contacts" src="images/eliza/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/dee/face.jpg">
<a data-passage="Deemessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Deegallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Kendracontact" class="link-internal link-image">
<img class="contacts" src="images/kendra/face.jpg">
</a>
<a data-passage="Frankcontact" class="link-internal link-image">
<img class="contacts" src="images/frank/face.jpg">
</a>
<<if $mercedes.number is true>>
<a data-passage="Mercedescontact" class="link-internal link-image">
<img class="contacts" src="images/mercedes/face.jpg">
</a><</if>>
<<if $metlarry is true>>
<a data-passage="Larrycontact" class="link-internal link-image">
<img class="contacts" src="images/larry/face.jpg">
</a><</if>>
<<if $mettyler is true>>
<a data-passage="Tylercontact" class="link-internal link-image">
<img class="contacts" src="images/tyler/face.jpg">
</a><</if>>
<<if $dani.number is true>>
<a data-passage="Danicontact" class="link-internal link-image">
<img class="contacts" src="images/dani/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<goto "Deecontact">><</button>>
*Profile picture:
<img class="contacts" src="images/dee/face.jpg">
<<if $deepic1 is true>>*Day 12 (after fuck)
<img class="middle medium" src="images/release 4.02/dee/day12/1.jpg">
<</if>><<set $skillslist to false>>
<<set $handymanlvl to 5>>
<<set $sneaking to false>>
<<set $sneakinglvl to 0>>
<<set $strangebonus to 0>>
<<set $lateforwork to false>>
<<set $hacking to false>>
<<set $hackinglvl to 0>>
<<set $mercedesrecord to false>>
<<set $sexsimple to false>>
<<set $smallfreetime to false>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $sfaction4 to false>>
<<set $sfaction5 to false>>
<<set $sfaction6 to false>>
<<set $sfaction7 to false>>
<<set $matt = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $steve = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $buck = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $jack = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"mess": false
}>>
<<set $james = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $cecilia = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $misty = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $elena = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $eliza = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $naomi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $keisha = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $kelsi = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"number": false,
"mess": false
}>>
<<set $bootymessageday to 0>>
<<set $kyabootycall to false>>
<<set $leanabootycall to false>>
<<set $whitneydate to false>>
/% PEOPLE MESSAGES ALERT %/
<<set $buck.mess to false>>
<<set $cecilia.mess to false>>
<<set $codi.mess to false>>
<<set $dani.mess to false>>
<<set $dee.mess to false>>
<<set $elena.mess to false>>
<<set $eliza.mess to false>>
<<set $frank.mess to false>>
<<set $jack.mess to false>>
<<set $james.mess to false>>
<<set $kendra.mess to false>>
<<set $larry.mess to false>>
<<set $mandy.mess to false>>
<<set $marie.mess to false>>
<<set $matt.mess to false>>
<<set $mercedes.mess to false>>
<<set $misty.mess to false>>
<<set $naomi.mess to false>>
<<set $steve.mess to false>>
<<set $summer.mess to false>>
<<set $tyler.mess to false>>
<<set $kyamess to false>>
<<set $leanamess to false>>
<<set $whitneymess to false>>
/% PEOPLE MESSAGES %/
<<set $bootymessageday to 0>>
<<set $buck.mess to false>>
<<set $cecilia.mess to false>>
<<set $codi.mess to false>>
<<set $dani.mess to false>>
<<set $dee.mess to false>>
<<set $elena.mess to false>>
<<set $eliza.mess to false>>
<<set $frank.mess to false>>
<<set $jack.mess to false>>
<<set $james.mess to false>>
<<set $kendra.mess to false>>
<<set $larry.mess to false>>
<<set $mandy.mess to false>>
<<set $marie.mess to false>>
<<set $matt.mess to false>>
<<set $mercedes.mess to false>>
<<set $misty.mess to false>>
<<set $naomi.mess to false>>
<<set $steve.mess to false>>
<<set $summer.mess to false>>
<<set $tyler.mess to false>>
<<set $kyamess to false>>
<<set $leanamess to false>>
<<set $whitneymess to false>>
<<set $whitneynumber to false>>
<<set $whitneymess to false>>
<<set $rent to 400>>
<<set $payrent to true>>
<<set $salary to 500>>
<<set $paysalary to true>>
/% EVENTS %/
<<set $parkvisit1 to true>>
<<set $powerlost to 0>>
<<set $translocationcall to false>>
<<set $translocationcalllvl to 0>>
<<goto "room5">>On the way to work you see that same strange old man.
<img class="middle medium" src="images/homelessman/homelessman.jpg">
He sees you and picks up his metal cup right away.
When you get closer he says:
<<speech "Homelessman" "Homeless man">>I see that your friend is not around today...You should be more careful...<</speech>>
<<speech "You" "$name">>Uhm, what friend?<</speech>>
<<speech "Homelessman" "Homeless man">>Ahh, forget it!<</speech>>
He shakes his cup
<<speech "Homelessman" "Homeless man">>Some coin for the poor?<</speech>>
[[Give him 5$|strangeman55]]
[[Give him 10$|strangeman510]]
[[Give him nothing|strangeman50]]You take 5$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
All of sudden he grabs your forearm tightly.
<<speech "You" "$name">>Ahhhh!<</speech>>
<img class="middle medium" src="images/player/energycall.gif">
<span class="energy">''Your energy increases by 5''</span>
<<set $CurEng += 5>>
<<speech "You" "$name">>(What the fuck was this?)<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>Thank you?<</speech>>
[[Go to work|work5]]
<<nobr>><<set $player.money -= 5>>
<<set $strangebonus += 5>><</nobr>>You take 10$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
All of sudden he grabs your forearm tightly.
<<speech "You" "$name">>Ahhhh!<</speech>>
<img class="middle medium" src="images/player/energycall.gif">
<span class="energy">''Your energy increases by 10''</span>
<<set $CurEng += 10>>
<<speech "You" "$name">>(What the fuck was this?)<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>Thank you?<</speech>>
[[Go to work|work5]]
<<nobr>><<set $player.money -= 10>>
<<set $strangebonus += 10>><</nobr>><<speech "You" "$name">>Sorry buddy, I can't right now...<</speech>>
<<speech "Homelessman" "Homeless man">>...<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>(Ok...)<</speech>>
[[Go to work|work5]]When you get to the market you see a little machine fixated on the wall right next to the back door entrance.
<<speech "You" "$name">>What is this?<</speech>>
<img class="middle medium" src="images/misc/punchtimemachine.jpg">
It's a brand new punch time machine.
<<speech "You" "$name">>(What?? I can't believe Frank decided to put one of these in here... if that motherfucker paid us better, there wouldn't be so much delay on our part)<</speech>>
[[Put your finger on it|work5a]]You get out and your power seems to dispel.
<<speech "You" "$name">>(What the fuck was that? I didn't mean to do anything!)<</speech>>
You take a few minutes to regain your breath.
<<speech "You" "$name">>(I felt so powerful, but also completely out of control...)<</speech>>
You begin to hear a laughter.
HAHAHAHA
<<speech "You" "$name">>(Who is this? ''Is it you Dick?'' Aww fuck it. I need to get to work)<</speech>>
Before leaving the building you notice that the recreational area is done.
<img class="middle medium" src="images/misc/recreationalarea.jpg">
<<speech "You" "$name">>Woah! These guys work fast!<</speech>>
Someone says form behind you:
<<speech "Marie">>They work fast because I pay fast...unlike you.<</speech>>
<img class="large" src="images/marie/angry.jpg">
<<speech "You" "$name">>You scared me, Marie. How ar-<</speech>>
<<speech "Marie">>Where. Is. My. Money.<</speech>>
[[Be calm|marie5rentcalm]]
[[Be aggressive|marie5rentagre]]
[[Be smart|marie5rentsmart]]<<speech "You" "$name">>You ''do'' know that you can't treat me like that, right?<</speech>>
<<speech "Marie">>What do you mean?-<</speech>>
She lowers her tone.
<<speech "You" "$name">>You contract states that residents have until the end of the week to pay.<</speech>>
<<speech "Marie">>No. The payment must be done until the monday of each week.<</speech>>
<<speech "You" "$name">>Unless the price has suffered any ajustment. Then the residents may take up to a week to pay. Did you not read the contract?<</speech>>
She seems baffled.
<<speech "You" "$name">>And we both know that the price has gone up. And not just a little.
If you keep reajusting the rent price like that I could sue you...<</speech>>
She looks worried.
<<speech "Marie">>Just...pay me the 400 $ until the end of the day<</speech>>
She walks away.
<span class="blue">''Your intelligence has increased by 1''</span>
<<set $player.intelligence += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $marie.submission += 1>>
[[Go to work|streetday5]]<<speech "You" "$name">>Why are you so mad?<</speech>>
<<speech "Marie">>BECAUSE-<</speech>>
She lowers her tone.
<<speech "Marie">>Because you are taking to long to pay the rent Mr.$name...<</speech>>
Her effort is impressive. Looks like she's going to explode.
<<speech "You" "$name">>Don't get too tense. Don't you know is bad for your health?<</speech>>
You go behind her and give her shoulders a little massage.
<<speech "Marie">>What the hell are you doing?<</speech>>
<<speech "You" "$name">>Calming you down.<</speech>>
She softly slaps your hands away.
<<speech "Marie">>Remember, 400 $. You have until the end of the day.<</speech>>
She walks away.
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $marie.lust += 1>>
[[Go to work|streetday5]]<<speech "You" "$name">>Lower your fucking tone.<</speech>>
She seems impressed.
<<speech "Marie">>What?<</speech>>
<<speech "You" "$name">>You can't talk to me like that. I'm tired of that.<</speech>>
A punching bag like you finally standing up for himself, has left her speechless.
<<speech "You" "$name">>I remember, 400 $. You'll get you money today. Bye.<</speech>>
You leave without looking back.
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $marie.submission += 1>>
[[Go to work|streetday5]]A robotic voice starts speaking.
<div class="general">//Analyzing....$name, identity recognized...//</div>
<<speech "You" "$name">>(And it looks expensive too...)<</speech>>
<<if $lateforwork is false>>
<div class="general">//Employee....on time. Welcome $name, have a nice day at work.//</div>
<<else>>
<div class="general">//Employee...late. Subtracting... 20$ from final payment.//</div>
<<speech "You" "$name">>(You can't be serious...)<</speech>>
<<set $salary -=20>> <</if>>
[[Enter|work5b]]
<<set $hackinglvl to 0>>
[[Try to hack the machine|work5hack]]You see Tyler sitting on a chair, sipping his coffee and looking at his phone.
<<speech "Tyler">>Yo $name...wassup?<</speech>>
<<speech "You" "$name">>Pissed at this new motherfucking punch time machine.<</speech>>
<<speech "Tyler">>I feel you bro. Frank's an asshole...<</speech>>
<<speech "You" "$name">>Yeah... And how are you?<</speech>>
<<speech "Tyler">>Oh you know me, baby...trying to get rich.<</speech>>
You grab some coffee to wake up a little.
<<speech "You" "$name">>I don't doubt one bit that you'll end up being rich, you son of a bitch haha.<</speech>>
<<speech "Tyler">>What do you mean? Don't you wanna get rich someday?<</speech>>
<<speech "You" "$name">>Not necessarily. I just want to live a good life.<</speech>>
He starts to laugh.
<<speech "Tyler">>That's some hippie talk right there haha.<</speech>>
<<speech "You" "$name">>Laugh all you want. It's a nice choice of life...<</speech>>
<<speech "Tyler">>I know man, no disrespect.
But hey, check this out.<</speech>>
He hands you his phone.
[[Next|work5c]]You access the same wi-fi the machine is using and try to change it's settings.
Unfortunately, you still don't have the skill to do that yet.
''New skill learned: hacking''
<img class="small" src="images/misc/hacking.jpg">
''Your hacking skill level has increased by 1''
<<set $hacking to true>><<nobr>>
<<set $hackinglvl += 1>><</nobr>>
[[Enter|work5b]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<set $hacking to true>>
Hacking helps you to access virtual systems and turn the game in your favor.
Your current experience is $hackinglvl/100 (Level: $hackinglevel)
There's a video playing of a girl sucking his dick.
<video src="videos/tyler/day5/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Eww! What the fuck? I don't want to see your dick.<</speech>>
<<speech "Tyler">>Hahahaha! You're just jealous cause girls love my big cock.<</speech>>
<<speech "You" "$name">>Oh yes. And they also love your lies about being rich and then finding out about your broke ass.<</speech>>
<<speech "Tyler">>Wow, low blow man. But what can I say? You ''do'' know me...hahaha.<</speech>>
The door opens and Dani comes in.
As soon as she sees you her face gets red.
<<speech "Dani">>H-Hi $name!<</speech>>
<<speech "You" "$name">>Hey.<</speech>>
She quickly goes to the bathroom and closes the door.
~BLAM~
<<speech "Tyler">>Man... that girl's in love with you. She didn't even noticed I was here.<</speech>>
<<speech "You" "$name">>Yeah, I know...<</speech>>
<<speech "Tyler">>Why don't you make a move on her?<</speech>>
<<speech "You" "$name">>I don't know if I find her very attractive...<</speech>>
<<speech "Tyler">>Let me tell one thing: crazy bitches like that can suck a meeean dick.<</speech>>
<<speech "You" "$name">>I'll think about your wise advice.<</speech>>
He gets up and puts his helmet.
<<speech "Tyler">>Oh, yeah... Frank said the payment will be collected on his office.
I already picked up my cash. Peace!<</speech>>
He goes out through the back door.
<<speech "You" "$name">>(I should be working already. I'll deal with Frank later...)<</speech>>
[[Begin your shift|work5d]]You knock on the door.
<<speech "Frank">>Come in, $name!<</speech>>
You open the door and see Frank at his desk and Mercedes working on some files.
<img class="middle medium" src="images/mercedes/day5/1.jpg">
<<speech "You" "$name">>How did you know it was me?<</speech>>
<<speech "Frank">>Good morning to you too, $name. I was watching through the camera.<</speech>>
<<speech "You" "$name">>Oh, sorry. Good morning. (Creepy bastard...)<</speech>>
<<speech "Frank">>You must be here for your payment right?<</speech>>
When he says the word "payment" Mercedes looks at you.
<img class="middle medium" src="images/mercedes/day5/2.jpg">
<<speech "Mercedes">>Oh, I didn't see you there. Hey $name.<</speech>>
<<speech "You" "$name">>Hey Mrs. Mercedes. (Now you remember my name, huh?)<</speech>>
<<speech "Frank">>Sorry, I can't pay you today.<</speech>>
<<speech "You" "$name">>What??<</speech>>
He bursts out laughing.
<<speech "Frank">>HAHAHA! You should've seen your face. I'm just joking, $name. Please, sit down.<</speech>>
<<speech "You" "$name">>(Son of a bitch!)<</speech>>
He opens his laptop.
<<speech "Frank">>Let's see.......Times you got on time....Times you got late....<</speech>>
He types some stuff and...
<<speech "Frank">>A total of $salary $. That's a lot of money!<</speech>>
<<speech "You" "$name">>Oh yeah...sure...<</speech>>
<<speech "Frank">>Honey, please. Give $name his money. I have a meeting on another place right now.<</speech>>
He gets up from the chair and give Mercedes a quick smooch on the cheek and a slap on the ass.
<<speech "Mercedes">>Uhh...<</speech>>
<<speech "Frank">>You've got to get yourself a woman like this, $name. She takes good care of my money.<</speech>>
<<speech "You" "$name">>Yeah... (You mean she rips off all your money, right?)<</speech>>
<<speech "Frank">>Bye, honey. Bye $name.<</speech>>
He leaves.
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the Lust calling (-15 energy / 1 arche point)|work5moneylust]]
[[Just wait for her|work5moneya]]
<<set $period to 3>>She goes to open the safe.
<<set $player.money += $salary>>
By the way she works the handle and spins the little wheel on the safe's door, you can say that she's done that a thousand times.
<<speech "Mercedes">>Sooo...$salary $, right?<</speech>>
<<speech "You" "$name">>Yep.<</speech>>
She seems to pick up the right amount of money and starts counting it.
<<speech "Mercedes">>You know... I've been dying to get a dress I've seen on the internet but Frank said that my limit for the month has already passed.<</speech>>
<<speech "You" "$name">>(Why is she telling me that?)<</speech>>
She comes closer and hands you the money, almost forgetting to let it go.
<<speech "You" "$name">>(I wonder how much she likes money...)
Would you like to make a deal?<</speech>>
<<speech "Mercedes">>What kind of deal?<</speech>>
You put your money on the table and tell her:
<<speech "You" "$name">>I'll pay you to do something for me...<</speech>>
She keeps looking at the money while thinking for a while.
<img class="middle medium" src="images/mercedes/day5/3.jpg">
<<speech "Mercedes">>Like...what would you want from me?<</speech>>
[[Ask for a raise|merc5raise]]
[[Pay to see her ass|merc5money1]]
[[Begin the second turn of your shift|work5e]]<<speech "You" "$name">>What about an investiment?<</speech>>
<<speech "Mercedes">>How so?<</speech>>
<<speech "You" "$name">>I'll give you 100 $ now and you'll tell Frank to give me a raise.
And don't mean like: hey Frank, give $name a raise.
I want you to convince him in a way that feels natural.<</speech>>
<<speech "Mercedes">>Hmmm. I guess that sounds like a decent deal for both of us.<</speech>>
<<speech "You" "$name">>Can I trust that you'll do that?<</speech>>
You pick up your money, leaving 100 $ on the table.
<<speech "Mercedes">>I guarantee you. Frank always listen to me.<</speech>>
She picks you money up and smiles at you.
<<speech "You" "$name">>Wait.<</speech>>
You put your hand over hers.
<<speech "You" "$name">>How much are we talking about?<</speech>>
<<speech "Mercedes">>How about 100 $ more each week. Sounds good to you?<</speech>>
<<speech "You" "$name">>It does. It was a pleasure negotiating with you.<</speech>>
<span class="blue">''Your intelligence has increased by 1''</span>
<<set $player.intelligence += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $mercedes.corruption += 1>>
''You are 100 $ poorer''
''Your salary will be increased by 100 $''
<<set $salary += 100>>
[[Begin the second turn of your shift|work5e]]You gaze at her for a few seconds.
<img class="middle medium" src="images/player/lustcall.gif">
<<set $CurEng -= 15>>
This time you feel more powerful than the other times you used this ability.
<<speech "Mercedes">>Uhhhmmm...Did you feel that?<</speech>>
Her legs start to tremble a little.
<<speech "You" "$name">>What? (I'm getting good at this...)<</speech>>
<<speech "Mercedes">>This...kind of hot air all of the sudden...my legs feel tired.<</speech>>
She kneels.
<<speech "You" "$name">>Yeah, it's pretty hot today. Are you feeling well?<</speech>>
<<speech "Mercedes">>...yes, the money... I'll get it for you.<</speech>>
She goes to open the safe.
<video src="videos/mercedes/day5/1.mp4" controls loop></video>
<<speech "You" "$name">>(This is fucking weird. But is also sexy so who cares...)<</speech>>
[[Next|work5moneylust1]]Eventually she gets to the safe and opens it.
<<set $player.money += $salary>>
<<speech "Mercedes">>Sooo...$salary $, right?<</speech>>
<<speech "You" "$name">>Yep.<</speech>>
She seems to pick up the right amount of money and starts counting it.
<<speech "Mercedes">>Here you go. You deserve every cent of it.<</speech>>
<<speech "You" "$name">>Well... thanks.<</speech>>
She rummages through some documents.
<video src="videos/mercedes/day5/19.mp4" autoplay muted loop></video>
<<speech "Mercedes">>I see how Frank treats you. It's not right.<</speech>>
Mercedes stops for a moment and looks at you.
<<speech "Mercedes">>You know what?<</speech>>
<video src="videos/mercedes/day5/20.mp4" autoplay muted loop></video>
<<speech "Mercedes">>I think you deserve a reward.<</speech>>
[[Next|work5moneylust2]]<<speech "You" "$name">>What about you show me your ass?<</speech>>
She looks irritaded by your proposal.
<<speech "Mercedes">>What??<</speech>>
<<speech "You" "$name">>Yeah. You mentioned a dress right? I could help you to buy it. I'm not rich, but is easy money for you.<</speech>>
<<speech "Mercedes">>I don't know...<</speech>>
You take back your money from the table.
<<speech "Mercedes">>Wait! 50 $<</speech>>
<<speech "You" "$name">>30 $...<</speech>>
You wave the money in front of her.
<<speech "Mercedes">>~sigh~<</speech>>
She picks the money, turns back and starts to lift her skirt.
[[Pay her|merc5money2]]
[[On a second though, go back to work|work5e]]<<set $stats2 to true>><<nobr>>
<<set $now to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<Sexend>><</nobr>>
Your shift goes on as usual today.
Nothing much happens.
[[Work smart|work5smart]]
[[Work hard|work5hard]]
[[Just "work"|work5bad]]You try to work smart, doing less manual labor and more of a organizing and managing type of work.
[img[images/player/smartwork.gif]]
<<speech "You" "$name">>(Huh, I didn't know I could be so efficient without carrying things around)<</speech>>
<span class="blue">''Your intelligence has increased by 1''</span>
[[Next|work5break]]
<<set $player.intelligence += 1>><<nobr>>
<<set $CurEng -= 20>><</nobr>>You do your best to reload things, carry some boxes around and really use your body.
[img[images/player/hardwork.gif]]
<<speech "You" "$name">>(Wow! I'm really getting stronger)<</speech>>
<span class="grey">''Your fitness has increased by 1''</span>
[[Next|work5break]]
<<set $player.fitness += 1>><<nobr>>
<<set $CurEng -= 30>><</nobr>>You use your social skills to convince people to do things for you and your wits to secretly redirect some of your obligations to others.
[img[images/player/evilwork.gif]]
<<speech "You" "$name">>(Hah! This is easier than it looks)<</speech>>
<span class="yellow">''Your charisma has increased by 1''</span>
[[Next|work5break]]
<<set $player.charisma += 1>><<nobr>>
<<set $CurEng -= 15>><</nobr>>After working the first part of your shift you have some free time.
You still haven't felt Dick's presence.
<<speech "You" "$name">>(It's weird to have my mind "empty" again. I feel a little strange. But I don't need him...)<</speech>>
You go to the staff room to rest a little.
[[Next|Shortfreetimeint]]
<<set $period to 2>><<speech "You" "$name">>(Fuck...that is a great ass...)<</speech>>
<<set $player.money -= 30>>
<video src="videos/mercedes/day5/2.mp4" autoplay controls></video>
<<speech "Mercedes">>Done!<</speech>>
<<speech "You" "$name">>What? I want you to take the skirt off.<</speech>>
<<speech "Mercedes">>That wasn't the deal...<</speech>>
[[Convince her (dominance: 5)|merc5money3]]
[[Let it pass and begin your shift|merc5moneycutend]]<<if $player.dominance gte 5>>
<<speech "You" "$name">>You don't get it. I ''paid'' you. You ''owe'' me. Now take it all off.<</speech>>
She looks agitaded.
<<speech "Mercedes">>~sigh~<</speech>>
She undresses her skirt showing her big round ass.
<img class="middle medium" src="images/mercedes/day5/5.gif">
You can see she's doing it as fast as she can. Not trying to give you any show.
<img class="middle medium" src="images/mercedes/day5/6.gif">
<<speech "You" "$name">>You have a beautiful ass, Mercedes.<</speech>>
<img class="middle medium" src="images/mercedes/day5/7.jpg">
<<speech "Mercedes">>Yes. I know.<</speech>>
[[Pay her to take the shirt off|merc5money4]]
[[End this and begin your shift|merc5moneycutend]]
<<else>>
You're not dominant enough to keep her doing this.
[[Let it pass and begin your shift|merc5moneycutend]]
<</if>><<speech "You" "$name">>Now, why don't you take your shirt off?<</speech>>
<<speech "Mercedes">>I don't think that's a good idea...<</speech>>
<<speech "You" "$name">>What about 20 $?<</speech>>
<img class="middle medium" src="images/mercedes/day5/8.jpg">
<<speech "Mercedes">>I'll do it for another 30 $...<</speech>>
[[Pay her|merc5money5]]
[[End this and begin your shift|merc5moneycutend]]You slide 30 $ more to her.
<<set $player.money -= 30>>
<video src="videos/mercedes/day5/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Now turn around.<</speech>>
<video src="videos/mercedes/day5/8.mp4" controls></video>
[[Pay to see her crawling|merc5money6]]
[[End this and begin your shift|merc5moneycutend]]<<speech "You" "$name">>I think this is enough. It was a pleasure negotiating with you.<</speech>>
<<speech "Mercedes">>Yeah...<</speech>>
She goes to put the money inside her purse.
<<if $mercedesrecord is true>>
<<speech "You" "$name">>(Time to grab my phone...)<</speech>>
You pick your phone off the shelf and put it in your pocket quickly.
<</if>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
[[Begin the second turn of your shift|work5e]]<<speech "You" "$name">>Do you want another easy 30 $?<</speech>>
She seems unconfortable.
<img class="middle medium" src="images/mercedes/day5/9.gif">
<<speech "Mercedes">>What else do you want?<</speech>>
<<speech "You" "$name">>You just have to crawl.<</speech>>
<<speech "Mercedes">>Crawl? Why?<</speech>>
<img class="middle medium" src="images/mercedes/day5/9.jpg">
<<speech "You" "$name">>So I can see your body better.<</speech>>
<<speech "Mercedes">>Okay...<</speech>>
[[Next|merc5money7]]<<set $player.money -= 30>>
<<if $player.intelligence gte 5>>
<<speech "You" "$name">>(I should record this, so I can use it later. Maybe have some leverage over her...)<</speech>>
<<set $mercedesrecord to true>>
You take advantage while she's not looking and put your phone on a shelf to record.
<</if>>
<video src="videos/mercedes/day5/9.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn! Your ass is amazing.<</speech>>
<<speech "Mercedes">>I think this is enough...<</speech>>
<img class="middle medium" src="images/mercedes/day5/10.gif">
<<speech "You" "$name">>(I'm getting poor. But she looks so fine...)<</speech>>
[[Pay her to take the panties off|merc5money8]]
[[End this and begin your shift|merc5moneycutend]]<<speech "You" "$name">>What abou-<</speech>>
<<speech "Mercedes">>80 $ for the panties.<</speech>>
<<speech "You" "$name">>(Look who's getting greedy...)<</speech>>
[[Pay her|merc5money9]]
[[End this and begin your shift|merc5moneycutend]]<<speech "You" "$name">>Done.<</speech>>
<<set $player.money -= 80>>
You throw in another 80 $.
<<speech "Mercedes">>God. What am I doing?<</speech>>
<video src="videos/mercedes/day5/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! I'm not even using my powers. This bitch is just greedy)<</speech>>
[[Pay more for the bra|merc5money10]]
[[End this and begin your shift|merc5moneycutend]]<<speech "You" "$name">>50 $ more for the bra.<</speech>>
<<speech "Mercedes">>80 $!<</speech>>
<<speech "You" "$name">>80 $ and you try to be sexy.<</speech>>
<<speech "Mercedes">>Fine...<</speech>>
[[Pay?|merc5money11]]
[[End this and begin your shift|merc5moneycutend]]<video src="videos/mercedes/day5/11.mp4" autoplay controls></video>
<<set $player.money -= 80>>
<<speech "You" "$name">>You have really nice tits...<</speech>>
<<speech "Mercedes">>That's what Frank gets for not giving me more money...<</speech>>
<<speech "You" "$name">>Yeah, he deserves it...<</speech>>
She leans over a table.
<img class="middle medium" src="images/mercedes/day5/11.gif">
<<speech "Mercedes">>Do you want to touch it?<</speech>>
[[Next|merc5money12]]You reach for her ass but she slaps your hand.
<<speech "Mercedes">>100 $...<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
[[Pay|merc5money13]]
[[Convince her to do it for free (charisma: 10)|merc5money13c]]
[[End this and begin your shift|merc5moneycutend]]<<speech "You" "$name">>Here it is.<</speech>>
<<set $player.money -= 80>>
You give her more money.
<<speech "Mercedes">>Go ahead...<</speech>>
<video src="videos/mercedes/day5/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck. Her ass feels amazing!)
Can I spank it?<</speech>>
She looks back at you.
<<speech "Mercedes">>What?<</speech>>
<img class="middle medium" src="images/mercedes/day5/12.gif">
<<speech "You" "$name">>I won't hurt you...<</speech>>
<<speech "Mercedes">>Okay. 150 $.<</speech>>
[[Pay|merc5money14]]
[[End this and begin your shift|merc5moneycutend]]<<if $player.charisma gte 10>>
<<speech "You" "$name">>Maybe if I touch it I'd want to make even more deals with you.<</speech>>
She thinks for a while...
<<speech "You" "$name">>Besides...you're already naked. It's just a little touching.<</speech>>
<<speech "Mercedes">>Go ahead...<</speech>>
<video src="videos/mercedes/day5/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck. Her ass feels amazing!)
Can I spank it?<</speech>>
She looks back at you.
<<speech "Mercedes">>What?<</speech>>
<img class="middle medium" src="images/mercedes/day5/12.gif">
<<speech "You" "$name">>I won't hurt you...<</speech>>
<<speech "Mercedes">>Okay. 150 $.<</speech>>
[[Pay|merc5money14]]
[[End this and begin your shift|merc5moneycutend]]
<<else>>
You're not charismatic enough to get this without paying.
[[Back|merc5money12]]<</if>>She bends over and waits for you.
<<set $player.money -= 150>>
<img class="middle medium" src="images/mercedes/day5/13.gif">
<<speech "You" "$name">>(Oh, Frank. I'm gonna enjoy doing this...)<</speech>>
<img class="middle medium" src="images/mercedes/day5/14.gif">
[[Start the slapping session|merc5money15]]<<speech "You" "$name">>(I always wanted to do this...)<</speech>>
<video src="videos/mercedes/day5/13.mp4" autoplay controls></video>
<<speech "Mercedes">>Uhh...<</speech>>
[[Next|merc5money16]]
<video src="videos/mercedes/day5/14.mp4" autoplay controls></video>
<<speech "Mercedes">>Ouch.<</speech>>
[[Next|merc5money17]]<<speech "You" "$name">>(This is so hot...)<</speech>>
<video src="videos/mercedes/day5/15.mp4" autoplay controls></video>
<<speech "Mercedes">>Ok. That's enough. You're hurting me...<</speech>>
[[Keep going (dominance: 8)|merc5money18]]
[[End this and begin your shift|merc5moneycutend]]<<if $player.dominance gte 8>>
<<speech "You" "$name">>I paid for it. I decide when to stop.<</speech>>
<<speech "Mercedes">>Okay... but not much more.<</speech>>
[[Focus on making her feel good|merc5moneylust]]
[[Focus on giving her a punishment|merc5moneydom]]
<<else>>
You're not dominant enough to keep going.
[[End this and begin your shift|merc5moneycutend]]<</if>><<speech "You" "$name">>I'm sorry. I'll go easier. Does this feels good?<</speech>>
You press your hard cock against her and pass your fingers through her pussy.
<video src="videos/mercedes/day5/slaplust.mp4" autoplay controls loop></video>
<<speech "Mercedes">>Hmm...maybe...<</speech>>
She can't help but moan a little.
[[Next|merc5moneylust2]]<<speech "You" "$name">>Oh, much more actually...<</speech>>
<video src="videos/mercedes/day5/slaphard.mp4" autoplay controls></video>
<<speech "Mercedes">>Ow! Ow...ow.<</speech>>
[[Next|merc5moneydom2]]<<speech "You" "$name">>Your ass feels so nice...<</speech>>
<video src="videos/mercedes/day5/16.mp4" autoplay controls></video>
This time she doesn't protest against your slap.
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $mercedes.lust += 1>>
[[Next|merc5money19]]<<speech "You" "$name">>And to think that until recently you never noticed my existence, huh?<</speech>>
You hit her from different angles.
<video src="videos/mercedes/day5/17.mp4" autoplay controls></video>
She seems to start liking it.
<<speech "Mercedes">>Hmmm...<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
[[Next|merc5money19]]<video src="videos/mercedes/day5/18.mp4" autoplay controls></video>
You decide to give her ass some rest.
<<speech "You" "$name">>Ok. Now, it's enough...<</speech>>
Even though her skin is a little darker you can see it's still pretty red.
<img class="middle medium" src="images/mercedes/day5/15.gif">
<<speech "You" "$name">>I should get going. I need to get more money now that you ripped me off haha.<</speech>>
She seems very embarassed at her situation.
<<speech "Mercedes">>Yes. It's better if you leave now...<</speech>>
She begins to dress up again.
<<if $mercedesrecord is true>>
<<speech "You" "$name">>(Time to grab my phone...)<</speech>>
You pick your phone off the shelf and put it in your pocket quickly.
<</if>>
<<speech "You" "$name">>Have a nice day...<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
[[Begin the second turn of your shift|work5e]]<<speech "Mercedes">>Do you like my ass, $name?<</speech>>
<video src="videos/mercedes/day5/2.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah, that's a great reward...<</speech>>
<<speech "Mercedes">>Why don't you come closer?<</speech>>
<video src="videos/mercedes/day5/3.mp4" autoplay loop></video>
<<speech "You" "$name">>You have a beautiful ass Mrs. Mercedes...Why don't you take it all off?<</speech>>
<<speech "Mercedes">>Sure, why not?<</speech>>
[[Next|work5moneylust3]]<video src="videos/mercedes/day5/4.mp4" autoplay muted></video>
<<speech "Mercedes">>This is what Frank gets for treating you so bad.<</speech>>
<img class="middle medium" src="images/mercedes/day5/7.jpg">
<<speech "You" "$name">>Yes...he deserves that. (What better way to get my revenge on Frank?)<</speech>>
<<speech "Mercedes">>And you...<</speech>>
[[Next|work5moneylust4]]She starts to take her shirt off.
<<speech "Mercedes">>...you deserve some more.<</speech>>
<video src="videos/mercedes/day5/7.mp4" autoplay controls></video>
<<speech "You" "$name">>(Yes...I deserve much more)<</speech>>
She turns back to you.
<video src="videos/mercedes/day5/8.mp4" autoplay loop muted></video>
<<speech "Mercedes">>And I saw how you were looking at my ass while I was crawling...<</speech>>
[[Next|work5moneylust5]]<<speech "Mercedes">>Let me give you a better view...<</speech>>
<video src="videos/mercedes/day5/9l.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damnnn...what an incredible view)<</speech>>
<<if $player.intelligence gte 5>>
You start to think...
<<speech "You" "$name">>(I should record this, so I can use it later. Maybe have some leverage over her...)<</speech>>
<<set $mercedesrecord to true>>
You take advantage while she's not looking and put your phone on a shelf to record.
<</if>>
<<speech "Mercedes">>Do you like my lingerie? It's very expensive.<</speech>>
<<speech "You" "$name">>Yeah, it does look good on you.<</speech>>
<<speech "Mercedes">>But I have a feeling that you'd prefer to see me without it, right?<</speech>>
[[Next|work5moneylust6]]She starts to tease you.
<video src="videos/mercedes/day5/10l.mp4" autoplay controls></video>
<<speech "Mercedes">>Do you want me to take it off?<</speech>>
<<speech "You" "$name">>Yes, I'd love that.<</speech>>
<video src="videos/mercedes/day5/10.mp4" autoplay controls muted loop></video>
[[Next|work5moneylust7]]She takes her bra off too.
<<speech "Mercedes">>No point on leaving just the bra on...<</speech>>
<video src="videos/mercedes/day5/11.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! You're so hot...<</speech>>
<<speech "Mercedes">>Why don't you come closer and get your hands on me?<</speech>>
<img class="middle medium" src="images/mercedes/day5/11.gif">
[[Next|work5moneylust8]]<<speech "You" "$name">>You don't have to tell me twice...<</speech>>
<video src="videos/mercedes/day5/12.mp4" autoplay controls></video>
She looks at the huge bulge in your pants.
<<speech "Mercedes">>You dick is hard...<</speech>>
<<speech "You" "$name">>Very much...<</speech>>
<<speech "Mercedes">>Would you like me to suck it?<</speech>>
<<speech "You" "$name">>Fuck yeah!<</speech>>
<<speech "Mercedes">>What about 200 $?<</speech>>
<<speech "You" "$name">>(What??? Even under my powers this bitch still greedy?)<</speech>>
[[Pay her|work5moneybj]]
[[Convince her to do it for 100 (Lust calling: level 2)|work5discountybj]]
[[End this and begin your shift|merc5lust5cutend]]<<set $player.money -= 200>>
<<speech "You" "$name">>Okay, deal.<</speech>>
She crawls in your direction and starts to unzip your pants.
<video src="videos/mercedes/day5/21.mp4" autoplay controls></video>
[[Next|work5moneybj2]]<<if $lustcalllvl gte 2>>
<<speech "You" "$name">>(I want to test something...)
Okay, deal.<</speech>>
She crawls in your direction and starts to unzip your pants.
<video src="videos/mercedes/day5/21.mp4" autoplay controls></video>
[[Next|work5discountybj2]]
<<else>>
You don't have the power to do this.
[[Back|work5moneylust8]]<</if>><<speech "You" "$name">>Maybe on other opportunity. This show you gave me was great anyways...<</speech>>
<video src="videos/mercedes/day5/21.mp4" autoplay controls></video>
<<speech "Mercedes">>Are you sure?<</speech>>
<<speech "You" "$name">>Yep.<</speech>>
You take her hands off you and get up from the chair.
<img class="middle medium" src="images/player/lustcall.gif">
She wakes up from your influence as you walk to the door.
<<speech "You" "$name">>See you later Mercedes...<</speech>>
She gets up, seemingly confused.
<<if $$mercedesrecord is true>>
You take the chance to grab your phone from the shelf without her seeing you.
<</if>>
<<speech "Mercedes">>Wha- why...Uhm... bye, $name...<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $mercedes.lust += 1>>
[[Begin the second turn of your shift|work5e]]<<speech "Mercedes">>God! Your cock is so big! It's much bigger than Frank's...<</speech>>
<<set $player.money -= 200>>
<video src="videos/mercedes/day5/23.mp4" autoplay controls></video>
<<speech "You" "$name">>Glad you like it.<</speech>>
You hold your dick and prevent her from sucking on it, concentrating on increasing your influence over her.
<img class="middle medium" src="images/player/lustcall.gif">
<video src="videos/mercedes/day5/lustdeny.mp4" autoplay muted loop></video>
<<speech "Mercedes">>Let me suck it...<</speech>>
<<speech "You" "$name">>Nah, 200 $ is too much.<</speech>>
<<speech "Mercedes">>I'll do it for 100 $. Now give it to me.<</speech>>
<<speech "You" "$name">>That's better.<</speech>>
[[Next|merc5lustblowjob]]
<<set $blowjob to false>><<nobr>>
<<set $merclust to false>><</nobr>><<speech "Mercedes">>God! Your cock is so big! It's much bigger than Frank's...<</speech>>
<video src="videos/mercedes/day5/22.mp4" autoplay controls></video>
<<speech "You" "$name">>Glad you like it.<</speech>>
[[Next|merc5lustblowjob]]
<<set $blowjob to false>><<nobr>>
<<set $merclust to false>><</nobr>><<set $sexsimple to true>><<nobr>>
<<set $stats2 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>><</nobr>>
<<if $blowjob is false>>
<video src="videos/mercedes/day5/bjstart.mp4" autoplay controls></video>
<<set $blowjob to true>><</if>>
[[Tap it on your mouth|merc5tap]]
[[Stroke it|merc5stroke]]
[[Lick balls|merc5balls]]
[[Work the tip|merc5tip]]
[[Nice and slow|merc5slow]]
[[Stroke and suck|merc5sns]]
[[Go deep|merc5deep]]
<<if $mercedesforcehead is true>>
[[All the way|merc5deepest]]<</if>>
<<if $merclust is false>>
[[Use more of Lust calling (10 energy/Lust calling: level 2)|merc5lustcall]]<</if>>
<<set $CurOrg1 to 0>><<set $dee.mess1 to false>>
<<speech "Dee">>Hey, $name. I hope you were able to sleep better after I put you back in bed :) .<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Thank her">>
<<replace "#answer">>
<<speech "You" "$name">>Thank you dee. You really saved me from a whole day of back pain...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $dee.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Scold her">>
<<replace "#answer">>
<<speech "You" "$name">>You shouldn't enter my house without my permission, you know...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dee.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>>
<</if>><<set $mandy.mess1 to false>>
<<speech "Mandy">>Hey, dickhead... Dee said that I should give you my number in case of a future emergency.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer politely">>
<<replace "#answer">>
<<speech "You" "$name">>Alright, Mandy. Just text me if you need anything<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $mandy.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be rude back">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah...whatever. I couldn't give a fuck<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $mandy.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>><</if>><<button "Back">><<goto "Deecontact">><</button>>
<<if $day lt 9>><<set $dee.mess to false>><</if>><<nobr>>
<<set $dee.mess -= 1>>
<img class="right-side small" src="images/dee/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 5 and $dee.mess1 is true>><<link 'Message (day 5)' 'deemess5'>><</link>><</if>>
<<if $day gte 12 and $dee.mess2 is true>><<link 'Message (day 12)' 'deemess12'>><</link>><</if>>
<</nobr>>
<<if $dee.mess lt 0>><<set $dee.mess to 0>><</if>>
<<button "Back">><<goto "Mandycontact">><</button>>
<<set $mandy.mess -= 1>><<nobr>>
<img class="right-side small" src="images/mandy/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 5 and $mandy.mess1 is true>><<link 'Message (day 5)' 'mandymess5'>><</link>><</if>>
<<if $day gte 9 and $mandy.mess2 is true>><<link 'Message (day 9)' 'mandymess9'>><</link>><</if>>
<<if $day gte 12 and $mandy.mess3 is true>><<link 'Message (day 12)' 'mandymess12'>><</link>><</if>>
<</nobr>>
<<if $mandy.mess lt 0>><<set $mandy.mess to 0>><</if>>
<video src="videos/mercedes/day5/tip.mp4" autoplay controls></video>
[[Lick it|merc5tiplick]]
[[Faster|merc5tipfast]]
[[Harder|merc5tiphard]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/nicenslow.mp4" autoplay controls></video>
[[More|merc5slow2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>Go deeper...<</speech>>
<video src="videos/mercedes/day5/deep1.mp4" autoplay controls></video>
[[Force her head (dominance: 9)|merc5deep2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>See? Forcing a little- FUCK... helped a lot.<</speech>>
<video src="videos/mercedes/day5/deepest1.mp4" autoplay controls></video>
[[More|merc5deepest2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 6>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/tipfast.mp4" autoplay controls></video>
[[Lick it|merc5tiplick]]
[[Harder|merc5tiphard]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 5>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>Uhhh... it's sensitive...but nice.<</speech>>
<video src="videos/mercedes/day5/tiphard.mp4" autoplay controls></video>
[[Lick it|merc5tiplick]]
[[Faster|merc5tipfast]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 5>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/tiplick.mp4" autoplay controls></video>
[[Faster|merc5tipfast]]
[[Harder|merc5tiphard]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/tap1.mp4" autoplay controls></video>
[[More|merc5tap2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 2>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>(I wish Frank could see what I'm doing to his wife)<</speech>>
<video src="videos/mercedes/day5/tap2.mp4" autoplay controls></video>
[[More|merc5tap]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 2>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/nicenslow2.mp4" autoplay controls></video>
[[More|merc5slow]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<if $player.dominance gte 9>>
<<speech "You" "$name">>Let me help you.<</speech>>
<<set $mercedesforcehead to true>>
<video src="videos/mercedes/day5/force.mp4" autoplay controls></video>
<<speech "You" "$name">>(FUCK! She went all the way. I can see why Frank pays for her shit)<</speech>>
[[Keep holding|merc5deep3]]
[[Release her|merc5deep4]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>>
<<else>>
Even under your Lust calling's influence, you're not dominant enough to make her do this.
[[Back|merc5lustblowjob]]<</if>><<speech "Mercedes">>~GASP!~<</speech>>
<video src="videos/mercedes/day5/forcerelease.mp4" autoplay controls></video>
[[Force her again|merc5deep2]]
[[Back|merc5lustblowjob]]<<speech "Mercedes">>HMMPF!<</speech>>
<video src="videos/mercedes/day5/forcehold.mp4" autoplay loop></video>
[[Keep holding|merc5deep3]]
[[Release her|merc5deep4]]
<<set $CurOrg += 6>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/strokensuck1.mp4" autoplay controls></video>
[[More|merc5sns2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>Damn!<</speech>>
<video src="videos/mercedes/day5/strokensuck2.mp4" autoplay controls></video>
[[More|merc5sns]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 5>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/stroke1.mp4" autoplay controls></video>
[[More|merc5stroke2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/stroke2.mp4" autoplay controls></video>
[[More|merc5stroke]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 4>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>Yeah..suck those balls.<</speech>>
<video src="videos/mercedes/day5/balls1.mp4" autoplay controls></video>
[[More|merc5balls2]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 2>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><video src="videos/mercedes/day5/balls2.mp4" autoplay controls></video>
[[More|merc5balls]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 2>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>><<speech "You" "$name">>Fuck, this feels good!<</speech>>
<video src="videos/mercedes/day5/deepest2.mp4" autoplay controls></video>
[[More|merc5deepest]]
[[Back|merc5lustblowjob]]
<<set $CurOrg += 8>><<nobr>>
<<if $CurOrg gte 100>><<goto "Cumonmercedes">><</if>><</nobr>>You feel that you're close and get up form the chair.
<<speech "You" "$name">>I'm gonna cum...keep stroking it.<</speech>>
<video src="videos/mercedes/day5/cumpre.mp4" autoplay controls></video>
<<speech "Mercedes">>Yes, cum on my face...<</speech>>
[[Next|Cumonmercedesa]]<<speech "You" "$name">>Ahhhh...<</speech>>
<video src="videos/mercedes/day5/cum.mp4" autoplay controls></video>
She keeps sucking on it.
[[Next|Cumonmercedesb]]
<video src="videos/mercedes/day5/cumafter.mp4" autoplay controls></video>
<<speech "Mercedes">>Thanks for the dick $name. And the money...<</speech>>
<<speech "You" "$name">>(Greedy bitch...I should go...)<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
She wakes up from your influence as you walk to the door.
<<speech "You" "$name">>See you later Mercedes...<</speech>>
She gets up, seemingly confused.
<<if $$mercedesrecord is true>>
You take the chance to grab your phone from the shelf without her seeing you.
<</if>>
<<speech "Mercedes">>Wha- why...Uhm... bye, $name...<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $mercedes.lust += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $mercedes.corruption += 1>>
[[Begin you shift|work5daftersex]]<<if $lustcalllvl gte 2>>
You lock eyes with her and say:
<<speech "You" "$name">>Don't you enjoy sucking this dick?<</speech>>
<<speech "Mercedes">>Hmmm yes, you have a-<</speech>>
She stops for a moment...
<img class="middle medium" src="images/mercedes/day5/17.jpg">
<<speech "Mercedes">>What is this feeling?<</speech>>
<<speech "You" "$name">>What fee-<</speech>>
She stops sucking you, leans back and starts masturbating...
<<speech "Mercedes">>Oh my god! It feels so good!<</speech>>
<img class="middle medium" src="images/mercedes/day5/18.jpg">
<<speech "You" "$name">>What?? You were just sucking me...<</speech>>
<<speech "Mercedes">>Yeah but...FUCK! I'm gonna cum...<</speech>>
<img class="middle medium" src="images/mercedes/day5/19.jpg">
<<speech "Mercedes">>Don't stop it!<</speech>>
<<speech "You" "$name">>Stop what? I'm just looking at you!<</speech>>
<<speech "Mercedes">>Then don't stop looking at me!<</speech>>
<img class="middle medium" src="images/mercedes/day5/20.jpg">
You concentrate on her body.
[[Next|merc5lustcall2]]
<<set $CurOrg1 += 50>>
<<else>>
You don't have the power to do this.
[[Back|merc5lustblowjob]]<</if>><<speech "Mercedes">>Yes! Yes! I'm gonna...uhhhhhhhnnnnnn!<</speech>>
<video src="videos/mercedes/day5/orgasm.mp4" autoplay controls></video>
<img class="middle medium" src="images/mercedes/day5/21.jpg">
She came all over the place.
<<speech "You" "$name">>(Did I...do that?)<</speech>>
She doesn't seem satisfied yet...
<<speech "Mercedes">>Give me back this cock!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
She goes back on her knees and continues to suck you off.
<<set $merclust to true>>
[[Next|merc5lustblowjob]]
<<set $CurOrg1 += 50>><span class="bigger">Using your phone</span>
<div class="general">
*You may use your phone during breaks or short free time (it's not timed as an action).
*You can reply to new messages from the people you know everytime you use your phone. It's a great way to improve your relationship with others.
*The more you interact with people, the more they will text you.
*If you take too long to answer a message you might not be able to reply later.
*For now you already have some contacts on your list, but you can get more numbers by interacting with others.
[[Next|shortfree5]]</div>
<<set $sfaction to 3>><<nobr>>
<<set $mandy.mess to true>>
<<set $codi.mess to true>>
<<set $dee.mess to true>><</nobr>><span class="bigger">Short free time</span>
<div class="general"> *Throughout the day, small periods of free time may be available.
*At these moments you will be able to perform small actions, like talking to someone, using your phone or eat/drink something.
*You can only choose ''3 actions'', so use your time well.
[[Next|Phoneint]]</div>
<<set $dee.mess to true>><<nobr>>
<<set $dee.mess1 to true>>
<<set $mandy.mess to true>>
<<set $mandy.mess1 to true>>
<<set $mandy.mess to true>><</nobr>><<set $shortfreetime to true>>
<<if $sfaction gt 0>>
You enter the staff room and see:
<<if $sfaction2 is false>>
*Larry, by himself, trying to use his phone.
<<speech "Larry">>This GODAMN cell phone doesn't work!!!<</speech>><</if>>
<<if $sfaction3 is false>>
*Dani, reading a book
<img class="middle medium" src="images/dani/day5/1.jpg"><</if>>
<<if $sfaction4 is false>>
*Tyler, eating a sandwich.
<<speech "Tyler">>Yo! $name. Check this out...<</speech>><</if>>
What do you want to do?
<<link 'Use your phone' 'Phone'>> <</link>>
<<if $sfaction2 is false>>
[[Talk to Larry|larrytalk5]]<</if>>
<<if $sfaction3 is false>>
[[Talk to Dani|danitalk5]]<</if>>
<<if $sfaction4 is false>>
[[Talk to Tyler|tylertalk5]]<</if>>
<<if $sfaction5 is false>>
[[Eat something (energy:+15)|eat5]]<</if>>
[[Go back to work|kendratalk5]]
<<else>>
You have no free time left...
[[Go back to work|kendratalk5]]<</if>>You get closer to her.
<<speech "You" "$name">>Hey. What are you reading?<</speech>>
She looks at you and starts her usual stuttering.
<<speech "Dani">>Oh my! Ahhmm...H-Hey...It's a novel...<</speech>>
<<speech "You" "$name">>Hmm I see. I never really liked novels. I prefer adventure and investigation.<</speech>>
She throws her book aside.
<<speech "Dani">>Yeah! Me too. I actually hate novels. <</speech>>
It's pretty obvious that she's just trying to have something in common with you.
<<speech "Dani">>What's your f-favorite book?<</speech>>
You chat for some minutes.
<<speech "You" "$name">>I have to go now, bye!<</speech>>
<<speech "Dani">>Bye, $name! Have a wonderful day!<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction3 to true>>
<<set $dani.mess to true>>
<<set $dani.mess1 to true>><</nobr>>
[[Next|shortfree5]]Just when you're about to open the door, Kendra comes in.
<<set $shortfreetime to false>>
<<speech "Kendra">>Hi! I've been meaning to talk to you...<</speech>>
<img class="middle medium" src="images/kendra/day5/1.jpg">
<<speech "You" "$name">>Is it something serious?<</speech>>
<<if $kendra.corruption gte 1>>
<<speech "Kendra">>Nothing much. Just thinking about the whole Hornyfans proposal.<</speech>>
<<speech "You" "$name">>Oh, and what have you decided?<</speech>>
<<speech "Kendra">>I don't know. I'm still having some doubts about it...<</speech>>
<<else>>
<<speech "Kendra">>I don't think so...I want your opinion on something...<</speech>>
<<speech "You" "$name">>Sure, what is it?<</speech>>
<<speech "Kendra">>You know Hornyfans, right?<</speech>>
<<speech "You" "$name">>I do. Why?<</speech>>
<<speech "Kendra">>I'm thinking about making an account. Maybe I can earn a little money by being a model... A friend of mine is getting rich with just the Hornyfans income.<</speech>>
<<speech "You" "$name">>That's actually a great idea!<</speech>>
<<speech "Kendra">>And I want you to take the photos. You look like you might know this type of content.<</speech>>
<<speech "You" "$name">>I'm kinda offended that you just assumed that, but okay. Deal.<</speech>>
<<speech "Kendra">>Yeah... but I'm not sure yet.. I'm having some doubts.<</speech>>
<</if>>
<<speech "You" "$name">>What kind of doubts?<</speech>>
<<speech "Kendra">>Are people going to recognize me?<</speech>>
<<speech "You" "$name">>Not really. As you know, you can shoot just feet packs. And even if you show your face it's not like you're going to attach your personal instagram to it.<</speech>>
<<speech "Kendra">>And does it really pay well?<</speech>>
<<speech "You" "$name">>Well... people are working full time jobs to get in a whole year what some models earn in a month or two...<</speech>>
<<speech "Kendra">>Ok... I wanna do it...<</speech>>
<<speech "You" "$name">>Great! (I can't wait for this...)<</speech>>
<<speech "Kendra">>But you have to promise that it's not going to be weird.<</speech>>
<<speech "You" "$name">>I swear it won't. I'll be very professional...<</speech>>
<<speech "Kendra">>I'm free on sunday. You can go to my place.<</speech>>
<<speech "You" "$name">>Sunday afternoon?<</speech>>
<<speech "Kendra">>Yeah.<</speech>>
<<speech "You" "$name">>Sounds good to me.<</speech>>
She seems anxious, but happy.
<<speech "Kendra">>Ok, thanks for the help. I'm heading back.<</speech>>
<<speech "You" "$name">>Alright, see you soon.
(I think now might be a good time to receive my money)<</speech>>
[[Go to Frank's office|work5money]]You eat something and drink a little bit of coffee to help you go through the day.
<img class="middle medium" src="images/misc/food.jpg">
''You regained 15 energy''
<<set $CurEng += 15>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction5 to true>><</nobr>>
[[Next|shortfree5]]<<speech "You" "$name">>You're not gonna show me another chick sucking you, right?<</speech>>
<<speech "Tyler">>Forget about that man. I'm laughing my ass off at this dumb motherfucker....<</speech>>
He shows you some funny videos and you chat for a while.
<span class="friendship">His friendship has increased by 1</span>
<<set $tyler.friendship += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction4 to true>><</nobr>>
<<speech "Tyler">>So, uhmm. Do you want some today?<</speech>>
[[Buy some weed|buyweed5]]
[[Just rest a little bit more|shortfree5]]<<if $player.intelligence gte 5>>
Your intellect allows you to have some insight...
<<speech "You" "$name">>(That's weird... Today I've only been able to use my Lust calling... I think that I should plan my strategy for the scene today in case I can't use other powers...)<</speech>>
<</if>>
How do you want to work the second part of your shift?
[[Work hard|work5hard2]]
[[Just "work"|work5bad2]]<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/mandy/face.jpg">
<a data-passage="Mandymessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Mandygallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Mandycontact">><</button>>
*Profile picture:
<img class="contacts" src="images/mandy/face.jpg">
<<if $mandypic1 is true>>*Day 12 (after fuck)
<img class="middle medium" src="images/release 4.02/mandy/day12/1.jpg">
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/kendra/face.jpg">
<a data-passage="Kendramessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Kendragallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<if $day is 5>><<goto "shortfree5">><</if>>
<<if $day is 6>><<goto "shortfree6">><</if>>
<<if $day is 9>><<goto "room9day">><</if>>
<<if $day is 10>><<goto "shortfree10a">><</if>>
<<if $day is 11>><<goto "shortfree11">><</if>>
<<if $day is 12 and $period is 2>><<goto "day12rest">><</if>><<speech "You" "$name">>Hey, Larry. Having trouble with your phone?<</speech>>
<<speech "Larry">>This thing simply won't work, $name. I've tried everything...<</speech>>
<<speech "You" "$name">>What are you trying to do?<</speech>>
<<speech "Larry">>My granddaughter said she wants to make a video call. But I can't install the program that does that.<</speech>>
<<speech "You" "$name">>Give it here, let me save you.<</speech>>
<<speech "Larry">>Ha! Good luck with that. As if you're gonna fix it befo-<</speech>>
It really doesn't take more than 1 minute.
<<speech "You" "$name">>Done. Here it is.<</speech>>
<<speech "Larry">>Well... I'll be dammed. Thanks for the help, $name.<</speech>>
He calls his granddaughter and she immediately picks up the phone.
<div class="general">Hey, grampa! Why took you so long?</div>
<<speech "Larry">>I'm sorry dear. I was having a hard time installing this freaking program, but thanks to $name I managed to call you back.<</speech>>
<div class="general">$name?</div>
<<speech "Larry">>Yeah he's right here. Say hi...<</speech>>
He turns his phone to you and shows you his granddaughter.
<div class="general">Oh, hi!</div>
<img class="middle large" src="images/riley/day5/1.jpg">
<<speech "You" "$name">>Uhmm, hey! (Woah, she's gorgeous...)<</speech>>
<div class="general">Thanks for helping my grampa.</div>
<<speech "You" "$name">>No worries. Larry always helps me. Might as well help him back.<</speech>>
She smiles at you.
<<speech "Riley">>Good to know that. Nice to meet you, $name. I'm Riley.<</speech>>
<<speech "You" "$name">>Nice to meet you too. Bye!<</speech>>
You give Larry his phone back and go on with your day.
<span class="favor">His favor has increased by 1</span>
<<set $larry.favor += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction2 to true>><</nobr>>
[[Next|shortfree5]]<span class="bigger">The building's receptionist: Steve</span>
<img class="right-side medium" src="images/steve/capa.jpg">
<<set $steve.met to true>>
Steve works in the building for about three years, but for him it feels like an eternity. He's always complaining about Marie since she treats him very badly and is constantly putting him to work.
He is a very relaxed guy and have become good friends with you since you moved to the building.
Right now he is on a vacation for the week and is expected to come back next week. If he does come back, that is...
[[Next|lobby5a]]
They're so caught out in the argument that they still haven't noticed you.
<<set $cecilia.met to true>><<nobr>>
<<set $misty.met to true>><</nobr>>
<<speech "Misty" "???">>You must be outta your mind if you think I'd let you go to college and live alone.<</speech>>
<<speech "Cecilia" "???">>Why the hell not?<</speech>>
<<speech "Misty" "???">>You want to get pregnant at eighteen like your mother did?<</speech>>
<<speech "Cecilia" "???">>I'm soon to be nineteen! What does this have to do with me living alone?<</speech>>
<<speech "Misty" "???">>That's what happens when you have no surpevision at your age... Look at your clothes!<</speech>>
She laughs mischeviously, playing dumb.
<<speech "Cecilia" "???">>What's wrong with my clothes??<</speech>>
<img class="large" src="images/cecilia/day5/2.jpg">
<<speech "Misty" "???">>Put this down, ''now''! People are gonna think you're a slut!<</speech>>
The mother looks around to see if anyone's noticed and finally sees you.
<img class="large" src="images/misty/day5/2.jpg">
<<speech "Misty" "???">>Hey! What you're looking at?<</speech>>
<<speech "You" "$name">>What? Uhm nothing. I just live here... are you... moving in?<</speech>>
The girl also notices you.
<<speech "Cecilia" "???">>You don't need to be rude mom. Yes, it's our first day here.<</speech>>
<img class="large" src="images/cecilia/day5/3.jpg">
<<speech "Cecilia">>I'm Cecilia...what's your name, handsome?<</speech>>
She seems very straightforward.
<<speech "You" "$name">>I'm $name. Welcome to the building.<</speech>>
The woman takes a deep breath.
<<speech "Misty" "???">>Sorry. This girl just... gets on my nerves.<</speech>>
She stands her hand to you.
<<speech "Misty">>I'm Misty. Nice to meet you.<</speech>>
You shake her hand and notice how strong her grip is.
<<speech "You" "$name">>Nice too meet you too.<</speech>>
You look at the girl.
<<speech "You" "$name">>So, you're in college, right?<</speech>>
<<speech "Cecilia">>Yes! I just got in.<</speech>>
<<speech "You" "$name">>There's a professor that lives here. Her name's Dee, she teaches art there.<</speech>>
<<speech "Cecilia">>Oh, that's interesting. Tell me more...<</speech>>
You can swear she's giving you all the signs.
<img class="large" src="images/cecilia/day5/4.jpg">
<<speech "You" "$name">>(Wait, are her shorts open?)<</speech>>
<img class="large" src="images/cecilia/day5/5.jpg">
Suddenly your body feels warm.
<img class="middle medium" src="images/player/lustcall.gif">
[[Next|lobby5b]]You feel distracted for a while, but manage to draw your attention back to the moment.
<<speech "You" "$name">>(What did I do?)<</speech>>
Misty is looking at you.
<img class="large" src="images/misty/day5/3.jpg">
<<speech "Misty">>You know...you're actually a fine young boy. Don't know why I didn't realized sooner.<</speech>>
<<speech "You" "$name">>Thanks...(Okay...I definitely did something)<</speech>>
<<speech "Cecilia">>Yeah mom! He's very cute..<</speech>>
<img class="middle medium" src="images/cecilia/day5/6.jpg">
<<speech "You" "$name">>So...anything you need just knock on my door, ok? (I should leave. I don't feel in control at all...)<</speech>>
<<speech "Misty">>Leaving so soon?<</speech>>
<img class="large" src="images/misty/day5/4.jpg">
<<speech "You" "$name">>(What? She opened her shorts too?)<</speech>>
<<speech "Cecilia">>Hey, $name! What do you think about my tits? Are they too small?<</speech>>
<img class="large" src="images/cecilia/day5/7.jpg">
<<speech "You" "$name">>Woah. Uhmm, no... I think they're great! (Fuck, this is hot, but I'm right at the entrance. Anyone could come in right now...)<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
Your cock gets completely hard.
<<speech "Misty">>Oh Lord! What's this feeling?<</speech>>
She presses her croth.
<img class="large" src="images/misty/day5/5.jpg">
<<speech "You" "$name">>(''What the hell is goin on?'')<</speech>>
While you're focused on Misty you hear Cecilia say:
<<speech "Cecilia">>You're right, mom. I shouldn't be wearing these kind of clothes. Let me take them off...<</speech>>
<img class="large" src="images/cecilia/day5/8.jpg">
<<speech "Misty">>I feel like I should do the same. It's too hot in here...<</speech>>
<img class="large" src="images/misty/day5/6.jpg">
Your body feels warmer and warmer.
<<speech "You" "$name">>(You know what? I'm too horny to give a damn) Alright girls, take it all off.<</speech>>
But someone enters the building.
[[Next|lobby5c]]It's a guy you saw a few times in the elevator. He tried to hit on you a few times before.
<img class="middle medium" src="images/misc/fatgay.jpg">
<div class="general">//Oh-my-god! What is happening in here? What is this feeling?//</div>
He looks at you and opens a smile.
<div class="general">//Hellooooo $name... Why didn't you invited me to this little party you're having here?//</div>
<<speech "You" "$name">>What? No! There's nothing happening. I-I don't know what they're doing...<</speech>>
<div class="general">//Let me join you girlsss...//</div>
He takes off his clothes and starts to dance.
<img class="middle medium" src="images/misc/fatgaydancing.gif">
<<speech "You" "$name">>''OH HELL NO!'' (I need to get the fuck away from here or this is going to turn into an orgy)<</speech>>
You rush to the door, but Cecilia calls you.
<<speech "Cecilia">>Wait! Were are you going?<</speech>>
<img class="larger" src="images/cecilia/day5/9.jpg">
<<speech "You" "$name">>(Fuck, she's so fucking hot. Maybe if...)<</speech>>
You rush back to her with your phone in hands.
<<speech "You" "$name">>Here! Type in your number, fast!<</speech>>
<<speech "Cecilia">>Okay!<</speech>>
For a brief moment you can enjoy the view while she's typing.
<img class="middle medium" src="images/cecilia/day5/10.jpg">
''You got her number.''
<<set $cecilia.number to true>>
You think about getting Misty's number, now that she's open to you...
...but someone's coming in your direction.
<img class="middle medium" src="images/misc/fatgaydancing2.gif">
<<speech "You" "$name">>''AHHHHH!''<</speech>>
You rush out of the building.
<img class="middle medium" src="images/misc/run.gif">
[[Get the fuck out|buildingentrance5]]<<set $stats2 to true>><<nobr>>
<<set $now to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $sexsimple to false>>
<<set $skillslist to true>>
<<Sexend>><</nobr>>
<<if $player.intelligence gte 5>>
Your intellect allows you to have some insight...
<<speech "You" "$name">>(That's weird... Today I've only been able to use my Lust calling... I think that I should plan my strategy for the scene today in case I can't use other powers...)<</speech>>
<</if>>
How do you want to work the second part of your shift?
[[Work hard|work5hard2]]
[[Just "work"|work5bad2]]You give your best to not be called out by your boss and manage to do your job as you are intended to.
<<speech "You" "$name">>Well, I can't take the actor job as granted. Best to work hard and get paid.<</speech>>
<img class="middle medium" src="images/misc/hardwork.gif">
<span class="grey">''Your fitness has increased by 1''</span>
<<set $player.fitness += 1>>
<span class="blue">''Your intelligence has increased by 1''</span>
<<set $player.intelligence += 1>>
[[Next|work5night]]
<<set $CurEng -= 20>><<nobr>>
<<AdvancePeriod 1>><</nobr>>You do just the minimum and pretend to work hard, setting people to work for you.
<<speech "You" "$name">>Ain't nobody got time for this shitty job.<</speech>>
<img class="small" src="images/misc/badwork.gif">
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
[[Next|work5night]]
<<set $CurEng -= 15>><<nobr>>
<<AdvancePeriod 1>><</nobr>>You're at the cashier duty attending an old woman, doing the best you can to not fall asleep.
~BEEP~
<<speech "You" "$name">>(Shit. I have to wake up fast. I have to shoot a scene in about two hours or so...)<</speech>>
~BEEP~
<<speech "You" "$name">>(Why the hell am I so tired?)<</speech>>
~BEEP~
<<speech "You" "$name">>(Did this lady buy the whole market?)<</speech>>
~BEEP~
<<speech "You" "$name">>Is this all, ma'am?<</speech>>
<div class="general">//Yes. let me get my credit card...It's somewhere around here....I know it is...//</div>
Your sleepiness gets harder to fight against.
<<speech "You" "$name">>Take your time....(Okay, this is it. My eyes are shutting down...)<</speech>>
~BAAAAM~
Someone hits the counter...
<<speech "James">>Wakey wakey sleeping beauty...<</speech>>
[[Next|Jamesint]]
<<set $period to 4>><span class="bigger">The officer: James</span>
<img class="right-side medium" src="images/james/capa.jpg">
<<set $james.met to true>>
This is James, the "righteous cop". He works in the police department and always add the market to his route. Most of the time he comes to grab something to eat and goes on his way.
Frank normally gives him extra money to stay around the place since he doesn't trust you as a security guard.
You'd think that with age comes maturity, but even in his forties, he's usually mean to you and acts as bully type of cop, using his badge to get what he wants... including women.
[[Next|work5nighta]]
<<speech "James">>Excuse me lady... in the name of the law.<</speech>>
He bumps her to the side.
<div class="general">//Ow!//</div>
He puts some beers in front of you.
<<speech "James">>Here, a six pack.<</speech>>
<<speech "You" "$name">>I'm already closing her shopping...<</speech>>
He gets closer to your face.
<<speech "James">>Do I look like I care, pothead?<</speech>>
<<speech "You" "$name">>Uhmm, no officer. (Fucking jerk, man...)<</speech>>
You register his beers and put them on a bag.
He opens one of them and starts drinking.
<<speech "James">>You're my favorite cashier, you know that, right Mr. $name?<</speech>>
<<speech "You" "$name">>Sure, officer... (Bitch...)<</speech>>
<<speech "James">>Oh yeah. And let me get one of these...<</speech>>
He grabs a chocolate bar and goes away without paying.
<<speech "You" "$name">>Sir! You have to pay for that! ''Sir!''<</speech>>
<<speech "James">>Bye, $name. Pleasure to see ya'... Come, Eliza!<</speech>>
He leaves the store
<<speech "Eliza">>I'm coming, sir!
Don't mind him $name...<</speech>>
[[Next|Elizaint]]<span class="bigger">The soon-to-be officer: Eliza</span>
<img class="right-side medium" src="images/eliza/capa.jpg">
<<set $eliza.met to true>>
Eliza is a very dutiful cop in training. She's always eager to serve and have a strong sense of justice.
She's been very nice to you since about three months ago when officer James started to bring her to the market in his patrols.
Through small talk, you know that she's almost finishing her training under James supervision.
Even though she doesn't agree to most things he does, she still respects him.
You did kinda build a crush over her.
[[Next|work5nightb]]<<speech "Eliza">>Here, $name. For the candy bar.<</speech>>
She pays for the candy James took.
<<speech "Eliza">>And you, young lady. Let me help you with your groceries.<</speech>>
<div class="general">//Oh, you're such an angel!//</div>
She looks at you.
<div class="general">//Why don't you ask her out?? You two look like you could make a nice couple.//</div>
Your body feels hotter suddenly...
Eliza looks at you with a serious face, pretending not to have heard anything.
<<speech "Eliza">>I guess that's it. Goodbye, $name. Be safe.<</speech>>
But you can see she's blushing a little.
<<speech "You" "$name">>(Hmm, she's blushing. Does this means I have a chance with her? I never thought she could like me back)
Bye, Eliza! Have a nice da-... night!<</speech>>
The two ladies walk out of the market.
[[Next|staffroomnight5]]Your work for the day is over. Now it's time for your second job.
<<speech "You" "$name">>(Okay I got this! I already shot a scene. I'm not a beginner anymore)<</speech>>
You look in a mirror.
<<speech "You" "$name">>(Who's the hottest man alive? You. You are. Go get them!)<</speech>>
After changing your clothes you make your way to the studio.
@@#answer;
<<link "Grab an energy drink (+20 energy / - 10 $)">>
<<replace "#answer">>
[img[images/misc/energydrink.gif]]
<span class="energy">Your energy has increased by 20</span>
<<set $CurEng += 20>><<nobr>>
<<set $player.money -= 5>><</nobr>>
<<link 'Next' 'studio5'>> <</link>>
<</replace>><</link>>
[[Next|studio5]]<<speech "You" "$name">>Okay, how much?<</speech>>
<<speech "Tyler">>You keep forgeting the price man. I only sell premium rolled joints. It's 10$ each. Five for 45$.<</speech>>
[[Buy one|5weed1]]
[[Buy five|5weed5]]
[[Persuade him (charisma must be at least 8)|5weediscount]]
[[Don't buy|5weedno]]<<if $weeddiscount is false>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
''You are 10$ poorer"
[[Next|shortfree5]]
<<set $weed += 1>>
<<set $player.money -= 10>>
<<else>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
''You are 8$ poorer"
[[Next|shortfree5]]
<<set $weed += 1>>
<<set $player.money -= 8>>
<</if>><<if $weeddiscount is false>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 weed joints''
''You are 45$ poorer"
[[Next|shortfree5]]
<<set $weed += 5>>
<<set $player.money -= 45>>
<<else>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 weed joints''
''You are 40$ poorer"
[[Next|shortfree5]]
<<set $weed += 5>>
<<set $player.money -= 40>>
<</if>><<if $player.charisma gte 5>><<set $weeddiscount to true>>
<<speech "You" "$name">>Come on man, how long we know eachother? I always buy from you. And you only.<</speech>>
You look right in his eyes trying to make him feel guilty.
<<speech "Tyler">>Aight, aight. One for 8$ and five for 40$.<</speech>>
<<else>>
<<speech "You" "$name">>Can't you make it cheaper?<</speech>>
<<speech "Tyler">>Come on, bro. This shit's expensive, I can't.<</speech>>
<</if>>
[[Buy one|5weed1]]
[[Buy five|5weed5]]
[[Don't buy|5weedno]]<<speech "You" "$name">>Nah, not today man. Thanks.<</speech>>
<<speech "Tyler">>Hey, your loss. Maybe some other day.<</speech>>
[[Next|shortfree5]]<<set $matt.met to true>><<nobr>>
<<set $buck.met to true>><</nobr>>
In the entrance is Buck, the security guy, standing there with a serious face.
<<speech "Buck">>Hey, wait...<</speech>>
He looks at you for a while.
<<speech "Buck">>Oh, the new guy. I remember you. Come in.<</speech>>
<<speech "You" "$name">>Thanks...<</speech>>
After getting to the place your heart starts to beat faster. After all, it will be your first scene without Dick around to help you.
<<speech "You" "$name">>(Relax, $name. Relax $name...)<</speech>>
You recognize the guy that stays at the reception.
<<speech "Matt" "???">>Hey, you're here...I thought you wouldn't show up.<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Matt" "???">>I don't know, some people quit after the first scene. But I'm glad you came. Welcome!<</speech>>
He seems more open this time.
<<speech "Matt" "???">>Let me introduce myself: I'm Little Giant.<</speech>>
Buck hears that from the door and bursts in laughter.
<<speech "Buck">>AHAHAHAHAHAHA. You're still doing this shit? HAHAHA...<</speech>>
<<speech "Matt" "???">>Hey, you shut up. Everyone around here have made up names.<</speech>>
<<speech "Buck">>Yeah, but they are actual actors. You just work at edition.<</speech>>
<<speech "Matt" "???">>And reception...Whatever man...<</speech>>
<<speech "Buck">>Listen, new guy. His name is Matt...<</speech>>
Matt looks at you dead in the eye.
<<speech "Matt" "???">>You don't have a name yet... do you?<</speech>>
<<speech "You" "$name">>I haven't come up with one yet.<</speech>>
<<speech "Matt" "???">>You better think of one fast. Your real name won't cut it.<</speech>>
<<speech "You" "$name">>Okay, I'll think of one.<</speech>>
<<speech "Matt" "???">>Now, you can go. There are two actresses waiting.<</speech>>
@@#answer;
<<link "Call him Giant">>
<<replace "#answer">>
<<speech "You" "$name">>Thank you, Giant.<</speech>>
<<set $mname to "Giant">>
<span class="friendship">His friendship has increased by 2</span>
<<set $matt.friendship += 2>>
<<speech "Matt" "$mname">>See? He gets it!<</speech>>
<<link 'Chose an actress' 'prechosegirl5'>> <</link>>
<</replace>><</link>>
<<link "Call him Matt">>
<<replace "#answer">>
<<speech "You" "$name">>Thank you, Matt.<</speech>>
<<set $mname to "Matt">>
<<speech "Matt" "$mname">>Yeah... whatever...<</speech>>
<<link 'Chose an actress' 'prechosegirl5'>> <</link>>
<</replace>><</link>><div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<Sexend>>
<div class="general">''OPTION 1: Whitney'' (Reputation +2, Money +300$)
<img class="right-side medium" src="images/actresses/whitney/capa.jpg">
''REQUIREMENT: 3 in reputation.''
[[Choose Whitney|Whitney]]
''PROS:''
- More reputation
- Big tits
- Easygoing
''CONS'':
- Hard not to cum with her
- Less experienced
''GIRL HINT TO BONUS'': are you an observant person...?
</div>
<div class="general">''OPTION 2: Envy'' (Reputation +1, Money +200$)
<img class="right-side medium" src="images/actresses/envy/capa.jpg">
[[Choose Envy|Envy]]
''PROS''
- Kinda easygoing
''CONS''
- Less experienced
- Less reputation
</div>
<div class="general">''OPTION 3: Chiquita'' (Reputation +3, Money +350$)
<img class="right-side medium" src="images/actresses/chiquita/capa.jpg">
''REQUIREMENT: Megan's recommendation.''
[[Choose Chiquita|chiquitapre]]
''PROS''
- More money
- Very cute
- Easy going
- Sex addict
- Experienced
''CONS''
- Hard not to cum with her
- Harder to make cum
</div><<if $player.reputation gte 3>>
You get to the set and see the girl shooting an small introduction to the scene.
<video src="videos/actresses/whitney/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! She has nice tits...)<</speech>>
[[Next|Whitneya]]
<<else>>
Your reputations is not high enough to shoot with her.
[[Back|chosegirl5]]<</if>>She climbs on the couch and pulls down her fishnets.
<<set $Chiquita to true>>
<video src="videos/actresses/chiquita/showass.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah! You have a nice ass<</speech>>
<<speech "Chiquita">>Thanks baby. Let me prepare it for you.<</speech>>
<<Sexend>>
[[Next|Chiquitab]]She put two fingers inside her asshole.
<video src="videos/actresses/chiquita/prepass.mp4" autoplay controls></video>
<<speech "Chiquita">>You are going to fuck my ass today, pendejo.<</speech>>
<<speech "You" "$name">>Yes! (This is fucking awesome!)<</speech>>
[[Next|Chiquitac]]She adds one more.
<video src="videos/actresses/chiquita/prepass2.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's nasty...)<</speech>>
[[Next|Chiquitad]]<<speech "Chiquita">>Megan told me you have a big dick. Let me see.<</speech>>
<video src="videos/actresses/chiquita/presuck.mp4" autoplay controls></video>
<<speech "You" "$name">>(We're not even in the right set with and she wants to suck me? I won't say no to that)<</speech>>
[[Next|Chiquitae]]<video src="videos/actresses/chiquita/presuck2.mp4" autoplay controls></video>
<<speech "Chiquita">>That chica was not lying...<</speech>>
[[Next|Chiquitaf]]<video src="videos/actresses/chiquita/suck1.mp4" autoplay controls></video>
<<speech "You" "$name">>Hmm... this feels nice.<</speech>>
[[Next|Chiquitag]]<video src="videos/actresses/chiquita/suck2.mp4" autoplay controls></video>
<<speech "You" "$name">>(''Fuck!'' she's really going for it. Should we go to the set?)<</speech>>
[[Go to set and begin shooting|Chiquitapresex]]
[[Let her work some more (5 energy)|Chiquitawork]]
[[Control her head (5 energy / domination: 8)|Chiquitacontrol]]<<Sexstart>><<nobr>>
<<set $now to false>>
<<set $stats2 to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $CurOrg += 4>>
<<set $chiquitatopoff to false>>
<<set $chiquitadp to false>>
<<set $lustsex to true>>
<<set $chiquitadpquestion to false>><</nobr>>
You get to the set and lay on a purple couch.
She gets to work right away.
<video src="videos/actresses/chiquita/sex1.mp4" autoplay controls></video>
[[Keep sucking|Chiquitasexsuck]]
[[Take her top off (Free sex)|Chiquitasex]]She grabs the back of your legs and force her mouth into your dick.
<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 5>><</nobr>>
<video src="videos/actresses/chiquita/suckwork.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! If she keep it up like this I'm not gonna last long...)<</speech>>
Someone comes to "save" you.
<div class="general">//What the hell are you two doing? The crew is all ready!//</div>
The director appears and tells you to get to work, in front of camera this time...
[[Next|Chiquitapresex]]<<if $player.dominance gte 8>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 5>>
<<set $bonusdominance to true>><</nobr>>
You grab to back of her head and take control.
<<speech "You" "$name">>Come here...<</speech>>
<video src="videos/actresses/chiquita/suckcontrol.mp4" autoplay controls></video>
[[Let her go|Chiquitacontrolrelease]]
[[Hold her|Chiquitacontrolhold]]
<<else>>
You're not dominant enough to make her do that off camera.
[[Back|Chiquitag]]<</if>>You try not force things.
<<set $CurOrg += 1>>
<video src="videos/actresses/chiquita/suckcontrolrelease.mp4" autoplay controls></video>
<div class="general">//What the hell are you two doing? The crew is all ready!//</div>
The director appears and tells you to get to work, in front of camera this time...
<<set $CurEng -= 10>>
[[Next|Chiquitapresex]]<<speech "You" "$name">>Fuck! This feels good!<</speech>>
<<set $CurOrg += 3>>
<video src="videos/actresses/chiquita/suckcontrolhold.mp4" autoplay controls></video>
[[Next|Chiquitacontrolhold2]]She forces her head back.
<<set $CurOrg += 2>>
<video src="videos/actresses/chiquita/suckcontrolhold2.mp4" autoplay controls></video>
<<speech "Chiquita">>Puta madre! Que pendejo...<</speech>>
She swears in spanish but still has lust in her eyes.
<div class="general">//What the hell are you two doing? The crew is all ready!//</div>
The director appears and tells you to get to work, in front of camera this time...
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
[[Next|Chiquitapresex]]You press her head down.
<<set $CurOrg += 3>>
<video src="videos/actresses/chiquita/sex2.mp4" autoplay controls></video>
[[Keep this going|Chiquitasexsuck2]]
[[Take her top off (Free sex)|Chiquitasex]]<<set $penetrated to false>>
<<if $chiquitatopoff is false>>
<video src="videos/actresses/chiquita/topoff.mp4" autoplay controls></video>
<<speech "You" "$name">>(Let's do this...)<</speech>>
<<set $chiquitatopoff to true>><</if>>
[[Blowjob|chiquitabjst]]
[[Lick her pussy|chiquitapussylick]]
[[Lick her ass|chiquitaasslick]]
[[Anal|chiquitaanal]]
[[Vaginal cowgirl|chiquitavcow]]
<<if $chiquitadp is true>>
[[DP positions|chiquitadp]]<</if>>
<<if $lustsex is true>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the power (energy: -10)|LustSexChiquita]]<</if>><<set $CurOrg += 3>>
She keeps working your big dick.
<video src="videos/actresses/chiquita/sex3.mp4" autoplay controls></video>
[[Take her top off (Free sex)|Chiquitasex]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/chiquita/bjst1.mp4" autoplay controls></video>
[[Keep holding (dominance: 8)|chiquitabjhold]]
[[Release|chiquitabjst2]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><video src="videos/actresses/chiquita/bjst2.mp4" autoplay controls></video>
[[Suck more|chiquitabjst]]
[[Back|Chiquitasex]]<<set $CurOrg1 += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $bonuscharisma to true>><</nobr>>
<video src="videos/actresses/chiquita/asslick.mp4" autoplay controls></video>
<<speech "You" "$name">>(I've never done this before. It's kinda hot)<</speech>>
[[Keep licking|chiquitaasslick]]
[[Back|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $penetrated to false>>
[[Doggy|chiquitadoggy]]
[[Cowgirl|chiquitacow]]
[[Reverse cowgirl|chiquitarevcow]]
[[Missionary|chiquitamiss]]
[[Back to all|Chiquitasex]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
She gets on fours and lift her ass waiting for you.
<video src="videos/actresses/chiquita/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/doggy.mp4" autoplay controls></video>
<</if>>
[[Faster|chiquitadoggyfast]]
[[Harder|chiquitadoggyhard]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=5>><</nobr>>
<video src="videos/actresses/chiquita/doggyfast.mp4" autoplay controls></video>
[[Harder|chiquitadoggyhard]]
[[Back to normal speed|chiquitadoggy]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>Ohh, this feels so fucking good...<</speech>>
<video src="videos/actresses/chiquita/doggyhard.mp4" autoplay controls></video>
[[Faster|chiquitadoggyfast]]
[[Back to normal speed|chiquitadoggy]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg1 += 4>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<speech "Chiquita">>Suck this pussy harder!<</speech>>
<video src="videos/actresses/chiquita/pussylick.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmm, she's intense...)<</speech>>
[[Keep licking|chiquitapussylick]]
[[Back|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video src="videos/actresses/chiquita/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/miss.mp4" autoplay controls></video>
<</if>>
[[Finger her pussy|chiquitamissfinger]]
[[Faster|chiquitamissfast]]
[[Make her taste it|chiquitamisstaste]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>You like that?<</speech>>
<video src="videos/actresses/chiquita/missfast.mp4" autoplay controls></video>
[[Finger her pussy|chiquitamissfinger]]
[[Make her taste it|chiquitamisstaste]]
[[Back to normal speed|chiquitamiss]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=5>><</nobr>>
<video src="videos/actresses/chiquita/missfinger.mp4" autoplay controls></video>
[[Faster|chiquitamissfast]]
[[Make her taste your dick|chiquitamisstaste]]
[[Back to fucking|chiquitamiss]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $penetrated to false>><<nobr>>
<<set $CurOrg += 3>><</nobr>>
<video src="videos/actresses/chiquita/misstaste.mp4" autoplay controls></video>
[[Taste more|chiquitamisstaste2]]
[[Suck on balls|chiquitamisstasteballs]]
[[Put it back|chiquitamiss]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>>
<video src="videos/actresses/chiquita/misstaste2.mp4" autoplay controls></video>
[[Taste more|chiquitamisstaste]]
[[Suck on balls|chiquitamisstasteballs]]
[[Put it back|chiquitamiss]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 1>>
<<speech "Chiquita">>Hmmm, is full of milk.<</speech>>
<video src="videos/actresses/chiquita/misstasteballs.mp4" autoplay controls></video>
[[Taste more|chiquitamisstaste]]
[[Back to fucking|chiquitamiss]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video src="videos/actresses/chiquita/revcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/revcow.mp4" autoplay controls></video>
<</if>>
[[Play with her pussy|chiquitarevcowpplay]]
[[Harder|chiquitarevcowhard]]
<<if $chiquitadpquestion is false>>
[[Hug her legs|chiquitalegsuphugdp?]]
<<else>>
[[Hug her legs|chiquitalegsuphug]]<</if>>
<<if $chiquitadp is true>>
[[Dp her|chiquitarevcowdp]]<</if>>
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>><</nobr>>
<video src="videos/actresses/chiquita/revcowpplay.mp4" autoplay controls></video>
[[Fuck her harder|chiquitarevcowhard]]
[[Back to just fucking|chiquitarevcow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>><</nobr>>
<video src="videos/actresses/chiquita/revcowhard.mp4" autoplay controls></video>
[[Play with her pussy|chiquitarevcowpplay]]
[[Back to just fucking|chiquitarevcow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<video src="videos/actresses/chiquita/cow.mp4" autoplay controls></video>
[[Spank her|chiquitacowspank]]
[[Harder|chiquitacowhard]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<speech "Chiquita">>Yes! Hit me more!<</speech>>
<video src="videos/actresses/chiquita/cowspank.mp4" autoplay controls></video>
[[Spank more|chiquitacowspank2]]
[[Fuck her harder|chiquitacowhard]]
[[Normal|chiquitacow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<video src="videos/actresses/chiquita/cowspank2.mp4" autoplay controls></video>
[[Fuck her harder|chiquitacowhard]]
[[Normal|chiquitacow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Chiquita">>Sí! Folla mi culo!<</speech>>
<video src="videos/actresses/chiquita/cowhard.mp4" autoplay controls></video>
[[Spank her|chiquitacowspank]]
[[Normal|chiquitacow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video src="videos/actresses/chiquita/vcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/vcow.mp4" autoplay controls></video>
<</if>>
[[Spank her|chiquitavcowspank]]
<<if $chiquitadpquestion is false>>
[[Deeper|chiquitavcowdeep?]]
<<else>>
[[Deeper|chiquitavcowdeep]]<</if>>
<<if $chiquitadp is true>>
[[DP her|chiquitavcowdp]]<</if>>
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=5>>
<<set $chiquitadpquestion to true>><</nobr>>
<video src="videos/actresses/chiquita/vcowdeep.mp4" autoplay controls></video>
While you're fucking her, the director says:
<div class="general">//Fuck! This looks hot! Mind if I join?? You can keep the payment. I just want to have a taste...//</div>
<<speech "Chiquita">>I don't mind... It's up to you baby.<</speech>>
[[Tell him to join|chiquitavcowyesdp]]
[[Decline his proposition|chiquitavcownodp]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=5>>
<<set $chiquitadpcum to true>><</nobr>>
<<speech "You" "$name">>Why not man? Her ass is free.<</speech>>
<<set $chiquitadp to true>><<nobr>>
<<set $chiquitabonus to true>><</nobr>>
<div class="general">//Fuck yeah!//</div>
<video src="videos/actresses/chiquita/vcowdpstart.mp4" autoplay controls></video>
''Your reputation has increased by 1''
<<set $player.reputation += 1>>
[[Harder|chiquitavcowdphard]]
[[Very hard|chiquitavcowdpharder]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $penetrated to false>>
[[Fuck her pussy|chiquitavcowdp]]
[[Fuck her ass|chiquitarevcowdp]]
[[Back|Chiquitasex]]<<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=7>>
<<set $CurPain +=2>>
<<set $chiquitadpcum to true>><</nobr>>
<<if $penetrated is false>>
<video src="videos/actresses/chiquita/vcowdpstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/vcowdp.mp4" autoplay controls></video>
<</if>>
[[Harder|chiquitavcowdphard]]
[[Very hard|chiquitavcowdpharder]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>>
<<set $CurPain +=3>><</nobr>>
<video src="videos/actresses/chiquita/vcowdphard.mp4" autoplay controls></video>
[[Very hard|chiquitavcowdpharder]]
[[Normal|chiquitavcowdp]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=7>>
<<set $CurPain +=5>><</nobr>>
You both destroy her pussy and asshole.
<<speech "Chiquita">>Ahhhh! ''Pendejos''.<</speech>>
<video src="videos/actresses/chiquita/vcowdpharder.mp4" autoplay controls></video>
And she's taking it like a champ.
[[Hard|chiquitavcowdphard]]
[[Normal|chiquitavcowdp]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Chiquita">>Fuuuuuuckin amazing cabrón!<</speech>>
<video src="videos/actresses/chiquita/orgasm.mp4" autoplay controls></video>
[[Back|Chiquitasex]]<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=5>>
<<set $chiquitadpquestion to true>><</nobr>>
<video src="videos/actresses/chiquita/revcowhug.mp4" autoplay controls></video>
While you're fucking her, the director says:
<div class="general">//Fuck! This looks hot! Mind if I join?? You can keep the payment. I just want to have a taste...//</div>
<<speech "Chiquita">>I don't mind... It's up to you baby.<</speech>>
[[Tell him to join|chiquitarevcowyesdp]]
[[Decline his proposition|chiquitarevcownodp]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<speech "You" "$name">>Why not man? Her pussy is free.<</speech>>
<<set $chiquitadp to true>><<nobr>>
<<set $chiquitabonus to true>>
<<set $chiquitadpcum to true>><</nobr>>
<div class="general">//Fuck yeah!//</div>
<video src="videos/actresses/chiquita/revcowdpstart.mp4" autoplay controls></video>
''Your reputation has increased by 1''
<<set $player.reputation += 1>>
[[Faster|chiquitarevcowdpfast]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "You" "$name">>Sorry, man. I want her all to myself today.<</speech>>
You answer while fucking her.
<video src="videos/actresses/chiquita/vcow.mp4" autoplay controls></video>
He's a little frustrated...
<div class="general">//It's all good...//</div>
[[Deeper|chiquitavcowdeep]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "You" "$name">>Sorry, man. I want her all to myself today.<</speech>>
You answer while fucking her.
<video src="videos/actresses/chiquita/revcow.mp4" autoplay controls></video>
He's a little frustrated...
<div class="general">//It's all good...//</div>
[[Play with her pussy|chiquitarevcowpplay]]
[[Harder|chiquitarevcowhard]]
[[Hug her legs|chiquitalegsuphug]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>>
<<set $CurPain +=3>>
<<set $chiquitadpcum to true>><</nobr>>
<<if $penetrated is false>>
<video src="videos/actresses/chiquita/revcowdpstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video src="videos/actresses/chiquita/revcowdp.mp4" autoplay controls></video>
<</if>>
[[Faster|chiquitarevcowdpfast]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=7>>
<<set $CurPain +=5>><</nobr>>
<<speech "Chiquita">>Siiiií. Full of dick!<</speech>>
<video src="videos/actresses/chiquita/revcowdpfast.mp4" autoplay controls></video>
[[Normal|chiquitarevcowdp]]
[[Back to DP positions|chiquitadp]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<video src="videos/actresses/chiquita/vcowspank.mp4" autoplay controls></video>
[[Deeper|chiquitavcowdeep]]
<<if $chiquitadp is true>>
[[DP her|chiquitavcowdp]]<</if>>
[[Normal|chiquitavcow]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "You" "$name">>(Fuck! It's much tighter like this)<</speech>>
<video src="videos/actresses/chiquita/revcowhug.mp4" autoplay controls></video>
[[Back to just fucking|chiquitarevcow]]
[[Back to anal positions|chiquitaanal]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Chiquita">>Yeah! Deeper!<</speech>>
<video src="videos/actresses/chiquita/vcowdeep.mp4" autoplay controls></video>
[[Spank her|chiquitavcowspank]]
[[Normal|chiquitavcow]]
[[Back to all|Chiquitasex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>><<if $chiquitadpcum is true>>
<<speech "You" "$name">>Fuck! I'm gonna cum! Open your mouth!<</speech>>
<video src="videos/actresses/chiquita/cum1.mp4" autoplay controls></video>
She swallows it all.
[[Next|cumonchiquitadp]]
<<else>>
<<speech "You" "$name">>Fuck! I'm gonna cum! Open your mouth!<</speech>>
<video src="videos/actresses/chiquita/cum1.mp4" autoplay controls></video>
She swallows it all.
[[Next|chiquitasceneEND]]<</if>><div class="general">//Come here girl! I'm gonna cum...//</div>
<video src="videos/actresses/chiquita/cum2.mp4" autoplay controls></video>
She swallows his load too.
[[Next|cumonchiquitadp2]]
<<speech "Chiquita">>Come here I wanna suck both of you.<</speech>>
[[Give her your dick|cumonchiquitadp3]]
[[Just end the scene|chiquitasceneEND]]She grabs both of your dick and sucks to finish the scene.
<video src="videos/actresses/chiquita/bjboth.mp4" autoplay controls></video>
[[Next|chiquitasceneEND]]<<set $now to true>><<nobr>>
<<set $stats2 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $callingslist to true>>
<<set $sex to false>><</nobr>>
The director says:
<div class="general">//Great scene guys! You can go now.//</div>
<<speech "You" "$name">>(Damn! That sure was a good scene)<</speech>>
You go to put your clothes back.
<<speech "Chiquita">>Ei, cabrón! Megan was right. You ''are'' a good fuck.
I have to go now! I have a lesbian scene to shoot. Bye!<</speech>>
<<speech "You" "$name">>Thanks! (Woah. How the fuck doesn't she get tired?)<</speech>>
[[Collect your money|day5moneycollect]]You make your way back to the reception and see Buck sleeping by the entrance and Matt working on some editing on the computer.
<<speech "You" "$name">>Hey...<</speech>>
<<speech "Matt" "$mname">>Hello...<</speech>>
<<speech "You" "$name">>...<</speech>>
<<speech "Matt" "$mname">>Oh... your money! Let's see...<</speech>>
[[Next|day5moneycollect2]]
<<set $period to 5>>
<<set $steve.met to true>>Upon entering the area where the movie sets were built you see a girl posing for photos, what usually happens before shooting a scene.
<img class="middle medium" src="images/actresses/whitney/1.jpg">
She seems very delicate.
<<speech "Whitney">>Like this?<</speech>>
<div class="general">//Yes, baby! Perfect!//</div>
She sees you and gets a little shy.
<img class="middle medium" src="images/actresses/whitney/2.jpg">
[[Next|prechosegirl5a]]Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day5night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>>
<img class="large" src="images/misc/gameover.jpg">
After multiple failures people just won't hire you again.
Your dream to become an actor is over...
Try again!
<<link 'Start over' 'Name'>> <</link>>
Or use a saved game.<<set $player.money += 200>><<nobr>>
<<set $player.reputation +=2>>
<<if $Whitney is true>><<set $player.money += 100>><</if>>
<<if $Chiquita is true>><<set $player.money += 150>><</if>><</nobr>>
<<if $girl.orgcount eq 0>><<nobr>>
You didn't make her cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girl.orgcount eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
You made her cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount eq 2>><<nobr>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
You made her cum 2 times!! You get +100$ bonus and +2 bonus reputation.<</nobr>>
<</if>>
<<if $bonuscharisma is true>><<nobr>>
<<set $player.charisma += 1>>
<span class="yellow">You got +1 charisma for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusdominance is true>><<nobr>>
<<set $player.dominance += 1>>
<span class="red">You got +1 dominance for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusfitness is true>><<nobr>>
<<set $player.fitness += 1>>
<span class="grey">You got +1 fitness for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusintelligence is true>><<nobr>>
<<set $player.intelligence += 1>>
<span class="blue">You got +1 intelligence for some actions you took in this scene.</span><</nobr>>
<</if>>
[[Next|day5moneycollect3]]<<set $lustsex to false>><<nobr>>
<<set $bonuscharisma to true>>
<<set $CurEng -= 10>><</nobr>>
You close your eyes, trying to feel more available powers by using your pressentiment...
...but you only feel <span class="lust">lust</span>.
<<if $player.intelligence gte 5>>
<<speech "You" "$name">>Just like I thought. I can only use Lust right now... Better be smart now.<</speech>>
<<else>>
<<speech "You" "$name">>That's weird... All day I've only been able to use my Lust calling...
Well... I'll have to work with what I have...<</speech>>
<</if>>
<img class="middle medium" src="images/player/lustcall.gif">
You just focus on giving her pleasure and her whole body shakes.
<<set $CurOrg1 += 50>>
<<speech "Chiquita">>Ohhhhhhnnnn!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
[[Back|Chiquitasex]]<<if $player.dominance gte 8>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
You hold her head for some time.
Keep still baby
<video src="videos/actresses/chiquita/bjhold.mp4" autoplay controls loop></video>
[[Keep holding|chiquitabjhold]]
[[Release|chiquitabjst2]]
<<else>>
You're not dominant enough to do that.
[[Back|Chiquitasex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'chiquitaorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonchiquita">><</if>>
<<if $CurEng lte 0>><<goto "chiquitaBadEndEnergy">><</if>><</nobr>>As you enter the set the director greets you:
<<set $Envy to true>>
<div class="general">//Hey, bro. You can take a seat. Envy is waiting.//</div>
She's already on the couch.
<img class="middle medium" src="images/actresses/envy/3.jpg">
<<speech "Envy">>Heyyy! Thanks for coming.<</speech>>
<<speech "You" "$name">>Your tits kinda helped me chose haha<</speech>>
<<speech "Envy">>It always works hahaha.<</speech>>
<div class="general">//Oh, you two have talked? What about you both sit on the couch while we talk and I start the shooting?//</div>
<<speech "You" "$name">>Okay.<</speech>>
<div class="general">//How old are you again? Just to be sure.//</div>
<<speech "Envy">>Eighteen years and seven months old...<</speech>>
[[Next|Envya]]You look around trying to find the other actress but can't seem to find her.
<<speech "Envy">>Hey, are you the new guy?<</speech>>
<img class="middle medium" src="images/actresses/envy/1.jpg">
A nerdy type of girl asks.
<<speech "You" "$name">>Uhmm, yeah.<</speech>>
<<speech "Envy">>Oh, so you are going to shoot with me.<</speech>>
<<speech "You" "$name">>Well, $mname said I could choose who to work with.<</speech>>
<<speech "Envy">>Oh... sorry. I see.<</speech>>
<<speech "You" "$name">>You don't look like an actress.<</speech>>
<<speech "Envy">>I came here straight from college. Didn't had the time to get prepared. But I really need the money you know...<</speech>>
<<speech "You" "$name">>I feel you. It's a struggle. But hey, I haven't decided yet...<</speech>>
<<speech "Envy">>Does this helps you deciding?<</speech>>
<img class="middle medium" src="images/actresses/envy/2.jpg">
<<speech "You" "$name">>Woah, it definitely helps...<</speech>>
<<speech "Envy">>A'ight...Think about it...<</speech>>
[[Next|prechosegirl5b]]Having the two girls in mind, you prepare to check on the scenes details.
But then you see a petite naked girl with a strong spanish accent speaking loudly.
<<speech "Chiquita">>Cabróns! You guys are bad. Where is the guy I was going to shoot with? I'm horny.<</speech>>
<img class="middle medium" src="images/actresses/chiquita/1.jpg">
She barely speaks english...
The scene director tell her:
<div class="general">//Chiquita...calm down... We'll figure this out...//</div>
From her behaviour and the way they are dealing with it, you could say that she must sell pretty good for this studio.
The guy looks at you and tells her:
<div class="general">//What about him?//</div>
She looks at you from head to toe and asks:
<<speech "Chiquita">>Who are you?<</speech>>
<<speech "You" "$name">>I'm, $name. (She's really angry...)<</speech>>
<<if $meganbonus is true>>
She makes an expression of curiosity.
<<speech "Chiquita">>Did you film with Megan?<</speech>>
<<speech "You" "$name">>Yeah.<</speech>>
She opens a smile.
<img class="middle medium" src="images/actresses/chiquita/2.jpg">
<<speech "Chiquita">>Hmmm... She said you are a good fuck...
Okay, I shoot with him.<</speech>>
The director tells you:
<div class="general">//I wouldn't waste that chance, man...//</div>
[[Next|chosegirl5]]
<<else>>
<<speech "Chiquita">>Okay. Never heard of you. You can go...<</speech>>
<img class="middle medium" src="images/actresses/chiquita/3.jpg">
The director tells you:
<div class="general">//Sorry, man. She sells, she chooses...//</div>
[[Next|chosegirl5]]<</if>>
<<set $Chiquita to false>><<nobr>>
<<set $Envy to false>>
<<set $Whitney to false>><</nobr>><<if $meganbonus is true>>
You go back to the little mad spanish girl and it looks like she'll fuck the shit out of you.
<<speech "Chiquita">>The director is not around. Come here!<</speech>>
She enters one of the many rooms around.
<<speech "You" "$name">>I didn't know there was a filming set in that room...<</speech>>
<<speech "Chiquita">>Is not for filming. You have to get me ready.<</speech>>
You follow her.
[[Next|Chiquitaa]]
<<else>>
<<speech "Chiquita">>I said I will not shoot with you. Get lost pendejo!<</speech>>
She's not willing to shoot with you.
Choose another girl.
[[Back|chosegirl5]]<</if>>She's oilying her tits.
<<set $Whitney to true>>
<video src="videos/actresses/whitney/2.mp4" autoplay controls></video>
You are rock hard already.
[[Next|Whitneyb]]The director says:
<div class="general">//Nice, Whitney! You can start the scene now.//</div>
She looks at you.
<video src="videos/actresses/whitney/3.mp4" autoplay controls></video>
<<speech "Whitney">>Hi...<</speech>>
<<speech "You" "$name">>Hey.<</speech>>
<<speech "Whitney">>Ready to begin?<</speech>>
<<speech "You" "$name">>Very much.<</speech>>
<<speech "Whitney">>Haha. Okay.<</speech>>
[[Begin the scene|Whitneysex]]
<<set $whitneytitsoil to false>><<nobr>>
<<set $lustsex to true>>
<<set $whitneyhitachi to false>>
<<Sexend>><</nobr>><<Sexstart>><<nobr>>
<<set $now to false>>
<<set $stats2 to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>>
[[Titjob|whitneytj]]
[[Blowjob|whitneybj]]
[[Reverse cowgirl|whitneycow]]
[[Sitting|whitneysit]]
[[Doggy|whitneydoggy]]
[[Missionary|whitneymiss]]
<<if $lustsex is true>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the power (energy: -10)|LustSexWhitney]]<</if>>[[Nice and slow|whitneytjslow]]
[[Fast|whitneytjfast]]
[[Squeeze your dick|whitneytjsqueeze]]
[[Play with her niples|whitneytjnipples]]
<<if $whitneytitsoil is false>>
[[Put more oil on her tits|whitneytjoil]]<</if>>
<<if $whitneytitsoil is true>>*''NEW''
[[Let her play with it|whitneytjoilplay]]
[[Slide around her tits|whitneytjoiltjslide]]
[[Let her work|whitneytjoiltjwork]]
[[Fuck her tits|whitneytjoilfuck]]<</if>>
[[Back to all|Whitneysex]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/titslow.mp4" autoplay controls></video>
[[Fast|whitneytjfast]]
[[Squeeze your dick|whitneytjsqueeze]]
[[Play with her niples|whitneytjnipples]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Oh, just like that.<</speech>>
<video src="videos/actresses/whitney/titsfast.mp4" autoplay controls></video>
[[Nice and slow|whitneytjslow]]
[[Squeeze your dick|whitneytjsqueeze]]
[[Play with her niples|whitneytjnipples]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/titssqueeze.mp4" autoplay controls></video>
[[Nice and slow|whitneytjslow]]
[[Fast|whitneytjfast]]
[[Play with her niples|whitneytjnipples]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<if $whitneytitsoil is false>>
<<set $whitneytitsoil to true>>
<<speech "You" "$name">>Let me use more oil on these big girls...<</speech>>
<video src="videos/actresses/whitney/titsoil.mp4" autoplay controls></video>
[[Tell her to spread it|whitneytjoil2]]<</if>><<speech "You" "$name">>Now spread it baby...<</speech>>
<video src="videos/actresses/whitney/titsoil2.mp4" autoplay controls></video>
[[Back|whitneytj]]<<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Put these tits to work.<</speech>>
<video src="videos/actresses/whitney/titsoiltjwork.mp4" autoplay controls></video>
[[Do it more|whitneytjoiltjwork2]]
[[Let her play with it|whitneytjoilplay]]
[[Slide around her tits|whitneytjoiltjslide]]
[[Fuck her tits|whitneytjoilfuck]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "Whitney">>You love this, don't you?<</speech>>
<video src="videos/actresses/whitney/titsoiltjslide.mp4" autoplay controls></video>
[[Let her play with it|whitneytjoilplay]]
[[Let her work|whitneytjoiltjwork]]
[[Fuck her tits|whitneytjoilfuck]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Play with it.<</speech>>
<video src="videos/actresses/whitney/titsoiltjplay.mp4" autoplay controls></video>
[[Slide around her tits|whitneytjoiltjslide]]
[[Let her work|whitneytjoiltjwork]]
[[Fuck her tits|whitneytjoilfuck]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "Whitney">>Like this?<</speech>>
<video src="videos/actresses/whitney/titsoiltjwork2.mp4" autoplay controls></video>
[[Do it more|whitneytjoiltjwork]]
[[Let her play with it|whitneytjoilplay]]
[[Slide around her tits|whitneytjoiltjslide]]
[[Fuck her tits|whitneytjoilfuck]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<<speech "Whitney">>Yeah. Fuck my big tits.<</speech>>
<video src="videos/actresses/whitney/titsoiltjfuck.mp4" autoplay controls></video>
[[More|whitneytjoilfuck2]]
[[Let her play with it|whitneytjoilplay]]
[[Slide around her tits|whitneytjoiltjslide]]
[[Let her work|whitneytjoiltjwork]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video src="videos/actresses/whitney/titsoiltjfuck2.mp4" autoplay controls></video>
[[More|whitneytjoilfuck]]
[[Let her play with it|whitneytjoilplay]]
[[Slide around her tits|whitneytjoiltjslide]]
[[Let her work|whitneytjoiltjwork]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Whitney">>''Oh my god!!''<</speech>>
<video src="videos/actresses/whitney/orgasm.mp4" autoplay controls></video>
[[Back|Whitneysex]]<<speech "You" "$name">>Fuck! I'm gonna cum!<</speech>>
The director gives you... well... directions.
<div class="general">//You need to cum on her tits.//</div>
[[Do as he says|cumonwhitneytits]]
[[Cum on her face|cumonwhitneyface]]
[[Cum in her mouth|cumonwhitneymouth]]Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day5night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
She lies on you, facing your feet.
<video src="videos/actresses/whitney/bj.mp4" autoplay controls></video>
[[Go deeper|whitneybjdeep]]
[[Stroke and suck|whitneybjsns]]
[[Play with her tits|whitneybjtits]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Can you go deeper?<</speech>>
<video src="videos/actresses/whitney/bjdeep.mp4" autoplay controls></video>
[[More|whitneybjdeep2]]
[[Stroke and suck|whitneybjsns]]
[[Play with her tits|whitneybjtits]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/bjdeep2.mp4" autoplay controls></video>
[[More|whitneybjdeep]]
[[Stroke and suck|whitneybjsns]]
[[Play with her tits|whitneybjtits]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/bjsns.mp4" autoplay controls></video>
[[More|whitneybjsns2]]
[[Go deeper|whitneybjdeep]]
[[Play with her tits|whitneybjtits]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Yeah, this feels good...<</speech>>
<video src="videos/actresses/whitney/bjsns2.mp4" autoplay controls></video>
[[More|whitneybjsns]]
[[Go deeper|whitneybjdeep]]
[[Play with her tits|whitneybjtits]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/bjtits.mp4" autoplay controls></video>
[[More|whitneybjtits2]]
[[Go deeper|whitneybjdeep]]
[[Stroke and suck|whitneybjsns]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/whitney/bjtits2.mp4" autoplay controls></video>
[[More|whitneybjtits]]
[[Go deeper|whitneybjdeep]]
[[Stroke and suck|whitneybjsns]]
[[Normal|whitneybj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<<if $penetrated is false>>
She gets on top of you and starts to bounce.
<video src="videos/actresses/whitney/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Fuck! This feels good.<</speech>>
<video src="videos/actresses/whitney/cow.mp4" autoplay controls></video>
<</if>>
[[Harder|whitneycowhard]]
[[Play with tits|whitneycowtits]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<video src="videos/actresses/whitney/cowhard.mp4" autoplay controls></video>
[[Play with tits|whitneycowtits]]
[[Normal|whitneycow]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "You" "$name">>Play with your tits, baby... (I better give her some directions)<</speech>>
<video src="videos/actresses/whitney/cowtits.mp4" autoplay controls></video>
[[Harder|whitneycowhard]]
[[Normal|whitneycow]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<<if $penetrated is false>>
She gets on fours and waits for your dick.
<video src="videos/actresses/whitney/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Whitney">>Yeah! Fuck that pussy.<</speech>>
<video src="videos/actresses/whitney/doggy.mp4" autoplay controls></video>
<</if>>
[[Faster|whitneydoggyfast]]
[[Harder|whitneydoggyhard]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<<if $penetrated is false>>
She sits up and down on your cock.
<video src="videos/actresses/whitney/sitstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>(Damn! This is nice...)<</speech>>
<video src="videos/actresses/whitney/sit.mp4" autoplay controls></video>
<</if>>
[[Harder|whitneysithard]]
[[Play with tits|whitneysittits]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Whitney">>Ohhhhnnn...<</speech>>
<video src="videos/actresses/whitney/sithard.mp4" autoplay controls></video>
[[Play with tits|whitneysittits]]
[[Normal|whitneysit]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
She plays with her big juggs.
<video src="videos/actresses/whitney/sittits.mp4" autoplay controls></video>
[[Harder|whitneysithard]]
[[Normal|whitneysit]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
You give it to her faster.
<video src="videos/actresses/whitney/doggyfast.mp4" autoplay controls></video>
[[Even faster|whitneydoggyfast2]]
[[Harder|whitneydoggyhard]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "You" "$name">>You like that, baby?<</speech>>
<video src="videos/actresses/whitney/doggyfast2.mp4" autoplay controls></video>
[[As fast as you can (fitness: 5)|whitneydoggyfast3]]
[[Slower|whitneydoggyfast]]
[[Harder|whitneydoggyhard]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<if $player.fitness gte 5>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 6>>
<<set $CurOrg1 +=10>>
<<set $CurPain +=5>>
<<set $bonusfitness to true>><</nobr>>
<<speech "Whitney">>Fuuuuuck!<</speech>>
<video src="videos/actresses/whitney/doggyfast3.mp4" autoplay controls></video>
[[Slower|whitneydoggyfast2]]
[[Harder|whitneydoggyhard]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<else>>
You're not fit enough to do that.
[[Back|Whitneysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
You lift one of your legs so you can thrust harder.
<video src="videos/actresses/whitney/doggyhard.mp4" autoplay controls></video>
[[Even harder|whitneydoggyhard2]]
[[Faster|whitneydoggyfast]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "You" "$name">>Take-this-dick.<</speech>>
<video src="videos/actresses/whitney/doggyhard2.mp4" autoplay controls></video>
[[As hard as you can (fitnes: 5)|whitneydoggyhard3]]
[[Less hard|whitneydoggyhard]]
[[Faster|whitneydoggyfast]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<if $player.fitness gte 5>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 6>>
<<set $CurOrg1 +=10>>
<<set $CurPain +=5>>
<<set $bonusfitness to true>><</nobr>>
You hit that pussy with all you got.
<<speech "Whitney">>''Oh my god!''<</speech>>
<video src="videos/actresses/whitney/doggyhard3.mp4" autoplay controls></video>
[[Less hard|whitneydoggyhard2]]
[[Faster|whitneydoggyfast]]
[[Normal|whitneydoggy]]
[[Back to all|Whitneysex]]
<<else>>
You're not fit enough to do that.
[[Back|Whitneysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<video src="videos/actresses/whitney/miss.mp4" autoplay controls></video>
[[Nice and deep|whitneymissdeep]]
<<if $player.intelligence gte 5>>
[[Use a toy|whitneymisstoy]]<</if>>
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<<speech "You" "$name">>Your pussy feels amazing...<</speech>>
<video src="videos/actresses/whitney/missdeep.mp4" autoplay controls></video>
[[Normal|whitneymiss]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<if $whitneyhitachi is false>>
Your intelligence allows you to have a great perception.
You see a toy, far, on top of a table laying on the set.
<img class="small" src="images/misc/hitachionset.jpg">
So you ask the director.
<<speech "You" "$name">>Hey, is that a hitachi? Can I use it on her?<</speech>>
<<speech "Whitney">>Oh, that would be nice!<</speech>>
<<set $bonusintellingence to true>>
<div class="general">//Okay. I don't see why not.//</div>
<<set $whitneyhitachi to true>>
[[Next|whitneymisstoy]]
<<else>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
She presses the hitachi against her pussy.<</nobr>>
<video src="videos/actresses/whitney/misstoy.mp4" autoplay controls></video>
[[Nice and slow|whitneymisstoyslow]]
[[Faster|whitneymisstoyfast]]
[[Harder|whitneymisstoyhard]]
[[Deeper|whitneymisstoydeep]]
[[Put the toy away|whitneymiss]]
[[Back to all|Whitneysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>>Your intelligence allows you to have a great perception.
You see a toy, far, on top of a table laying on the set.
<img class="small" src="images/misc/hitachionset.jpg">
So you ask the director.
<<speech "You" "$name">>Hey, is that a hitachi? Can I use it on her?<</speech>>
<<speech "Whitney">>Oh, that would be nice!<</speech>>
<<set $bonusintellingence to true>>
<div class="general">//Okay. I don't see why not.//</div>
<<set $whitneyhitachi to true>>
[[Next|whitneymisstoy]]<<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Whitney">>Uhhhh that feels so good, baby.<</speech>>
<video src="videos/actresses/whitney/misstoyslow.mp4" autoplay controls></video>
[[Faster|whitneymisstoyfast]]
[[Harder|whitneymisstoyhard]]
[[Deeper|whitneymisstoydeep]]
[[Normal|whitneymisstoy]]
[[Put the toy away|whitneymiss]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=13>><</nobr>>
<<speech "Whitney">>Yeah...yeah...yeah...<</speech>>
<video src="videos/actresses/whitney/misstoyfast.mp4" autoplay controls></video>
[[Nice and slow|whitneymisstoyslow]]
[[Harder|whitneymisstoyhard]]
[[Deeper|whitneymisstoydeep]]
[[Normal|whitneymisstoy]]
[[Put the toy away|whitneymiss]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=12>><</nobr>>
<<speech "Whitney">>Ohhhhhnn...<</speech>>
<video src="videos/actresses/whitney/misstoyhard.mp4" autoplay controls></video>
[[Nice and slow|whitneymisstoyslow]]
[[Faster|whitneymisstoyfast]]
[[Deeper|whitneymisstoydeep]]
[[Normal|whitneymisstoy]]
[[Put the toy away|whitneymiss]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=10>><</nobr>>
<<speech "You" "$name">>Yeah, take that cock deeeeep...<</speech>>
<video src="videos/actresses/whitney/misstoydeep.mp4" autoplay controls></video>
[[Nice and slow|whitneymisstoyslow]]
[[Faster|whitneymisstoyfast]]
[[Harder|whitneymisstoyhard]]
[[Normal|whitneymisstoy]]
[[Put the toy away|whitneymiss]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>><<set $lustsex to false>><<nobr>>
<<set $bonuscharisma to true>>
<<set $CurEng -= 10>><</nobr>>
You close your eyes, trying to feel more available powers by using your pressentiment...
...but you only feel <span class="lust">lust</span>.
<<if $player.intelligence gte 5>>
<<speech "You" "$name">>Just like I thought. I can only use Lust right now... Better be smart now.<</speech>>
<<else>>
<<speech "You" "$name">>That's weird... All day I've only been able to use my Lust calling...
Well... I'll have to work with what I have...<</speech>>
<</if>>
<img class="middle medium" src="images/player/lustcall.gif">
You just focus on giving her pleasure and her whole body shakes.
<<set $CurOrg1 += 50>>
<<speech "Whitney">>Ohhhhhhnnnn!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
[[Back|Whitneysex]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
You tap your cock in her nipples.
<video src="videos/actresses/whitney/titsnipples.mp4" autoplay controls></video>
[[Nice and slow|whitneytjslow]]
[[Fast|whitneytjfast]]
[[Squeeze your dick|whitneytjsqueeze]]
[[Back to titjob|whitneytj]]
[[Back to all|Whitneysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'whitneyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonwhitney">><</if>>
<<if $CurEng lte 0>><<goto "whitneyBadEndEnergy">><</if>><</nobr>>You do as the director says and cum all over her tits.
<video src="videos/actresses/whitney/cumontits.mp4" autoplay controls></video>
<<speech "Whitney">>Yeah, it feels so warm...<</speech>>
[[Next|cumonwhitneytits2]]You ignore his demand and jizz all over her face.
<video width="1000" src="videos/actresses/whitney/cumonface.mp4" autoplay controls></video>
<<speech "Whitney">>Ohh, yeah baby!<</speech>>
[[Next|cumonwhitneyface2]]You ignore his demand and jizz inside her mouth.
<video width="1000" src="videos/actresses/whitney/cuminmouth.mp4" autoplay controls></video>
She says with her mouth full of cum:
<<speech "Whitney">>Ohhhrrr, ogkay then...<</speech>>
[[Next|cumonwhitneymouth2]]She does her best to lick her tits clean.
<video src="videos/actresses/whitney/cumontits2.mp4" autoplay controls></video>
[[End scene|WhitneysceneEND]]<<set $now to true>><<nobr>>
<<set $stats2 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $sex to false>><</nobr>>
As you're getting dressed, someone pokes you on the shoulder.
<<speech "Whitney">>Hey! That was a nice scene!<</speech>>
<<speech "You" "$name">>Yeah! I really liked it.<</speech>>
<<if $whitneyhitachi is true and $girl.orgcount gte 1>>
<<speech "Whitney">>It was very thoughtful of you to use that toy.<</speech>>
<<speech "You" "$name">>Oh, don't mention it.<</speech>>
<<speech "Whitney">>What's your number?<</speech>>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
<<set $whitneynumber to true>>
''You got her number!''
<</if>>
<<speech "Whitney">>Bye!<</speech>>
<<speech "You" "$name">>See ya!<</speech>>
[[Collect your money|day5moneycollect]]She looks happy.
<video width="1000" src="videos/actresses/whitney/cumonface2.mp4" autoplay controls></video>
But the director looks pissed.
<div class="general">//What the hell was that?? You think you can do whatever the hell you want?//</div>
[[Calm him down (charisma: 12 or reputation: 4)|cumonwhitneyfacecalm]]
[[Stay silent|cumonwhitneyfacenocalm]]<<if $player.charisma gte 12 or $player.reputation gte 4>>
<<speech "You" "$name">>Calm down, man! The scene was pretty good...You don't have to worry.<</speech>>
He thinks for a while, takes a deep breath...
<div class="general">//Maybe you're right. But don't do that again...//</div>
<<speech "You" "$name">>You have my word.<</speech>>
<img class="small" src="images/misc/doitagain.gif">
[[End scene|WhitneysceneEND]]
<<else>>
You don't meet the requirements to do this...
[[Stay silent|cumonwhitneyfacenocalm]]<</if>><<speech "You" "$name">>I... Uhmmm...<</speech>>
<div class="general">//You know what? It's all good... People will know about that.//</div>
<<speech "You" "$name">>(Damn it!)<</speech>>
''Your reputation has decreased by 1''
<<set $player.reputation -= 1>>
[[End scene|WhitneysceneEND]]You use your finger to put it all inside her mouth.
<video width="1000" src="videos/actresses/whitney/cuminmouth2.mp4" autoplay controls></video>
[[Tell her to swallow it (dominance: 8)|cumonwhitneymouthswallow]]
[[Tell her to spit on her tits (charisma: 10)|cumonwhitneymouthspit]]
[[Finish the scene|cumonwhitneymouthend]]<<if $player.dominance gte 8>>
<<speech "You" "$name">>Swallow it.<</speech>>
<<set $bonusdominance to true>>
<video width="1000" src="videos/actresses/whitney/cuminmouthswallow.mp4" autoplay controls></video>
The director looks pissed.
<div class="general">//What the hell was that?? You think you can do whatever the hell you want?//</div>
[[Calm him down (charisma: 12 or reputation: 4)|cumonwhitneyfacecalm]]
[[Stay silent|cumonwhitneyfacenocalm]]
<<else>>
You're not dominant enough to make her do that.
[[Back|cumonwhitneymouth2]]<</if>><<speech "You" "$name">>Spit it all over those big tits baby...<</speech>>
<<speech "Whitney">>Ogkay...<</speech>>
<video width="1000" src="videos/actresses/whitney/cuminmouthspit.mp4" autoplay controls></video>
The director seems suprised.
<div class="general">//Woah! I'm not even mad...That was fucking hot. Well done!//</div>
''Your reputation has incrased by 1''
<<set $player.reputation += 1>>
[[End scene|WhitneysceneEND]]The director looks pissed.
<div class="general">//What the hell was that?? You think you can do whatever the hell you want?//</div>
[[Calm him down (charisma: 12 or reputation: 4)|cumonwhitneyfacecalm]]
[[Stay silent|cumonwhitneyfacenocalm]]<div class="general">//Hey, what does it say in your panties?//</div>
<video src="videos/actresses/envy/1.mp4" autoplay controls></video>
<<speech "You" "$name">>We'll have a party in some minutes.<</speech>>
<div class="general">//See? $name already wants to get into your panties.//</div>
<<speech "Envy">>We'll see about that...<</speech>>
<<Sexend>>
[[Next|Envyb]]<div class="general">//Why don't your show us your boobs?//</div>
<<speech "Envy">>Okayyy!<</speech>>
<video src="videos/actresses/envy/2.mp4" autoplay controls></video>
You grab one tit almost instinctively.
<<speech "You" "$name">>Hmmm, that's nice.<</speech>>
<<speech "Envy">>I'm already wet...<</speech>>
<div class="general">//Oh! Okay then. How about taking those panties off?//</div>
[[Next|Envyc]]<video src="videos/actresses/envy/3.mp4" autoplay controls></video>
<div class="general">//Oh I love your ass. Do you like it, $name?//</div>
<<speech "You" "$name">>Yeah, it's a great ass.<</speech>>
[[Next|Envyd]]<video src="videos/actresses/envy/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah! That would be hot...<</speech>>
[[Next|Envye]]She sits back and starts to masturbate.
<<set $CurOrg1 += 4>>
<video src="videos/actresses/envy/6.mp4" autoplay controls></video>
<<speech "Envy">>Ohnnn..<</speech>>
<<speech "You" "$name">>(Her pussy looks nice...)<</speech>>
[[Next|Envyf]]She's getting more and more confortable with the camera.
<<set $CurOrg1 += 4>>
<video src="videos/actresses/envy/7.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! I really want to fuck her. This guy is taking to long with his requests)<</speech>>
[[Wait for his cue|Envyg]]
[[Just fuck her|Envyi]]<video src="videos/actresses/envy/9.mp4" autoplay controls></video>
She barely can fit the thing inside her.
<<speech "Envy">>Fuuuuuu...<</speech>>
[[Next|Envyj]]
<<set $CurOrg1 += 5>><<nobr>>
<<set $CurOrg += 4>><</nobr>><div class="general">//Yeah Envy, amazing...//</div>
<<set $CurOrg1 += 4>>
<video src="videos/actresses/envy/4.mp4" autoplay controls></video>
[[Wait for his cue|Envyh]]
[[Just fuck her|Envyi]]<div class="general">//Show her your cock, $name.//</div>
<video src="videos/actresses/envy/8.mp4" autoplay controls></video>
<<speech "Envy">>Woah!<</speech>>
<div class="general">//Ok...Time to fuck. Go sit on his dick, baby.//</div>
[[Next|Envyi]]<<speech "Envy">>Damn! This dick is big... ohnnn...<</speech>>
<video src="videos/actresses/envy/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! Her pussy is so thight...)<</speech>>
[[Next|Envyk]]
<<set $CurOrg1 += 5>><<nobr>>
<<set $CurOrg += 4>>
<<set $envyabuse to true>><</nobr>><div class="general">//For her small frame she's riding it like a champ!//</div>
<video src="videos/actresses/envy/11.mp4" autoplay controls></video>
<div class="general">//Okay. That's good. Take off your clothes and get creative...//</div>
[[Begin free scene|Envysex]]
<<set $CurOrg1 += 5>><<nobr>>
<<set $CurOrg += 4>>
<<set $lustsex to true>><</nobr>><<Sexstart>><<nobr>>
<<set $now to false>>
<<set $stats2 to false>>
<<set $callingslist to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>>
[[Blowjob|envybj]]
[[Reverse cowgirl|envyrcow]]
[[Doggy|envydoggy]]
<<if $lustsex is true>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[Use the power (energy: -10)|LustSexEnvy]]<</if>>[[Normal suck|envybjnormal]]
[[Fast|envybjfast]]
[[Deep|envybjdeep]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]<<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video src="videos/actresses/envy/bj.mp4" autoplay controls></video>
[[More|envybjnormal2]]
[[Fast|envybjfast]]
[[Deep|envybjdeep]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Hmmm, yeah...<</speech>>
<video src="videos/actresses/envy/bj2.mp4" autoplay controls></video>
[[More|envybjnormal]]
[[Fast|envybjfast]]
[[Deep|envybjdeep]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>A little faster, baby...<</speech>>
<video src="videos/actresses/envy/bjfast.mp4" autoplay controls></video>
[[Normal|envybjnormal]]
[[Deep|envybjdeep]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Can you go deeper?<</speech>>
<video src="videos/actresses/envy/bjdeep.mp4" autoplay controls></video>
[[All the way|envybjdeep2]]
[[Normal|envybjnormal]]
[[Fast|envybjfast]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<div class="general">//No hands now, Envy.//</div>
<video src="videos/actresses/envy/bjnohand.mp4" autoplay controls></video>
[[Normal suck|envybjnormal]]
[[Fast|envybjfast]]
[[Deep|envybjdeep]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Grab my balls...<</speech>>
<video src="videos/actresses/envy/bjballs.mp4" autoplay controls></video>
[[Normal suck|envybjnormal]]
[[Fast|envybjfast]]
[[Deep|envybjdeep]]
[[No hands|envybjnohand]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Yeah...<</speech>>
<video src="videos/actresses/envy/bjdeep2.mp4" autoplay controls></video>
[[More|envybjdeep3]]
[[Less deep|envybjdeep]]
[[Normal|envybjnormal]]
[[Fast|envybjfast]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video src="videos/actresses/envy/bjdeep3.mp4" autoplay controls></video>
[[More|envybjdeep2]]
[[Less deep|envybjdeep]]
[[Normal|envybjnormal]]
[[Fast|envybjfast]]
[[No hands|envybjnohand]]
[[Hold balls|envybjballs]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<if $girl.orgcount is 0>>
<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
Looks like she has something to say ...
<video src="videos/actresses/envy/orgasmstart.mp4" autoplay controls></video>
<<speech "Envy">>Fuuuuuuck!<</speech>>
<div class="general">Ohh! We have a squirter!</div>
[[Back|Envysex]]
<<else>>
<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Envy">>Fuuuuuuck!<</speech>>
<video src="videos/actresses/envy/orgasm.mp4" autoplay controls></video>
[[Back|Envysex]]<</if>><<speech "You" "$name">>Ohh, I'm gonna cum!<</speech>>
[[Cum on her face|cumonenvyface]]
[[Cum inside her mouth (charisma: 10)|cumonenvymouth]]Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day5night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>>
<<set $CurPain +=2>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video src="videos/actresses/envy/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Envy">>Oh baby!<</speech>>
<video src="videos/actresses/envy/rcow.mp4" autoplay controls></video>
<</if>>
[[Nice and deep|envyrcowdeep]]
[[Faster|envyrcowfast]]
[[Let her work it|envyrcowwork]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=3>><</nobr>>
<<speech "Envy">>Yeah, go deep in that pussy...<</speech>>
<video src="videos/actresses/envy/rcowdeep.mp4" autoplay controls></video>
[[Faster|envyrcowfast]]
[[Let her work it|envyrcowwork]]
[[Normal|envyrcow]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>><</nobr>>
<video src="videos/actresses/envy/rcowfast.mp4" autoplay controls></video>
[[More|envyrcowfast2]]
[[Nice and deep|envyrcowdeep]]
[[Let her work it|envyrcowwork]]
[[Normal|envyrcow]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "You" "$name">>Damn!<</speech>>
<video src="videos/actresses/envy/rcowfast2.mp4" autoplay controls></video>
[[More|envyrcowfast]]
[[Nice and deep|envyrcowdeep]]
[[Let her work it|envyrcowwork]]
[[Normal|envyrcow]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "Envy">>Uhhnnnn...<</speech>>
<video src="videos/actresses/envy/rcowwork.mp4" autoplay controls></video>
[[Nice and deep|envyrcowdeep]]
[[Faster|envyrcowfast]]
[[Normal|envyrcow]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 +=7>><</nobr>>
<<if $penetrated is false>>
She goes on fours.
<video src="videos/actresses/envy/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Envy">>Oh yeah!<</speech>>
<video src="videos/actresses/envy/doggy.mp4" autoplay controls></video>
<</if>>
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "Envy">>Yeah, fuck me!<</speech>>
<video src="videos/actresses/envy/doggyfast.mp4" autoplay controls></video>
[[Nice and deep|envydoggydeep]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=10>><</nobr>>
<<speech "You" "$name">>You like that dick deep?<</speech>>
<video src="videos/actresses/envy/doggydeep.mp4" autoplay controls></video>
[[Faster|envydoggyfast]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=2>><</nobr>>
<<speech "Envy">>Yeeess...<</speech>>
<video src="videos/actresses/envy/doggyhard.mp4" autoplay controls></video>
[[More|envydoggyhard2]]
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 +=8>>
<<set $CurPain +=2>><</nobr>>
<video src="videos/actresses/envy/doggyhard2.mp4" autoplay controls></video>
[[More|envydoggyhard]]
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<if $player.fitness gte 5>>
<<set $CurOrg += 8>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 +=12>>
<<set $CurPain +=2>>
<<set $bonusfitness to true>><</nobr>>
<<speech "Envy">>Fuuuuuuuuuuuuck!<</speech>>
<video src="videos/actresses/envy/doggyhard3.mp4" autoplay controls></video>
[[Less hard|envydoggyhard]]
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
<<if $envyabuse is true>>
[[Abuse her (dominance: 6)|envydoggyabuse]]
<<else>>
[[Abuse her (dominance: 6)|envydoggyabuse2]]<</if>>
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<else>>
You're not fit enough to do that.
[[Back|Envysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 +=3>>
<<set $CurPain +=5>>
<<set $bonusdominance to true>><</nobr>>
<<if $player.dominance gte 6>>
You pull her hips up, putting her on an angle she doesn't seem to like...
<<speech "Envy">>Fuck! That hurts! Please stop!<</speech>>
<video src="videos/actresses/envy/doggyabuse.mp4" autoplay controls></video>
<span class="lust">[[Use your Lust power|envydoggyabuselust]]</span>
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<else>>
You're not dominant enough to cross the line.
[[Back|Envysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $envyabuse to false>><<nobr>>
<<set $CurEng -= 9>>
<<set $CurOrg += 8>>
<<set $CurOrg1 +=12>><</nobr>>
You focus on making her feel pleasure even in a position she doesn't like.
<<speech "Envy">>Ohhhh...''fuck yeah!''<</speech>>
<video src="videos/actresses/envy/doggynoabuselust.mp4" autoplay controls></video>
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<if $player.dominance gte 6>>
<<set $CurOrg += 9>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 +=12>><</nobr>>
<<speech "Envy">>Ohhhh...''fuck yeah!''<</speech>>
<video src="videos/actresses/envy/doggynoabuse.mp4" autoplay controls></video>
[[Faster|envydoggyfast]]
[[Nice and deep|envydoggydeep]]
[[Harder|envydoggyhard]]
[[As hard as you can (fitness: 5)|envydoggyhard3]]
[[Normal|envydoggy]]
[[Back to all|Envysex]]
<<else>>
You're not dominant enough to cross the line.
[[Back|Envysex]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<link 'Make her cum' 'envyorgasm'>> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonenvy">><</if>>
<<if $CurEng lte 0>><<goto "envyBadEndEnergy">><</if>><</nobr>><<set $lustsex to false>><<nobr>>
<<set $bonuscharisma to true>>
<<set $CurEng -= 10>><</nobr>>
You close your eyes, trying to feel more available powers by using your pressentiment...
...but you only feel <span class="lust">lust</span>.
<<if $player.intelligence gte 5>>
<<speech "You" "$name">>Just like I thought. I can only use Lust right now... Better be smart now.<</speech>>
<<else>>
<<speech "You" "$name">>That's weird... All day I've only been able to use my Lust calling...
Well... I'll have to work with what I have...<</speech>>
<</if>>
<img class="middle medium" src="images/player/lustcall.gif">
You just focus on giving her pleasure and her whole body shakes.
<<set $CurOrg1 += 50>>
<<speech "Envy">>Ohhhhhhnnnn!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
[[Back|Envysex]]You cum all over her face.
<video src="videos/actresses/envy/cumonface.mp4" autoplay controls></video>
<div class="general">//Great job guys! Loved it...//</div>
<<speech "You" "$name">>Thanks. That went great!<</speech>>
<<speech "Envy">>Yeah!<</speech>>
<div class="general">//Now stay for a while baby. Let's make a short interview about your first scene.//</div>
<<speech "You" "$name">>(That was her first scene? She's great!)<</speech>>
[[Next|envysexEND]]<<if $player.charisma gte 10>>
<<speech "You" "$name">>Suck me baby. I'm gonna cum in your mouth!<</speech>>
<video src="videos/actresses/envy/cuminmouth.mp4" autoplay controls></video>
<div class="general">//Great job guys! Loved it...//</div>
<<speech "You" "$name">>Thanks. That went great!<</speech>>
<<speech "Envy">>Yeah!<</speech>>
<div class="general">//Now stay for a while, baby. Let's make a short interview about your first scene.//</div>
<<speech "You" "$name">>(That was her first scene? She's great!)<</speech>>
[[Next|envysexEND]]
<<else>>
You're not charismatic enough to convince her.
[[Back|cumonenvy]]<</if>><<set $now to true>><<nobr>>
<<set $stats2 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $callingslist to true>>
<<set $sex to false>><</nobr>>
You drink some water and put your clothes back on..
<video src="videos/actresses/envy/end.mp4" autoplay controls></video>
<<speech "You" "$name">>Thanks guys! (I'm awesome...)<</speech>>
[[Collect your money|day5moneycollect]]<<speech "Matt" "$mname">>I guess that's it my dude. You can go now. Bye.<</speech>>
<<Sexend>>
<<speech "You" "$name">>(He's so passive aggressive...)<</speech>>
<<speech "Matt" "$mname">>BUUUUCK!<</speech>>
He wakes up and picks his bat by the side of the chair his sitting on.
<<speech "Buck">>''What??''
Fuck, man! You scared me...<</speech>>
<<speech "Matt" "$mname">>You should be protecting us, not sleeping...<</speech>>
<<speech "Buck">>Okay...okay...<</speech>>
He gets up and opens the door for you.
<<speech "Buck">>Be careful bro, it's pretty dangerous around here...<</speech>>
<<speech "You" "$name">>I'll take care. Bye guys!<</speech>>
[[Go home|day5night]]You make your usual way home being careful not to get robed or something.
<<speech "You" "$name">>~Phew~ (Got home safely...)<</speech>>
Opening the door and steping inside, you remember about the money you earned today:
<<speech "You" "$name">>(Finally! Some money on my wallet...
Fuck... I totally forgot...)<</speech>>
You didn't paid Marie.
<<speech "You" "$name">>(Well...She said I had until the end of the day...
I guess she won't mind if pay her tomorrow. First thing in the morning...)<</speech>>
You press the elevator button.
<<speech "You" "$name">>(I just want to take a shower... and maybe a beer)<</speech>>
But life has other plans...
<img class="middle medium" src="images/misc/kidnapping.gif">
[[Next|Basement5]]Scared and desperate you try to scream:
<<speech "You" "$name">>''HEEEE-''<</speech>>
But a hand covers your mouth.
<<speech "You" "$name">>(FUCK! FUCK! FUCK! WHAT'S HAPPENING??)<</speech>>
You feel yourself being dragged down through a set of stairs.
<<speech "You" "$name">>(Maybe if I throw some punches)<</speech>>
You make random hits in the air trying to get whoever is kidnapping you.
A deep voice says:
<div class="general">//Stop this shit!//</div>
<img class="middle normal" src="images/misc/punch2.gif">
And knocks you out cold.
[[Next|Basement5a]]<<speech "Dick">>''BOOOOY!'' Wake up!<</speech>>
<<speech "You" "$name">>(Dick?)<</speech>>
Someone hits you:
<img class="middle medium" src="images/misc/kidnapping2.gif">
You realize you're tied to a chair.
<<speech "You" "$name">>Fuuuuck! That hurt!<</speech>>
<div class="general">//It is supposed to hurt... now, tell me...//</div>
He passes his hands over your shoulders, tying to fix your clothes.
<div class="general">//...where is my money?//</div>
<<speech "You" "$name">>Who are you?? I don't owe money to anyone!!<</speech>>
<div class="general">//Not even to Marie?//</div>
<<speech "You" "$name">>(Fuck...)<</speech>>
<div class="general">//Her money is ''my'' money.//</div>
@@#answer;
<<link "Give him your money">>
<<replace "#answer">>
<<speech "You" "$name">>I have the money! It's on my right back pocket!<</speech>>
He reaches for your wallet and takes some of your cash.
<<set $player.money -= 400>>
<div class="general">//You should've said it sooner, kid.//</div>
<<if $player.money lt 0>><<set $player.money to 0>><</if>>
And removes the bag from your head...
<<link 'Next' 'Basement5b'>> <</link>>
<</replace>><</link>>
<<link "Lie to him">>
<<replace "#answer">>
<<speech "You" "$name">>I have no money!<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<div class="general">//You're out of luck, kid. I have no patience in me...//</div>
This time you hear the distinctive sound of a wooden bat dragging on the ground towards you.
And receive another blow to the head...
<img class="middle normal" src="images/misc/batonhead.gif">
<<link 'Next' 'Basement5c'>> <</link>>
<</replace>><</link>>
<<if $player.money lt 0>><<set $player.money to 0>><</if>>In front of you there's a slender man. Very well dressed with a big coat that goes until his knees, not older than fifty.
<img class="middle medium" src="images/jack/capa.jpg">
He has a deep voice and you can notice an irish accent.
<<speech "Jack">>Now... ''Do'' tell me why I shouldn't I grab all the shit from your apartment?<</speech>>
<<speech "You" "$name">>We can sort this out... (What the hell is this place? I didn't even know this part of the building existed...)<</speech>>
His knife's still in hand.
<<speech "Jack">>I mean... you did take a lot of time to pay me...<</speech>>
He gets closer and ''sticks the knife in your left thigh.''
<<speech "You" "$name">>''AHHHHHHHHRGH''<</speech>>
<img class="middle medium" src="images/misc/blowonhead.gif">
The intense pain makes your heart beat like never before.
<<speech "You" "$name">>(I'm gonna die...)<</speech>>
<<speech "Dick">>''I am here boy''<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
As the body begins to heat, the pain starts to diminish, until it completely goes away.
You say in a deeper voice than usual:
<<speech "You" "$name">>''You already took my money...
Let's see you try to take my life...''<</speech>>
You tense your muscles and manage to break one of the chair's arms, leaving one of your hands free.
<<speech "Jack">>What the...<</speech>>
With your free hand you pull the knife off your leg and use it to cut the rope tying the other arm.
<<speech "Jack">>Hah...<</speech>>
You get up, roll up your sleeves and prepare to fight.
<img class="middle medium" src="images/misc/fightingpose.gif">
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<<speech "Jack">>Hahahahaha...
That's fucking badass, I'll tell ye!<</speech>>
Even impressed and with a smile on his face, he remains concentrated on your eyes, opening one side of his coat to show a gun on his hip.
<<speech "You" "$name">>''Bring it on, old man...''<</speech>>
<<speech "Dick">>''It's enough, boy.''<</speech>>
[[Next|Basement5b2]]The impact makes you fall to your side, still tied to the chair.
But this time you feel absolutely no pain.
<img class="middle medium" src="images/player/transmutationcall.gif">
<<speech "Dick">>''I am here, boy.''<</speech>>
It's feels like, for a second, your skin and skull turned into a stronger material like metal or rock.
<img class="middle normal" src="images/misc/hardhead.gif">
~CRACK~
You can hear wood breaking.
<div class="general">//Mother...fucker.... You broke my fucking bat...//</div>
He doesn't sound mad, just impressed.
<div class="general">//Oh. What do we have here?//</div>
<<set $player.money -= 400>>
He picks up your wallet which fell from your pocket.
<<if $player.money lt 0>><<set $player.money to 0>><</if>>
<div class="general">//Now let me help you...//</div>
He lifts the chair back, removes the bag from your head and puts your wallet on your lap.
<<speech "Jack">>There we go...
Now let me tell ye... You have a strong head on that neck...<</speech>>
<<speech "You" "$name">>Uhhmm, thanks... (What the hell is this place? I didn't even know this part of the building existed...)<</speech>>
<<speech "Jack">>But where are my manners? Nice to meet you kid, I'm Jack.<</speech>>
He stretches his hand out to you.
<<speech "You" "$name">>I'm $name...<</speech>>
You answer still very tense and shake his hand.
<<speech "Jack">>Oh, but that I already know, kid...
What I need to know is why you're working on a market and not for me.<</speech>>
<<if $player.money lt 0>><<set $player.money to 0>><</if>>
[[Next|Basement5d]]<img class="middle medium" src="images/player/ragecall.gif">
Your Rage calling fades and you feel fear again.
<<speech "You" "$name">>(Fuck!)<</speech>>
You drop the knife in the ground.
<<speech "Jack">>What happened to the chicken-hearted lad I met upstairs? I can only see a warrior in front of me.<</speech>>
Taking the knife drop as surrendering he gets closer and stretches his hand out to you.
<<speech "Jack">>My name's Jack, nice to meet you.<</speech>>
<<speech "You" "$name">>I'm $name...<</speech>>
You answer still very tense and shake his hand.
<<speech "Jack">>Oh, but that I already know, kid...
What I need to know is why you're working on a market and not for me.<</speech>>
[[Next|Basement5d]]<<speech "You" "$name">>Work for you?<</speech>>
<<set $jack.met to true>>
<<speech "Jack">>Yeees! I run a very lucrative business around town.<</speech>>
<<speech "You" "$name">>Like, crime?<</speech>>
<<speech "Jack">>Hahahaha. I like you, kid.
Yes, crime. Drugs, liquor, jewels, whores...
You name it, I have it.<</speech>>
<<speech "You" "$name">>I don't think this is for me, sir... (Shit! I just want to end this...)<</speech>>
<<speech "Jack">>Oh, but it is! I have an ability...
I can always tell when someone's special...
And you are one special young lad.<</speech>>
Trying to change the subject you ask:
<<speech "You" "$name">>So...Marie works for you?<</speech>>
<<speech "Jack">>She did... at one point...
She was one of the special people. But now her relation with me consists on moneylending.<</speech>>
<<speech "You" "$name">>Oh...so that's how she did all these changes in the building...<</speech>>
<<speech "Jack">>Precisely. About three days ago I came here to pick up some of my money and she told me that one of the residents was constantly owing money to her.<</speech>>
<<speech "You" "$name">>(Fucking guilty...)<</speech>>
<<speech "Jack">>You were indirectly owing me money, so I had some of my people put an eye on you and get me information.<</speech>>
As he talks he slowly walks around you analyzing every detail.
<<speech "Jack">>"Ohhh, but Jack, why bother going after so little money?"
There's no such thing as too little money. How do you think I got rich?<</speech>>
The tall figure stops in front of you and gently puts his hands on your shoulders.
<<speech "Jack">>And that's how we end up here...<</speech>>
<<speech "You" "$name">>I'm sorry...(Dick, it's the fucking mafia. Some help???)<</speech>>
<<speech "Dick">>Stay calm, boy. It's going to be okay now.<</speech>>
[[Next|Basement5e]]<<speech "Jack">>No no no no no. ''I'' am sorry...
I shouldn't have attacked you like that. It's me fucking fault.<</speech>>
he says in a deep irish accent.
<<speech "Jack">>I got my money... You got your life... and now I'll go.<</speech>>
He reaches for his pocket and picks a card.
<<speech "Jack">>But we'll keep in touch.<</speech>>
He opens one of your hands and place the card in your palm.
<<speech "Jack">>Here it's my contact. I already have yours...<</speech>>
''You got his number...''
<<set $jack.met to true>>
<<speech "Jack">>Stay strong, $name...<</speech>>
He goes to the stairs, but looks back at you.
<<speech "Jack">>One more thing... This place reminds me of a dungeon.
You could shoot some... "erotic" content in here...<</speech>>
He goes away.
<<speech "You" "$name">>(How the fuck does he... oh forget it... I just want to go home)<</speech>>
You walk to the steps, look up to the end of the straight staircase and see one of those doors that lock from the inside.
<<speech "You" "$name">>(weird...)<</speech>>
After going through the door, it locks up behind you.
[[Go home|room5nighta]]With clothes partialy ripped and stained with blood, but with no apparent injuries, you "safely" get home.
Very shaken...
<<speech "You" "$name">>(FUUUUUUUUUUUUUUUUUUUUUUUUUUUCK)<</speech>>
But you feel a welcome presence in your head.
<<speech "Dick">>It's over now, $name.<</speech>>
Tears begins to drops from your eyes.
<<speech "You" "$name">>(I almost died Dick! Fuck!)<</speech>>
<<speech "Dick">>Take a seat. You shall feel better...<</speech>>
You sit on the bed.
<<speech "You" "$name">>(I'm so fucking glad you came back! If it wasn't for you I'd be dead...)<</speech>>
<<speech "Dick">>I was never gone, boy. I will always be around.<</speech>>
In the middle of all this you feel happy to think about what he said.
<<speech "You" "$name">>(You know... All my life I've been alone. So when you showed up and started giving me directions... it felt uncomfortable.
But you were right. I need some guidance...)<</speech>>
<<speech "Dick">>I know...<</speech>>
<<speech "You" "$name">>(...)<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>(Go ahead, Dick...)<</speech>>
<<speech "Dick">>''I FUCKING TOLD YOU SO''<</speech>>
<<speech "You" "$name">>(Better now?)<</speech>>
<<speech "Dick">>Very much better, boy!<</speech>>
[[Next|bathroom5night]]You take a shower thinking about what happened while talking to Dick.
<<speech "You" "$name">>(I know that's only been five days since you appeared. But it felt so fucking weird not to have you in my head)<</speech>>
<<speech "Dick">>Indeed. We have built a really strong bond.<</speech>>
<<speech "You" "$name">>(I've been meaning to ask you... Why was I only able to use my Lust calling while you were away?)<</speech>>
<<speech "Dick">>That's because it is your strongest drive right now.<</speech>>
<<speech "You" "$name">>(What do you mean?)<</speech>>
You have a lot of potential inside. But are only leting out your superficial drive for sex.
<<speech "Dick">>Without my guidance you weren't able to use other abilities.<</speech>>
<<speech "You" "$name">>(Yeah...And I almost couldn't control it sometimes...)<</speech>>
<<speech "Dick">>Don't worry. I will help you to connect to other powers inside you.<</speech>>
[[Next|room5nightb]]You finish your bath and lay on your bed.
<<speech "You" "$name">>(Hey, I'll finally sleep a full night in my bed)<</speech>>
<<speech "Dick">>Indeed haha. I wouldn't dare to call you to train tonight. You should rest well.<</speech>>
<<speech "You" "$name">>(Oh I will...
Maaan...what a crazy day...)<</speech>>
<<speech "Dick">>Full of emotions, right?<</speech>>
<<speech "You" "$name">>Dick. I'm glad you're here.<</speech>>
<<speech "Dick">>I'm also glad to be "back".<</speech>>
[[Sleep|room5nightsleep]]You drift into a deep sleep and feel the usual, and now welcoming, feeling of lightness that having a magical creature inside your head provides.
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle medium" src="images/misc/peaceful.gif">
[[Next|room6day]]<<set $day to 6>><<nobr>>
<<set $period to 1>>
<<set $CurEng to 100>>
<<set $bootymessageday to 0>><</nobr>>
It's new day...
The sun shines through the window.
There isn't work today.
And you feel weirdly well rested.
<<speech "You" "$name">>(Hmmmm...what to do, what to do...)<</speech>>
You look around and see that the place is a mess...
<<speech "You" "$name">>(I feel great today...)<</speech>>
<<speech "Dick">>You do not heal as a mere mortal anymore. Your body is getting stronger...<</speech>>
<<speech "You" "$name">>(That's great to know!)<</speech>>
[[Next|shortfree6]]
<<set $sfaction to 3>><<nobr>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $kendra.mess to true>>
<<set $kendra.mess1 to true>>
<<set $cecilia.mess to true>>
<<set $cecilia.mess1 to true>>
<<set $kyamess to true>>
<<set $steve.mess to true>>
<<set $steve.mess1 to true>>
<<set $larry.mess to true>>
<<set $larry.mess1 to true>>
<<set $dani.number to true>><</nobr>>You head down to the building entrance where the trash cans are and throw the bags out.
<<speech "You" "$name">>~Uhhg~ Done! What time is it now?<</speech>>
You reach for your phone in your pocket but feels something else.
<<speech "You" "$name">>(Oh...yeah...)<</speech>>
<img class="middle medium" src="images/misc/jackcard.jpg">
<<speech "You" "$name">>(Will he really be in touch? I hope not...)<</speech>>
[[Next|lobby6a]]You enter the lobby and a beautiful woman is fixating some things on the notice board.
<<set $elena.met to true>>
She sees you.
<img class="middle large" src="images/elena/day6/1.jpg">
<<speech "You" "$name">>(Damn! She's hot...)<</speech>>
<<speech "Elena">>Hola! You must be $name, right?<</speech>>
<<speech "You" "$name">>Hi! Yes, how did you know?<</speech>>
<<speech "Elena">>I work with Dee at the college. She told me that one of my future potential students could be you...<</speech>>
<<speech "You" "$name">>Ohh, So you're Elena? I saw your note for private classes. (I didn't thought the teacher would be so hot)<</speech>>
<<speech "Elena">>Si si. It's me. You should really drop by sometime. My methods are good and I don't charge much.<</speech>>
<<speech "You" "$name">>Sure! It sounds good.<</speech>>
<<speech "Elena">>I need to go now. I have one student waiting... Bye!<</speech>>
<img class="middle medium" src="images/elena/day6/2.jpg">
<<speech "You" "$name">>Okay! Bye! (I'll be sure to pay her a visit...)<</speech>>
[[Back to your apartment|corridor6]]<<set $shortfreetime to true>>
<<if $sfaction gt 0>>
Back in your room you have some free time to do some things...
<<link 'Use your phone' 'Phone'>> <</link>>
<<if $sfaction1 is false>>
[[Meditate|arche6]]<</if>>
<<if $sfaction2 is false>>
[[Train your handyman skills|handyman6]]<</if>>
<<if $sfaction3 is false>>
[[Train your hacking skills|hacking6]]<</if>>
[[End your free time|room6dayb]]
<<else>>
You have no free time left...
[[End your free time|room6dayb]]<</if>><<button "Back">><<goto "Kendracontact">><</button>>
<<set $kendra.mess -= 1>><<nobr>>
<img class="right-side small" src="images/kendra/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 6 and $kendra.mess1 is true>><<link 'Message (day 6)' 'kendramess6'>><</link>><</if>>
<<if $day gte 9 and $kendra.mess2 is true>><<link 'Message (day 9)' 'kendramess9'>><</link>><</if>>
<<if $day gte 10 and $kendra.mess3 is true>><<link 'Message (day 10)' 'kendramess10'>><</link>><</if>>
<</nobr>>
<<if $kendra.mess lt 0>><<set $kendra.mess to 0>><</if>>
<<button "Back">><<goto "Kendracontact">><</button>>
*Profile picture:
<img class="contacts" src="images/kendra/face.jpg"><<set $kendra.mess1 to false>>
<<speech "Kendra">>Hi, $name. I've been having second thoughts about this whole Hornyfans thing...<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Calm her">>
<<replace "#answer">>
<<speech "You" "$name">>Don't worry. You're not doing anything wrong. It's to help your family.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $kendra.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Encourage her">>
<<replace "#answer">>
<<speech "You" "$name">>Don't worry. With a body like yours people will pay thousands of moneys...<</speech>>
<span class="corruption">Her corruption has increased by 0.5</span>
<<set $kendra.corruption += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Kendramessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/dani/face.jpg">
<a data-passage="Danimessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Danigallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Danicontact">><</button>>
<<set $dani.mess -= 1>><<nobr>>
<img class="right-side small" src="images/dani/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 6 and $dani.mess1 is true>><<link 'Message (day 6)' 'danimess6'>><</link>><</if>>
<<if $day gte 9 and $dani.mess2 is true>><<link 'Message (day 9)' 'danimess9'>><</link>><</if>>
<<if $day gte 10 and $danidildo is true and $dani.mess3 is true>><<link 'Message (day 10)' 'danimess10'>><</link>><</if>>
<</nobr>>
<<if $dani.mess lt 0>><<set $dani.mess to 0>><</if>>
<<button "Back">><<goto "Danicontact">><</button>>
*Profile picture:
<img class="contacts" src="images/dani/face.jpg">
<<if $danipic1 is true>>*Day 10 ("training her pussy")
<img class="normal" src="images/dani/messages/1.jpg"><</if>>
<<if $danivideo1 is true>>
<video src="videos/dani/messages/1.mp4" controls></video><</if>><<set $dani.mess1 to false>>
<<speech "Dani">>Hello there! I got your number from the staff informations. I've been meanig to ask... Have you read Lord of the Rings?<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer politely">>
<<replace "#answer">>
<<speech "You" "$name">>I tried like five or six times. But I really like the movies though...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Answer negatively">>
<<replace "#answer">>
<<speech "You" "$name">>You shouldn't text people who didn't directly passed you their number...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Danimessages'>> <</link>>
<</if>><<speech "You" "$name">>Should I smoke to relax more?<</speech>>
[[Use weed|weedarche6]]
[[Don't use it|noweedarche6]]
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction1 to true>><</nobr>><<if $weed gte 1>>
<<set $player.arche to 3>><<nobr>>
<<set $meditation to true>>
<<set $weed -= 1>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 3 arche points"
"You used one joint"
[[Take a shower|shortfree6]]
<<else>>
You don't have any weed.
[[Back|arche6]]
<</if>><<set $player.arche to 2>><<nobr>>
<<set $meditation to true>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 2 arche points"
[[Take a shower|shortfree6]]You sit on the computer and watch some instructions on how to do various kinds of work at home.
<img class="middle medium" src="images/misc/handylearn.gif">
''Your handyman skill level has increased by 1''
<<set $handymanlvl += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction2 to true>><</nobr>>
[[Back|shortfree6]]You sit on the computer and watch some videos on hacking while you type some codes.
<img class="middle medium" src="images/misc/hacklearn.gif">
''Your hacking skill level has increased by 1''
<<set $hackinglvl += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction3 to true>><</nobr>>
[[Back|shortfree6]]<<set $shortfreetime to false>>
<<speech "You" "$name">>Okay! Enough slacking around. Let's clean this cave!<</speech>>
<<set $CurEng -= 15>>
You put some music and start cleaning...
~(Linkin Park "In the end" plays) ONE THING, I DON'T KNOW WHY. IT DOESN'T EVEN MATTER HOW HARD YOU TRY...~
<img class="middle normal" src="images/misc/intheend.gif">
After some time you fill three big bags with trash.
<<speech "You" "$name">>(Woah, this place really needed some cleaning.)<</speech>>
[[Next|outside6day]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The receptionist: Steve</span><<nobr>>
<</nobr>><a data-passage="Stevestats" class="link-internal link-image">
<img class="right-side small" src="images/steve/face.jpg">
</a>
You two met at your first day at the building.
''Stats:''
*His favor to you is $steve.favor
*His friendship with you is $steve.friendship
*His obedience to you is $steve.obedience
''Things you know:''
*He doesn't like Marie.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The officer: James</span><<nobr>>
<</nobr>><a data-passage="Jamesstats" class="link-internal link-image">
<img class="right-side small" src="images/james/face.jpg">
</a>
You know him since about 1 year ago when he started coming to the market.
''Stats:''
*His favor to you is $james.favor
*His friendship with you is $james.friendship
*His obedience to you is $james.obedience
''Things you know:''
*He's a bully cop.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The soon-to-be officer: Eliza</span><<nobr>>
<</nobr>><a data-passage="Elizastats" class="link-internal link-image">
<img class="right-side small" src="images/eliza/face.jpg">
</a>
You met her about 6 months ago, when officer james started bringing her to the market.
''Stats:''
*Her love for you is $eliza.love
*Her lust for you is $eliza.lust
*Her corruption is $eliza.corruption
*Her submissiveness to you is $eliza.submission
''Items you gave her:''
<<if $elizadildo is true>>
*A dildo<</if>>
<<if $elizasmallplug is true>>
*A small buttplug<</if>>
<<if $elizamediumplug is true>>
*A medium buttplug<</if>>
<<if $elizabigplug is true>>
*A big buttplug<</if>>
<<if $elizahitachi is true>>
*A hitachi<</if>>
''Things you know:''
*She has a strong sense of duty.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The editor: Matt (Small Giant)</span><<nobr>>
<</nobr>><a data-passage="Mattstats" class="link-internal link-image">
<img class="right-side small" src="images/matt/face.jpg">
</a>
You met him at your first shooting.
''Stats:''
*His favor to you is $matt.favor
*His friendship with you is $matt.friendship
*His obedience to you is $matt.obedience
''Things you know:''
*He's very methodic.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The set's security: Buck</span><<nobr>>
<</nobr>><a data-passage="Buckstats" class="link-internal link-image">
<img class="right-side small" src="images/buck/face.jpg">
</a>
You met him (and his bat, almost) at your first shooting.
''Stats:''
*His favor to you is $buck.favor
*His friendship with you is $buck.friendship
*His obedience to you is $buck.obedience
''Things you know:''
*He seems to be a cool guy.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The mafia boss: Jack</span><<nobr>>
<</nobr>><a data-passage="Jackstats" class="link-internal link-image">
<img class="right-side small" src="images/jack/face.jpg">
</a>
He's very scary and powerful.
''Stats:''
*His favor to you is $jack.favor
*His friendship with you is $jack.friendship
*His obedience to you is $jack.obedience
''Things you know:''
*He's a mafia boss.
*Marie is tied to him.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The petite devil: Cecilia</span><<nobr>>
<</nobr>><a data-passage="Ceciliastats" class="link-internal link-image">
<img class="right-side small" src="images/cecilia/face.jpg">
</a>
You just met her at your building.
''Stats:''
*Her love for you is $cecilia.love
*Her lust for you is $cecilia.lust
*Her corruption is $cecilia.corruption
*Her submissiveness to you is $cecilia.submission
''Things you know:''
*She's pretty straightforward.<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The protective mother: Misty</span><<nobr>>
<</nobr>><a data-passage="Mistystats" class="link-internal link-image">
<img class="right-side small" src="images/misty/face.jpg">
</a>
You just met her at your building.
''Stats:''
*Her love for you is $misty.love
*Her lust for you is $misty.lust
*Her corruption is $misty.corruption
*Her submissiveness to you is $misty.submission
''Things you know:''
*She has a temper.<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/codi/face.jpg">
<a data-passage="Codimessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Codigallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Codicontact">><</button>>
<<set $codi.mess -= 1>><<nobr>>
<img class="right-side small" src="images/codi/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 5 and $codi.mess1 is true>><<link 'Message (day 5)' 'codimess5'>> <</link>><</if>>
<<if $day gte 10 and $codi.mess2 is true>><<link 'Message (day 9)' 'codimess10'>> <</link>><</if>>
<</nobr>>
<<if $codi.mess lt 0>><<set $codi.mess to 0>><</if>>
<<button "Back">><<goto "Codicontact">><</button>>
*Profile picture:
<img class="contacts" src="images/codi/face.jpg"><<set $codi.mess1 to false>>
<<speech "Codi">>Helooo. Just wanted to thank you again for helping me with the paintings.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer politely">>
<<replace "#answer">>
<<speech "You" "$name">>Don't mention it. Neighbors should help eachother.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>Don't mention it. I ''really'' enjoyed your company.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Codimessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/summer/face.jpg">
<a data-passage="Summermessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Summergallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Summercontact">><</button>>
<<set $summer.mess -= 1>><<nobr>>
<img class="right-side small" src="images/summer/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 5 and $summer.mess1 is true>><<link 'Message (day 5)' 'summermess5a'>><</link>><</if>>
<<if $day gte 5 and $summer.mess2 is true>><<link 'Message (day 5)' 'summermess5b'>><</link>><</if>>
<</nobr>>
<<if $summer.mess lt 0>><<set $summer.mess to 0>><</if>>
<<button "Back">><<goto "Summercontact">><</button>>
*Profile picture:
<img class="contacts" src="images/summer/face.jpg"><<set $summer.mess1 to false>>
<<speech "Summer">>I got your number with Codi. Just wanted to say that I don't need you doing "men's chores" in my house. I can do it all by myself.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer politely">>
<<replace "#answer">>
<<speech "You" "$name">>I may have invaded your space. Sorry about that. Have a nice day.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $summer.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>I bet that you can't do half of what I do with a hammer. Go back to kitchen.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $summer.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Summermessages'>> <</link>>
<</if>><<set $summer.mess2 to false>>
<<speech "Summer">>I hope we have an agreement about what happened.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer positively">>
<<replace "#answer">>
<<speech "You" "$name">>What happened? I don't know about anything...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $summer.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>I don't give a fuck about the agreement. If I feel like I should talk about you cheating, I will.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $summer.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Summermessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/cecilia/face.jpg">
<a data-passage="Ceciliamessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Ceciliagallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Ceciliacontact">><</button>>
<<set $cecilia.mess -= 1>><<nobr>>
<img class="right-side small" src="images/cecilia/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 6 and $cecilia.mess1 is true>><<link 'Message (day 6)' 'ceciliamess6a'>><</link>><</if>>
<<if $day gte 11 and $cecilia.mess2 is true>><<link 'Message (day 11)' 'ceciliamess2'>><</link>><</if>>
<</nobr>>
<<if $cecilia.mess lt 0>><<set $cecilia.mess to 0>><</if>>
<<button "Back">><<goto "Ceciliacontact">><</button>>
*Profile picture:
<img class="contacts" src="images/cecilia/face.jpg">
<<if $ceciliapic1 is true>>*Day 11
<img class="middle medium" src="images/release 4.0/cecilia/day11/1.jpg">
<</if>><<set $cecilia.mess1 to false>>
<<speech "Cecilia">>Heyyy. Just dropped by to say that I think you're very cute.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer politely">>
<<replace "#answer">>
<<speech "You" "$name">>Thanks! I hope you really mean that haha.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $cecilia.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>Thank you... you're pretty hot yourself. I mean, cute.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $cecilia.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Ceciliamessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/marie/face.jpg">
<a data-passage="Mariemessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Mariegallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Mariecontact">><</button>>
<<set $marie.mess -= 1>><<nobr>>
<img class="right-side small" src="images/marie/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 12 and $marie.mess1 is true>><<link 'Message (day 12)' 'mariemess12'>><</link>><</if>>
<</nobr>>
<<if $marie.mess lt 0>><<set $marie.mess to 0>><</if>><<button "Back">><<goto "Mariecontact">><</button>>
*Profile picture:
<img class="contacts" src="images/marie/face.jpg"><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $kyabonus is true>><a data-passage="Kyacontact" class="link-internal link-image">
<img class="contacts" src="images/kya/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<set $kyamess to false>><<nobr>>
<img class="right-side small" src="images/kya/face.jpg"><</nobr>>
<<if $day gte 6 and $kyabonus is true>><<link 'An invitation' 'kyamess'>><</link>><</if>>
<<speech "Kya">>Hi, baby! I've been missing that dick... Why don't you come over sometime?<</speech>>
<<set $kyabootycall to true>><<nobr>>
<<set $bootymessageday += 1>><</nobr>>
She passes you her adress.
''You can now meet her on your free time!''
<<link 'Back' 'Phone'>><</link>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $shoplifter1bonus is true>><a data-passage="Leanacontact" class="link-internal link-image">
<img class="contacts" src="images/shoplyfter1/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<set $leanamess to false>><<nobr>>
<img class="right-side small" src="images/shoplyfter1/face.jpg"><</nobr>>
<<if $day gte 10 and $shoplifter1bonus is true>><<link 'An invitation' 'leanamess'>><</link>><</if>>
<<speech "Leana">>Hey! I passed you my number... so we should meet one day, mister!<</speech>>
<<set $leanabootycall to true>><<nobr>>
<<set $bootymessageday += 1>><</nobr>>
She passes you her adress.
''You can now meet her on your free time!''
<<link 'Back' 'Phone'>><</link>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/steve/face.jpg">
<a data-passage="Stevemessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Stevegallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Stevecontact">><</button>>
<<set $steve.mess -= 1>><<nobr>>
<img class="right-side small" src="images/steve/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 6 and $steve.mess1 is true>><<link 'Message (day 6)' 'stevemess6'>><</link>><</if>>
<<if $day gte 12 and $steve.mess2 is true>><<link 'Message (day 12)' 'stevemess12'>><</link>><</if>>
<</nobr>>
<<if $steve.mess lt 0>><<set $steve.mess to 0>><</if>><<button "Back">><<goto "Stevecontact">><</button>>
*Profile picture:
<img class="contacts" src="images/steve/face.jpg"><<set $steve.mess1 to false>>
<<speech "Steve">>$name, see where I'm at!<</speech>>
<img class="medium" src="images/steve/day6/1.jpg">
<<if $day lt 7>>
@@#answer;
<<link "Answer positively">>
<<replace "#answer">>
<<speech "You" "$name">>Wow! This place looks amazing!<</speech>>
<span class="friendship">His friendship has increased by 0.5</span>
<<set $steve.friendship += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Ask about your money">>
<<replace "#answer">>
<<speech "You" "$name">>Oh, so you're there... enjoying life, while I'm supposed to stay here waiting for you to pay me for the weed I gave you...<</speech>>
<span class="obedience">His obedience has increased by 0.5</span>
<<set $steve.obedience += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Stevemessages'>> <</link>>
<</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Chiquita</span> (your second scene partner)<<nobr>>
<</nobr>><a data-passage="Chiquitastats" class="link-internal link-image">
<img class="right-side small" src="images/actresses/chiquita/face.jpg">
</a>
She's the second girl you shot with.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Whitney</span> (your second scene partner)<<nobr>>
<</nobr>><a data-passage="Whitneystats" class="link-internal link-image">
<img class="right-side small" src="images/actresses/whitney/face.jpg">
</a>
She's the second girl you shot with.
<<if $whitneynumber is true>>
*She gave you her number.<</if>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Envy</span> (your second scene partner)<<nobr>>
<</nobr>><a data-passage="Envystats" class="link-internal link-image">
<img class="right-side small" src="images/actresses/envy/face.jpg">
</a>
She's the second girl you shot with.
<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/frank/face.jpg">
<a data-passage="Frankmessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Frankgallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Frankcontact">><</button>>
<<set $frank.mess -= 1>><<nobr>>
<img class="right-side small" src="images/frank/face.jpg"><</nobr>>
<<if $frank.mess lt 0>><<set $frank.mess to 0>><</if>>
<<button "Back">><<goto "Frankcontact">><</button>>
*Profile picture:
<img class="contacts" src="images/frank/face.jpg"><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/larry/face.jpg">
<a data-passage="Larrymessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Larrygallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Larrycontact">><</button>>
*Profile picture:
<img class="contacts" src="images/larry/face.jpg"><<button "Back">><<goto "Larrycontact">><</button>>
<<set $larry.mess -= 1>><<nobr>>
<img class="right-side small" src="images/larry/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 6 and $larry.mess1 is true>><<link 'Message (day 6)' 'larrymess6'>><</link>><</if>>
<</nobr>>
<<if $larry.mess lt 0>><<set $larry.mess to 0>><</if>><<set $larry.mess1 to false>>
<<speech "Larry">>HOT BLACK CHICS WITH BIG BUTTS SEARCH.<</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer playfully">>
<<replace "#answer">>
<<speech "You" "$name">>Hahahaha. Come on Larry, you gotta learn how to use your phone.<</speech>>
<span class="friendship">His friendship has increased by 0.5</span>
<<set $larry.friendship += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Help him">>
<<replace "#answer">>
<<speech "You" "$name">>This is not the search bar, Larry. But I'll help you...<</speech>>
<img class="medium" src="images/larry/day6/1.jpg">
<span class="favor">His favor has increased by 0.5</span>
<<set $larry.favor += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Larrymessages'>> <</link>>
<</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>>
<<if $jack.met is true>>
<a data-passage="Jackcontact" class="link-internal link-image">
<img class="contacts" src="images/jack/face.jpg">
</a><</if>>
<<if $riley.met is true>>
<a data-passage="Rileycontact" class="link-internal link-image">
<img class="contacts" src="images/riley/face.jpg">
</a><</if>>
<<if $chanell.number is true>>
<a data-passage="Chanellcontact" class="link-internal link-image">
<img class="contacts" src="images/chanell/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/jack/face.jpg">
<a data-passage="Jackmessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Jackgallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Jackcontact">><</button>>
<<set $jack.mess -= 1>><<nobr>>
<img class="right-side small" src="images/jack/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 11>><<link 'Message (day 11)' 'jackmess1'>><</link>><</if>>
<</nobr>>
<<if $jack.mess lt 0>><<set $jack.mess to 0>><</if>><<button "Back">><<goto "Jackcontact">><</button>>
*Profile picture:
<img class="contacts" src="images/jack/face.jpg">Reaching your corridor, you see Marie leaning against your door.
<img class="middle medium" src="images/marie/day6/1.jpg">
<<speech "You" "$name">>(There she is. The bitch that told Jack to kill me...)<</speech>>
It seems like she's talking to herself.
<<speech "You" "$name">>(What is she saying?)<</speech>>
[[Try to sneak and get closer|sneakonmarie]]
[[Just go to her|nosneakonmarie]]You lean forward and walk very slowly, taking the oposite wall of the corridor towards her.
Then you start to hear:
<<speech "Marie">>Fuck! Is he dead? What did Jack do to him? Is this all my fault?<</speech>>
She thinks to herself:
<img class="middle medium" src="images/marie/day6/2.jpg">
She stops talking and knock on your door once more.
<<if $sneaking is false>>
''New skill learned: Sneaking''
<img class="middle normal" src="images/player/sneaking.jpg">
''Your sneaking skill level has increased by 1''
<<set $sneaking to true>><<nobr>>
<<set $sneakinglvl += 1>><</nobr>>
<<else>>
''Your sneaking skill level has increased by 1''
<<set $sneakinglvl += 1>><</if>>
[[Just go to her|nosneakonmarie]]<<speech "You" "$name">>Looking for me?<</speech>>
She turns at your direction.
<img class="middle medium" src="images/marie/day6/3.jpg">
<<speech "Marie">>Oh my god! There you are!<</speech>>
<<speech "You" "$name">>Surprised to see me alive?<</speech>>
Her expression changes.
<<speech "Marie">>What did Jack do to you? You don't seem hurt...<</speech>>
<<speech "You" "$name">>I managed to work things out with him. He kinda likes me now.<</speech>>
<<speech "Marie">>''What??''How did you... Do you...<</speech>>
You get closer to her.
<<speech "You" "$name">>Just so you know I was going to pay you.
You didn't had to rat me out like that. I could have died because of fucking ''RENT''!<</speech>>
<<speech "Marie">>Calm down, $name...<</speech>>
<<speech "You" "$name">>No, I won't! You treat me like shit and then send someone to kill me?<</speech>>
<<speech "Marie">>''I DIDN'T SEN-'' I didn't sent him to kill you... I was desperate!
He kept inquiring about who was paying me and who wasn't. I'm sorry, okay?<</speech>>
<<speech "You" "$name">>Do you really want to make amends?<</speech>>
<<speech "Marie">>Yes...<</speech>>
<img class="middle medium" src="images/marie/day6/5.jpg">
<<speech "You" "$name">>Then give me the keys to the basement...<</speech>>
She seems surprised.
<<speech "Marie">>How do you know that place?<</speech>>
<<speech "You" "$name">>Where do you think that Jack took me and beat the shit out of me?<</speech>>
She covers her mouth again:
<<speech "Marie">>Oh my god!<</speech>>
<<speech "You" "$name">>Yes, poor me. Now give it to me the keys or I'll call the police and rat you out too.<</speech>>
<<speech "Marie">>The police?? Why? I did nothing wrong...<</speech>>
<<speech "You" "$name">>Oh, really? I could see you go to jail for being his accomplice and taking money from him...
And he also said something about you working for him in the past.<</speech>>
<img class="middle medium" src="images/marie/day6/4.jpg">
She pulls from her pocket a full set of keys, selects one and give it to you.
<<speech "Marie">>What will you do with that place?<</speech>>
''You got the keys to the weird place''
<<speech "You" "$name">>I'm still deciding...<</speech>>
You walk to your door and open it.
<<speech "Marie">>That settles it? No police, right?<</speech>>
<<speech "You" "$name">>I'll see...<</speech>>
<<speech "Marie">>Please... How about no rent this week?<</speech>>
<img class="middle medium" src="images/marie/day6/6.jpg">
[[Accept her offer|marie6norent]]
[[Make a "counteroffer" (dominance: 12)|marie6bjoffer]]
[[Just calm her down|marie6calm]]<<set $bootymessageday -= 1>>
<<set $shoplifter1bonus to false>>
You take the bus to the suburbs where Leana lives and walk the rest of the way to her house.
<<speech "You" "$name">>(These houses are huuuuuge).<</speech>>
After getting to her place your ring the bell.
~DING DONG~
<<speech "Leana">>I'm coming!<</speech>>
<<speech "You" "$name">>(Oh, you will in a few minutes, muahahaha)<</speech>>
She opens the door for and hug you
<<speech "Leana">>Hiiiiii.<</speech>>
<<speech "You" "$name">>(Hmm, she smells nice...)<</speech>>
<<speech "Leana">>Come inside...<</speech>>
<<speech "You" "$name">>(Oh, maybe I will, muahaha- okay I should stop with these jokes...)<</speech>>
[[Get inside|Leanapresex1]]<<speech "Leana">>I just wanted to say... I'm very grateful that you let me go that day.<</speech>>
<<speech "You" "$name">>Oh it's okay, it was just a pair of glasses.<</speech>>
She takes you straight to a guy's room.
<<speech "You" "$name">>Uhmm, why not go to your room? And where are your parents?<</speech>>
<<speech "Leana">>Oh, my parents are out for the day and my brother said I could use his room while he travels...<</speech>>
<<speech "You" "$name">>Okay but why use his-<</speech>>
<<speech "Leana">>Do you want to talk or fuck?<</speech>>
<<speech "You" "$name">>I would prefer some fucking, please.<</speech>>
<<speech "Leana">>Then lay down big boy...<</speech>>
She pushes you into the bed.
[[Next|Leanapresex2]]<video width="1000" src="videos/shoplyfter1/bootycall/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Those are very perky, babe.<</speech>>
[[Next|Leanapresex3]]<<speech "Leana">>Gimme your hand.<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/2.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|Leanapresex4]]<<speech "Leana">>Last time maybe you couldn't see my body very well.<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/3.mp4" autoplay controls></video>
[[Next|Leanapresex5]]<<speech "Leana">>Now let me see your cock.<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/4.mp4" autoplay controls></video>
<<set $calmnesscall to true>><<nobr>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>
[[Next|Leanasex]]<<set $sexsimple to true>><<nobr>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>>
[[Blowjob|Leanabj]]
[[Cowgirl|Leanacow]]
[[Reverse cowgirl|Leanarcow]]
[[Doggy|Leanadoggy]]
[[Missionary|Leanamiss]]
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the power (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>[[Kiss it|Leanakiss]]
[[Suck tip|Leanatip]]
[[Slobber on it|Leanaslobber]]
[[Back to all|Leanasex]]<<set $CurOrg += 2>>
<video width="1000" src="videos/shoplyfter1/bootycall/bjkiss.mp4" autoplay controls></video>
[[More|Leanakiss2]]
[[Suck tip|Leanatip]]
[[Slobber on it|Leanaslobber]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>(Her mouth is so delicate...)<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/bjkiss2.mp4" autoplay controls></video>
[[More|Leanakiss]]
[[Suck tip|Leanatip]]
[[Slobber on it|Leanaslobber]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 2>>
<video width="1000" src="videos/shoplyfter1/bootycall/bjtip.mp4" autoplay controls></video>
[[Kiss it|Leanakiss]]
[[Slobber on it|Leanaslobber]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<<speech "You" "$name">>Slobber on it babe...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/bjslobber.mp4" autoplay controls></video>
[[More|Leanaslobber2]]
[[Kiss it|Leanakiss]]
[[Suck tip|Leanatip]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<<speech "Leana">>Like this?<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/bjslobber2.mp4" autoplay controls></video>
[[More|Leanaslobber]]
[[Kiss it|Leanakiss]]
[[Suck tip|Leanatip]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<speech "You" "$name">>I'm gonna cum...<</speech>>
<<speech "Leana">>Just cum inside me...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/precum.mp4" autoplay controls></video>
<<speech "You" "$name">>What??<</speech>>
[[Next|Cumonleanabc2]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<<speech "Leana">>''I'm gonna cum!!''<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/orgasm.mp4" autoplay controls></video>
[[Back|Leanasex]]<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $penetrated is false>>
She climbs on you and put your dick inside her.
<video width="1000" src="videos/shoplyfter1/bootycall/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Leana">>Yeaaaaah...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/cow.mp4" autoplay controls></video>
<</if>>
[[Play with her tits|Leanacowtit]]
[[Let her work it|Leanacowwork]]
[[Harder|Leanacowhard]]
[[Back to all|Leanasex]]<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>(So soft...)<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/cowtits.mp4" autoplay controls></video>
[[Let her work it|Leanacowwork]]
[[Harder|Leanacowhard]]
[[Normal|Leanacow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video width="1000" src="videos/shoplyfter1/bootycall/cowwork.mp4" autoplay controls></video>
[[More|Leanacowwork2]]
[[Play with her tits|Leanacowtit]]
[[Harder|Leanacowhard]]
[[Normal|Leanacow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Leana">>Ohh, just like that.<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/cowhard.mp4" autoplay controls></video>
[[Play with her tits|Leanacowtit]]
[[Let her work it|Leanacowwork]]
[[Normal|Leanacow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>Yeah, keep going.<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/cowwork2.mp4" autoplay controls></video>
[[Play with her tits|Leanacowtit]]
[[Harder|Leanacowhard]]
[[Normal|Leanacow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $penetrated is false>>
She climbs on you facing the other way and waiting for your dick inside her.
<video width="1000" src="videos/shoplyfter1/bootycall/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Leana">>Oh, yeahhh...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcow.mp4" autoplay controls></video>
<</if>>
[[Faster|Leanarcowfast]]
[[Spank her|Leanarcowslap]]
[[Play with her tits|Leanarcowtits]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcowfast.mp4" autoplay controls></video>
[[More|Leanarcowfast2]]
[[Spank her|Leanarcowslap]]
[[Play with her tits|Leanarcowtits]]
[[Normal|Leanarcow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "Leana">>Oh fuck...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcowfast2.mp4" autoplay controls></video>
[[More|Leanarcowfast]]
[[Spank her|Leanarcowslap]]
[[Play with her tits|Leanarcowtits]]
[[Normal|Leanarcow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Leana">>Harder daddy!<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcowspank.mp4" autoplay controls></video>
[[More|Leanarcowslap2]]
[[Faster|Leanarcowfast]]
[[Play with her tits|Leanarcowtits]]
[[Normal|Leanarcow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Let me really feel this booty!<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcowspank2.mp4" autoplay controls></video>
[[More|Leanarcowslap]]
[[Faster|Leanarcowfast]]
[[Play with her tits|Leanarcowtits]]
[[Normal|Leanarcow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Leana">>I love when you tease me...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/rcowtits.mp4" autoplay controls></video>
[[Faster|Leanarcowfast]]
[[Spank her|Leanarcowslap]]
[[Normal|Leanarcow]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $penetrated is false>>
She gets on fours, waiting for your dick inside her.
<video width="1000" src="videos/shoplyfter1/bootycall/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Leana">>Oh, yeahhh...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/doggy.mp4" autoplay controls></video>
<</if>>
[[Tell her to work it|Leanadoggywork]]
[[Head down|Leanadoggyhdown]]
[[Faster|Leanadoggyfast]]
[[Bounce it|Leanadoggybounce]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/shoplyfter1/bootycall/doggywork.mp4" autoplay controls></video>
[[More|Leanadoggywork2]]
[[Head down|Leanadoggyhdown]]
[[Faster|Leanadoggyfast]]
[[Bounce it|Leanadoggybounce]]
[[Normal|Leanadoggy]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Yeah, work it girl...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/doggywork2.mp4" autoplay controls></video>
[[More|Leanadoggywork]]
[[Head down|Leanadoggyhdown]]
[[Faster|Leanadoggyfast]]
[[Bounce it|Leanadoggybounce]]
[[Normal|Leanadoggy]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Juuuust like that...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/doggyhdown.mp4" autoplay controls></video>
[[Tell her to work it|Leanadoggywork]]
[[Faster|Leanadoggyfast]]
[[Bounce it|Leanadoggybounce]]
[[Normal|Leanadoggy]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "Leana">>Fuck...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/doggyfast.mp4" autoplay controls></video>
[[Tell her to work it|Leanadoggywork]]
[[Head down|Leanadoggyhdown]]
[[Bounce it|Leanadoggybounce]]
[[Normal|Leanadoggy]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
You slap her as and give her directions.
<video width="1000" src="videos/shoplyfter1/bootycall/doggybounce.mp4" autoplay controls></video>
[[Tell her to work it|Leanadoggywork]]
[[Head down|Leanadoggyhdown]]
[[Faster|Leanadoggyfast]]
[[Normal|Leanadoggy]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $penetrated is false>>
She opens her legs for you.
<video width="1000" src="videos/shoplyfter1/bootycall/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Leana">>Yeah, fuck my little pussy...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/miss.mp4" autoplay controls></video>
<</if>>
[[Faster|Leanamissfast]]
[[Harder|Leanamisshard]]
[[Play with her tits|Leanamisstits]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<<speech "You" "$name">>(Her pussy is so tight)<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/missfast.mp4" autoplay controls></video>
[[More|Leanamissfast2]]
[[Harder|Leanamisshard]]
[[Play with her tits|Leanamisstits]]
[[Normal|Leanamiss]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>(I love those titties...)<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/misstits.mp4" autoplay controls></video>
[[Faster|Leanamissfast]]
[[Harder|Leanamisshard]]
[[Normal|Leanamiss]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<video width="1000" src="videos/shoplyfter1/bootycall/missfast2.mp4" autoplay controls></video>
[[More|Leanamissfast]]
[[Harder|Leanamisshard]]
[[Play with her tits|Leanamisstits]]
[[Normal|Leanamiss]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<<speech "Leana">>Your cock feels so good...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/misshard.mp4" autoplay controls></video>
[[More|Leanamisshard2]]
[[Faster|Leanamissfast]]
[[Play with her tits|Leanamisstits]]
[[Normal|Leanamiss]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<speech "You" "$name">>Are you sure?<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/precum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...Okay!<</speech>>
[[Next|Cumonleanabc3]]<<speech "You" "$name">>Here it comes!<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/cum.mp4" autoplay controls></video>
You shoot your hot load inside her.
[[Next|Cumonleanabc4]]<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<<speech "Leana">>Fuuuuuuuck...<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/misshard2.mp4" autoplay controls></video>
[[More|Leanamisshard]]
[[Faster|Leanamissfast]]
[[Play with her tits|Leanamisstits]]
[[Normal|Leanamiss]]
[[Back to all|Leanasex]]
<<if $CurOrg gte 100>><<goto "Cumonleanabc">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'Leanaorgasmbc'>><</link>><</if>><<speech "You" "$name">>This looks hot!<</speech>>
<video width="1000" src="videos/shoplyfter1/bootycall/aftercum.mp4" autoplay controls></video>
You hear someone shouting.
<div class="general">//Hey! Leana! Where's mom and dad??//</div>
<<speech "You" "$name">>What the fuck??<</speech>>
<<speech "Leana">>Just like I planned, he fucks in my room... I fuck in his room...
Thanks for the mess in his bed...<</speech>>
<<speech "You" "$name">>Who??<</speech>>
<<speech "Leana">>Well, my brother...<</speech>>
[[Next|Cumonleanabc5]]<<set $now to true>><<nobr>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $callingslist to true>>
<<set $sexsimple to false>>
<<set $leanabootycall to false>><</nobr>>
<video width="1000" src="videos/shoplyfter1/bootycall/run.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! Always a bitch...)<</speech>>
<<speech "Leana">>The window is over there...<</speech>>
You hear steps getting closer.
<<speech "You" "$name">>(Fuck! No powers? Okay...)<</speech>>
[[Jump through the window|Leanawindow]]
[[Face the brother|Leanabrother]]<<speech "You" "$name">>(Window it is!)<</speech>>
You open the window and jump on a lower part of the roof.
<<speech "You" "$name">>(HAHA!)<</speech>>
But you begin to slide.
<<speech "You" "$name">>(Shiiiiiet...)<</speech>>
<<if $fitnesslvl gte 4>>
<span class="grey">Your trained body helps you to react quickly enough to regain your balance as you slide until the front border of the roof.</span>
<<speech "You" "$name">>(Now the hard part)<</speech>>
<img class="middle large" src="images/misc/frontflip.gif">
The roof ends but you aim at the grass, falling graciously and unharmed.
<<speech "You" "$name">>(Better get outta here...)<</speech>>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<<else>>
Since you're not very trained, you end up sliding on your back through the roof.
<<speech "You" "$name">>(FUCK! That's not good)<</speech>>
Unable to regain your balance you slide until the front border...
Until there's no more roof...
<img class="middle normal" src="images/misc/fallingonback.gif">
~BAMM~
You hit the ground, but luckly you fell on grass.
<<speech "You" "$name">>(Ahhhhhhhrg...)<</speech>>
You get up and strech a little, while admiring the height of your fall.
<<speech "You" "$name">>(Better get outta here...)<</speech>>
<span class="grey">''Your fitness has increased by 10''</span>
<<set $player.fitness +=10>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<</if>>He enters the room...
<img class="middle normal" src="images/misc/surprisedguy.gif">
<div class="general">//''What the fuck is this??''//</div>
<<speech "Leana">>That's what you get for fucking in my bed!<</speech>>
<div class="general">//It was a one time thing! I was drunk!//</div>
He looks at you.
<div class="general">//And who the fuck are you?//</div>
[[Be smart (intelligence level 3)|Leanabrotherint]]
[[Focus on her|Leanabrotherchar]]
[[Be aggressive|Leanabrotherdom]]<<if $intelligencelvl gte 3>>
<<speech "You" "$name">>Oh... What the hell happened?<</speech>>
You put one hand over your forehead, as if you're feeling ill.
<div class="general">//What's wrong with him?//</div>
<<speech "Leana">>I don't know!<</speech>>
<<speech "You" "$name">>My god, I think she drugged me... (This bitch is a compulsive liar... he'll fall for this one)<</speech>>
<img class="small normal" src="images/misc/feelingsick.gif">
<div class="general">//What the FUCK? You are drugging people now? You degenerate...//</div>
<<speech "Leana">>Whaaaaaaaaat?<</speech>>
<<speech "You" "$name">>I think I'll go...<</speech>>
<div class="general">//I'm gonna tell mom what you did!//</div>
<<speech "Leana">>Noooo, don't you fucking dare!<</speech>>
They're too caught up on the argument to notice you sneaking away.
<span class="blue">''Your intelligence has increased by 15 xp''</span>
<<set $player.intelligence += 15>>
''Your sneaking skill level has increased by 15 xp''
<<set $sneakinglvl += 15>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<<else>>
You're not smart enought to do this action.
[[Back|Leanabrother]]<</if>>On a fast read you can say they hate eachother, so you take advantage of that.
<<speech "You" "$name">>Come on man! She's fucking crazy.<</speech>>
<div class="general">//What did she do this time?//</div>
<<speech "You" "$name">>She called me here and said that your parents were out for the day and you were travelling.<</speech>>
<<speech "Leana">>But-<</speech>>
<<speech "You" "$name">>Aaaand, she stole things from the market I work in...<</speech>>
<div class="general">//I'm calling mom right now! You can go, man...//</div>
You look at her one last time...
<img class="middle medium" src="images/misc/talkwayout.gif">
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><<speech "You" "$name">>Uhmmm... Think fast!<</speech>>
<img class="middle medium" src="images/misc/punch3.gif">
You punch him and run away as fast as you can.
<<speech "You" "$name">>(I'm outta this biiiitch)<</speech>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><<if $day is 6 and $period is 2>><<goto "room6d">><</if>>
<<if $day is 7 and $period is 1>><<goto "shortfree7">><</if>>
<<if $day is 8>><<goto "home8">><</if>>
<<if $day is 9>><<goto "room9day">><</if>>
<<if $day is 10 and $period is 1>><<goto "shortfree10a">><</if>>
<<if $day is 10 and $period is 3>><<goto "Home10c">><</if>>
<<if $day is 12 and $period is 2>><<goto "day12rest">><</if>>
<<if $day is 13 and $period is 2>><<goto "day13a">><</if>><<speech "You" "$name">>Okay, deal.<</speech>>
You two shake hands and she makes an awkard farewell.
<<speech "Marie">>Uhmm, bye $name. Sorry again...<</speech>>
<<speech "You" "$name">>Bye.<</speech>>
You close the door on her face.
<<set $payrent to false>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $marie.corruption += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $marie.submission += 1>>
[[Next|room6dayc]]You make something to eat and start a conversation with Dick.
<<speech "You" "$name">>(It's weird...)<</speech>>
<<speech "Dick">>What?<</speech>>
<<speech "You" "$name">>(My life is changing so much in such a short time...)<</speech>>
<<speech "Dick">>Do you prefer your old life?<</speech>>
<<speech "You" "$name">>(That's the weird part: I don't.
Even though I can't control my powers yet...
Even though I almost died last night...
Even though there's a fucking entity after me...
I don't)<</speech>>
<<speech "Dick">>That's the spirit! Be not affraid. Welcome the changes.<</speech>>
<<speech "You" "$name">>Speaking of changes... I'm also feeling waaay more confident!<</speech>>
<<speech "Dick">>That's because you're finally connecting to your true self.<</speech>>
<<speech "You" "$name">>Maybe...<</speech>>
<<speech "Dick">>Nothing happens without destiny's saying.<</speech>>
<<speech "You" "$name">>This conversation is getting too deep for me...<</speech>>
You take a plate with food to your computer and put on a video.
<img class="middle medium" src="images/misc/funnyvideo.gif">
<<speech "You" "$name">>HA! What an idiot!<</speech>>
[[Next|Longfreetimeint]]
<<set $period to 2>><<if $player.dominance gte 12>>
<<speech "You" "$name">>That won't cut it... I want more.<</speech>>
<<speech "Marie">>What do you want?<</speech>>
You look deeply in her eyes an say:
<<speech "You" "$name">>I want you...<</speech>>
She gets more tense.
<img class="middle medium" src="images/marie/day6/8.jpg">
<<speech "Marie">>Cut the crap, $name... I'm being serious.<</speech>>
<<speech "You" "$name">>Oh, I'm dead serious...
You always treat me like shit and now you think you can just walk away when I have the opportunity to get back at you?<</speech>>
<<speech "Marie">>Fuck...<</speech>>
<<speech "You" "$name">>You're in my hands now...<</speech>>
<<speech "Marie">>What do you want from me?<</speech>>
<<speech "You" "$name">>A very sloppy blowjob...<</speech>>
<<speech "Marie">>You're ''disgusting!''<</speech>>
<<speech "You" "$name">>No. ''You'' are disgusting. Treating the residents like slaves and getting rich out of other people's misery...<</speech>>
Speechless, she leans on the wall, thinking about what she might be doing next...
<img class="middle medium" src="images/marie/day6/9.jpg">
<<speech "You" "$name">>You're taking to long to decide....
I don't have time for this shit!<</speech>>
You pass through the already open door.
<<speech "Marie">>Wait! I'll do it!<</speech>>
<<speech "You" "$name">>There's no going back from this.<</speech>>
<<speech "Marie">>Fuck it. I've done worse than that...
Let's go to my place.<</speech>>
[[Next|marie6bjoffer2]]
<<else>>
You're not dominant enough to do that.
[[Back|nosneakonmarie]]<</if>><<speech "You" "$name">>~Sight~ Look...I can see that you're pretty tense. Just calm down.<</speech>>
The always strong and proud woman is looking like a little girl right now.
<<speech "Marie">>I'm trying...<</speech>>
<<speech "You" "$name">>I don't want anything. Chill, I won't say anything to the police.<</speech>>
<<speech "Marie">>Thank you!<</speech>>
<<speech "You" "$name">>I just hope that you can treat me better form now on, ok?<</speech>>
She opens a smile...
<img class="middle medium" src="images/marie/day6/7.jpg">
<<speech "Marie">>I know I'm kind tough sometimes... I'll try to ease out a little bit.<</speech>>
<<speech "You" "$name">>Works for me...<</speech>>
<<speech "Marie">>I have to go now...<</speech>>
She comes closes and gives you a hug.
<<speech "Marie">>I was worried about you. I'm glad you're safe. Goodbye...<</speech>>
After she leaves you enter and close the door.
<span class="yellow">''Your charisma has increased by 1''</span>
<<set $player.charisma += 1>><<nobr>>
<span class="love">Her love has increased by 3</span>
<<set $marie.love += 3>><</nobr>>
[[Next|room6dayc]]She takes you to her top notch penthouse with an amazing view.
<<speech "You" "$name">>This view is incredible...<</speech>>
<<speech "Marie">>Yes...it is.<</speech>>
She doesn't seem very happy.
<img class="middle medium" src="images/marie/day6/10.jpg">
<<speech "Marie">>I will do as I want. Don't want you to give me orders, okay? You cum, and get out.<</speech>>
<<speech "You" "$name">>We'll see about that.<</speech>>
<<speech "Marie">>Let's get this over with...<</speech>>
<<speech "You" "$name">>Gladly...<</speech>>
[[Next|marie6bjoffer3]]As soon as you open your pants she attacks your dick.
<video src="videos/marie/day6/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck!<</speech>>
[[Next|marie6bjoffer4]]<<speech "You" "$name">>(She's really going for it!)<</speech>>
<video src="videos/marie/day6/2.mp4" autoplay controls></video>
[[Next|marie6bjoffer5]]<<speech "You" "$name">>Come here!<</speech>>
<video src="videos/marie/day6/3.mp4" autoplay controls></video>
<<speech "Marie">>~Gaaaaaasp!~<</speech>>
[[Next|marie6bjoffer6]]<<speech "You" "$name">>You're oddly silent today... What happened?<</speech>>
<video src="videos/marie/day6/4.mp4" autoplay controls></video>
<<speech "Marie">>Fuck you! Give me this dick!<</speech>>
She pulls up her shirt and leans her head forward with an open mouth.
[[Next|marie6bjoffer7]]<<speech "You" "$name">>You want to end this fast huh? Come here then...<</speech>>
<video src="videos/marie/day6/5.mp4" autoplay controls></video>
[[Next|marie6bjoffer8]]You have seen her angry face before...
<video src="videos/marie/day6/6.mp4" autoplay controls></video>
..but not full with slobber.
<<speech "You" "$name">>(It feels like I'm dreaming...)<</speech>>
[[Next|marie6bjoffer9]]<<speech "You" "$name">>Don't run away, come back here...<</speech>>
<video src="videos/marie/day6/7.mp4" autoplay controls></video>
[[Next|marie6bjoffer10]]You pull her in for a kiss while fondling her big tits.
<video src="videos/marie/day6/8.mp4" autoplay controls></video>
Then say in her ear:
<<speech "You" "$name">>I know you like this...<</speech>>
[[Next|marie6bjoffer11]]<<speech "You" "$name">>Get under my balls...<</speech>>
<video src="videos/marie/day6/9.mp4" autoplay controls></video>
[[Next|marie6bjoffer12]]<video src="videos/marie/day6/10.mp4" autoplay controls></video>
<<speech "You" "$name">>You look so beautiful...<</speech>>
<<speech "Marie">>...<</speech>>
<<speech "You" "$name">>Why don't you stroke my dick? I'll be done faster<</speech>>
[[Next|marie6bjoffer13]]She silently agrees and gets to it.
<video src="videos/marie/day6/11.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohhhh.. Just like that!<</speech>>
[[Next|marie6bjoffer14]]<video src="videos/marie/day6/12.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohhhhh fuck! I'm gonna cum!<</speech>>
[[Next|marie6bjoffer15]]You cum all over her mouth.
<<speech "You" "$name">>Fuuuuuuuuuuuck!<</speech>>
<video src="videos/marie/day6/13.mp4" autoplay controls></video>
[[Tell her to swallow it (dominance: 14)|marie6bjoffer16]]
[[Just end this|marie6bjofferend]]<<if $player.dominance gte 14>>
<<speech "You" "$name">>Swallow. It.<</speech>>
<video src="videos/marie/day6/14.mp4" autoplay controls></video>
She not just swallows it, but seems happy to do it...
[[Next|marie6bjofferend]]
<<else>>
You're not dominant enough for that.
[[Back|marie6bjoffer15]]<</if>>You put your pants back while she stays on the ground.
<<set $CurEng -= 20>>
<<speech "Marie">>You know... I haven't gotten face fucked like that in a long time...<</speech>>
<<speech "You" "$name">>Oh, it's my pleasure. (She liked it then... interesting)<</speech>>
<<speech "Marie">>But you got what you wanted. Now get lost!<</speech>>
<<speech "You" "$name">>Haha. Okay...Bye, Marie.<</speech>>
<span class="red">''Your dominance has increased by 1''</span>
<<set $player.dominance += 1>>
<span class="submission">Her submission has increased by 2</span>
<<set $marie.submission += 2>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $marie.corruption += 1>>
[[Go home|room6dayc]]<span class="bigger">Long free time</span>
<div class="general"> *Sometimes you will have longer periods of time to spend as you like.
*At these moments you will be able to perform longer actions, like visiting other places and meeting with others.
*You can only choose ''1 action'', so use your time well.
*If you don't take a certain action now it ''will'' be available later.
*Most choices do create side stories, so if you chose an option now and again later, new events will happen.
[[Next|longfree6]]</div><div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<speech "You" "$name">>Hmmm what to do?<</speech>>
<<link 'Booty call (-30 energy)' 'BOOTYCALLDAY'>><</link>>
<<link 'Go to the park' 'Park1'>><</link>>
<<link 'Take this time to rest (+30 energy)' 'Longrest6'>><</link>><<button "Back" `previous()`>><</button>>
<<if $CurEng gte 30>>
<<if $bootymessageday is 0>>There's no one to meet or it's not a good time to meet someone.<</if>>
<<nobr>><<if $kyabootycall is true and $day lt 7>><a data-passage="Kyapresex" class="link-internal link-image">
<img class="contacts" src="images/kya/face.jpg">
</a><</if>>
<<if $leanabootycall is true>>
<a data-passage="Leanapresex" class="link-internal link-image">
<img class="contacts" src="images/shoplyfter1/face.jpg">
</a><</if>><</nobr>>
<<else>>
You don't have enough energy to do that.
<</if>><<set $bootymessageday -= 1>><<nobr>>
<<set $kyabonus to false>><</nobr>>
You get to the address she passed you.
<<speech "You" "$name">>This must be her building...<</speech>>
You press the intercom.
After a while it goes:
<<speech "Kya">>$name! You came! I'll open for you.<</speech>>
You climb the stairs and get to her apartment on the second floor.
She opens the door.
<<speech "Kya">>Hiiiiii!<</speech>>
<img class="middle medium" src="images/kya/bootycall/2.jpg">
<<speech "You" "$name">>Hello there!<</speech>>
<<speech "Kya">>Come in...<</speech>>
[[Next|Kyapresex1]]<<if $park eq 2>><<goto "park1">><</if>>You decide to take a walk in the park to breathe some fresh air and relax a little.
<img class="middle medium" src="images/background/parkday.jpg">
What would you like to do?
@@#answer;
<<link "Go for a run">>
<<replace "#answer">>
You decide to run a little and work on your stamina.
<<set $CurEng -= 15>>
<img class="middle medium" src="images/misc/parkrun.gif">
<span class="grey">''Your fitness has increased by 1''</span>
<<set $player.fitness += 1>>
<<link 'Next' 'Park1a'>> <</link>>
<</replace>><</link>>
<<link "Just relax">>
<<replace "#answer">>
You decide to take it easy for a little while.
<img class="middle medium" src="images/misc/parkrelax.gif">
<span class="energy">''Your energy has increased by 20''</span>
<<set $CurEng += 20>><<nobr>>
<<if $CurEng gte 100>><<set $CurEng to 100>><</if>><</nobr>>
<<link 'Next' 'Park1a'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>Woah! You have a nice apartment...<</speech>>
<<speech "Kya">>Thanks! My husband earns pretty well.<</speech>>
<<speech "You" "$name">>You're married??<</speech>>
<<speech "Kya">>Yep.<</speech>>
<<speech "You" "$name">>Doesn't he gets... jealous?<</speech>>
<<speech "Kya">>Not really. I made pretty clear since the start of our relationship that I want to keep fucking other people.<</speech>>
<<speech "You" "$name">>I don't know if I could do that...<</speech>>
<<speech "Kya">>Yeah... it's not for everyone.
But hey. You know why I called you here, right?<</speech>>
<img class="middle medium" src="images/kya/bootycall/1.jpg">
<<speech "You" "$name">>I do, babe...<</speech>>
[[Next|Kyapresex2]]<<speech "Kya">>Did you missed these tits?<</speech>>
<video src="videos/kya/bootycall/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohh, fuck yeah I did.<</speech>>
<video src="videos/kya/bootycall/2.mp4" autoplay muted loop></video>
[[Next|Kyapresex3]]<<speech "You" "$name">>Let me get them out.<</speech>>
<video src="videos/kya/bootycall/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Why don't you spit on it?<</speech>>
[[Next|Kyapresex5]]<<speech "Kya">>Nice idea...<</speech>>
<video src="videos/kya/bootycall/4.mp4" autoplay controls></video>
[[Next|Kyapresex6a]]<<speech "Kya">>This ass?<</speech>>
<video src="videos/kya/bootycall/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeeees...<</speech>>
[[Next|Kyapresex7]]<<speech "Kya">>Panties too...<</speech>>
<video src="videos/kya/bootycall/6.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|Kyapresex8]]<<speech "You" "$name">>Let me hold it for you...<</speech>>
<video src="videos/kya/bootycall/4a.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn baby, that's hot...
But I need to see your ass.<</speech>>
[[Next|Kyapresex6]]<video src="videos/kya/bootycall/7.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm gonna fuck that asshole niiiice today.<</speech>>
<<speech "Kya">>Actually not...
I'm saving it for my husband today.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kya">>It's been some days since I had anal, so it's ''veeery'' tight, just like I planed for him.
If you fuck me it will loosen up a little...<</speech>>
<<speech "You" "$name">>Okay... (Maybe I can convince her...)<</speech>>
<<speech "Kya">>But you can go raw on my pussy...<</speech>>
[[Next|bKyasex]]
<<set $kyaanal to false>><<nobr>>
<<set $kyaconvincing to false>>
<<set $kyaconvincedom to 0>>
<<set $kyaconvincechar to 0>>
<<set $kyanalpoints to 0>>
<<set $kyanalint to false>>
<<set $calmnesscall to true>><</nobr>><<set $sexsimple to true>><<nobr>>
<<set $stats2 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>>
[[Blowjob|bkyabj]]
[[Titjob|bkyatj]]
[[Missionary|bkyamiss]]
[[Cowgirl|bkyacow]]
[[Reverse cowgirl|bkyarcow]]
<<if $kyaanal is true>>*NEW
[[Fuck her ass|bkyanal]]<</if>>
<<if $kyaconvincing is false>>
* Try convincing her to do anal:
Points to anal: $kyanalpoints /10
[[Take a charismatic aproach|kyacharismaconvince]]
[[Take a dominant aproach|kyadominantconvince]]<</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the power (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>[[Sitting|bkyabjsit]]
[[Standing|bkyabjstand]][[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]][[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]<<set $CurOrg += 3>>
<<speech "You" "$name">>Hmmm...<</speech>>
<video src="videos/kya/bootycall/bjsittip.mp4" autoplay controls></video>
[[More|bkyabjsittip2]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>>
Can you go deeper?
<video src="videos/kya/bootycall/bjsitdeep.mp4" autoplay controls></video>
[[More|bkyabjsitdeep2]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<video src="videos/kya/bootycall/bjsittip2.mp4" autoplay controls></video>
[[More|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>Yeaaaah... lick it...<</speech>>
<video src="videos/kya/bootycall/bjsitlick.mp4" autoplay controls></video>
[[Suck tip|bkyabjsittip]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<video src="videos/kya/bootycall/bjsitsns.mp4" autoplay controls></video>
[[More|bkyabjsitsns2]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Just like that babe.<</speech>>
<video src="videos/kya/bootycall/bjsitsns2.mp4" autoplay controls></video>
[[More|bkyabjsitsns]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Deeper|bkyabjsitdeep]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>>
<<speech "You" "$name">>Ohhh, fuck!<</speech>>
<video src="videos/kya/bootycall/bjsitdeeper.mp4" autoplay controls></video>
[[More|bkyabjsitdeeper2]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>>
<<speech "Kya">>Yhheahh...<</speech>>
<video src="videos/kya/bootycall/bjsitdeep2.mp4" autoplay controls></video>
[[More|bkyabjsitdeep]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Very deep|bkyabjsitdeeper]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>>
<<speech "You" "$name">>This feels amazing!<</speech>>
<video src="videos/kya/bootycall/bjsitdeeper2.mp4" autoplay controls></video>
[[More|bkyabjsitdeeper]]
[[Suck tip|bkyabjsittip]]
[[Lick it|bkyabjsitlick]]
[[Stroke and suck|bkyabjsitsns]]
[[Deeper|bkyabjsitdeep]]
[[Stand up|bkyabjstand]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<speech "You" "$name">>Come here Kya, I'm gonna cum!<</speech>>
<video src="videos/kya/bootycall/cum.mp4" autoplay controls></video>
[[Next|CumonbKya2]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<<speech "Kya">>''Fuck! I'm cumming!''<</speech>>
<video src="videos/kya/bootycall/orgasm.mp4" autoplay controls></video>
[[Back|bKyasex]]<<set $CurOrg += 3>>
<<if $penetrated is false>>
She spits on her tits so your dick can slide better.
<video src="videos/kya/bootycall/tjstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Yeah, you like these tits baby?<</speech>>
<video src="videos/kya/bootycall/tj.mp4" autoplay controls></video>
<</if>>
[[Faster|bkyatjfast]]
[[Harder|bkyatjhard]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Fuck...<</speech>>
<video src="videos/kya/bootycall/tjfast.mp4" autoplay controls></video>
[[More|bkyatjfast2]]
[[Harder|bkyatjhard]]
[[Normal|bkyatj]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Suck my finger...<</speech>>
<video src="videos/kya/bootycall/tjfast2.mp4" autoplay controls></video>
[[More|bkyatjfast]]
[[Harder|bkyatjhard]]
[[Normal|bkyatj]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Yeeess...<</speech>>
<video src="videos/kya/bootycall/tjhard.mp4" autoplay controls></video>
[[More|bkyatjhard2]]
[[Faster|bkyatjfast]]
[[Normal|bkyatj]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "Kya">>I know you love it hard like that...<</speech>>
<video src="videos/kya/bootycall/tjhard2.mp4" autoplay controls></video>
[[More|bkyatjhard]]
[[Faster|bkyatjfast]]
[[Normal|bkyatj]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<<speech "You" "$name">>Yeah, suck that dick...<</speech>>
<video src="videos/kya/bootycall/bjstandeasy.mp4" autoplay controls></video>
[[More|bkyabjstandeasy2]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<video src="videos/kya/bootycall/bjstandeasy2.mp4" autoplay controls></video>
[[More|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Damn!<</speech>>
<video src="videos/kya/bootycall/bjstandsns.mp4" autoplay controls></video>
[[More|bkyabjstandsns2]]
[[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<video src="videos/kya/bootycall/bjstandsns2.mp4" autoplay controls></video>
[[More|bkyabjstandsns]]
[[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<video src="videos/kya/bootycall/bjstandhard.mp4" autoplay controls></video>
[[Easy|bkyabjstandeasy]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Ohhh, yeah...<</speech>>
<video src="videos/kya/bootycall/bjstanddeep.mp4" autoplay controls></video>
[[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Suck balls|bkyabjstandballs]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>Suck my balls.<</speech>>
<video src="videos/kya/bootycall/bjstandballs.mp4" autoplay controls></video>
[[More|bkyabjstandballs2]]
[[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>(Fuck! She's gonna swallow them!)<</speech>>
<video src="videos/kya/bootycall/bjstandballs2.mp4" autoplay controls></video>
[[More|bkyabjstandballs]]
[[Easy|bkyabjstandeasy]]
[[Hard|bkyabjstandhard]]
[[Stroke and suck|bkyabjstandsns]]
[[Deeper|bkyabjstanddeep]]
[[Sit down|bkyabjsit]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $penetrated is false>>
She opens her legs wide for you.
<video src="videos/kya/bootycall/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Yeah, fuck that pussy...<</speech>>
<video src="videos/kya/bootycall/miss.mp4" autoplay controls></video>
<</if>>
[[Play with her tits|bkyamisstits]]
[[Faster|bkyamissfast]]
[[Harder|bkyamisshard]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Kya">>Ohnn...<</speech>>
<video src="videos/kya/bootycall/missfast.mp4" autoplay controls></video>
[[More|bkyamissfast2]]
[[Play with her tits|bkyamisstits]]
[[Harder|bkyamisshard]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Kya">>Yeaaaah...<</speech>>
<video src="videos/kya/bootycall/missfast2.mp4" autoplay controls></video>
[[More|bkyamissfast]]
[[Play with her tits|bkyamisstits]]
[[Harder|bkyamisshard]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Let me suck on them...<</speech>>
<video src="videos/kya/bootycall/misstitsuck.mp4" autoplay controls></video>
[[Play more|bkyamisstits]]
[[Faster|bkyamissfast]]
[[Harder|bkyamisshard]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kya">>Fuck!...<</speech>>
<video src="videos/kya/bootycall/misshard.mp4" autoplay controls></video>
[[More|bkyamisshard2]]
[[Play with her tits|bkyamisstits]]
[[Faster|bkyamissfast]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video src="videos/kya/bootycall/misshard2.mp4" autoplay controls></video>
[[More|bkyamisshard]]
[[Play with her tits|bkyamisstits]]
[[Faster|bkyamissfast]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>I love these!<</speech>>
<video src="videos/kya/bootycall/misstitsplay.mp4" autoplay controls></video>
[[Suck on them|bkyamisstitsuck]]
[[Faster|bkyamissfast]]
[[Harder|bkyamisshard]]
[[Tell her to masturbate|bkyamisspplay]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Play with that pussy...<</speech>>
<video src="videos/kya/bootycall/misspplay.mp4" autoplay controls></video>
[[Play with her tits|bkyamisstits]]
[[Faster|bkyamissfast]]
[[Harder|bkyamisshard]]
[[Taste it|bkyamisstaste]]
[[Normal|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>><<nobr>>
<<set $penetrated to false>><</nobr>>
<<speech "You" "$name">>Taste your pussy babe...<</speech>>
<video src="videos/kya/bootycall/misstaste.mp4" autoplay controls></video>
[[More|bkyamisstaste2]]
[[Put it back|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>>
<<speech "You" "$name">>Fuuuuuuuck!<</speech>>
<video src="videos/kya/bootycall/misstaste2.mp4" autoplay controls></video>
[[More|bkyamisstaste]]
[[Put it back|bkyamiss]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video src="videos/kya/bootycall/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Oh yeahh...<</speech>>
<video src="videos/kya/bootycall/cow.mp4" autoplay controls></video>
<</if>>
[[Faster|bkyacowfast]]
[[Harder|bkyacowhard]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Yeahh...<</speech>>
<video src="videos/kya/bootycall/cowfast.mp4" autoplay controls></video>
[[Harder|bkyacowhard]]
[[Normal|bkyacow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>You like it?<</speech>>
<video src="videos/kya/bootycall/cowhard.mp4" autoplay controls></video>
[[More|bkyacowhard2]]
[[Faster|bkyacowfast]]
[[Normal|bkyacow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kya">>Fuuuuuuck...<</speech>>
<video src="videos/kya/bootycall/cowhard2.mp4" autoplay controls></video>
[[More|bkyacowhard]]
[[Faster|bkyacowfast]]
[[Normal|bkyacow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you, facing the other way.
<video src="videos/kya/bootycall/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Oh yeahh...<</speech>>
<video src="videos/kya/bootycall/rcow.mp4" autoplay controls></video>
<</if>>
[[Nice and slow|bkyarcowslow]]
[[Harder|bkyarcowhard]]
[[As hard as you can|bkyarcowhardest]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video src="videos/kya/bootycall/rcowslow.mp4" autoplay controls></video>
[[Harder|bkyarcowhard]]
[[As hard as you can|bkyarcowhardest]]
[[Normal|bkyarcow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video src="videos/kya/bootycall/rcowhard.mp4" autoplay controls></video>
[[More|bkyarcowhard2]]
[[Nice and slow|bkyarcowslow]]
[[As hard as you can|bkyarcowhardest]]
[[Normal|bkyarcow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video src="videos/kya/bootycall/rcowhard2.mp4" autoplay controls></video>
[[More|bkyarcowhard]]
[[Nice and slow|bkyarcowslow]]
[[As hard as you can|bkyarcowhardest]]
[[Normal|bkyarcow]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<if $player.fitness gte 6>>
<<set $CurOrg += 8>><<nobr>>
<<set $CurOrg1 += 10>><</nobr>>
<<speech "Kya">>Oh fuuuuuuuuuck!<</speech>>
<video src="videos/kya/bootycall/rcowhardest.mp4" autoplay controls></video>
[[Nice and slow|bkyarcowslow]]
[[Harder|bkyarcowhard]]
[[Normal|bkyarcow]]
[[Back to all|bKyasex]]
<<else>>
You're not fit enough to do that.
[[Back|bKyasex]]<</if>>
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $penetrated is false>>
She lays on her side and waits for your dick in her ass.
<video src="videos/kya/bootycall/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Yeah...Fuck my ass...<</speech>>
<video src="videos/kya/bootycall/side.mp4" autoplay controls></video>
<</if>>
[[Tell her to masturbate|bkyaasidepplay]]
[[Play with her pussy|bkyaasidefinger]]
[[Taste it|bkyaasidetaste]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Play with your pussy for me...<</speech>>
<video src="videos/kya/bootycall/sidepplay.mp4" autoplay controls></video>
[[More|bkyaasidepplay2]]
[[Play with her pussy|bkyaasidefinger]]
[[Taste it|bkyaasidetaste]]
[[Normal|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kya">>Fuck yeah!<</speech>>
<video src="videos/kya/bootycall/sidepplay2.mp4" autoplay controls></video>
[[More|bkyaasidepplay]]
[[Play with her pussy|bkyaasidefinger]]
[[Taste it|bkyaasidetaste]]
[[Normal|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kya">>Yes baby!<</speech>>
<video src="videos/kya/bootycall/sidefinger.mp4" autoplay controls></video>
[[More|bkyaasidefinger2]]
[[Tell her to masturbate|bkyaasidepplay]]
[[Taste it|bkyaasidetaste]]
[[Normal|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>You like that?<</speech>>
<video src="videos/kya/bootycall/sidefinger2.mp4" autoplay controls></video>
[[More|bkyaasidefinger]]
[[Tell her to masturbate|bkyaasidepplay]]
[[Taste it|bkyaasidetaste]]
[[Normal|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>>Points to anal: $kyanalpoints /10
<<button "Back to sex" >><<goto "bKyasex">><</button>>
<<button "Change to a dominant aproach" >><<goto "kyadominantconvince">><</button>>
<<if $kyanalpoints gte 10>><<button "Claim your prize" >><<goto "KyaAcceptanal">><</button>><</if>>
<<if $kyaconvincechar is 0>>
[[Worship her ass (charisma: 3 /+2 points to anal)|kyaworship]]
<<else>>
==Worship her ass==<</if>>
<<if $kyaconvincechar is 1>>
[[Worship it more (charisma: 6 /+2 points to anal)|kyaworship2]]
<<else>>
==Worship it more==<</if>>
<<if $kyaconvincechar is 2>>
[[Lick her ass (charisma: 9 /+2 points to anal)|kyaworship3]]
<<else>>
==Lick her ass==<</if>>
<<if $kyaconvincechar is 3>>
[[Suck her ass (charisma: 12 /+2 points to anal)|kyaworship4]]
<<else>>
==Suck her ass==<</if>>
<<if $kyaconvincechar is 4>>
[[Stick your tongue inside (charisma: 15)|kyaworship5]]
<<else>>
==Stick your tongue inside==<</if>>
<<if $kyanalint is false>><<goto "KyaconvincingInt">><</if>>Points to anal: $kyanalpoints /10
<<button "Back to sex" >><<goto "bKyasex">><</button>>
<<button "Change to a charismatic aproach" >><<goto "kyacharismaconvince">><</button>>
<<if $kyanalpoints gte 10>><<button "Claim your prize" >><<goto "KyaAcceptanal">><</button>><</if>>
<<if $kyaconvincedom is 0>>
[[Tell her to spread her ass (dominance: 2 /+1 point to anal)|kyaforce]]
<<else>>
==Tell her to spread her ass==<</if>>
<<if $kyaconvincedom is 1>>
[[Spread it yourself (dominance: 4 /+1 point to anal)|kyaforce2]]
<<else>>
==Spread it yourself==<</if>>
<<if $kyaconvincedom is 2>>
[[Put a finger inside (dominance: 6 /+1 point to anal)|kyaforce3]]
<<else>>
==Put a finger inside==<</if>>
<<if $kyaconvincedom is 3>>
[[Move your finger (dominance: 7 /+1 point to anal)|kyaforce4]]
<<else>>
==Move your finger==<</if>>
<<if $kyaconvincedom is 4>>
[[Press your dick against her ass (dominance: 8 /+1 point to anal)|kyaforce5]]
<<else>>
==Press your dick against her ass==<</if>>
<<if $kyaconvincedom is 5>>
[[Press it more (dominance: 9 /+1 point to anal)|kyaforce6]]
<<else>>
==Press it more==<</if>>
<<if $kyaconvincedom is 6>>
[[Put it inside (dominance: 10 /+1 point to anal)|kyaforce7]]
<<else>>
==Put it inside==<</if>>
<<if $kyaconvincedom is 7>>
[[Just the tip (dominance: 11 /+1 point to anal)|kyaforce8]]
<<else>>
==Just the tip==<</if>>
<<if $kyaconvincedom is 8>>
[[Show it to her (dominance: 12 /+1 point to anal)|kyaforce9]]
<<else>>
==Show it to her==<</if>>
<<if $kyaconvincedom is 9>>
[[Take what's yours (dominance: 14 /+1 point to anal)|kyaforce10]]
<<else>>
==Take what's yours==<</if>>
<<if $kyanalint is false>><<goto "KyaconvincingInt">><</if>><<if $player.charisma gte 3>>
You bury your face in her ass.
<video src="videos/kya/bootycall/assworship.mp4" autoplay controls></video>
<<speech "Kya">>You can do that as long as you like. I'm still not going to... ohnnn.... let you fuck it.<</speech>>
''You get +2 points.''
<<set $kyaconvincechar to 1>><<nobr>>
<<set $kyanalpoints += 2>><</nobr>>
[[Back|kyacharismaconvince]]
<<else>>
You're not charismatic enough to make her accept this.
[[Back|kyacharismaconvince]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $penetrated to false>><</nobr>>
<<speech "You" "$name">>Taste my cock...<</speech>>
<video src="videos/kya/bootycall/sidetaste.mp4" autoplay controls></video>
[[More|bkyaasidetaste2]]
[[Put it back|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 8>>
<<speech "You" "$name">>Damn!<</speech>>
<video src="videos/kya/bootycall/sidetaste2.mp4" autoplay controls></video>
[[More|bkyaasidetaste]]
[[Put it back|bkyaaside]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $penetrated is false>>
She gets on fours and waits for your dick inside her ass.
<video src="videos/kya/bootycall/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kya">>Fuuuu...<</speech>>
<video src="videos/kya/bootycall/doggy.mp4" autoplay controls></video>
<</if>>
[[Faster|bkyadoggyfast]]
[[Spread ass|bkyadoggyspread]]
[[See her gape|bkyadoggygape]]
[[Taste it|bkyadoggytaste]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kya">>Fuck my ass!<</speech>>
<video src="videos/kya/bootycall/doggyfast.mp4" autoplay controls></video>
[[Spread ass|bkyadoggyspread]]
[[See her gape|bkyadoggygape]]
[[Taste it|bkyadoggytaste]]
[[Normal|bkyadoggy]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Spread it for me...<</speech>>
<video src="videos/kya/bootycall/doggyspread.mp4" autoplay controls></video>
[[Faster|bkyadoggyfast]]
[[See her gape|bkyadoggygape]]
[[Taste it|bkyadoggytaste]]
[[Normal|bkyadoggy]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<speech "You" "$name">>I guess your husband will get loose ass for dinner.<</speech>>
<video src="videos/kya/bootycall/doggygape.mp4" autoplay controls></video>
<<speech "Kya">>Ohnn... don't care anymore baby...<</speech>>
[[Faster|bkyadoggyfast]]
[[Spread ass|bkyadoggyspread]]
[[Taste it|bkyadoggytaste]]
[[Normal|bkyadoggy]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>><<nobr>>
<<set $penetrated to false>><</nobr>>
<<speech "You" "$name">>Come here and taste it...<</speech>>
<video src="videos/kya/bootycall/doggytaste.mp4" autoplay controls></video>
[[More|bkyadoggytaste2]]
[[Put it back|bkyadoggy]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>><<set $CurOrg += 3>>
<<speech "You" "$name">>Does your ass tastes good?<</speech>>
<video src="videos/kya/bootycall/doggytaste2.mp4" autoplay controls></video>
[[More|bkyadoggytaste]]
[[Put it back|bkyadoggy]]
[[Back to all|bKyasex]]
<<if $CurOrg gte 100>><<goto "CumonbKya">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'bKyaorgasmbc'>><</link>><</if>>She keeps sucking you.
<video src="videos/kya/bootycall/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohhh...<</speech>>
[[Next|CumonbKya3]]<<speech "Kya">>Thanks for coming, $name. I loved it.<</speech>>
<video src="videos/kya/bootycall/cum3.mp4" autoplay controls></video>
<<speech "You" "$name">>Thank you for inviting me.<</speech>>
You grab your things and go back home.
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<<set $now to true>><<nobr>>
<<set $stats2 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $callingslist to true>>
<<set $sexsimple to false>>
<<set $kyabootycall to false>><</nobr>><<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/energycall.gif]]
Then you feel a burst of energy flowing through your body.
<<button "Return" `previous()`>><</button>>
<<set $CurEng +=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $energycall to false>><</nobr>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<</if>><<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<<button "Return" `previous()`>><</button>>
<<set $CurOrg -=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $calmnesscall to false>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
<<else>>
You can't use this power at the moment
<<button "Return" `previous()`>><</button>>
<</if>>
<<if $player.charisma gte 6>>
You keep your face in her ass.
<video src="videos/kya/bootycall/assworship2.mp4" autoplay controls></video>
<<speech "Kya">>Ohhh fuuuuuuuck....<</speech>>
''You get +2 points.''
<<set $kyaconvincechar to 2>><<nobr>>
<<set $kyanalpoints += 2>><</nobr>>
[[Back|kyacharismaconvince]]
<<else>>
You're not charismatic enough to make her accept this.
[[Back|kyacharismaconvince]]<</if>><<if $player.charisma gte 9>>
You spread her ass and lick it.
<video src="videos/kya/bootycall/asslick.mp4" autoplay controls></video>
<<speech "Kya">>Stop it.... you're so nasty... ohnnn...<</speech>>
''You get +2 points.''
<<set $kyaconvincechar to 3>><<nobr>>
<<set $kyanalpoints += 2>><</nobr>>
[[Back|kyacharismaconvince]]
<<else>>
You're not charismatic enough to make her accept this.
[[Back|kyacharismaconvince]]<</if>><<if $player.charisma gte 12>>
You lay her in the couch and begin to suck her ass.
<<speech "You" "$name">>(She's almost giving in...)<</speech>>
<video src="videos/kya/bootycall/asslick2.mp4" autoplay controls></video>
<<speech "Kya">>Fuck.... you should... ohnnn... stop...<</speech>>
''You get +2 points.''
<<set $kyaconvincechar to 4>><<nobr>>
<<set $kyanalpoints += 2>><</nobr>>
[[Back|kyacharismaconvince]]
<<else>>
You're not charismatic enough to make her accept this.
[[Back|kyacharismaconvince]]<</if>><<if $player.charisma gte 15>>
You spread her ass and stick your tongue inside.
<<speech "You" "$name">>(Annnnnd...)<</speech>>
<video src="videos/kya/bootycall/asslick3.mp4" autoplay controls></video>
<<speech "Kya">>My ass is on fire! Put your dick inside!<</speech>>
<<speech "You" "$name">>(Jackpot!)<</speech>>
<<set $kyaanal to true>><<nobr>>
<<set $kyaconvincing to true>><</nobr>>
[[Collect your prize|bKyasex]]
<<else>>
You're not charismatic enough to make her accept this.
[[Back|kyacharismaconvince]]<</if>>[[Sideways|bkyaaside]]
[[Doggy|bkyadoggy]]
[[Back|bKyasex]]<<speech "Kya">>You are very persistant, $name.....
Go ahead, fuck my tight asshole...<</speech>>
<img class="middle medium" src="images/misc/commitment.jpg">
<<speech "You" "$name">>Fuck yeah!<</speech>>
[[Back to sex|bKyasex]]
<<set $kyaanal to true>>
<<set $kyaconvincing to true>><span class="bigger">Anal minigame</span>
<div class="general"> *She doesn't wanna do anal so you'll have to convince her.
*There are different approaches, which will allow different actions that may reward points.
*To convince her you'll need to reach 10 points OR do the all actions on any of the different approaches.
<<button "Continue" `previous()`>><</button>></div>
<<set $kyanalint to true>><<if $player.dominance gte 2>>
<<speech "You" "$name">>Spread your ass for me...<</speech>>
<video src="videos/kya/bootycall/assspread.mp4" autoplay controls></video>
<<speech "Kya">>Have a nice look, cause you won't fuck it...<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 1>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 4>>
<<speech "You" "$name">>This is how you spread it...<</speech>>
<video src="videos/kya/bootycall/assspread2.mp4" autoplay controls></video>
<<speech "Kya">>Fuck... you're gonna rip me...<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 2>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 6>>
You put a finger inside without warning.
<video src="videos/kya/bootycall/assfinger.mp4" autoplay controls></video>
<<speech "Kya">>Wait... what are you doing?<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 3>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 7>>
<<speech "You" "$name">>I know you like this...<</speech>>
<video src="videos/kya/bootycall/assfinger2.mp4" autoplay controls></video>
<<speech "Kya">>I do... But I told you that anal is out for today.<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 4>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 8>>
<<speech "You" "$name">>Just the tip, babe...<</speech>>
<video src="videos/kya/bootycall/doggyftry.mp4" autoplay controls></video>
<<speech "Kya">>What are you doing? Stop!.<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 5>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 9>>
<<speech "You" "$name">>It's so fucking tight...<</speech>>
<video src="videos/kya/bootycall/doggyftry2.mp4" autoplay controls></video>
<<speech "Kya">>I'm being serious! Stooop!<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 6>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 10>>
<<speech "You" "$name">>Almost...<</speech>>
<video src="videos/kya/bootycall/doggyftry3.mp4" autoplay controls></video>
<<speech "Kya">>Fuuuuuck! It's inside!<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 7>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 11>>
<<speech "You" "$name">>Just the tip, bitch... stay put...<</speech>>
<video src="videos/kya/bootycall/doggyftry4.mp4" autoplay controls></video>
<<speech "Kya">>Fuuuuuck...<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 8>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 12>>
<<speech "You" "$name">>Fuck your husband! This asshole is mine...<</speech>>
<video src="videos/kya/bootycall/doggyftry5.mp4" autoplay controls></video>
<<speech "Kya">>Ohh...st- stop...<</speech>>
''You get +1 point.''
<<set $kyaconvincedom to 9>><<nobr>>
<<set $kyanalpoints += 1>><</nobr>>
[[Back|kyadominantconvince]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>><<if $player.dominance gte 14>>
<<speech "You" "$name">>I told you I was gonna fuck it.<</speech>>
<video src="videos/kya/bootycall/doggyftry6.mp4" autoplay controls></video>
<<speech "Kya">>You know what? Just fuck it. My ass is yours...<</speech>>
''You get +1 point.''
<<set $kyaanal to true>><<nobr>>
<<set $kyaconvincing to true>><</nobr>>
[[Fuck her as you want|bKyasex]]
<<else>>
You're not dominant enough to make her accept this.
[[Back|kyadominantconvince]]<</if>>You decide to spend your free time resting and relaxing.
<img class="middle normal" src="images/misc/relaxing.gif">
''Your energy increased by 30''
<<set $CurEng += 30>>
[[Next|room6d]]It's almost night...
You go to the bathroom to wash your hands, but looking in the mirror, you notice that you look thinner.
<<speech "You" "$name">>(Am I losing weight?)<</speech>>
<<speech "Dick">>Yes, you are.<</speech>>
<<speech "You" "$name">>(Why?)<</speech>>
<<speech "Dick">>Having powers consumes a great deal of energy. With time you'll end up losing muscles too...<</speech>>
<<speech "You" "$name">>(But I already don't have muscles...)<</speech>>
<<speech "Dick">>Indeed. If you wish to be in great form you'll have to exercise more.<</speech>>
<<speech "You" "$name">>(You know what? You're right... I don't want to be a lazy fuck anymore)<</speech>>
You open your wardrobe and put on an old sports short you have.
Dick already knows what you're thinking:
<<speech "Dick">>Hmm nice idea, boy.<</speech>>
<<speech "You" "$name">>(Let's go to the gym...)<</speech>>
[[Next|gym6]]
<<set $period to 4>>Getting at the gym you see all kinds of people...
Some are trying to lose weight:
<img class="middle medium" src="images/misc/gymfat.gif">
<<speech "You" "$name">>(Respect...)<</speech>>
Some are trying to gain weigth:
<img class="middle medium" src="images/misc/gymweak.gif">
<<speech "You" "$name">>(I might be bad. But I'm better than that guy...)<</speech>>
Some are already huge:
<img class="middle medium" src="images/misc/gymstrong.gif">
<<speech "You" "$name">>(Damn!)<</speech>>
Some are doing dumb exercises they've seen on the internet:
<img class="middle medium" src="images/misc/gyminternet.gif">
<<speech "You" "$name">>(Yeah get those gains... idiot)<</speech>>
And some don't even research at all:
<img class="middle medium" src="images/misc/gymdumb.gif">
[[Next|gym6a]]<<speech "You" "$name">>(There's some hot girls around too...)<</speech>>
<img class="middle medium" src="images/misc/gymhot1.gif">
<<speech "You" "$name">>(Woah...)<</speech>>
<img class="middle medium" src="images/misc/gymhot2.gif">
<<speech "You" "$name">>(Okay, this bitch is just showing off...
Am I staring too much?)<</speech>>
<img class="middle medium" src="images/misc/gymstaring.gif">
<<speech "You" "$name">>(Nope, I'm not)<</speech>>
You go to the reception.
[[Next|gym6b]]Looking around you can see anyone in uniform.
Just a girl leaning at the outside of the reception counter, using her phone.
Then she sees you:
<img class="middle medium" src="images/keisha/day6/1.jpg">
<<speech "You" "$name">>Hey, I'm new here. Do you know anyone who works here?<</speech>>
<<speech "Keisha" "???">>Oh, hey dude. Yeah, I do...<</speech>>
<<speech "You" "$name">>Can you show me?<</speech>>
<<speech "Keisha" "???">>Sure...<</speech>>
She goes around the counter and sits in the chair.
<<speech "Keisha">>I'm Keisha, the receptionist.<</speech>>
<<set $keisha.met to true>>
<<speech "You" "$name">>That was dumb and funny. Just my type of humor haha. (She seems pretty cool)<</speech>>
<<speech "Keisha">>Hahaha. What's your name?<</speech>>
<<speech "You" "$name">>I'm $name.<</speech>>
<<speech "Keisha">>Come, $name. Let me show you around.<</speech>>
[[Next|gym6c]]<<speech "Keisha">>Here it's the main part of the gym.<</speech>>
<img class="middle medium" src="images/background/gym.jpg">
<<speech "Keisha">>Does it have everything you need?<</speech>>
<<speech "You" "$name">>Sure! Seems very decent.<</speech>>
<<speech "Keisha">>Let's see if you can keep coming more than one week. Hahaha.<</speech>>
Her jokes doesn't sound mean. It truly sounds like she's just trying to be funny.
@@#answer;
<<link "Give her a funny comeback">>
<<replace "#answer">>
<<speech "You" "$name">>Seven whole days?? The best I can give you is three...<</speech>>
<<speech "Keisha">>Hahaha. That's more than some people come.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $keisha.love += 0.5>>
<<link 'Next' 'gym6d'>> <</link>>
<</replace>><</link>>
<<link "Give her a mean comeback">>
<<replace "#answer">>
<<speech "You" "$name">>If you promise to work and not just stay on your phone I promise to come.<</speech>>
<<speech "Keisha">>Yoo... Okay dude. I deserved it...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $keisha.submission += 0.5>>
<<link 'Next' 'gym6d'>> <</link>>
<</replace>><</link>><<speech "Keisha">>Here it's the yoga room. We have classes every day. <</speech>>
<img class="middle medium" src="images/background/yoga.jpg">
<<speech "Keisha">>You should try sometime...<</speech>>
Dick says in your head:
<<speech "Dick">>A great way to connect mind and body...<</speech>>
<<speech "You" "$name">>Sure, Di- Keisha...<</speech>>
<<speech "Keisha">>Let me introduce you to the teacher.
Yo! Kelsi.<</speech>>
<<speech "Kelsi">>Hey!!<</speech>>
<<set $kelsi.met to true>>
<img class="middle large" src="images/kelsi/day6/1.jpg">
<<speech "You" "$name">>(Damn! She's hot!)<</speech>>
<<speech "Kelsi">>Hello! I'm Kelsi. Please... don't confuse us. I'm Kelsi, she's Keisha...
It happens all the time haha<</speech>>
<<speech "Keisha">>No joke dude... But hey...
$name here said he wants to get your number...<</speech>>
She says looking at you with an evil smile.
<<speech "You" "$name">>(This girl is really testing me huh?)<</speech>>
<<speech "Kelsi">>Oh...<</speech>>
@@#answer;
<<link "Pretend to have said that">>
<<replace "#answer">>
<<speech "You" "$name">>Come on, Keisha. You were not supposed to tell her that.<</speech>>
<<speech "Kelsi">>Ownn...He's shy.<</speech>>
<span class="love">Kelsi's love has increased by 0.5</span>
<<set $kelsi.love += 0.5>>
<<speech "Keisha">>Alright let's finish the tour...<</speech>>
<<link 'Next' 'gym6e'>> <</link>>
<</replace>><</link>>
<<link "Play aggressively">>
<<replace "#answer">>
<<speech "You" "$name">>Actually I meant to get your adress, but number's fine too...<</speech>>
<<speech "Keisha">>Yoo! Respect...<</speech>>
Kelsi blushes.
<span class="submission">Kelsi's submission has increased by 0.5</span>
<<set $kelsi.submission += 0.5>>
<<speech "Keisha">>Alright let's finish the tour...<</speech>>
<<link 'Next' 'gym6e'>> <</link>>
<</replace>><</link>>
<<link "Turn the game back at her (charisma: 12)">>
<<replace "#answer">>
<<speech "You" "$name">>I do. I need tips on how to get Keisha's number...<</speech>>
<<speech "Kelsi">>Hahaha! That's a great plan actually!<</speech>>
<<speech "Keisha">>Okay... okay... nice one...<</speech>>
<span class="love">Keisha's love has increased by 1</span>
<<set $keisha.love += 1>>
<<speech "Keisha">>Alright let's finish the tour...<</speech>>
<<link 'Next' 'gym6e'>> <</link>>
<</replace>><</link>><<speech "Keisha">>Now, if you really want to kick some ass you need to have some classes here...<</speech>>
<img class="middle medium" src="images/background/fighting.jpg">
<<speech "You" "$name">>Woah! You have fighting classes? That's awesome.<</speech>>
<<speech "Keisha">>I had some classes, It's fucking cool. They teach MMA style, so a little bit of everything.<</speech>>
<<speech "You" "$name">>(I could really learn some moves...)<</speech>>
[[Next|gym6f]]<<speech "Keisha">>And to finish our tour... the massage room.<</speech>>
<img class="middle medium" src="images/background/massage.jpg">
<<speech "Keisha">>You can come here after a long day. I even work here sometimes.
They teach here too. I took some masseur classes a few months ago...<</speech>>
<<speech "You" "$name">>Cool! I'll really need it. But I was thinking...
All these things... Is the subscription too expensive?<</speech>>
<<speech "Keisha">>Let's go to the reception. I'll give you the details.<</speech>>
[[Next|gym6g]]<<speech "Keisha">>So, given all the facilities we have... I would say that it's not very expensive.<</speech>>
<<speech "You" "$name">>Hit me...<</speech>>
<<speech "Keisha">>50 $ for the day.<</speech>>
<<speech "You" "$name">>Ow! Okay...<</speech>>
<<speech "Keisha">>Buuut... if you manage to learn a few of the skills we teach here, you may even help by helping to teach classes from time to time... which will lower the price.<</speech>>
<<speech "You" "$name">>Really?<</speech>>
<<speech "Keisha">>Yeah. I used to only train here and now I work here haha.<</speech>>
<<speech "You" "$name">>Who knows...<</speech>>
<<speech "Keisha">>First day is on me. Go hit the weights!<</speech>>
<<speech "You" "$name">>Thanks! You're vey nice!<</speech>>
<<speech "Keisha">>No worries. See you soon. Bye!<</speech>>
<<speech "You" "$name">>Bye! (She's really cool...)<</speech>>
[[Hit the weights|Workout6]]<<if $CurEng gte 15>>
<<speech "You" "$name">>(I think I can do more)<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>(YEEEEEES)<</speech>>
Your muscles fill with more blood than ever, leaving your whole body warmer.
<<speech "You" "$name">>(''Squats!'')<</speech>>
You grab some weights, put them on the bar, but they seem too light.
<img class="middle normal" src="images/misc/plates1.jpg">
<<speech "You" "$name">>(''More'')<</speech>>
So you go back and put more plates on it.
<img class="middle normal" src="images/misc/plates2.jpg">
<<speech "You" "$name">>(''MORE!'')<</speech>>
You go for even more plates. this time drawing attention from some gym rats.
<img class="middle normal" src="images/misc/plates3.jpg">
<div class="general">//Hey, bro check that guy. He's about to fail haaard.//</div>
...you can hear one of them say.
<<speech "You" "$name">>''I'll show you how it's done.''<</speech>>
[[Next|gym6rage2]]
<<else>>
You don't have enough energy to do that.
[[Go home|home6night]]<</if>>But you manage to work the weight fairly easy with your new unnatural force.
<img class="middle medium" src="images/misc/squat.gif">
<div class="general">//What the hell?? Well done bro!!//</div>
<<speech "You" "$name">>(''I am force'')<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
<span class="grey">''Your fitness has increased by 2''</span>
<<set $player.fitness +=2>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
[[Go home|home6night]]<<speech "You" "$name">>(Okay, let's get ripped)<</speech>>
You pick a few exercises from memory and do a quick search about another good ones, throwing them all together.
<img class="middle medium" src="images/misc/workoutnormal.gif">
After some minutes you feel like you did an ok job.
<<speech "You" "$name">>(I guess that's good for my first day...)<</speech>>
<<set $CurEng -= 15>>
<span class="grey">''Your fitness has increased by 1''</span>
<<set $player.fitness +=1>>
<div class="general"><span class="rage">*''Rage calling available''</span>
<span class="psy">*''Psychic calling available''</span></div>
[[Use the Rage calling (15 energy / 1 arche point)|gym6rage]]
[[Use the Psychic calling (15 energy / 1 arche point)|gym6psy]]<<if $CurEng gte 15>>
You go to the bathroom to wash some of your sweat, but in the way you see some girls.
<video src="videos/gym/day6/1.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Woah that's fucking hot!)<</speech>>
[[Next|gym6psy2]]
<<else>>
You don't have enough energy to do that.
[[Go home|home6night]]<</if>>You get home and it's the middle of the night.
<<speech "You" "$name">>(That felt good... I met new people, worked on my body... and they have so many things to do...)<</speech>>
<<speech "Dick">>Training your body is just as important as training your mind and soul.<</speech>>
<<speech "You" "$name">>(Yeah. I'll definitely go back)<</speech>>
You take a quick shower and decide to call it a day.
[[Sleep|dream5pre]]
<<set $period to 5>>They are surely getting attention from everyone at the gym.
<video src="videos/gym/day6/2.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(I mean, they are fucking hot, but fishing for attention like that it's just sad...
I wonder what goes through their heads...)<</speech>>
Then you remember that, luckly, you have a way to know that.
<<speech "You" "$name">>(Hmmm, I feel like I could try to enter their minds...)<</speech>>
You concentrate and:
<img class="middle medium" src="images/player/psycall.gif">
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
[[Next|gym6psy3]]You connect to all of their minds at the same time, leaving you very confused.
<div class="general">//... ohh they are looking at my ass!...I soooo hot..... My pussy is... That guy is drooling over us.... so glad ...... maybe if I tweark.... how do.... can't believe Stacy hit on.... post on my instag....//</div>
<<speech "You" "$name">>(GOD! This is too much!
What a bunch of ''SLUTS'')<</speech>>
As you say the last word you feel like some force passed through your skull and went on their direction...
<img class="middle medium" src="images/player/psycall.gif">
You lost your connection... but they heard what you said.
<div class="general">''SLUTS''</div>
The suggestion is implanted in their minds...
[[Next|gym6psy4]]They start to act with an even more slutty behaviour.
<video src="videos/gym/day6/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oops, I gues this is my fault)<</speech>>
[[Next|gym6psy5]]One of the says:
<div class="general">//I had the greatest idea! We should remove our tops!//</div>
She removes the upper part of her clothes and the other two join her.
<video src="videos/gym/day6/4.mp4" autoplay controls></video>
Needless to say the whole gym is going crazy.
Some are mad, others happy, but everyone is shocked.
[[Next|gym6psy6]]You hear someone shout:
<div class="general">//CALL SECURITY!//</div>
They completely lost their shame and start to have sex right there in front of everyone.
<video src="videos/gym/day6/5.mp4" autoplay controls></video>
[[Next|gym6psy7]]<<speech "You" "$name">>(Dick?? What the fuck is happening?)<</speech>>
<<speech "Dick">>Deep down they already wished to do this. Your connection to their mind just sealed the deal.<</speech>>
<video src="videos/gym/day6/6.mp4" autoplay controls></video>
One of them cums just when police officer appears, tryng to disguise his whatefuckness.
<img class="middle medium" src="images/misc/policeman.gif">
<div class="general">//Nothing to see here! Go home!//</div>
Other cops come after him and get the horny ladies.
<<speech "You" "$name">>(Actually plenty to see... But I should go)<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
[[Go home|home6night]]After some minutes you feel two pressentiments:
<<set $parkvisit1 to false>>
<div class="general"><span class="time">*''Time calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Time calling (level: 0 / -15 energy / 1 arche point)|Park1time]]
[[Use the Luck calling (level: 1 / -15 energy / 1 arche point)|Park1luck]]
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>You see a girl stretching in one of the park benches.
<img class="middle medium" src="images/park/girl2/1.jpg">
<<speech "You" "$name">>(Wow! That's a nice ass...)<</speech>>
[[Next|park1time2]]<<if $luckcalllvl gte 1>>
<<speech "You" "$name">>(Hmmm why not...)<</speech>>
<img class="middle medium" src="images/player/luckcall.gif">
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
You're walking on a trail when you spot some money on the grass.
<img class="middle medium" src="images/misc/moneygrass.jpg">
<<speech "You" "$name">>(40 bucks!)<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
Just as you go to pick the money you see a woman...
<img class="middle medium" src="images/park/girl1/1.gif">
<div class="general">//Fuck! where is it?//</div>
She seems to be looking for the money you found.
@@#answer;
<<link "Keep the money">>
<<replace "#answer">>
<<speech "You" "$name">>Nahh, I found it... it's mine now.<</speech>>
''You are 40 $ richer''
<<set $player.money += 40>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<</replace>><</link>>
[[Give her the money|park1luckgive]]
<<else>>
You focus on using your power...
<img class="middle medium" src="images/player/luckcall2.gif">
But it's not enough for you to really make use of it.
Nevertheless you're able to get more experience on the use of this power.
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><</if>><<speech "You" "$name">>Hey... is this your money?<</speech>>
<div class="general">//Yes! I've bee loking all around! Thank you!//</div>
You give her the 40 $.
<img class="middle medium" src="images/park/girl1/2.gif">
[[Ask for a reward (charisma: 12)|park1luckgive2]]
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><<if $player.charisma gte 12>>
You look around and see no one near you two.
<<speech "You" "$name">>How about a little reward?<</speech>>
The calling you just used and your charisma influences her.
<div class="general">//Well, lucky for you I'm in a good mood now... Drop your pants...//</div>
<video src="videos/park/girl1/1.mp4" autoplay controls></video>
[[Next|park1luckgive3]]
<<else>>
You're not charismatic enough to ask that.
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><</if>><<speech "You" "$name">>Yeah baby, suck that dick.<</speech>>
<video src="videos/park/girl1/2.mp4" autoplay controls></video>
[[Next|park1luckgive4]]She's sucking you good, but is also worried that someone might see you.
<video src="videos/park/girl1/3.mp4" autoplay controls></video>
<div class="general">//Maybe we should stop...//</div>
[[Keep her on your dick (dominance: 5)|park1luckgive5]]
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><<if $player.dominance gte 5>>
<<speech "You" "$name">>I don't give a fuck, keep sucking...<</speech>>
<video src="videos/park/girl1/4.mp4" autoplay controls></video>
<div class="general">//Hmmpft glr glr glr!//</div>
[[Next|park1luckgive6]]
<<else>>
You're not dominant enough to do that.
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><</if>><<speech "You" "$name">>Keep going, I'm gonna cum.<</speech>>
<video src="videos/park/girl1/5.mp4" autoplay controls></video>
[[Next|park1luckgive7]]<<speech "You" "$name">>Oh fuck yeahhhh!<</speech>>
<video src="videos/park/girl1/6.mp4" autoplay controls></video>
[[Next|park1luckgive8]]<<speech "You" "$name">>You're fucking nasty...<</speech>>
<video src="videos/park/girl1/7.mp4" autoplay controls></video>
<div class="general">//Look who's talking. Now I have to go!//</div>
She gets up an walk away.
<<speech "You" "$name">>(Damn... better go home now)<</speech>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>She keeps stretching.
<video src="videos/park/girl2/1.mp4" autoplay controls></video>
And you keep staring...
<<speech "You" "$name">>(Fuck... I need to see that ass up close)<</speech>>
[[Next|park1time3]]You get closer to her trying not to be seen...
<video src="videos/park/girl2/2.mp4" autoplay controls></video>
But you fail miserably...
[[Next|park1time4]]//Hey! What are you doing?//
<img class="middle medium" src="images/park/girl2/2.jpg">
<<speech "You" "$name">>Uhmm, nothing...<</speech>>
<div class="general">//Ugh...weirdo...//</div>
[[Next|park1time5]]She begins to walk away...
<video src="videos/park/girl2/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Why the hurry?)<</speech>>
You focus on slowing things down.
<img class="middle medium" src="images/player/timecall.gif">
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
[[Next|park1time6]]Time gets slower...
<video src="videos/park/girl2/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(That's more like it...)<</speech>>
But it doesn't seem to affect you.
[[Next|park1time7]]<<speech "You" "$name">>(A man need to take his time to appreciate things...)<</speech>>
<video src="videos/park/girl2/5.mp4" autoplay controls></video>
[[Next|park1time8]]Without noticing you, she starts to run, giving you an even better view.
<video src="videos/park/girl2/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(Well.. if she still didn't see me... might as well get even closer...)<</speech>>
[[Next|park1time9]]<<speech "You" "$name">>(Dammmmnnn...)<</speech>>
<video src="videos/park/girl2/7.mp4" autoplay controls></video>
[[Next|park1time10]]She stops at another bench, still not noticing you.
<video src="videos/park/girl2/8.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck.. I gotta grab that ass...)<</speech>>
[[Next|park1time11]]As soon as you grab her as you get slower.
<video src="videos/park/girl2/9.mp4" autoplay controls></video>
But your conscience stays at normal speed.
<<speech "You" "$name">>(Wow... this is trippy... But, fuck... what an ass...)<</speech>>
[[Next|park1time12]]
At his point she already noticed you, but it's to slow to react.
<div class="general">//Whaaaaaaaaaaaaaaaaaaaat..............//</div>
<video src="videos/park/girl2/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah...)<</speech>>
It's getting harder to concentrate.
[[Next|park1time13]]<img class="middle medium" src="images/player/timecall.gif">
Time gets back to normal.
<video src="videos/park/girl2/11.mp4" autoplay controls></video>
And her reactions too.
<div class="general">//Whaaaaaaaaaaaaat doooooooo yooou thiiink you're doing?//</div>
<<speech "You" "$name">>(Time to go!)<</speech>>
You run away without even answering her...
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>As you enter the dreams realm, you start a conversation with Dick.
<<speech "You" "$name">>I've been meaning to ask you something...<</speech>>
<<speech "Dick">>Go ahead...<</speech>>
<<speech "You" "$name">>When I use my powers at someone... do they know?<</speech>>
<<speech "Dick">>This is a very complex subject...
It depends on the person. Generaly almost no one know about unnatural powers.
But even some of the ones who never seen any kind of "magic" still retain some memory of it.<</speech>>
<<speech "You" "$name">>Oh... I see...<</speech>>
<<speech "Dick">>You don't understand, right?<</speech>>
<<speech "You" "$name">>Nope.<</speech>>
<<speech "Dick">>What I'm trying to explain is that the memory works in misterious ways when it comes to being involved in any use of powers.
A person might remember that you did something, but not necessarily recall ''how'' you did it...<</speech>>
<<speech "You" "$name">>Oh I think I get it now...<</speech>>
<<speech "Dick">>Still, you must use your powers with kno- ....<</speech>>
<<speech "You" "$name">>Dick?<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>Dick??<</speech>>
His voice gets a serious tone.
<<speech "Dick">>I feel a presence...<</speech>>
<div class="general">//Hello... $name...//</div>
The voice of a woman calls you.
[[Next|dream5a]]<span class="bigger">CHAPTER 3: The Training</span>
<img class="large" src="images/background/logo.jpg">
<<set $shortfreetime to false>>
[[Begin|Chapter3 v0.1.0 codeupdate]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Keishastats" class="link-internal link-image">
<img class="contacts" src="images/keisha/face.jpg">
</a>
<<if $kelsi.met is true>>
<a data-passage="Kelsistats" class="link-internal link-image">
<img class="contacts" src="images/kelsi/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The gym receptionist: Keisha</span><<nobr>>
<</nobr>><a data-passage="Keishastats" class="link-internal link-image">
<img class="right-side small" src="images/keisha/face.jpg">
</a>
She works in the gym near your home.
''Stats:''
*Her love for you is $keisha.love
*Her lust for you is $keisha.lust
*Her corruption is $keisha.corruption
*Her submissiveness to you is $keisha.submission
''Things you know:''<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The yoga instructor: Kelsi</span><<nobr>>
<</nobr>><a data-passage="Kelsistats" class="link-internal link-image">
<img class="right-side small" src="images/kelsi/face.jpg">
</a>
She works in the gym near your home.
''Stats:''
*Her love for you is $kelsi.love
*Her lust for you is $kelsi.lust
*Her corruption is $kelsi.corruption
*Her submissiveness to you is $kelsi.submission
''Things you know:''<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<img class="right-side small" src="images/player/translocationcall.gif">
This calling gives you the abillity to teleport.
Current experience: $translocationcalllvl
<<set $day to 7>><<nobr>>
<<set $period to 1>>
<<set $skillslist to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $characters to true>>
<<set $CurEng to 100>><</nobr>>
<<speech "Dick">>So, to begin your ''real'' training I must analyze what you've learned so far...<</speech>>
<<speech "You" "$name">>Okay, what do I need to do?<</speech>>
<<speech "Dick">>Repeat after me: mou arései o megálos kókoras.<</speech>>
<<speech "You" "$name">>Mou aresei o... megalos kokoras?<</speech>>
<<speech "Dick">>You really did it? ''Hahahahahaha''<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Dick">>You've just said you like big cock hahahaha.<</speech>>
<<speech "You" "$name">>Oh yeah. Use your mistycal wisdom to make fun of me...<</speech>>
<<speech "Dick">>Sorry boy, I couldn't help it... hahaha. ~Ahem...~ Now!<</speech>>
<img class="middle medium" src="images/player/analyzing.gif">
Your feel something inside you changing, even though nothing seems different at first glance.
<<speech "You" "$name">>What did you do?<</speech>>
<<speech "Dick">>Oh, just rewired your connection with yourself. You shall feel your changes with better understanding.<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
[[Next|New stats system]]
<<set $stats2 to false>><<nobr>>
<<set $charismalvl to 0>>
<<set $dominancelvl to 0>>
<<set $fitnesslvl to 0>>
<<set $intelligencelvl to 0>>
<<set $archelvl to 0>>
<<set $archeexp to 0>>
<<set $handymanlevel to 0>>
<<set $hackinglevel to 0>>
<<set $sneakinglevel to 0>>
<<set $fightinglevel to 0>>
<<set $massagelevel to 0>>
<<set $handyman to true>>
<<set $sneaking to true>>
<<set $hacking to true>><</nobr>><<set $oldcamera to false>>
<<set $kendra.mess to 0>>
<<set $misty.mess to 0>>
<<set $codi.mess to 0>>
<<set $summer.mess to 0>>
<<set $elena.mess to 0>>
<<set $marie.mess to 0>>
<<set $dee.mess to 0>>
<<set $mandy.mess to 0>>
<<set $kelly.mess to 0>>
<<set $kelsi.mess to 0>>
<<set $keisha.mess to 0>>
<<set $buck.mess to 0>>
<<set $hana.mess to 0>>
<<set $vina.mess to 0>>
<<set $matt.mess to 0>>
<<set $naomi.mess to 0>>
<<set $lauren.mess to 0>>
<<set $jack.mess to 0>>
<<set $frank.mess to 0>>
<<set $mercedes.mess to 0>>
<<set $tyler.mess to 0>>
<<set $james.mess to 0>>
<<set $eliza.mess to 0>>
<<set $cecilia.mess to 0>>
<<set $steve.mess to 0>>
<<set $larry.mess to 0>>
<<set $dani.mess to 0>>
<<set $hana = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $vina = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $kelly = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $lauren = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $elsa = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $workhacked to false>>
<<set $sexshop to false>>
<<set $dildonumber to 0>>
<<set $oilnumber to 0>>
<<set $padlenumber to 0>>
<<set $ballgagnumber to 0>>
<<set $ropenumber to 0>>
<<set $whipnumber to 0>>
<<set $buttplugsmallnumber to 0>>
<<set $buttplugmediumnumber to 0>>
<<set $buttplugbignumber to 0>>
<<set $hitachinumber to 0>>
<<set $spraynumber to 0>>
<<set $clampsnumber to 0>>
<<set $kendrabuttplugsmall to false>>
<<set $laurendom to 0>>
<<set $laurendumb to 0>>
<<set $danidildo to false>>
<<set $danisecret1 to false>>
<<set $danipussytraining to 0>>
<<set $laurenhomeinv to false>>
<<set $laurenhomeinv to false>>
<<set $codiclothes to false>>
<<set $danipic1 to false>>
<<set $danivideo1 to false>>
<<set $mandysecret1 to false>>
<<set $mandyblackmail to false>>
<<set $badkarma to 0>>
<<set $fine to 0>>
<<set $gym to 1>>
<<set $park to 1>>
<<goto "room7">><span class="bigger">Stat changes</span>
<div class="general"> *Your stats progression and skills levels will progress differently.
*To reach another level on a stat you'll have to earn 100 experience points.
*Your current experience will be reconfigurated to the new setting.
<<nobr>>
<<set $player.charisma to $player.charisma * 18>>
<<set $player.dominance to $player.dominance * 18>>
<<set $player.intelligence to $player.intelligence * 25>>
<<set $player.fitness to $player.fitness * 30>>
<<if $player.charisma gte 100 and $player.charisma lt 200>>
<<set $charismalvl to 1>>
<<set $player.charisma to $player.charisma - 100>><</if>>
<<if $player.charisma gte 200 and $player.charisma lt 300>>
<<set $charismalvl to 2>>
<<set $player.charisma to $player.charisma - 200>><</if>>
<<if $player.charisma gte 300 and $player.charisma lt 400>>
<<set $charismalvl to 3>>
<<set $player.charisma to $player.charisma - 300>><</if>>
<<if $player.charisma gte 400>>
<<set $charismalvl to 4>>
<<set $player.charisma to $player.charisma - 400>><</if>>
<<if $player.dominance gte 100 and $player.dominance lt 200>>
<<set $dominancelvl to 1>>
<<set $player.dominance to $player.dominance - 100>><</if>>
<<if $player.dominance gte 200 and $player.dominance lt 300>>
<<set $dominancelvl to 2>>
<<set $player.dominance to $player.dominance - 200>><</if>>
<<if $player.dominance gte 300 and $player.dominance lt 400>>
<<set $dominancelvl to 3>>
<<set $player.dominance to $player.dominance - 300>><</if>>
<<if $player.dominance gte 400>>
<<set $dominancelvl to 4>>
<<set $player.dominance to $player.dominance - 400>><</if>>
<<if $player.intelligence gte 100 and $player.intelligence lt 200>>
<<set $intelligencelvl to 1>>
<<set $player.intelligence to $player.intelligence - 100>><</if>>
<<if $player.intelligence gte 200 and $player.intelligence lt 300>>
<<set $intelligencelvl to 2>>
<<set $player.intelligence to $player.intelligence - 200>><</if>>
<<if $player.intelligence gte 300 and $player.intelligence lt 400>>
<<set $intelligencelvl to 3>>
<<set $player.intelligence to $player.intelligence - 300>><</if>>
<<if $player.intelligence gte 400>>
<<set $intelligencelvl to 4>>
<<set $player.intelligence to $player.intelligence - 400>><</if>>
<<if $player.fitness gte 100 and $player.fitness lt 200>>
<<set $fitnesslvl to 1>>
<<set $player.fitness to $player.fitness - 100>><</if>>
<<if $player.fitness gte 200 and $player.fitness lt 300>>
<<set $fitnesslvl to 2>>
<<set $player.fitness to $player.fitness - 200>><</if>>
<<if $player.fitness gte 300 and $player.fitness lt 400>>
<<set $fitnesslvl to 3>>
<<set $player.fitness to $player.fitness - 300>><</if>>
<<if $player.fitness gte 400>>
<<set $fitnesslvl to 4>>
<<set $player.fitness to $player.fitness - 400>><</if>>
<<set $handymanlvl to $handymanlvl * 30>>
<<set $hackinglvl to $hackinglvl * 25>>
<<set $sneakinglvl to $sneakinglvl * 37.5>>
<</nobr>>
[[Next|day7a]]</div><<set $stats3 to true>>
<<speech "You" "$name">>Well... I definitely feel something...<</speech>>
<<speech "Dick">>Good. Now go on with your day. I'll be researching more about how to train you better.<</speech>>
<<speech "You" "$name">>Deal.
Now, let's see... I guess the only thing I have to do today is go to Kendra's house. It should be interesting...
But that's for later, what to do now?<</speech>>
<<set $sfaction to 2>><<nobr>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>><</nobr>>
[[Next|shortfree7]]<<set $shortfreetime to true>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
You have some free time...
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
[[End your free time|day7b]]
<<else>>
You have no free time left...
[[End your free time|day7b]]<</if>><<speech "You" "$name">>Should I smoke to relax more?<</speech>>
[[Use weed|weedarche]]
[[Don't use it|noweedarche]]<<if $CurEng gte 10>>
You sit on the computer and watch some instructions on how to do various kinds of work at home.
<img class="middle medium" src="images/misc/handylearn.gif">
''Your handyman skill has increased by 25 xp''
<<set $handymanlvl += 25>><<nobr>>
<<set $sfaction -= 1>>
<<set $handymandone to true>>
<<set $CurEng -= 10>><</nobr>>
<<if $day lt 11>>
<<link 'Finish' 'HOMEREDIRECT'>> <</link>>
<<else>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><</if>>
<<else>>
You don't have enough energy to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">>
<<goto $previousPassage>>
<</button>><</if>><<if $weed gte 1>>
<<set $player.arche += 3>><<nobr>>
<<set $meditationdone to true>>
<<set $weed -= 1>><</nobr>>
[img[images/player/arche.gif]]
<<if $player.arche gt 3>><<set $player.arche to 3>><</if>>
"You replenished 3 arche points and your maximum capacity is 3"
"You used one joint"
<<if $day lt 11>>
<<link 'Finish' 'HOMEREDIRECT'>> <</link>>
<<else>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><</if>>
<<else>>
You don't have any weed.
[[Back|MEDITATION]]
<</if>><<set $player.arche += 2>><<nobr>>
<<set $meditationdone to true>><</nobr>>
[img[images/player/arche.gif]]
"You replenished 2 arche points and your maximum capacity is 3"
<<if $day lt 11>>
<<link 'Finish' 'HOMEREDIRECT'>> <</link>>
<<else>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><</if>>
<<set $player.arche += 3>>
<<if $player.arche gt 3>><<set $player.arche to 3>><</if>><<set $shortfreetime to false>><<nobr>>
<<set $period to 2>><</nobr>>
After spending some time as you like, you receive a message on your phone.
<div class="phone">
<<speech "Dee">>//Hey, darling. I need to ask you a favor. Could you please check if Mandy got home?
She was supposed to come home last night. I waited for her until the last minute I could, but I had some things to do and had to leave.
Could you do that for me? I left the door unlocked.//<</speech>>
</div>
<<speech "You" "$name">>Uhhg... Mandy is always problematic... Let's see...<</speech>>
You leave your apartment and go to Dee's house.
[[Next|day7c]]<<if $CurEng gte 10>>
You sit on the computer and watch some videos on hacking while you type some codes.
<img class="middle medium" src="images/misc/hacklearn.gif">
''Your hacking skill level has increased by 25 xp''
<<set $hackinglvl += 25>><<nobr>>
<<set $sfaction -= 1>>
<<set $hackingdone to true>>
<<set $CurEng -= 10>><</nobr>>
<<if $day lt 11>>
<<link 'Finish' 'HOMEREDIRECT'>> <</link>>
<<else>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><</if>>
<<else>>
You don't have enough energy to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">>
<<goto $previousPassage>>
<</button>><</if>>You enter the apartment and see the living room empty.
<<speech "You" "$name">>Mandy?<</speech>>
<img class="middle medium" src="images/mandy/yoga/yoga.jpg">
There's no answer, but you can hear noises coming from Mandy's room.
<<speech "You" "$name">>Hmm, I guess I should check on her.<</speech>>
You get closer to her door and hear:
<<speech "Mandy">>Come on guys, you can do better than that...<</speech>>
<div class="general"><span class="invi">*''Invisibility calling available''</span>
<span class="calmness">*''Calmness calling available''</span></div>
[[Use the Invisibility calling (-20 energy / 1 arche point)|mandy7sneak]]
[[Use the Calmness calling (-20 energy / 2 arche point)|mandy7dom]]
[[Just open the door|mandy7normal]]<<if $player.arche gte 1>>
You concentrate and your body starts to feel numb.
<<set $player.arche -= 1>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
<img class="middle medium" src="images/player/invisibilitycall.gif">
You are invisible now.
<<speech "You" "$name">>(Fuck, this feels weird...)<</speech>>
Grabing the door handle you think:
<<speech "You" "$name">>(Just sloooowly open the doooor...)<</speech>>
<img class="middle medium" src="images/mandy/day7/2.jpg">
She's too caught in her act to notice the door.
<<speech "You" "$name">>(What is she doing??)<</speech>>
The room is full of recording equipment. There are cameras, lights and many sex toys lying around.
<<speech "Mandy">>I keep telling you: if you want to see this big booty you have to tip.<</speech>>
~PLIM!~
A familiar sound comes from her computer.
<<speech "Mandy">>A hundred tokens? Hmmm ok, I can show you thirsty fuckers some more skin...<</speech>>
<img class="middle medium" src="images/mandy/day7/1.jpg">
<<speech "You" "$name">>(Damn it... She's moving too much, I should either try to get in or leave before she catches me. Staying at the door won't work)<</speech>>
<<set $sneaking to true>>
[[Next|mandy7sneak2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/invisibillitycall2.gif">
<<speech "Mandy">>Is someon there?<</speech>>
<<speech "You" "$name">>(Fuck... I can't do this)<</speech>>
[[Back|day7c]]<</if>><<if $player.arche gte 1>>
You open the door without caring too much and see her on the bed.
<img class="middle medium" src="images/mandy/day7/4.jpg">
<<speech "Mandy">>''What the fuck??''<</speech>>
There are cameras, lights and sex toys all over her room.
<<speech "You" "$name">>You're a camgirl???<</speech>>
<<speech "Mandy">>That's not of your business! Get the fuck out!<</speech>>
<<speech "You" "$name">>That explains a lot about you...<</speech>>
<<speech "Mandy">>Shut the fuck up, weirdo!<</speech>>
<<speech "You" "$name">>Oh... I bet Dee is gonna love to know about this...<</speech>>
<<speech "Mandy">>Are you fucking threatening me?<</speech>>
<img class="middle medium" src="images/mandy/day7/5.jpg">
She gets off the bed and grab a huge dildo on the ground and walks furiously towards you.
<<speech "You" "$name">>(What? Is she going to hit me??)<</speech>>
<<speech "Mandy">>You are dead...<</speech>>
[[Next|mandy7dom0]]
<<else>>
You don't have enough arche points to use this power.
[[Back|day7c]]<</if>><img class="middle medium" src="images/mandy/day7/3.jpg">
<<speech "Mandy">>Sooo, do you like it?<</speech>>
~PLIM!~
<<speech "Mandy">>Ohh, a message with a tip! Let's read it...
"Your tits are small, go back to showing your ass."<</speech>>
You see her turning away from the door to type in the keyboard.
<<speech "You" "$name">>(Now it's my chance!)<</speech>>
You enter her room and get to a corner near her closet.
<<speech "Mandy">>My tits are ''perfect''. Get banned you piece of shit!<</speech>>
<<speech "You" "$name">>(So she's a camgirl! That explains a lot...)<</speech>>
Amongst some more toys, you notice an older camera near your feet, on the ground.
<img class="middle normal" src="images/items/oldcamera.jpg">
<<speech "You" "$name">>(Hmm, this would be nice to shoot some photos of Kendra. Maybe even other things... I guess she won't be needing this)<</speech>>
''Old camera has been added to your items''
<<set $oldcamera to true>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
''Your sneaking skill has increased by 20 xp''
<<set $sneakinglvl += 20>>
<<speech "Mandy">>Alright boys, I'm getting horny... time to get naked.<</speech>>
[[Stay and watch a little longer|mandy7sneak3]]
[[Leave the room|mandy7leave]]Leaving Dee's home you find someone knocking on your door.
<<speech "Steve">>Come on, $name! Open up.<</speech>>
<<speech "You" "$name">>So you're finally back?<</speech>>
<<speech "Steve">>There you are! Wait... what were you doing in Dee's apartment?<</speech>>
He smiles and eagerly waits for your answer.
<<speech "You" "$name">>Dee's not even here, man. She just asked me to go check on Mandy...<</speech>>
<<speech "Steve">>Ohh... the little...<</speech>>
He gets closer to your ear and covers his mouth a little.
<<speech "Steve">>uhmmmbitch...<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Steve">>How is she?<</speech>>
<<speech "You" "$name">>She's fine, I made sure to check her very well...<</speech>>
<<speech "Steve">>Man... she hates my guts...
But hey! Here is your cash.<</speech>>
He gives you 100 $.
<<set $player.money += 100>>
<<speech "You" "$name">>Oh so you finally got some money?<</speech>>
<<speech "Steve">>I got this and much more at the cassino.<</speech>>
<<speech "You" "$name">>There was a cassino?<</speech>>
<<speech "Steve">>$name... you don't know the half of it.
Let's go to the reception. I'll tell you how it was.<</speech>>
[[Next|reception7]]
<<set $mandysecret1 to true>><<nobr>>
<<set $mandyblackmail to true>><</nobr>>You use your skill to not make any sound and blend into the room, allowing to see a bit more of her show.
<video src="videos/mandy/day7/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's fucking hot...)<</speech>>
[[Keep watching|mandy7sneak4]]
[[Leave the room|mandy7leave]]The sound of people tipping her goes without stopping.
~PLIM PLIM PLIM~
<video src="videos/mandy/day7/5.mp4" autoplay controls></video>
<<speech "Mandy">>Ohh you naughty pervs!<</speech>>
<<if $invicalllvl lt 2>>
Suddenly you start to feel your body again.
<<speech "You" "$name">>(Shit! My power is wearing off...)<</speech>>
Since it's your first time using this calling you don't have much control over it.
[[Focus to make it last longer (-10 energy / 1 arche point)|mandy7inv]]
[[Try to hide|mandy7sneak5]]
[[Leave|mandy7leave]]
<<else>>
<<speech "You" "$name">>(~Phew... I'm getting tired...)<</speech>>
[[Keep using your power (-10 energy)|mandy7inv]]
[[Try to hide and rest|mandy7sneak5]]
[[Leave|mandy7leave]]<</if>><video src="videos/mandy/day7/6.mp4" autoplay controls></video>
<img class="middle medium" src="images/player/invisibilitycall.gif">
Just before your invisibility vanishes, you manage to enter her closet.
<img class="middle medium" src="images/misc/getinthecloset.gif">
<<speech "You" "$name">>(I think I'm safe for now...)<</speech>>
[[Keep watching|mandy7sneak6]]
[[Leave|mandy7leave]]<<speech "Mandy">>Fuck! My pussy is so wet!<</speech>>
<video src="videos/mandy/day7/7.mp4" autoplay controls></video>
~PLIM~
<<speech "Mandy">>"Play with purple dildo" Okay, let me get it...<</speech>>
She gets off the bed and starts to look for the toy.
<<if $intelligencelvl gte 2>>
<span class="blue">Your intelligence allows you to think fast enough to look around and see the purple toy in a shelf behind your right shoulder.</span>
<<speech "You" "$name">>(I'm gonna throw this and run to the door...)<</speech>>
Opening a little crack on the door you throw the toy as far as you can at the opposite direction.
~VUSH~
As it falls on the ground it activates and starts to vibrate, making a sound.
<<speech "Mandy">>There you are!<</speech>>
She faces the other way and crouch to grab the dildo.
Seizing the opportunity, you walk away as fast and silently as possible and make your way out of the room without getting caught.
''Your sneaking skill has increased by 20 xp''
<<set $sneakinglvl += 20>>
[[Next|mandy7leave]]
<<else>>
<<speech "You" "$name">>(I wonder where this toy is, this is going to be hot...)<</speech>>
<<speech "Mandy">>I think it's in the closet<</speech>>
She says as she walks in your direction.
<<speech "You" "$name">>(Fuuuuuuuuuuck...)<</speech>>
[[Next|mandy7sneak7]]<</if>>She opens the closet and sees your sorry ass trying to hide.
<img class="middle medium" src="images/misc/badhiding.gif">
<<speech "Mandy">>''What the fuck??????????''<</speech>>
<<speech "You" "$name">>Calm down Mandy...<</speech>>
<<speech "Mandy">>Get the fuck out!<</speech>>
<<speech "You" "$name">>Dee asked me to come check if you got home.<</speech>>
<<speech "Mandy">>I'm in the middle of my show! Out! Now!<</speech>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $mandy.corruption += 1>>
[[Leave|mandy7leave]]<<if $dominancelvl gte 2>>
<<speech "You" "$name">>I'm not done yet...<</speech>>
You enter the room and turn off the nearest camera.
<<speech "Mandy">>What are you doing?<</speech>>
You realize that there are more cameras filming her.
<<speech "You" "$name">>Follow, me. I want some privacy...<</speech>>
<<speech "Mandy">>You can't tell me what to do...<</speech>>
The calling calmed her down, but that doesn't mean you control her.
<<speech "You" "$name">>Maybe not... yet... But money controls you...<</speech>>
<<speech "Mandy">>You're gonna pay me to do what you want?<</speech>>
<<speech "You" "$name">>I'm going to give you a chance to do as I say.
If do as I say I won't tell your mother what you're doing and she may keep supporting you...<</speech>>
With arms crossed she looks at the cameras, stares at you for a while and says:
<<speech "Mandy">>~Uhhhg. Fine...<</speech>>
[[Next|mandy7dom2]]
<<else>>
You're not dominant enough to do this.
[[Leave|mandy7leave]]<</if>>You go to the living room, lock the door and sit on the couch.
<<speech "You" "$name">>Now, get naked.<</speech>>
<<speech "Mandy">>Why? What do you want me to do?<</speech>>
<<speech "You" "$name">>Just come here and lay on my lap. I'm gonna enjoy your body a little.<</speech>>
<<speech "Mandy">>''What???''<</speech>>
The intimidation stare you've been developing is showing some results.
<<speech "Mandy">>What happened to you? You used to be so...<</speech>>
<<speech "You" "$name">>Soft? Weak?<</speech>>
<<speech "Mandy">>Something like that...<</speech>>
She's still standing still on the same spot.
<<speech "You" "$name">>Just fucking come here! The faster we do this the sooner I'm out.<</speech>>
She walks in your direction.
<<speech "Mandy">>Ok... But if you try to fuck me I'll call the police...<</speech>>
[[Next|mandy7dom3]]You put her on your lap and proceed to slap and squeeze her juicy ass.
<video src="videos/mandy/day7/dominate/1.mp4" autoplay controls></video>
<<speech "Mandy">>Hey! Calm down...<</speech>>
<<speech "You" "$name">>Shut up! You complain too much...<</speech>>
[[Next|mandy7dom4]]<<speech "You" "$name">>I always wanted to feel your asshole...<</speech>>
<<speech "Mandy">>What?<</speech>>
<video src="videos/mandy/day7/dominate/2.mp4" autoplay controls></video>
<<speech "Mandy">>What are you.... uhnng... doing?<</speech>>
[[Next|mandy7dom5]]<span class="bigger">Sex minigame</span>
<div class="general"> *She's not comfortable with this.
*You'll have options on how to interact with her.
*Some options will increase her compliance while others will increase her tension.
*When you hit the maximum level on either of the two bars the event will end, resulting on different outcomes.
*You may also jump straight to the point, but some content will probably be missed.
[[Next|mandy7domination]]</div><<set $now to false>><<nobr>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $inventory to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $eventsimple to true>>
<<set $fingerass to false>><</nobr>>
[[Bite her ass|mandy7bite]]
[[Lick her asshole|mandy7asslick]]
[[Pinch her pussy|mandy7pinch]]
[[Play with her pussy|mandy7pplay]]
[[Lick her pussy|mandy7pussylick]]
[[Finger her pussy|mandy7pfinger]]
[[Finger her ass|mandy7afinger]]
<<if $CurCom lt 100 and $CurTen lt 100>>
==Blowjob==
<<elseif $CurCom gte 100>>
[[Blowjob|mandy7bj]]
<<elseif $CurTen gte 100>>
[[Blowjob|mandy7bjforceten]]
<</if>>
[[Force her head on your dick (domination: level 3)|mandy7bjforce]]<<speech "Mandy">>Ow! Fuck!<</speech>>
<<set $CurTen += 10>>
<video src="videos/mandy/day7/dominate/bite.mp4" autoplay controls></video>
[[Back|mandy7domination]][[Easy|mandy7asslick1]]
[[Medium|mandy7asslick2]]
[[Hard|mandy7asslick3]]
[[Back|mandy7domination]]<<speech "You" "$name">>Let me taste this ass.<</speech>>
<<set $CurCom += 5>><<nobr>>
<<set $CurTen += 3>><</nobr>>
<video src="videos/mandy/day7/dominate/asslick1.mp4" autoplay controls></video>
<<speech "Mandy">>Oh... okay?<</speech>>
[[Easy|mandy7asslick1]]
[[Medium|mandy7asslick2]]
[[Hard|mandy7asslick3]]
[[Back|mandy7domination]]<<speech "Mandy">>This feels... good...<</speech>>
<<set $CurCom += 8>><<nobr>>
<<set $CurTen += 3>><</nobr>>
<video src="videos/mandy/day7/dominate/asslick2.mp4" autoplay controls></video>
[[Easy|mandy7asslick1]]
[[Medium|mandy7asslick2]]
[[Hard|mandy7asslick3]]
[[Back|mandy7domination]]<<speech "Mandy">>Hmmm... you love that ass don't you?<</speech>>
<<set $CurCom += 9>><<nobr>>
<<set $CurTen += 3>><</nobr>>
<video width="1000" src="videos/mandy/day7/dominate/asslick3.mp4" autoplay controls></video>
[[Easy|mandy7asslick1]]
[[Medium|mandy7asslick2]]
[[Hard|mandy7asslick3]]
[[Back|mandy7domination]]<<speech "Mandy">>Ohnn...<</speech>>
<<set $CurCom += 5>>
<video src="videos/mandy/day7/dominate/pplay1.mp4" autoplay controls></video>
[[Harder|mandy7pplay2]]
<<if $CurCom lt 50>>
==Kiss her==
<<else>>
[[Kiss her|mandy7pplaykiss]]<</if>>
[[Back|mandy7domination]]<<speech "Mandy">>Uhmmmm...<</speech>>
<<set $CurCom += 8>>
<video src="videos/mandy/day7/dominate/pplay2.mp4" autoplay controls></video>
[[Easy|mandy7pplay]]
<<if $CurCom lt 50>>
==Kiss her==
<<else>>
[[Kiss her|mandy7pplaykiss]]<</if>>
[[Back|mandy7domination]]She's too horny to deny your kiss.
<<set $CurCom += 5>>
<video src="videos/mandy/day7/dominate/pplaykiss1.mp4" autoplay controls></video>
[[More|mandy7pplaykiss2]]
[[Easy|mandy7pplay]]
[[Harder|mandy7pplay2]]
[[Back|mandy7domination]]<<speech "You" "$name">>(This is fucking hot...)<</speech>>
<<set $CurCom += 5>>
<video src="videos/mandy/day7/dominate/pplaykiss2.mp4" autoplay controls></video>
[[More|mandy7pplaykiss]]
[[Easy|mandy7pplay]]
[[Harder|mandy7pplay2]]
[[Back|mandy7domination]]<<speech "Mandy">>Ow! Go easy...<</speech>>
<<set $CurTen += 10>>
<video width="1000" src="videos/mandy/day7/dominate/ppinch.mp4" autoplay controls></video>
[[Back|mandy7domination]]<<speech "Mandy">>Oh! Yes...<</speech>>
<<set $CurCom += 10>>
<video width="1000" src="videos/mandy/day7/dominate/pussylick1.mp4" autoplay controls></video>
[[More|mandy7pussylick2]]
[[Back|mandy7domination]]<<speech "Mandy">>Yeah, lick that pussy good...<</speech>>
<<set $CurCom += 10>>
<video width="1000" src="videos/mandy/day7/dominate/pussylick2.mp4" autoplay controls></video>
[[More|mandy7pussylick]]
[[Back|mandy7domination]]<<speech "You" "$name">>You're such a slut, so wet...<</speech>>
<<set $CurCom += 5>><<nobr>>
<<set $CurTen += 3>><</nobr>>
<video src="videos/mandy/day7/dominate/pussyfinger.mp4" autoplay controls></video>
<<speech "Mandy">>It's not... uhmm... because of you...<</speech>>
[[Also lick her|mandy7pfingernlick]]
[[Back|mandy7domination]]<<speech "Mandy">>Fuuuck...<</speech>>
<<set $CurCom += 8>>
<video src="videos/mandy/day7/dominate/pussyfingernlick.mp4" autoplay controls></video>
[[Finger|mandy7pfinger]]
[[Back|mandy7domination]]<<set $CurCom += 5>><<nobr>>
<<set $CurTen += 10>><</nobr>>
<<if $fingerass is false>>
<<speech "You" "$name">>I want to try something...<</speech>>
<<set $fingerass to true>>
<video src="videos/mandy/day7/dominate/assfinger.mp4" autoplay controls></video>
<<speech "Mandy">>I thought you were going to put it in my... hmm...<</speech>>
<<else>>
<<speech "Mandy">>Hmm...<</speech>>
<video src="videos/mandy/day7/dominate/assfinger1.mp4" autoplay controls></video><</if>>
[[Put one more finger|assfinger2]]
[[Back|mandy7domination]]<<speech "Mandy">>Uhhg not two!<</speech>>
<<set $CurCom += 5>><<nobr>>
<<set $CurTen += 15>><</nobr>>
<video src="videos/mandy/day7/dominate/assfinger2.mp4" autoplay controls></video>
[[More|assfinger22]]
[[One finger|mandy7afinger]]
[[Back|mandy7domination]]<<speech "Mandy">>Ughh...<</speech>>
<<set $CurCom += 5>><<nobr>>
<<set $CurTen += 15>><</nobr>>
<video src="videos/mandy/day7/dominate/assfinger22.mp4" autoplay controls></video>
[[More|assfinger2]]
[[One finger|mandy7afinger]]
[[Back|mandy7domination]]<<speech "Mandy">>Fuck, I'm too horny. Let me see your cock.<</speech>>
<video src="videos/mandy/day7/dominate/bj1.mp4" autoplay controls></video>
<<speech "You" "$name">>Good girl...<</speech>>
<<set $CurOrg += 15>>
[[Next|mandy7bj2]]<<if $dominancelvl gte 3>>
<<speech "You" "$name">>I'm done with your attitude. Let me shut your mouth!<</speech>>
You grab the back of her head and guide it towards your cock.
<video src="videos/mandy/day7/dominate/fbj1.mp4" autoplay controls></video>
<<speech "Mandy">>What? ~humpft!-<</speech>>
[[Next|mandy7bjforce2]]
<<else>>
<<speech "Mandy">>What?? NO!<</speech>>
You're not dominant enough to force her.
<<set $CurOrg += 15>>
[[Back|mandy7domination]]<</if>><<speech "Mandy">>What? You have a big dick? Let me taste it.<</speech>>
<video src="videos/mandy/day7/dominate/bj2.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh, fuck yeah!<</speech>>
<<set $CurOrg += 15>>
[[Next|mandy7bj3]]<<speech "You" "$name">>See? That wasn't so bad. You're loving this dick.<</speech>>
<video src="videos/mandy/day7/dominate/bj3.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bj4]]<<speech "Mandy">>You do have a nice cock...<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/bj4.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bj5]]<<speech "You" "$name">>Hmm... keep stroking it!<</speech>>
<video src="videos/mandy/day7/dominate/bj5.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bj6]]<<speech "You" "$name">>Fuck! I'm gonna cum!<</speech>>
<video src="videos/mandy/day7/dominate/bj6.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bj7]]She kneels and waits for your load.
<video width="1000" src="videos/mandy/day7/dominate/bjprecum.mp4" autoplay controls></video>
<<speech "Mandy">>Yeah cum in my face!<</speech>>
<<set $CurOrg += 10>>
[[Next|mandy7bjcum]]<<speech "You" "$name">>Ahhhh...<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/bjcum.mp4" autoplay controls></video>
[[Next|mandy7bjend]]<<speech "Mandy">>That wasn't so bad after all...<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/bjcumend.mp4" autoplay controls></video>
<<speech "You" "$name">>I knew you wanted it.<</speech>>
[[Next|mandy7bjend2]]<<speech "Mandy">>I think I like the new $name...
Now get lost!<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/bjcumend2.mp4" autoplay controls></video>
I put your clothes back and go.
<<speech "You" "$name">>Thanks for the head, slut...<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="submission">Her submission has increased by 2</span>
<<set $mandy.submission += 2>>
<span class="lust">Her lust has increased by 1</span>
<<set $mandy.lust += 1>>
[[Next|mandy7leave]]
<<set $now to true>><<nobr>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $CurEng -= 10>>
<<set $eventsimple to false>><</nobr>><<speech "You" "$name">>Yes! Deeper!<</speech>>
You say while forcing her head deeper down your shaft.
<video width="1000" src="videos/mandy/day7/dominate/fbj2.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bjforce3]]<<speech "You" "$name">>Stroke it with both hands...<</speech>>
<video src="videos/mandy/day7/dominate/fbj3.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bjforce4]]<<speech "You" "$name">>Keep sucking, and look at me while you do it.<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fbj5.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bjforce5]]<<speech "You" "$name">>Fucking bitch, you're gonna make me cum!<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fbj4.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bjforcecum]]<<speech "You" "$name">>Get on your knees, I'm fucking cumming!<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fprecum.mp4" autoplay controls></video>
<<set $CurOrg += 15>>
[[Next|mandy7bjforcecum1]]<<speech "You" "$name">>Keep sucking it.<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fcum2.mp4" autoplay controls></video>
She spits some of the jizz on the ground.
[[Next|mandy7bjforcecum3]]<<speech "Mandy">>You definitely changed, $name.<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fcumend.mp4" autoplay controls></video>
She's kinda mad, but not so much as you anticipated.
<<speech "You" "$name">>Yeah, for the better. (I'm going to remember this view)<</speech>>
<<speech "Mandy">>Is my secret safe?<</speech>>
<<speech "You" "$name">>Maybe...<</speech>>
You leave.
<span class="red">''Your dominance has increased by 30 xp''</span>
<<set $player.dominance += 30>>
<span class="submission">Her submission has increased by 2</span>
<<set $mandy.submission += 2>>
[[Next|mandy7leave]]
<<set $now to true>><<nobr>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $CurEng -= 10>>
<<set $eventsimple to false>><</nobr>><<speech "You" "$name">>Why don't you... ''calm down''?<</speech>>
<<set $player.arche -= 2>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
<img class="middle medium" src="images/player/calmnesscall.gif">
Her face completely changes, giving place to a more relaxed expression, as she drops the big toy on the ground.
<<speech "Mandy">>Uhmm... Ok. But you shouldn't be here... I'm about to get naked...<</speech>>
<<speech "You" "$name">>I don't see any problems with you being naked around me.
What worries me is: this...<</speech>>
You point to the bed and cameras.
<<speech "Mandy">>Please don't tell mom.<</speech>>
<<speech "You" "$name">>(Huh, she calls Dee mom when she's not being a total bitch...)<</speech>>
<<speech "Mandy">>I shouldn't be doing this...<</speech>>
<<speech "You" "$name">>Yeah... Dee works so hard to bring money to this house and you do this? She needs to know...<</speech>>
She's smart enough to know that there must be a way to convince you.
<<speech "Mandy">>What do you want?<</speech>>
<<speech "You" "$name">>Uhmmm...<</speech>>
You see an old camera on the ground near a corner.
<img class="middle normal" src="images/items/oldcamera.jpg">
<<speech "You" "$name">>Hmm, I could use that camera...<</speech>>
<<speech "Mandy">>Fine. Take it. It's old anyway...<</speech>>
You go ahead and pick it up.
<<speech "Mandy">>Now you should go...<</speech>>
''Old camera has been added to your items''
<<set $oldcamera to true>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Ask for more (dominance: level 2)|mandy7dom1]]
[[Leave|mandy7leave]]<<if $invicalllvl lt 2>>
You concentrate on keeping your body light and translucent.
<<set $CurEng -= 10>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<img class="middle medium" src="images/player/invisibilitycall.gif">
And manage to do so.
<span class="invi">''Your skill with the Invisibility calling has increased by 0.5''</span>
<<set $invicalllvl += 0.5>>
<<else>>
You concentrate on keeping your body light and translucent.
<<set $CurEng -= 10>><<nobr>>
<<set $invicalllvl += 0.5>><</nobr>>
<img class="middle medium" src="images/player/invisibilitycall.gif">
And manage to do so.
<span class="invi">''Your skill with the Invisibility calling has increased by 0.5''</span>
<</if>>
<<speech "You" "$name">>(I think I should put this power to better use...)<</speech>>
[[Next|mandy7inv2]]You get closer to her, crouching by the edge of the bed, right in front of the camera.
<video src="videos/mandy/day7/invisibility/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(I do... Man, I need to get closer...)<</speech>>
[[Next|mandy7inv3]]As silently as possible you put the upper part of your body on her bed, allowing a better view.
<video src="videos/mandy/day7/invisibility/2.mp4" autoplay controls></video>
<<speech "You" "$name">>This is fucking ho-<</speech>>
You actually say it instead of just thinking.
<<speech "You" "$name">>(FUCK!)<</speech>>
But she doesn't hear you.
<<speech "You" "$name">>(I'm sure I said it out loud and I'm so close... Does this means she cant hear me?)
BLÁ!<</speech>>
Still doesn't hear you.
<<speech "You" "$name">>Time to get riskier...<</speech>>
[[Next|mandy7inv4]]Getting even more closer your face is now a few inches from her wet pussy.
<video src="videos/mandy/day7/invisibility/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck, it smells so good. Maybe... just a finger? She won't feel it anyway...<</speech>>
You wait until she stops masturbating and put one finger inside.
[[Next|mandy7inv5]]You feel the warmth of her pussy.
<video width="1000" src="videos/mandy/day7/invisibility/4.mp4" autoplay controls></video>
But she ''does'' seems to feel your touch.
<<speech "Mandy">>Uhmmmm...<</speech>>
<<speech "You" "$name">>Shit, she can feel this?<</speech>>
<<speech "Mandy">>I'm so fucking horny guys...<</speech>>
She keeps talking, seemingly unaware of your presence.
<<speech "You" "$name">>She felt my finger but didn't noticed me?<</speech>>
[[Next|mandy7inv6]]<<speech "You" "$name">>Maybe two fingers?<</speech>>
<video width="1000" src="videos/mandy/day7/invisibility/5.mp4" autoplay controls></video>
She seems to feel even more pleasure and still haven't figure out that there's a guy on her bed fingering her.
<<speech "Mandy">>Guys... hmmm... I swear... I'm feeling reeealy good...<</speech>>
<<speech "You" "$name">>Fuck it, time for some tasting...<</speech>>
[[Next|mandy7inv7]]You run your togue over her soaked lips and clit.
<video width="1000" src="videos/mandy/day7/invisibility/6.mp4" autoplay controls></video>
<<speech "Mandy">>Ohnnnn...<</speech>>
<<speech "You" "$name">>This taste better than I dreamed of...<</speech>>
[[Next|mandy7inv8]]Her body begins to shake, reacting progressively to your touch.
<video width="1000" src="videos/mandy/day7/invisibility/7.mp4" autoplay controls></video>
<<speech "Mandy">>Ohnnn... What's happening to me?<</speech>>
~PLIM
~PLIM
~PLIM
The tips are coming even faster. People are really enjoying "her performance".
<<speech "You" "$name">>You would... ~SLURP~ be surprised to know...<</speech>>
[[Next|mandy7inv9]]She's getting close.
<video width="1000" src="videos/mandy/day7/invisibility/8.mp4" autoplay controls></video>
~PLIM
~PLIM
~PLIM
<<speech "Mandy">>Ohnnnn... Fuck... I think I'm gonna...<</speech>>
[[Next|mandy7inv10]]<<speech "Mandy">>''CUM''!<</speech>>
<video width="1000" src="videos/mandy/day7/invisibility/9.mp4" autoplay controls></video>
She cums on your tongue, while her whole body shivers.
<<speech "You" "$name">>Fuck yeah...<</speech>>
[[Next|mandy7inv11]]<video width="1000" src="videos/mandy/day7/invisibility/10.mp4" autoplay controls></video>
<<speech "Mandy">>Ohh, That was good, $name -I mean... chat...<</speech>>
You take your distance from her.
<<speech "You" "$name">>(Did she just said my name?)<</speech>>
~PLIM
She reads a message.
<<speech "Mandy">>"Is $name the name of your boyfriend?" Nooooo. I don't know why I said this name...
Anyways, the show was very nice today! Thank you for the money lose- loveeeeers. Byeeeee!<</speech>>
<<speech "You" "$name">>She definitely said my name...<</speech>>
She ends her stream and walks out of the room.
<<speech "You" "$name">>I better get the fuck out before I lose my focus.<</speech>>
You follow her to the door, then she goes to the right towards the bathroom and you turn left, going for the apartment door.
<<speech "Mandy">>Why was I thinking about $name when I came? I almost could smell his cheap cologne...<</speech>>
Your hear before she enters the bathroom and locks the door.
<span class="grey">''Your fitness has increased by 15''</span>
<<set $player.fitness +=15>>
<span class="lust">Her lust has increased by 2</span>
<<set $mandy.lust += 1>>
[[Leave|mandy7leave]]You're surprised to see her big ass jiggling in front of the door.
<video src="videos/mandy/day7/1.mp4" autoplay controls></video>
The room is full of recording equipment. There are cameras, lights and many sex toys lying around.
<<speech "Mandy">>''What the fuck??''<</speech>>
<img class="middle medium" src="images/mandy/day7/5.jpg">
<<speech "You" "$name">>You're a camgirl???<</speech>>
<<speech "Mandy">>That's none of your business! Get the fuck out!<</speech>>
<<speech "You" "$name">>I- Dee told me to come check on you...<</speech>>
<<speech "Mandy">>I'm fine, now go!<</speech>>
Fast enough you see an old camera lying on the ground.
<img class="middle normal" src="images/items/oldcamera.jpg">
<<speech "You" "$name">>Hmm, I could use that camera...<</speech>>
<<speech "Mandy">>So???<</speech>>
<<speech "You" "$name">>If that is a GTVB-47 you won't be able to use it for your... "streams". It's too obsolete...
(I have no idea what I'm talking about)<</speech>>
<<speech "Mandy">>Just take it, $name. And get out!<</speech>>
<<speech "You" "$name">>Sure thing...<</speech>>
''Old camera has been added to your items''
<<set $oldcamera to true>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $mandy.corruption += 1>>
[[Leave|mandy7leave]]<<speech "You" "$name">>Take that load you bitch!<</speech>>
<video width="1000" src="videos/mandy/day7/dominate/fcum.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|mandy7bjforcecum2]]<<set $period to 3>>
You pass some time talking to Steve about his trip.
<<speech "Steve">>You had to be there, it was full of hot chicks.<</speech>>
<<speech "You" "$name">>Did have any luck with them?<</speech>>
<<speech "Steve">>Nooo... BUT, I had fun anyways, which is the most important part.<</speech>>
<<speech "You" "$name">>I have to agree.<</speech>>
<<speech "Steve">>Though... I did hook up with someone...<</speech>>
<<speech "You" "$name">>Was she hot?<</speech>>
<<speech "Steve">>Define hot...<</speech>>
<<speech "You" "$name">>Oh no, was she young at least?<</speech>>
<<speech "Steve">>Age is just a number, $name. You should know that.<</speech>>
<<speech "You" "$name">>Steve, please, tell me she was under sixty.<</speech>>
<<speech "Steve">>Pffff, of course she was.<</speech>>
<<speech "You" "$name">>How old was she?<</speech>>
<<speech "Steve">>Fifty eight...<</speech>>
<<speech "You" "$name">>Oh for fuck's sake Steve. You can do better than that!<</speech>>
<<speech "Steve">>Oh, but I did, my friend...
She paid me to have sex with her.<</speech>>
<<speech "You" "$name">>Hahahaha. So you're a gigolo now?<</speech>>
<<speech "Steve">>You're just envious that you've never been paid to have sex.<</speech>>
<<speech "You" "$name">>Uhmm, actually...<</speech>>
<<speech "Steve">>You did? How?<</speech>>
<<speech "You" "$name">>Steve, there's something I need to tell you...<</speech>>
<<speech "Steve">>Oh no... You're a prostitute?<</speech>>
<<speech "You" "$name">>Fuck no! It's something good.
You know how we always talked about how it would be cool to work in the porn industry?<</speech>>
<<speech "Steve">>You got a job as an editor? That's awesome!<</speech>>
<<speech "You" "$name">>Not really. I'm an actor.<</speech>>
<<speech "Steve">>HAHAHAHAHA. No, really. Tell me what's up.<</speech>>
<<speech "You" "$name">>I'm serious, dude. You're the only one I told.<</speech>>
<<speech "Steve">>$name, please. We know you could never be an actor, remember?<</speech>>
[[Next|reception7a]]<<speech "You" "$name">>Why not?<</speech>>
<<speech "Steve">>Do I really have to remind you of the day you came home dead drunk yelling:
"GOD! Why did you gave me such a small dick! I hate my fatheeeeeeeer!"<</speech>>
<<speech "You" "$name">>Shut the hell up! I... solved that problem...<</speech>>
<<speech "Steve">>Did you bought one of those dick pumping things? Because I'm telling you: those things don't work at all...
(...)
Do they? Did it worked for you? Was I using it wrong....?<</speech>>
<<speech "You" "$name">>You wouldn't believe if I tell you...<</speech>>
<<speech "Steve">>Come on, man. Have I ever not believed in you?<</speech>>
<<speech "You" "$name">>Yes, many times.<</speech>>
<<speech "Steve">>Ok, but did I ever really mean it?
You don't need to tell me...<</speech>>
<<speech "You" "$name">>You know what? Fuck it...
I have pooooww.....<</speech>>
As you try to say it your mouth just doesn't respond to you.
<<speech "Steve">>What?<</speech>>
<<speech "You" "$name">>I said I have poooww...
poooww...<</speech>>
<img class="middle medium" src="images/misc/troubletalking.gif">
<<speech "Steve">>Are you having a stroke?<</speech>>
<<speech "You" "$name">>Magiiii...
Aprodi.....
(WHAT THE FUCK IS GOING ON?)<</speech>>
<<speech "Dick">>I can not let you reveal your secret, $name.<</speech>>
<<speech "You" "$name">>(Why not?)<</speech>>
<<speech "Dick">>I do not trust him. Or anyone, for that matter.<</speech>>
<<speech "You" "$name">>(But I do... He's one of my few friends...)<</speech>>
Meanwhile, Steve is looking at you like:
<img class="middle medium" src="images/misc/unconfortable.gif">
<<speech "Dick">>Sorry, boy. It's not the time yet.<</speech>>
<<speech "You" "$name">>(Fine... I'll just ''have'' to trust your judgment)
Sorry man. I kinda overdosed on the weed I bought last week...
I used the cock pumper thing.<</speech>>
<<speech "Steve">>How the hell did you get it to work? I mean... fuck that!
You're really working as an actor?<</speech>>
<<speech "You" "$name">>Yeah.<</speech>>
<<speech "Steve">>Pornhub. Right fucking now. What's your porn name?<</speech>>
<<speech "You" "$name">>My name?
I don't have a name...<</speech>>
<<speech "Steve">>What? You have to work on that. It's extremely necessary.<</speech>>
<<speech "You" "$name">>So I've been told...
I've actually been so busy that I forgot to check the internet. I guess, you can search for...
<<if $Whitney is true>>Whitney big tits.<</if>><<nobr>>
<<if $Envy is true>>Envy black college girl.<</if>>
<<if $Chiquita is true>>Chiquita hot headed latina.<</if>>
<</nobr>><</speech>>
Steve promptly searches for the video on the reception's computer.
<<speech "Steve">>Uhmm let's see...<</speech>>
You recognize the scene you shot and feel a little anxious.
<<speech "You" "$name">>Steve... it's that one.<</speech>>
<<speech "Steve">>No way! let me see.<</speech>>
He clicks on the video and you two begin to watch it.
[[Next|reception7b]]<<nobr>><<if $Whitney is true>><video src="videos/actresses/whitney/doggyhard2.mp4" autoplay controls></video><</if>>
<<if $Envy is true>><video src="videos/actresses/envy/bjdeep3.mp4" autoplay controls></video><</if>>
<<if $Chiquita is true>><video src="videos/actresses/chiquita/cowhard.mp4" autoplay controls></video><</if>><</nobr>>
<<speech "You" "$name">>Man, this is so weird. I never thought I would watch a porn video of myself.<</speech>>
Steve remains silent for a few seconds, skipping through the parts of the video.
<<speech "You" "$name">>So... what do you think?<</speech>>
<<speech "Steve">>You know what I think, $name?
You really want to know?<</speech>>
<<speech "You" "$name">>What the hell? Just say it...<</speech>>
<<speech "Steve">>MY FRIEND IS A FUCKING PORN STAR!<</speech>>
He jumps out of his chair, hugs you and starts jumping.
<<speech "You" "$name">>Haha. I knew you'd love this.<</speech>>
<<speech "Steve">>That's fucking awesome, man! It was your dream job!<</speech>>
<<speech "You" "$name">>Yeah, it's pretty fucking cool!<</speech>>
<<speech "Steve">>And you actually have a big dick now, dude. Be honest, it couldn't be that small before...<</speech>>
<<speech "You" "$name">>I guess it really wasn't. (Oh, but it was... one day I might tell you my secret...)<</speech>>
<<speech "Steve">>But why didn't you check your video before?<</speech>>
<<speech "You" "$name">>Well, my life has changed a little bit, recently. I'm not exactly having much time to watch porn. Been working more on myself, you know?<</speech>>
<<speech "Steve">>It shows, man. Have you been working out? You seem more... I don't know... alive?<</speech>>
<<speech "You" "$name">>I'm happy you noticed.<</speech>>
At this moment Marie arrives at the lobby.
<<speech "Marie">>Finally back huh?<</speech>>
She says looking at Steve.
<<speech "Steve">>Yes ma'am. I missed you...<</speech>>
<<speech "Marie">>Oh... just cut the crap. You know that you weren't supposed to stay out that long.
I'm going to take that from your payment.<</speech>>
<<speech "Steve">>Come on!<</speech>>
Then she looks at you.
<<speech "Marie">>Hello, $name. How you've been?<</speech>>
<<speech "You" "$name">>Couldn't complain... You?<</speech>>
She softly runs the tip of her fingers over her throat and then bring her hand to the back of her neck. Something you read as the start of submissive behaviour signs.
<<speech "Marie">>I'm... fine... uhmm...
Could I speak to you in private?<</speech>>
Steve is looking at you both with a curious grin.
<<speech "Steve">>Alright then... I have some things to do anyway.
Need to get this place in order, you know?
Because this place is ''nooothing'' without me...<</speech>>
<<speech "Marie">>Bye, Steve.<</speech>>
He winks at you and enters a door behind the reception desk.
[[Next|reception7c]]You reach a nice house, not in a expensive way, but the place looks to be well maintained, with a garden full of flowers.
<<speech "You" "$name">>I think this is it...<</speech>>
You ring the doorbell.
<<speech "You" "$name">>(I'm kinda nervous... I'm really gonna take pictures of Kendra for her Hornyfans. Never in a million years I would've guess that could happen...)<</speech>>
Not too long after, someone opens the door.
<<speech "Hana">>Oh, hello! You must be $name, right?<</speech>>
<img class="middle large" src="images/hana/day7/1.jpg">
<<speech "You" "$name">>Hi! Yes, and I supose you're Kendra's mother...<</speech>>
She opens a big smile.
<<speech "Hana">>Thanks for the compliment, $name! But I'm Kendra's grandmother.<</speech>>
<<speech "You" "$name">>Woah, you look younger.<</speech>>
<<speech "Hana">>You're such a sweetheart. Please, come in.
Kendra! Your friend is here!<</speech>>
[[Next|Kendrahouse7a]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The biologist: Hana</span><<nobr>>
<</nobr>><a data-passage="Hanastats" class="link-internal link-image">
<img class="right-side small" src="images/hana/face.jpg">
</a>
She's Kendra's grandmother.
''Stats:''
*Her love for you is $hana.love
*Her lust for you is $hana.lust
*Her corruption is $hana.corruption
*Her submissiveness to you is $hana.submission
''Things you know:''
*She works at the university doing research<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The younger sister: Vina</span><<nobr>>
<</nobr>><a data-passage="Vinastats" class="link-internal link-image">
<img class="right-side small" src="images/vina/face.jpg">
</a>
She's Kendra's little sister.
''Stats:''
*Her love for you is $vina.love
*Her lust for you is $vina.lust
*Her corruption is $vina.corruption
*Her submissiveness to you is $vina.submission
''Things you know:''
*She studies at the university.Kendra shouts from upstairs:
<<speech "Kendra">>I'm up here, $name!<</speech>>
<<set $hana.met to true>>
You see several plants around the house, giving the place a very pleasant atmosphere.
<<speech "You" "$name">>Someone here seems to really like plants.<</speech>>
<<speech "Hana">>Oh, it's me. I'm passionate about studying and taking care of my babies.<</speech>>
<<speech "You" "$name">>So you study them too?<</speech>>
<<speech "Hana">>Yes, I'm a biologist, with a degree on botany.<</speech>>
<<speech "You" "$name">>Hmm, that's actually pretty cool. I like plants too.
Specifically one them...<</speech>>
<<speech "Hana">>Really? I'm the only one here who takes care of them. Which one's your favorite?<</speech>>
<<speech "You" "$name">>Daisies, I simply love them.<</speech>>
<<speech "Hana">>Wonderfull! I have a feeling we'll came to be great friends...<</speech>>
<<speech "You" "$name">>You are very pleasant, I wouldn't doubt it.<</speech>>
<<speech "Hana">>I never really saw you at the university. What do you study?<</speech>>
<<speech "You" "$name">>Oh I don't go to the uni. Never had much interest on getting a degree.<</speech>>
<<speech "Hana">>It's never too late, you know? I speak from experience.
I was 38 when I got my degree.<</speech>>
<<speech "You" "$name">>Who knows, maybe I'll change my mind...<</speech>>
<<speech "Hana">>I could assist you with the information you may need. I teach there, though I pass most of my time researching...<</speech>>
Kendra shouts again:
<<speech "Kendra">>''$name !'' are you coming or not?<</speech>>
<<speech "You" "$name">>Sorry, I have to go. It was nice meeting you.<</speech>>
<<speech "Hana">>The pleasure is all mine...<</speech>>
<img class="middle large" src="images/hana/day7/2.jpg">
<<speech "You" "$name">>(She's kinda pretty for a grandma...)<</speech>>
[[Go to Kendra|Kendrahouse7b]]Reaching the second floor, you see a few closed doors.
<<speech "You" "$name">>(Uhmm, which one is it?)<</speech>>
As you think about where Kendra is you suddenly feel your head get extremely heavy.
<<speech "You" "$name">>(Wha....what is... this?)<</speech>>
You say while pressing the sides of your skull, trying to make the weight go away.
<img class="middle normal" src="images/misc/headache.gif">
<<speech "You" "$name">>(Dick?? A little help??)<</speech>>
Dick doesn't respond to your calling. You barely can't feel his presence in the middle of all dense thoughts passing through your mind.
<<speech "You" "$name">>(Maybe... Kendra... could... help me?)<</speech>>
And suddenly... it stops. As if you just woke up from a bad dream.
<<speech "You" "$name">>(Fuuuck... what was that?)<</speech>>
You hear music coming from one of the rooms.
<<speech "You" "$name">>(Okay, I think I'm alright... this must be her room)<</speech>>
Turning the knob, you open the door.
[[Next|Kendrahouse7c]]The music is too loud, she doesn't notice you.
<<set $vina7caught to false>>
<video src="videos/vina/day7/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(It's not Kendra! Who is she?)<</speech>>
<<set $vina.met to true>>
[[Keep watching (sneaking level 1/ Exp^)|Failed attempts]]<<if $sneakinglevel gte 1>>
Your sneaking is good enough for you to enjoy the show a little more...
<video src="videos/vina/day7/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! She's very horny... I gotta see this)<</speech>>
''Your sneaking skill has increased by 25 xp''
<<set $sneakinglvl += 25>>
[[Next|Kendrahouse7watch2]]
<<else>>
You try your best to be sneaky, but end up making some noise.
<video src="videos/vina/day7/caught.mp4" autoplay controls></video>
''Your sneaking skill has increased by 15 xp''
<<set $sneakinglvl += 15>>
[[Next|Kendrahouse7caught]]<</if>><<speech "You" "$name">>(She's even more petite than Kendra)<</speech>>
<video src="videos/vina/day7/4.mp4" autoplay controls></video>
[[Next|Kendrahouse7watch3]]<<speech "Vina" "???">>Who are you? You shouldn't be here...<</speech>>
<<set $vina7caught to true>>
<img class="middle medium" src="images/vina/day7/1.jpg">
She's annoyed, but speaks in a weirdly calm manner.
<<speech "You" "$name">>I'm $name. Sorry, Kendra invited me.
I thought this was her room.<</speech>>
<<speech "Vina" "???">>Don't worry. If it was a mistake you're forgiven.<</speech>>
<<speech "You" "$name">>Okay, uhmm, bye.<</speech>>
You begin to close the door when she says:
<<speech "Vina" "???">>You're not gonna ask my name?<</speech>>
<<speech "You" "$name">>I thought you just wanted me to leave.<</speech>>
<<speech "Vina">>You already saw what you saw, no need to rush now.
I'm Vina...<</speech>>
<<speech "You" "$name">>Hi Vina, nice to meet you.<</speech>>
<<speech "Vina">>Did you like my body? How would you rate it?<</speech>>
She keeps a calm tone through the whole conversation.
<<speech "You" "$name">>(What the hell?)
Yeah, you have a nice body.<</speech>>
<<speech "Vina">>Do I attract you?<</speech>>
@@#answer;
<<link "Sure you do">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, you do<</speech>>
<<speech "Vina">>Great! Uhmm, thank you for the feedback.<</speech>>
She grabs a pen and starts to write on a notepad.
<<speech "Vina">>I would like some privacy now, please.<</speech>>
<<speech "You" "$name">>Okay, bye. (She's really something...)<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $vina.lust += 1>>
<<link 'Go find Kendra' 'Kendrahouse7caught2'>> <</link>>
<</replace>><</link>>
<<link "Why do you want to know?">>
<<replace "#answer">>
<<speech "You" "$name">>Why do you want to know?<</speech>>
<<speech "Vina">>I just... like to know about things.<</speech>>
She grabs a pen and starts to write on a notepad.
<<speech "Vina">>I would like some privacy now, please.<</speech>>
<<speech "You" "$name">>Okay, bye. (She's really something...)<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $vina.love += 1>>
<<link 'Go find Kendra' 'Kendrahouse7caught2'>> <</link>>
<</replace>><</link>>
<<link "Not much">>
<<replace "#answer">>
<<speech "You" "$name">>Not much...<</speech>>
<<speech "Vina">>"No regards for social conventions". Interesting!<</speech>>
She grabs a pen and starts to write on a notepad.
<<speech "Vina">>I would like some privacy now, please.<</speech>>
<<speech "You" "$name">>Okay, bye. (She's really something...)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $vina.submission += 1>>
<<link 'Go find Kendra' 'Kendrahouse7caught2'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>(Fuck... her pussy looks so good)<</speech>>
<video src="videos/vina/day7/5.mp4" autoplay controls></video>
Suddenly a door opens behind you.
<<speech "Kendra">>Hey, what are you doing?<</speech>>
You close the door as fast as you can.
~BAM!
<<speech "Vina" "???">>Grandma??<</speech>>
<<speech "Kendra">>What are you doing on my sister's room?<</speech>>
<<speech "You" "$name">>I thought it was yours, sorry.<</speech>>
<<speech "Kendra">>What is she doing?<</speech>>
<<speech "You" "$name">>Just studying. Can I come in?<</speech>>
You pass through her and enter the room as fast as you can.
<<speech "Kendra">>Yep, she's always studying.<</speech>>
She follows you and closes the door.
[[Next|Kendrahouse7e]]Entering her room you can see that she's a little shy, but has make up on and reorganized some furniture to prepare her room to take some photos.
<img class="middle medium" src="images/kendra/day7/1.jpg">
<<speech "You" "$name">>How are you feeling?<</speech>>
<<speech "Kendra">>I'm pretty fucking nervous...<</speech>>
<<speech "You" "$name">>You don't need to show your face, there's no need to feel nervous.<</speech>>
<<speech "Kendra">>I want to show my face. I researched a little and saw that girls who don't show their faces have waaaaaaay less... uhmm... "admirers".<</speech>>
<<speech "You" "$name">>I can't desagree on that...<</speech>>
<<speech "Kendra">>That's why I'm so on edge...
Do you think people will discover about me?<</speech>>
<<speech "You" "$name">>Probably they will one day...
But you know what? Who fucking cares?
You don't owe any explanations...<</speech>>
<<speech "Kendra">>Thanks, $name. But it's easy to say that when you're not risking your reputation.<</speech>>
<<speech "You" "$name">>Don't be so sure about that...<</speech>>
<<speech "Kendra">>Why?<</speech>>
<<speech "You" "$name">>I... also make... erotic content...<</speech>>
<<speech "Kendra">>You're kidding, right?<</speech>>
<<speech "You" "$name">>I swear... How do you think I came up with the idea to create an account for you?<</speech>>
<<speech "Kendra">>Show it to me, then...<</speech>>
<<speech "You" "$name">>I can't.<</speech>>
<<speech "Kendra">>Oh, so you can take pictures of me but I can't see your content?<</speech>>
<<speech "You" "$name">>My content it's explicit...<</speech>>
You tell her in a serious tone.
<<speech "Kendra">>So... like, you're... naked?<</speech>>
<<speech "You" "$name">>Yep.<</speech>>
She's blushing hard right now.
<<speech "Kendra">>Oh my god. Okay...
I'm actually feeling more relaxed now that you said this. In a weird way...<</speech>>
<<speech "You" "$name">>So do you want to begin?<</speech>>
<<speech "Kendra">>Ok...<</speech>>
<<speech "You" "$name">>Alright! Sit on the couch. We can start by taking a few simple pictures.<</speech>>
[[Next|Kendrahouse7f]]<span class="bigger">Failed attempts</span>
<div class="general"> *Choosing an option with higher requirement may still be a wise choice.
*Sometimes, if you don't have enough level to perform an action you may still try to do it to get more experience on that skill.
*Actions that have this possibility will be marked with "Exp^".
*Besides increasing your exp, even if these options fail they may open new routes for other options or unlock new story progressions.
[[Next|Kendrahouse7watch]]</div><video src="videos/vina/day7/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Kendra???)<</speech>>
[[Next|Kendrahouse7d]]<<speech "Marie">>Can I ask you what will do with the basement?<</speech>>
<<speech "You" "$name">>Oh, yeah... the basement. I forgot about it.<</speech>>
<<speech "Marie">>So you don't need the keys anymore?<</speech>>
<<speech "You" "$name">>Heey, that's not what I said.
Why do you need to know what I'm gonna do with it?<</speech>>
<<speech "Marie">>Oh it's nothing... haha.<</speech>>
She fakes a laugher.
<<speech "You" "$name">>(Well... she's definitely lying...)<</speech>>
[[Try to read her mind (-10 energy / 0.5 arche point)|reception7marieread]]
[[Make her tell you|reception7mariedom]]
[[Ask her nicely|reception7mariechar]]Just as you get to your aparment Dick contacts you:
<<speech "Dick">>Boy, we must put this dungeon idea to work.<</speech>>
<<speech "You" "$name">>Oh, so you think that's a good idea too?.<</speech>>
<<speech "Dick">>Surely. It shall teach you more about the arts of domination.<</speech>>
<<speech "You" "$name">>I don't know where to start it though...<</speech>>
<<speech "Dick">>Do not worry. I know everything about it.<</speech>>
<<speech "You" "$name">>Oooh you naughty boy...<</speech>>
<<speech "Dick">>Must I remind you that I have thousands of years of sex experience?<</speech>>
<<speech "You" "$name">>Sorry oh so great master. Please, teach me...<</speech>>
<<speech "Dick">>Let's go there.<</speech>>
<<speech "You" "$name">>Now?<</speech>>
<<speech "Dick">>There is no reason not to do it now.<</speech>>
<<speech "You" "$name">>Feeling kinda lazy to be honest...<</speech>>
<<speech "Dick">>Think about all the pussy you'll get.<</speech>>
<img class="middle medium" src="images/misc/agree.gif">
[[Next|dungeon7]]<<set $CurEng -= 10>><<nobr>>
<<set $marie.corruption += 1>>
<<set $player.intelligence += 20>>
<<set $player.arche -= 0.5>>
<<set $psycalllvl += 0.5>><</nobr>>
<<speech "You" "$name">>(Okay, let's do this...)
There must be a reason why you don't want me to know...<</speech>>
<<speech "Marie">>Well... no...<</speech>>
You redirect her thoughs to the answer you want and focus on trying to hear her mind...
<img class="middle medium" src="images/player/psycall.gif">
<<speech "Marie">>(This... "friendship" with Jack... I don't know about that...)<</speech>>
<<speech "You" "$name">>You said Jack used the place before, right? Did he use it for anything other than beating people?<</speech>>
<<speech "Marie">>What? I wouldn't know anything about it.
(Thankfully he found a better place to make a sex dungeon...)<</speech>>
<<speech "You" "$name">>(Jackpot! A sex dungeon wouldn't be a bad idea... he even mentioned it...
Wait... Jackpot... Jack-pot. Ha Haha hahaha)<</speech>>
She sees you laughing at nothingness and asks:
<<speech "Marie">>Are you on drugs, $name?<</speech>>
<img class="middle medium" src="images/player/psycall.gif">
<<speech "You" "$name">>Oh, shit. Sorry, it's just a joke I remembered, haha.<</speech>>
<<speech "Marie">>So whatever you do to it I'd like you to show me.<</speech>>
<<speech "You" "$name">>Hmm, I don't see why not. I'll let you know.<</speech>>
<<speech "Marie">>Thanks! Now I should be going. Bye<</speech>>
She goes away without waiting for your goodbye.
<<speech "You" "$name">>(She's still unconfortable around me... I'll have to fix that later)<</speech>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<span class="psy">''Your skill with the Psychic calling has increased by 0.5''</span>
<span class="corruption">Her corruption has increased by 1</span>
[[Go back home|day7d]]You gently put your right hand on her shoulder and say:
<<speech "You" "$name">>Why don't you tell me everything, Marie?<</speech>>
She looks down for a second or two and clear her throat..
But then remove your hand from her shoulder, fast but not aggressively.
<<speech "Marie">>I'm just asking because Jack was going to use it for some weird things...<</speech>>
<<speech "You" "$name">>What kind of weird?<</speech>>
<<speech "Marie">>I should go...<</speech>>
She tries to go but you hold her left wrist, stopping her.
As she turns back you release your hand and repeat the question:
<<speech "You" "$name">>What kind of weird?<</speech>>
<<speech "Marie">>~Sigh~ Sexual weird...<</speech>>
<<speech "You" "$name">>Oh, now that you say that, I remember he mentioned something about a dungeon...<</speech>>
<<speech "Marie">>He told you that??
You're not gonna do it though, right?<</speech>>
<<speech "You" "$name">>Well, it's not a bad idea...<</speech>>
<<speech "Marie">>Oh my god... Just...
Tell me whatever you're decide, okay?<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Marie">>I run this building...
I need to know what happens around.<</speech>>
<<speech "You" "$name">>Okay... I don't see why not...<</speech>>
<<speech "Marie">>I should go now. Bye, $name...<</speech>>
She goes away without waiting for your goodbye.
<<speech "You" "$name">>(She's still unconfortable around me... I'll have to fix that later)<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $marie.submission += 1>>
[[Go back home|day7d]]<<speech "You" "$name">>Come on, why hide it from me?<</speech>>
You say while smiling at her and looking deep in her eyes...
She looks up and try to hide a soft smile.
<<speech "Marie">>Okay! I'm just worried about your relationship with Jack...<</speech>>
<<speech "You" "$name">>What relationship? I barely talked to him.<</speech>>
<<speech "Marie">>You do have a relation with him...
You just don't know it yet.<</speech>>
<<speech "You" "$name">>That's kinda creepy.<</speech>>
<<speech "Marie">>He's too influent. He can make you do things that you shouldn't do.<</speech>>
<<speech "You" "$name">>Like what?<</speech>>
<<speech "Marie">>I don't know. Did he said anything about doing something with the basement?<</speech>>
<<speech "You" "$name">>Oh, now that you mentioned it... He did say something about a sex dungeon...<</speech>>
<<speech "Marie">>Oh my god...
He told me something on that line, but ended up choosing another place.
You're not gonna do it, right?<</speech>>
<<speech "You" "$name">>Uhmm, no?<</speech>>
<<speech "Marie">>Great! But please...
Whatever you do with it, tell me.<</speech>>
<<speech "You" "$name">>Hmm, I don't see why not. I'll let you know.<</speech>>
<<speech "Marie">>Thanks! Now I should be going.<</speech>>
<<speech "You" "$name">>Okay. Bye, Marie.<</speech>>
<<speech "Marie">>Bye...<</speech>>
She walks away.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 1</span>
<<set $marie.love += 1>>
[[Go back home|day7d]]Arriving at the dungeon you find things just as you left them.
<<speech "You" "$name">>Aw man, this place's still filthy. AND, my blood is still on the ground.<</speech>>
<<speech "Dick">>Then let us get to work!<</speech>>
<<speech "You" "$name">>Us? What the hell are you going to do? Moral support?<</speech>>
<<speech "Dick">>This is a mission you must complete by yourself.
It shaw teach you the value of woking hard.
The best quality of a man can be found...<</speech>>
<<speech "You" "$name">>Oh for fuck's sake, at least let me clean it in peace...<</speech>>
<<speech "Dick">>I agree. That would be more productive, yes.
If you need me just call. I'll be watching some memories.<</speech>>
<<speech "You" "$name">>Okay... I mean, what? Memories?<</speech>>
<<speech "Dick">>Yes, your memories. It's all inside your head.<</speech>>
<<speech "You" "$name">>What the hell? That's private!<</speech>>
<<speech "Dick">>We are one now, boy. Privacy is no more.
Bye.<</speech>>
<<speech "You" "$name">>~Sigh~ Alright... time to work...<</speech>>
After finding an old broom leaning on a wall and some worn brushes near it on the ground, you begin to clean the place.
<img class="middle normal" src="images/misc/cleaningbad.gif">
[[Next|dungeon7a]]<img class="middle medium" src="images/misc/sweeping.gif">
After some time cleaning yours and probably also other people's blood stains, putting some random forniture in place and sweeping the place a little it is still far from being finished.
<<speech "You" "$name">>Fuck... I'm never gonna finish this...
Dick, please help me out, man.<</speech>>
Answering to your call he appears once again.
<<speech "Dick">>Hahahahaha. I can't believe you got your ass kicked by a girl in highschool.<</speech>>
<<speech "You" "$name">>What? Look... Big Denise was called big for a reason, okay?<</speech>>
<<speech "Dick">>She wasn't that tall, I believe...<</speech>>
<<speech "You" "$name">>Well, maybe you can access my memories more vividly than I can. But I remember she was huge!<</speech>>
<<speech "Dick">>It doesn't matter now. You are turning into a fine warrior.
Let me help you with this...<</speech>>
<img class="middle medium" src="images/misc/energized.gif">
<<speech "You" "$name">>Wow!!!<</speech>>
He energizes your body and you feel instantly capable of working faster and even feeling good about it.
<img class="middle normal" src="images/misc/cleaningpower.gif">
[[Next|dungeon7b]]Not much later you are able to finish cleaning the place.
<<speech "You" "$name">>That was fucking amazing!<</speech>>
<<speech "Dick">>You did it by yourself.<</speech>>
<<speech "You" "$name">>No, I didn't. How come you can't make me feel like this all the time?<</speech>>
<<speech "Dick">>We could surely try.<</speech>>
<<speech "You" "$name">>Yeah! Let's do it.<</speech>>
<<speech "Dick">>Though you could fall dead in less than 3 days...<</speech>>
<<speech "You" "$name">>What the fuck?<</speech>>
<<speech "Dick">>You're not a god, boy. Even with powers you still have your physical limitations.<</speech>>
<<speech "You" "$name">>You're right. But I can't complain. Having powers is way better than nothing.<</speech>>
Giving a look at the place it seems ready to be put to use.
Now that it's clean you see some forniture, tools and rope. Stuff that Jack probably brought here before changing his mind about using the place.
<<speech "Dick">>I can feel your desire, $name. Craving for domination.<</speech>>
<<speech "You" "$name">>I ''am'' having some thoughts...<</speech>>
<<speech "Dick">>Lust and subjugation can work very well together. Though I must warn you about something.<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dick">>What ever woman you bring here. It must be her decision to come...
Or at least to stay...<</speech>>
<<speech "You" "$name">>Well, that goes without saying. I would like to try and dominate, but never like that...<</speech>>
<<speech "Dick">>I know of your character, boy.
But I must be sure that you don't fall too deep into the influence of some gods.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Dick">>You powers...
They come from other gods.<</speech>>
<<speech "You" "$name">>What? But you said they were Aphro...<</speech>>
You look around, trying to sense if someone is listening.
<<speech "You" "$name">>These powers came from Aphrodite, that's what you said.<</speech>>
<<speech "Dick">>And I did not lie. They indeed came from her, but indirectly.
The goddess of love have... uhmm... fucked all of the patheon.<</speech>>
<<speech "You" "$name">>Hah! Such a slut...<</speech>>
<<speech "Dick">>It's in her nature. As it is her nature to steal...
In essence, love is given, but always takes something in return.<</speech>>
<<speech "You" "$name">>That's... actually some deep shit...
So she stole powers from other gods?<</speech>>
<<speech "Dick">>Not precisely.
She was able to create her own version of their powers through the connection she stablished with each of them.<</speech>>
<<speech "You" "$name">>I understand. But what does this have to do with what I might do in this place?<</speech>>
<<speech "Dick">>Your natural ability to dominate may work fine.
But relying to much on powers to reach your goals may cause you to lose yourself to a god's influence.<</speech>>
<<speech "You" "$name">>So it's not just for domination purposes...
Are you saying that if I use too much of any power to do anything, it might turn me into a slave?<</speech>>
<<speech "Dick">>I'm afraid so...<</speech>>
<<speech "You" "$name">>Why are you only telling me this now?<</speech>>
<<speech "Dick">>Power focused on domination, like your Rage calling, could cause lost of control at a faster rate...<</speech>>
<<speech "You" "$name">>How do you even know so much?<</speech>>
<<speech "Dick">>Because that's how I lost my last receptacle...<</speech>>
A deep cold runs down your spine.
<<speech "You" "$name">>Lost?<</speech>>
<<speech "Dick">>Yes. He chose to rely on his powers too often instead of using them to improve himself.<</speech>>
<<speech "You" "$name">>What was his name?<</speech>>
<<speech "Dick">>I can't remember.<</speech>>
<<speech "You" "$name">>Bullshit! You always know everything.<</speech>>
<<speech "Dick">>Trust me. When I change from one person to another, I forget a important details from their beings.<</speech>>
<<speech "You" "$name">>But why?<</speech>>
<<speech "Dick">>Aphrodite made sure that my powers were limited.
As for why, I have no answer to give you.<</speech>>
<<speech "You" "$name">>I feel... pain in your voice.<</speech>>
<<speech "Dick">>Indeed...
It hurts me not to keep all the memories of people I connected with, as they were once part of me.<</speech>>
<<speech "You" "$name">>Makes sense...<</speech>>
A brief moment of silence is followed by a noise...
~BLUuuUuuUGH~
Coming from your stomach.
<<speech "You" "$name">>Now that I noticed... I could eat a horse.<</speech>>
<<speech "Dick">>Haha. It must've been all this cleaning.<</speech>>
You go back to home after locking the place.
[[Next|home7]]You eat half of what was inside the fridge.
<img class="middle normal" src="images/misc/eating.gif">
And then take a power nap.
<img class="middle medium" src="images/misc/napping.gif">
[[Next|home7a]]You wake up feeling refreshed.
<<set $period to 4>>
<<speech "You" "$name">>Wow. That was a good nap... What time it is?
Fuck! I have to meet with Kendra!<</speech>>
You grab the old camera, change your clothes and head to the bus stop.
[[Next|Kendrahouse7]]You knock on the door right in front of Vina's room.
~KNOCK KNOCK~
She opens the door.
<<speech "Kendra">>Hey, why took you so long?<</speech>>
<<speech "You" "$name">>I kinda entered the wrong room.<</speech>>
<<speech "Kendra">>So you already met my sister?<</speech>>
<<speech "You" "$name">>Yeah, she's seems... uhmm.. cool.<</speech>>
<<speech "Kendra">>What is she doing?<</speech>>
<<speech "You" "$name">>Just studying. Can I come in?<</speech>>
You pass through her and enter the room as fast as you can.
<<speech "Kendra">>Yep, she's always studying.<</speech>>
She follows you and closes the door.
[[Next|Kendrahouse7e]]<<speech "You" "$name">>Okay, just do a pose.<</speech>>
<<speech "Kendra">>Like this?<</speech>>
<img class="middle large" src="images/kendra/day7/2.jpg">
<<speech "You" "$name">>That's nice... now let me try to frame your full body.<</speech>>
You take a few steps back.
<img class="middle large" src="images/kendra/day7/3.jpg">
<<speech "You" "$name">>You seem nervous still. Why don't you try smiling more?<</speech>>
<<speech "Kendra">>Of course I'm nervous, this looks dumb.<</speech>>
<<speech "You" "$name">>Not really. Remember when I mopped the store's floor and slipped while singing Billie Jean?
''That'' was dumb.<</speech>>
She starts to laugh.
<<speech "Kendra">>Hahaha. Sorry, but that was perfect!<</speech>>
You take the chance.
<img class="middle large" src="images/kendra/day7/4.jpg">
<<speech "You" "$name">>Perfect! Your smile is beautiful.<</speech>>
<<speech "Kendra">>I'm a natural. Hahaha.<</speech>>
She seems to be getting more confortable.
<<speech "You" "$name">>Speaking of natural, I brought something to help you relax.<</speech>>
You pull a joint from your pocket.
<<speech "Kendra">>Dude, my grama would kill me!<</speech>>
<<speech "You" "$name">>Come on! We always do this.<</speech>>
<<speech "Kendra">>Let me open the window...<</speech>>
You both smoke a little and get into a more relaxed vibe.
<<speech "You" "$name">>Now how about a little video?<</speech>>
<<speech "Kendra">>Uhmm, what do I say?<</speech>>
<<speech "You" "$name">>I don't know. Just try to talk to your future fans.<</speech>>
<<speech "Kendra">>Hmm, alright...<</speech>>
[[Next|Kendrahouse7g]]<video width="1000" src="videos/kendra/day7/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah! That was surprisingly good...<</speech>>
<<speech "Kendra">>Thank you!<</speech>>
<<speech "You" "$name">>Now let's show your feet a little.<</speech>>
<video width="1000" src="videos/kendra/day7/2.mp4" autoplay loop></video>
<<speech "You" "$name">>Now some more photos...<</speech>>
<img class="middle medium" src="images/kendra/day7/6.jpg">
<<speech "You" "$name">>Nice...<</speech>>
[[Next|Kendrahouse7h]]You pass some time taking pictures and making short videos, while talking and laughing about random stuff.
<<speech "Kendra">>So... do you have all you need?<</speech>>
<<speech "You" "$name">>Yeah. I mean, if you're going for simple pictures that's more than enough.
I already created an account for you. When I get home I'll just do some editing and upload it.
Here...<</speech>>
You show her the account's login and password so she can access it.
<<speech "You" "$name">>I don't plan to keep your password, so you can change it later.<</speech>>
<<speech "Kendra">>No... I'll leave it as it is. I trust you...
I just wish I could do a more... sexy content.<</speech>>
<<speech "You" "$name">>Don't worry...<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span>
<span class="psy">*''Psychic calling available''</span></div>
[[Use the Lust calling to make her more open (-20 energy / 1 arche point)|kendra7lust]]
[[Use the Psychic calling to help her (-30 energy / 1 arche point)|kendra7psy]]
[[Convince her to do more (charisma: level 3)|kendra7shoes]]
[[End things here|kendra7end]]<<if $charismalvl gte 3>>
<<speech "You" "$name">>We could make something sexier without having to show much more.<</speech>>
<<speech "Kendra">>How?<</speech>>
<<speech "You" "$name">>Do you have anything that shows more skin?
Also, get some shoes.<</speech>>
<<speech "Kendra">>What? Why?<</speech>>
<<speech "You" "$name">>Trust me, I know what I'm doing...<</speech>>
<<speech "Kendra">>Ok Mr.Professional...<</speech>>
You turn away while she goes to her wardrobe and picks some things.
<<speech "You" "$name">>I'll be checking this camera settings while you...<</speech>>
<<speech "Kendra">>Done!<</speech>>
She sits on the couch with other clothes and several shoes, trying to avoid eye contact.
<img class="middle large" src="images/kendra/day7/5.jpg">
<<speech "You" "$name">>Wow! That was fast...<</speech>>
<<speech "Kendra">>I was already wearing this thing underneath my clothes. Just didn't had the courage to show it right away.<</speech>>
<<speech "You" "$name">>Okay... now try them...<</speech>>
<<speech "Kendra">>Just... put them on?<</speech>>
<<speech "You" "$name">>You could also say some femdom shit.<</speech>>
<<speech "Kendra">>What? I've never done something like that...<</speech>>
<<speech "You" "$name">>Just talk to me as if I was you pet or something.<</speech>>
<<speech "Kendra">>Are you into this?<</speech>>
<<speech "You" "$name">>Hell no! You're talking to the camera.<</speech>>
<<speech "Kendra">>I'm not sure...<</speech>>
<<speech "You" "$name">>I have an idea! Pretend you're talking to Jason.<</speech>>
<<speech "Kendra">>That asshole? Why?<</speech>>
<<speech "You" "$name">>See? You hate him. It will be way easier to be dominant. Some guys will love this kind of stuff.<</speech>>
<<speech "Kendra">>Okay!<</speech>>
<<speech "You" "$name">>Remember: the camera is Jason.<</speech>>
She looks at the camera and answers.
<<speech "Kendra">>I know you little bitch!<</speech>>
You can see her evil grin.
<<speech "You" "$name">>Hahahaha. This will work just fine.<</speech>>
<<set $CurEng -= 10>>
[[Next|kendra7shoes1]]
<<else>>
You're not charismatic enough to do that.
[[Back|Kendrahouse7h]]<</if>><<speech "You" "$name">>You shouldn't feel obligated to do anything that you don't feel comfortable with.<</speech>>
<<speech "Kendra">>So... we're done?<</speech>>
<<speech "You" "$name">>Yeah, I think it was a very good start. We took a lot of pictures.<</speech>>
<<speech "Kendra">>Great! It wasn't so bad.<</speech>>
<<speech "You" "$name">>I told you. And you actually went pretty well...<</speech>>
<<speech "Kendra">>I guess you made me feel more relaxed.<</speech>>
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
[[Next|kendra7endcaugh]]<<if $CurEng gte 20 and $player.arche gte 1>>
You look in her eyes and try to send some sort of sexual energy towards her.
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "You" "$name">>I think that you should go for it.
I have a feeling that you really want to show more skin.<</speech>>
You can see her body language slowly shifting into a more sexual way.
<<speech "Kendra">>Hmmm... maybe...<</speech>>
<video width="1000" src="videos/kendra/day7/13.mp4" autoplay loop muted></video>
<<speech "Kendra">>But wasn't today all about my feet?<</speech>>
<<speech "You" "$name">>That was just to make you more confortable.
But now I can see that you're feeling more confident.<</speech>>
<<speech "Kendra">>So, can I just lift my top?<</speech>>
<<speech "You" "$name">>Yeah, that's okay...<</speech>>
<<set $player.arche -= 1>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
[[Next|kendra7lust1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<<speech "Kendra">>$name?<</speech>>
<<speech "You" "$name">>Ow! My head hurts a little, but I'm fine...<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|Kendrahouse7h]]<</if>><<if $psycalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>>
You focus on sending mixed thoughts into her mind.
<img class="middle medium" src="images/player/psycall.gif">
<<speech "Kendra">>Woah I feel kinda dizzy. That weed hit hard, I think.<</speech>>
She seems really confused.
<<speech "You" "$name">>Kendra, listen to me. You can do much more.<</speech>>
<<speech "Kendra">>Uhmm? What?<</speech>>
<<speech "You" "$name">>Just pretend I'm not here.<</speech>>
She's not able to make much sense of what you're saying right now, so she just nods as you focus on sending one specific word into her mind:
<span class="psy">''SHAMELESS''</span>
Her eyes widen, she definitely felt something. But still looks confused.
<<speech "You" "$name">>Keep playing with your feet. Or something else, if you like.
Don't forget to entertain the viewers, okay?<</speech>>
You position the camera and wait for her.
<<speech "You" "$name">>(If this works I'm a genius...)<</speech>>
<<speech "Kendra">>$name?<</speech>>
<<speech "You" "$name">>Yes?<</speech>>
<<speech "Kendra">>My head is feeling kinda heavy. But I feel something else...
Am I... horny?<</speech>>
She takes off her clothes, seemingly trying to avoid the heat.
<<speech "You" "$name">>(Fuck yeah!!)<</speech>>
<<set $player.arche -= 2>><<nobr>>
<<set $CurEng -= 30>><</nobr>>
[[Next|kendra7psy1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<<speech "Kendra">>$name?<</speech>>
<<speech "You" "$name">>Ow! My head hurts a little, but I'm fine...<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Next|Kendrahouse7h]]<</if>><video width="1000" src="videos/kendra/day7/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Nice! Keep going...<</speech>>
[[Next|kendra7shoes2]]<video width="1000" src="videos/kendra/day7/4.mp4" autoplay controls></video>
She laughs a little bit.
<<speech "You" "$name">>Hey! This is very serious...<</speech>>
You say while trying to hold your laughter too.
<<speech "You" "$name">>Let me take a picture before you take it off.<</speech>>
<img class="middle medium" src="images/kendra/day7/7.jpg">
[[Next|kendra7shoes3]]<video width="1000" src="videos/kendra/day7/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Such a bad girl...<</speech>>
<<speech "Kendra">>Hahahaha<</speech>>
<<speech "You" "$name">>I'll have to do some serious editing to try to make this sound serious...<</speech>>
[[Next|kendra7shoes4]]She starts to put on another one.
<video width="1000" src="videos/kendra/day7/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's actually killing it...)<</speech>>
[[Next|kendra7shoes5]]<video width="1000" src="videos/kendra/day7/7.mp4" autoplay controls></video>
<<speech "You" "$name">>(Woah... okay... haha)<</speech>>
[[Next|kendra7shoes6]]<video width="1000" src="videos/kendra/day7/8.mp4" autoplay controls></video>
<<speech "You" "$name">>Uhmm... I guess you should stop being so bad.<</speech>>
<<speech "Kendra">>Ops! Hahaha. Sorry, I got a little carried away.<</speech>>
<<speech "You" "$name">>That's fine haha. Could you try to talk a little dirty now?<</speech>>
She blushes a little.
<<speech "Kendra">>Okay... here it goes...<</speech>>
[[Next|kendra7shoes7]]<video width="1000" src="videos/kendra/day7/9.mp4" autoplay controls></video>
<<speech "You" "$name">>Perfect....<</speech>>
She puts the other one too.
<<speech "You" "$name">>Now raise you legs a little bit so your body gets in the shot too.<</speech>>
[[Next|kendra7shoes8]]Lifting her legs, she gives you a nice view of her panties.
<video width="1000" src="videos/kendra/day7/10.mp4" autoplay controls></video>
<<speech "You" "$name">>Great, now pose a little...<</speech>>
<img class="middle medium" src="images/kendra/day7/8.jpg">
<<speech "You" "$name">>(I wish I could see her naked...)
Nice. Now show more of your feet.<</speech>>
<<speech "Kendra">>Okay. This isn't so hard after all...<</speech>>
[[Next|kendra7shoes9]]<video width="1000" src="videos/kendra/day7/11.mp4" autoplay controls></video>
<<speech "You" "$name">>That's actually impressive!<</speech>>
<<speech "Kendra">>I told you I'm a natural haha.<</speech>>
[[Next|kendra7shoes10]]<video width="1000" src="videos/kendra/day7/14.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my god, she really did it...)<</speech>>
<<speech "Kendra">>Try not to fall in love okay? Hahaha<</speech>>
She says playfully.
<<speech "You" "$name">>They are very nice. I'll do my best not to. Hahaha<</speech>>
She plays with them a little bit.
<video width="1000" src="videos/kendra/day7/15.mp4" autoplay loop muted></video>
<<speech "You" "$name">>That's pretty hot. But what about your ass?<</speech>>
<<speech "Kendra">>You're dying to see it, right?<</speech>>
[[Next|kendra7lust2]]<video width="1000" src="videos/kendra/day7/16.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... I'm speechless... (She's not wearing panties!)<</speech>>
<<speech "Kendra">>You think I don't see how you stare at my ass since day one at the store?<</speech>>
<<speech "You" "$name">>Well, you don't give me much choice.<</speech>>
She puts back her pants.
<video width="1000" src="videos/kendra/day7/17.mp4" autoplay loop muted></video>
<<speech "You" "$name">>Oh, come on! Don't tease me- I mean... don't tease the viewers so much.
I know you want to take it all off.<</speech>>
<<speech "Kendra">>You're such a perv, $name. But I'll do it...<</speech>>
[[Next|kendra7lust3]]<video width="1000" src="videos/kendra/day7/18.mp4" autoplay controls></video>
<<speech "You" "$name">>That's niceee...
Now the yoga pants.<</speech>>
[[Next|kendra7lust4]]<video width="1000" src="videos/kendra/day7/19.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! I'm getting hard)<</speech>>
<<speech "Kendra">>$name?<</speech>>
<<speech "You" "$name">>You're doing great! Let me just get a better view.<</speech>>
[[Next|kendra7lust5]]<video width="1000" src="videos/kendra/day7/20.mp4" autoplay controls></video>
<<speech "You" "$name">>Yes! Ermm... Very good.<</speech>>
<<speech "Kendra">>I thought you were being professional, $name. Hahaha.<</speech>>
<<speech "You" "$name">>I'm doing my best.<</speech>>
<<speech "Kendra">>This is so weird... I'm not felling shy around you.<</speech>>
<<speech "You" "$name">>It must have been the weed... (and my magical fucking powers!)
Can I see your pussy?<</speech>>
<<speech "Kendra">>You mean the viewers, right?<</speech>>
<<speech "You" "$name">>Does it really matter, Kendra?<</speech>>
You give her a smile.
<<speech "Kendra">>I guess not...<</speech>>
She smiles back.
[[Next|kendra7lust6]]<video width="1000" src="videos/kendra/day7/21.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah...<</speech>>
<<speech "Kendra">>Damn... I'm kinda wet...<</speech>>
<<speech "You" "$name">>(I don't think I can hold much longer)
Why don't you lay down?<</speech>>
<<speech "Kendra">>Okay.<</speech>>
[[Next|kendra7lust7]]<video width="1000" src="videos/kendra/day7/22.mp4" autoplay muted></video>
<<speech "You" "$name">>Kendra... I just...<</speech>>
She sees the huge bulge in your pants.
<<speech "Kendra">>Just come here and fuck me...<</speech>>
<<set $CurEng -= 20>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $kendra.lust += 1>>
[[Next|kendra7lustcaugh]]She keeps playing with her feet, which is the last thing she was doing before you "helped".
<video width="1000" src="videos/kendra/day7/23.mp4" autoplay controls></video>
<<speech "You" "$name">>(I can't believe this is working...)<</speech>>
[[Next|kendra7psy2]]This time though, she looks more excited while doing it.
<video width="1000" src="videos/kendra/day7/24.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn...)<</speech>>
[[Next|kendra7psy3]]It doesn't take much time before she starts to give attention do other parts of her body.
<video width="1000" src="videos/kendra/day7/25.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my God. Her pussy looks so nice)<</speech>>
[[Next|kendra7psy4]]<video width="1000" src="videos/kendra/day7/26.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck... I want to join her so much...)<</speech>>
[[Next|kendra7psy5]]She keeps playing with herself while looking at the camera.
<video width="1000" src="videos/kendra/day7/27.mp4" autoplay controls></video>
<<speech "You" "$name">>Yes baby, keep going... people will love this...<</speech>>
You startle her a bit.
<<speech "Kendra">>What??<</speech>>
<<speech "You" "$name">>What?<</speech>>
She puts one hand on her forehead and closes her eyes.
<<speech "Kendra">>Uhmm sorry. I forgot you were here...<</speech>>
<<speech "You" "$name">>(Well, I ''did'' tell her to pretend I wasn't here...)
It's ok Kendra. Could you show your ass a little bit?<</speech>>
Still looking absent-minded, she does as you say.
<video width="1000" src="videos/kendra/day7/28.mp4" controls></video>
[[Next|kendra7psy6]]She gets back to stroking her pussy.
<video width="1000" src="videos/kendra/day7/29.mp4" autoplay controls></video>
<<speech "You" "$name">>This is just so fucking hot...<</speech>>
<<speech "Kendra">>Haha... what?<</speech>>
She seems very distracted.
<<speech "You" "$name">>(I don't think I can hold myself much longer...)<</speech>>
[[Next|kendra7psy7]]<<speech "Kendra">>Ohnnnn...<</speech>>
<video width="1000" src="videos/kendra/day7/30.mp4" autoplay controls></video>
<<speech "You" "$name">>(Is she going to cum?)<</speech>>
[[Next|kendra7psy8]]<<speech "Kendra">>Hmmmmmmm<</speech>>
<video width="1000" src="videos/kendra/day7/31.mp4" autoplay controls></video>
You can see that she's happy, without caring for her surroundings.
<<speech "You" "$name">>That was amazing Kendra...<</speech>>
<<speech "Kendra">>Ha ha...<</speech>>
<<speech "You" "$name">>(She's really in some kind of trance)
Can I... uhmm... play with you a little bit?<</speech>>
<<speech "Kendra">>Play? I like playing...<</speech>>
She says in a very relaxed tone.
<<set $CurEng -= 20>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $kendra.corruption += 1>>
[[Next|kendra7psycaugh]]Suddenly someone kicks the door open.
~BAAM~
<img class="middle normal" src="images/misc/kickingdoor.gif">
<<speech "You" "$name">>What the-?<</speech>>
<img class="middle medium" src="images/player/psycall.gif">
You lose concentration and the spell ends...
So it's you...
<<speech "Jason">>I fucking knew it was you!<</speech>>
It's Jason, and he's not happy to see you.
<<speech "Jason">>What the fuck is going on?<</speech>>
Snapping back to reality Kendra is now back to normal but completely confused of what is happening.
<<speech "Kendra">>Jason??? Why are you here?<</speech>>
She looks at herself.
<<speech "Kendra">>Fuck, what am I doing?<</speech>>
She goes to put back her clothes.
<<speech "Jason">>''I'm gonna fucking kill you!''<</speech>>
<<speech "Kendra">>Grama!! Vina!! Call the police!<</speech>>
<<speech "Jason">>They went to the mall.
I made sure to wait for the right moment to get in here and destroy this little pussy.
Now shut up you bitch! I'll deal with you later!<</speech>>
<div class="general"><span class="translocation">*''Translocation calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Translocation calling to get away (-20 energy / 1 arche point)|kendra7caughteleport]]
[[Use the Rage calling and face him (-10 energy / 1 arche point)|kendra7caughtrage]]
[[Use the Luck calling (-10 energy / 1 arche point)|kendra7caughtluck]]
[[Face him without powers|kendra7caughtfight]]<<if $CurEng gte 20 and $player.arche gte 1>>
You close your eyes and take a deep breath...
<<speech "You" "$name">>(I need to get away from here!)<</speech>>
<img class="middle medium" src="images/player/translocationcall.gif">
<<speech "Kendra">>$name! What's happening?<</speech>>
She puts one hand on your shoulder, as if trying to help you.
<<speech "Jason">>What the fuck is even-<</speech>>
~POOF~
[[Next|kendra7caughteleport2]]
<<else>>
You don't have enough energy left to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</if>><<if $CurEng gte 10 and $player.arche gte 1>>
You lose yourself to anger.
<img class="middle medium" src="images/player/ragecall.gif">
Your voice gets deeper and your muscles look tenser.
<<speech "You" "$name">>''Come get it!''<</speech>>
He is caught off guard for a while, but decides to run towards you.
<<speech "Jason">>Haaa!<</speech>>
He lands a quick punch to your face.
<img class="middle normal" src="images/misc/jasonpunch.gif">
But you barely feel any pain.
<<speech "Jason">>What??<</speech>>
He's very shaken as if he was expecting you to fall on the first blow.
<<speech "You" "$name">>''My turn.''<</speech>>
You throw a punch into his stomach
<img class="middle normal" src="images/misc/punchjason.gif">
<<speech "Jason">>Uhhhhhgg!<</speech>>
...and he spits a little bit of blood.
<<speech "Kendra">>$name?<</speech>>
Kendra stares at you in shock.
[[Next|kendra7caughtrage2]]
<<else>>
You don't have enough energy left to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</if>><<if $CurEng gte 10 and $player.arche gte 1>>
You close you eyes and wish that he doesn't hurt you.
<img class="middle medium" src="images/player/luckcall.gif">
He slowly walks towards you.
<<speech "Kendra">>Jason! Please! Stop it!<</speech>>
You keep standing still, just looking at him and waiting.
<<speech "You" "$name">>(Why the hell nothing's happened yet?)<</speech>>
He gets closer and takes a taser out of his pocket.
<<speech "Jason">>I'm gonna fry you to death.<</speech>>
Your body starts to vibrate, but nothing else happens.
<<speech "You" "$name">>(FUCK!)<</speech>>
He presses the button and...
<img class="middle medium" src="images/player/luckcall.gif">
The taser explodes on his hand.
<<speech "Jason">>''Fuck!''<</speech>>
Though he still have his hand, his skin is very injured. Maybe third degree burns.
You and Kendra keep loking at him not knowing what to do.
<<speech "Jason">>The fuck you're looking at?<</speech>>
He's even angrier than before and runs at you.
[[Next|kendra7caughtluck2]]
<<else>>
You don't have enough energy left to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</if>>You raise your fists, preparing to fight.
<<speech "Jason">>What? You think you can hit me??
HAHAHAHA! That's funny bro.<</speech>>
He gets closer and delivers the first blow.
<img class="middle normal" src="images/misc/jasonpunch.gif">
<<if $fitnesslvl gte 2>>
<span class="grey">The pain is sharp like a knife, but your fitness level pays off. You manage to barely stay standing.</span>
<<speech "You" "$name">>Uhhhhhg...
(I almost passed away...)<</speech>>
<<speech "Kendra">>Jason! STOP!<</speech>>
You recover yourself and punch him back.
<img class="middle normal" src="images/misc/punchjason3.gif">
It looks like you hurt him.
<<speech "Jason">>You motherfucker!<</speech>>
[[Next|kendra7caughtfight2]]
<<else>>
You feel a sharp pain and then nothing else...
<img class="middle normal" src="images/misc/passingout2.gif">
[[Next|kendra7caughtfightlost]]<</if>>He goes to punch you but stumbles on a mat and fall on ground, probably hurting his other arm since he fell in a wrong way.
<<speech "Jason">>Owww! ''Fuck!''<</speech>>
You and Kendra look at eachother, then back at him.
...
<img class="middle medium" src="images/player/luckcall.gif">
<<speech "Jason">>Oww! Fuck! Stop!<</speech>>
<<speech "Kendra">>Get out of here you piece of shit!<</speech>>
He gets up and runs to the door, looking very hurt.
<<speech "You" "$name">>I can't let him run!<</speech>>
When you're about to begin running Kendra grabs your arm.
<<speech "Kendra">>Don't go after him. He's more dangerous tha he looks. There may be someone with him.<</speech>>
<<speech "You" "$name">>Fuck! Let's call the police then.<</speech>>
<<speech "Kendra">>His father is rich! He'll never stay in jail.<</speech>>
<<speech "You" "$name">>Shit!
You're right...<</speech>>
<<speech "Kendra">>Look... I think you should leave now...<</speech>>
<<speech "You" "$name">>I know, sorry.<</speech>>
<<speech "Kendra">>Why? You did nothing wrong...
In fact...<</speech>>
She gets closer and hugs you tight. Then whipers in your ear:
<<speech "Kendra">>I'll find a way to repay you later...<</speech>>
She lets go and backs away a bit.
<<speech "Kendra">>Now, go! I'll be fine...<</speech>>
<<speech "You" "$name">>Okay, call me if anything happens.<</speech>>
<<speech "Kendra">>Sure!<</speech>>
She gives you a smile as you leave.
<<set $CurEng -= 10>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
[[Next|home7b]]Suddenly someone kicks the door open.
~BAAM~
<img class="middle normal" src="images/misc/kickingdoor.gif">
<<speech "You" "$name">>What the-?<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
You lose concentration and the spell ends...
<<speech "Jason">>So it's you...
I fucking knew it was you!<</speech>>
It's Jason, and he's not happy to see you.
<<speech "Jason">>What the fuck is going on?<</speech>>
<<speech "Kendra">>Jason??? Why are you here?<</speech>>
She looks very embarassed about the situation.
<<speech "Kendra">>Fuck, what am I doing?<</speech>>
She goes to put back her clothes.
<<speech "Jason">>''I'm gonna fucking kill you!''<</speech>>
<<speech "Kendra">>Grama!! Vina!! Call the police!<</speech>>
They went to the mall.
<<speech "Jason">>I made sure to wait for the right moment to get in here and destroy this little pussy.
Now shut up you bitch! I'll deal with you later!<</speech>>
<div class="general"><span class="translocation">*''Translocation calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Translocation calling to get away (-20 energy / 1 arche point)|kendra7caughteleport]]
[[Use the Rage calling and face him (-10 energy / 1 arche point)|kendra7caughtrage]]
[[Use the Luck calling (-10 energy / 1 arche point)|kendra7caughtluck]]
[[Face him without powers|kendra7caughtfight]]<video width="1000" src="videos/kendra/day7/12.mp4" autoplay controls></video>
<<speech "You" "$name">>I think that's all we need.<</speech>>
<<speech "Kendra">>It wasn't so bad.<</speech>>
<<speech "You" "$name">>I told you. But to be honest you surprised me.
I didn't expect you to act so well...<</speech>>
<<set $CurEng -= 15>>
<<speech "Kendra">>I didn't either. I guess you made me feel more relaxed.<</speech>>
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
[[Next|kendra7shoescaught]]Suddenly someone kicks the door open.
~BAAM~
<img class="middle normal" src="images/misc/kickingdoor.gif">
<<speech "You" "$name">>What the-?<</speech>>
<<speech "Jason">>So it's you...
I fucking knew it was you!<</speech>>
Kendra intervenes.
<<speech "Kendra">>What the hell are you doing here, Jason?<</speech>>
<<speech "Jason">>I don't owe you any explanations...
In fact, you're the one who owes me.<</speech>>
<<speech "You" "$name">>She doesn't owe you anything.
You can't just buy everyone...<</speech>>
He looks at you and smiles.
<<speech "Jason">>Who the fuck you think you are, little man?
And what the hell you're holding a camera?<</speech>>
<<speech "Kendra">>He's been helping me. Truly helping me, not just giving me money and expecting me to put up with some fucking bullshit!<</speech>>
<<speech "Jason">>I always knew this fucker was up to something...
Always looking at Kendra like a piece of candy, right?<</speech>>
He cracks his knucles and flexes his crossfit muscles...
<<speech "Kendra">>Grama!! Vina!! Call the police!<</speech>>
<<speech "Jason">>They went to the mall.
I made sure to wait for the right moment to get in here and destroy this little pussy.
Now shut up you bitch! I'll deal with you later!<</speech>>
<div class="general"><span class="translocation">*''Translocation calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Translocation calling to get away (-20 energy / 1 arche point)|kendra7caughteleport]]
[[Use the Rage calling and face him (-10 energy / 1 arche point)|kendra7caughtrage]]
[[Use the Luck calling (-10 energy / 1 arche point)|kendra7caughtluck]]
[[Face him without powers|kendra7caughtfight]]Suddenly someone kicks the door open.
~BAAM~
<img class="middle normal" src="images/misc/kickingdoor.gif">
<<speech "You" "$name">>What the-?<</speech>>
<<speech "Jason">>So it's you...
I fucking knew it was you!<</speech>>
Kendra intervenes.
<<speech "Kendra">>What the hell are you doing here, Jason?<</speech>>
<<speech "Jason">>I don't owe you any explanations...
In fact, you're the one who owes me.<</speech>>
<<speech "You" "$name">>She doesn't owe you anything.
You can't just buy everyone...<</speech>>
He looks at you and smiles.
<<speech "Jason">>Who the fuck you think you are, little man?
And what the hell you're holding a camera?<</speech>>
<<speech "Kendra">>He's been helping me. Truly helping me, not just giving me money and expecting me to put up with some fucking bullshit!<</speech>>
<<speech "Jason">>I always knew this fucker was up to something...
Always looking at Kendra like a piece of candy, right?<</speech>>
He cracks his knucles and flexes his crossfit muscles...
<<speech "Kendra">>Grama!! Vina!! Call the police!<</speech>>
<<speech "Jason">>They went to the mall.
I made sure to wait for the right moment to get in here and destroy this little pussy.
Now shut up you bitch! I'll deal with you later!<</speech>>
<div class="general"><span class="translocation">*''Translocation calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Translocation calling to get away (-20 energy / 1 arche point)|kendra7caughteleport]]
[[Use the Rage calling and face him (-10 energy / 1 arche point)|kendra7caughtrage]]
[[Use the Luck calling (-10 energy / 1 arche point)|kendra7caughtluck]]
[[Face him without powers|kendra7caughtfight]]<<set $period to 5>>
<<speech "You" "$name">>Man... what a day!
I think I should go to sleep...<</speech>>
<<speech "Dick">>Yes, so we can train.<</speech>>
<<speech "You" "$name">>Oh my God... I just want to rest...<</speech>>
<<speech "Dick">>Do you not wish to be stronger?<</speech>>
<<speech "You" "$name">>Do I have a choice?<</speech>>
<<speech "Dick">>No.<</speech>>
<<speech "You" "$name">>Then let's do this already...<</speech>>
<<speech "Dick">>Excellent!<</speech>>
<<speech "You" "$name">>Oh wait...<</speech>>
[[Next|training7o]]You head hurts like hell. But you managed to get away.
<<speech "You" "$name">>Fuck! What just happened?<</speech>>
You look around and find yourself in your bathroom, laying on the floor.
<<speech "You" "$name">>It worked! I did it!<</speech>>
But then you remember that you left Kendra alone to deal with Jason.
<<speech "You" "$name">>Dammit! If I only knew how to use these fucking powers properly...<</speech>>
[[Next|kendra7caughteleport3]]You hear the shower curtain opening.
~SCRIIIISH~
<<speech "Kendra">>$name?<</speech>>
<<speech "You" "$name">>Kendra??<</speech>>
She looks very confused.
<<speech "Kendra">>Where am I?<</speech>>
She says while putting one hand on the side of her head.
<<speech "You" "$name">>(What the hell do I tell her?)
Uhmmmm... we're in my bathroom...<</speech>>
<<speech "Kendra">>Why?<</speech>>
<<speech "You" "$name">>We ran from your house... you don't remember?<</speech>>
<<speech "Kendra">>On foot??<</speech>>
<<speech "You" "$name">>Yeah... we ran so much that we decided to take a cold shower...
(I don't know what I'm saying...)<</speech>>
<<speech "Kendra">>Uhmm...<</speech>>
She massages the sides of her head.
<<speech "Kendra">>Whatever you say... I just need something for my head, if you have it....<</speech>>
<<speech "You" "$name">>Sure! Come with me.
(Phewwww!)<</speech>>
[[Next|kendra7caughteleport4]]After taking something for the headache she feels better.
<<speech "Kendra">>So this is your place huh?<</speech>>
<<speech "You" "$name">>Yep. It's humble... but I like it.<</speech>>
<<speech "Kendra">>I like it too...
Why'd you never called me here?<</speech>>
<<speech "You" "$name">>Well, you were dating Jason.<</speech>>
She looks down and nods.
<<speech "Kendra">>Well... he ''is'' a douchebag. But he doesn't own me.<</speech>>
<<speech "You" "$name">>I know. We'll find a way to get rid of him.<</speech>>
<<speech "Kendra">>Thanks for the help.<</speech>>
She gets closer and hugs you tight. Then whipers in your ear:
<<speech "Kendra">>I'll find a way to repay you later...<</speech>>
She lets go and backs away a bit.
<<speech "Kendra">>But now I need to go. Jason probably left already.
He wouldn't stay there with my family back home.<</speech>>
<<speech "You" "$name">>Okay, call me if anything happens.<</speech>>
<<speech "Kendra">>Sure!<</speech>>
She gives you a smile and leaves.
<<set $CurEng -= 20>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="translocation">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
[[Next|home7b]]<<speech "Jason">>Motherfucker!<</speech>>
He comes running and hits you again...
<img class="middle normal" src="images/misc/jasonpunch2.gif">
This time it hurts a little more.
<<speech "You" "$name">>''Haha... My turn again...''<</speech>>
He seems like a good fighter, but your abilities caught him off guard.
<<speech "Jason">>Wait, man...<</speech>>
You run at him and:
<img class="middle normal" src="images/misc/punchjason2.gif">
He falls on the ground and hits his head.
<<speech "Kendra">>$name... I think it's over...<</speech>>
You begin to walk towards him.
<<speech "Jason">>Uhhhhhg...<</speech>>
<<speech "Kendra">>$name! Please, it's enough!<</speech>>
You look at her, deep in her eyes.
<<speech "You" "$name">>''Shut up! I decide when it's over!''<</speech>>
Her eyes widen. She looks scared of you.
<<speech "You" "$name">>''Where was I''-<</speech>>
You look at the ground but can see just some blood stains.
<<speech "You" "$name">>''COWARD!''<</speech>>
You see something in your peripheral vision, but have no time to dodge it.
<img class="middle medium" src="images/misc/vaseinhead.gif">
[[Next|kendra7caughtrage3]]It doesn't hurt much, but it's enough to take you out of your trance.
<img class="middle medium" src="images/player/ragecall.gif">
When you look at Kendra she's still kinda scared, with pieces of a vase in her hands.
<<speech "Kendra">>Sorry...<</speech>>
<<speech "You" "$name">>Damn! What did I do?
I'm sorry.<</speech>>
<<speech "Kendra">>You seemed out of your mind! What the hell was that?<</speech>>
<<speech "You" "$name">>I don't know...
I just felt so angry when I saw him threatening us.<</speech>>
<<speech "Kendra">>...<</speech>>
<<speech "You" "$name">>I guess I should go...<</speech>>
You walk to the door but she stops you.
<<speech "Kendra">>Wait!<</speech>>
She gets closer and hugs you tight. Then whipers in your ear:
<<speech "Kendra">>I'll find a way to repay you later...<</speech>>
She lets go and backs away a bit.
<<speech "Kendra">>Now, go! I'll be fine...<</speech>>
<<speech "You" "$name">>Okay, call me if anything happens.<</speech>>
<<speech "Kendra">>Sure!<</speech>>
She gives you a smile as you leave.
<<set $CurEng -= 10>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $kendra.submission += 1>>
[[Next|home7b]]He comes running and hits you again...
<img class="middle normal" src="images/misc/jasonpunch2.gif">
<<if $fitnesslvl gte 4>>
<span class="grey">It hits you like a train, but your body training allows you to hold you ground, not by much.</span>
<<speech "You" "$name">>That's all you got?<</speech>>
Your nose is bleeding and you feel dizzy. But still you try to look tough.
<<speech "Jason">>Look at you!
I respect that...<</speech>>
You two walk from side to side looking for an opening.
<<speech "Kendra">>Jason! Get the fuck outta here! I'm gonna call the cops!<</speech>>
<<speech "Jason">>Go on bitch! I don't care!<</speech>>
You take advantage of the distraction to hit him.
<img class="middle normal" src="images/misc/punchjason4.gif">
But you end up missing your strikes.
<<speech "You" "$name">>(Damn! He's fast!)<</speech>>
<<speech "Jason">>Too slow bro...<</speech>>
He goes at you with everything.
[[Next|kendra7caughtfight3]]
<<else>>
It hits you like a train and suddenly you lose your senses...
<img class="middle normal" src="images/misc/passingout2.gif">
[[Next|kendra7caughtfightlost]]<</if>><<speech "Kendra">>Leave him alone!<</speech>>
<img class="middle normal" src="images/misc/kendravase.gif">
Kendra hits him in the head with a vase, cutting his head in the process.
<<speech "Jason">>Owwwwww! Fuuuuuck!<</speech>>
He touches his head and notices the blood.
<<speech "Kendra">>Get the fuck out of here!<</speech>>
<<speech "You" "$name">>Yeah... get... the hell... out.<</speech>>
Feeling he better get some help before passing out, he stumbles his way to the door and leaves.
<<speech "You" "$name">>Fuck... that was intense...
Thank you for the help...<</speech>>
<<speech "Kendra">>That motherfucker had it coming. Thank you for staying and helping me.<</speech>>
<<speech "You" "$name">>It was my pleasure.<</speech>>
You're in pretty bad shape, barely staing on your feet.
<<speech "Kendra">>Come here, let me help you.<</speech>>
[[Next|kendra7caughtfightend]]After doing her best to clean some of the blood and giving you something for the pain, you're feeling much better.
<<speech "You" "$name">>At least this is over...
...for now.<</speech>>
<<speech "Kendra">>Yeah... I'll see what I can do in the meantime...
Not trying to be rude, $name. But you should leave.<</speech>>
<<speech "You" "$name">>I know... sorry.<</speech>>
<<speech "Kendra">>Why? You did nothing wrong...
In fact...<</speech>>
She gets closer and hugs you tight. Then whipers in your ear:
<<speech "Kendra">>I'll find a way to repay you later...<</speech>>
She lets go and backs away a bit.
<<speech "Kendra">>Now, go! I'll be fine...<</speech>>
<<speech "You" "$name">>Okay, call me if anything happens.<</speech>>
<<speech "Kendra">>Sure!<</speech>>
She gives you a smile as you leave.
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
[[Next|home7b]]After some time you wake up in Kendra's bed.
<<speech "Kendra">>Oh thank god!<</speech>>
You jump from the bad, looking for Jason, but only to see some vase shards on the ground.
<<speech "You" "$name">>Where is he?<</speech>>
<<speech "Kendra">>He left...
After I broke a vase on his head...<</speech>>
<<speech "You" "$name">>Wow... thank you...
I couldn't fight against him.<</speech>>
<<speech "Kendra">>But you tryied anyway. That took some balls, Jason fights since he was a kid...<</speech>>
<<speech "You" "$name">>Well, in that case I feel much better...<</speech>>
<<speech "Kendra">>Hahaha. You should...<</speech>>
But hey, not trying to be rude or anything... but you should go.
<<speech "You" "$name">>I know... sorry.<</speech>>
<<speech "Kendra">>Why? You did nothing wrong...
In fact...<</speech>>
She gets closer and hugs you tight. Then whipers in your ear:
<<speech "Kendra">>I'll find a way to repay you later...<</speech>>
She lets go and backs away a bit.
<<speech "Kendra">>Now, go! I'll be fine...<</speech>>
<<speech "You" "$name">>Okay, call me if anything happens.<</speech>>
<<speech "Kendra">>Sure!<</speech>>
She gives you a smile as you leave.
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
[[Next|home7b]]<<set $period to 0>><<nobr>>
<<set $day to 8>><</nobr>>
<<speech "Dick">>Today I must teach about choices.<</speech>>
<<speech "You" "$name">>Choices?<</speech>>
<<speech "Dick">>Yes. One must always be wary of the many options suitable for the resolution of a presented proposition.<</speech>>
<<speech "You" "$name">>Is this just some "all actions have consequences" bulllshit?<</speech>>
<<speech "Dick">>You've been making choices your whole life. That you already know of.
What I intend to do is to enlighten you about how your decisions affect other people.<</speech>>
<<speech "You" "$name">>I'm listening.<</speech>>
<<speech "Dick">>Then let's begin...<</speech>>
[[Next|training7a]]<<speech "Dick">>First of all, you must be resourceful.
Having many powers does not guarantee that you'll choose the best way to face a situation.<</speech>>
<<speech "You" "$name">>Dick, please. If it gets me out of trouble or gives me what I want, that's all that matters.<</speech>>
<<speech "Dick">>That is not true. Especialy when the subject is a magical creature.<</speech>>
<<speech "You" "$name">>Like that bitch, Elsa?<</speech>>
<<if $powerlost eq 1>>
<<speech "Dick">>Elsa were able to absorb some of your soul. If you had reacted differently, you could have prevented this.<</speech>>
<<else>>
<<speech "Dick">>Even though you were able to escape from Elsa's grasp, I still think it was a lucky move from you.<</speech>>
<</if>>
<<speech "You" "$name">>Oh, I'm sorry. It was my first time facing a mythological being...<</speech>>
<<speech "Dick">>But it won't be your last. That's why I need you to learn.<</speech>>
<<speech "You" "$name">>Okay... but how do I learn how to choose the best way to deal with stuff?<</speech>>
<<speech "Dick">>Every person gives you clues about the way they think and act.
Talking to them and thinking about which power or action could match their intentions is of fundamental importance.
Remember: just because something worked, it doesn't mean that it was the best way to deal with it.<</speech>>
<<speech "You" "$name">>Sorry Dick, but you're not giving me much to learn.<</speech>>
<<speech "Dick">>Elsa, for instance. She presented herself as someone gracious, willing to talk and eager to get in your head.
In this case, the best way to face her was by using your charisma or at least discovering about her true intentions so you could defend yourself.<</speech>>
<<speech "You" "$name">>Yeah.. that makes sense.<</speech>>
<<speech "Dick">>Others will come after you.
Running is not an option...
You must trust yourself to know what to do when the time comes.<</speech>>
<<speech "You" "$name">>Feeling way better now, Dick. Thanks...<</speech>>
<<speech "Dick">>My apologies. I only meant to alert and set you on the right path.<</speech>>
<<speech "You" "$name">>Yeah but this shit is scary...<</speech>>
<<speech "Dick">>Let's train with something easier for now...<</speech>>
<<speech "You" "$name">>Like what?<</speech>>
<<speech "Dick">>Humans.<</speech>>
<<speech "You" "$name">>Humans are good. I prefer humans.<</speech>>
<<speech "Dick">>From now on I want you to focus on finding which power works best on people you live with.<</speech>>
<<speech "You" "$name">>How would I know that? My powers always show up at random...<</speech>>
<<speech "Dick">>It's not totally random. Your subconscious tries to find ways to deal with the situation and you gain access to different outcomes.<</speech>>
<<speech "You" "$name">>So one of the powers that show up is the best for the occasion, right?<</speech>>
<<speech "Dick">>It's more complicated than that...<</speech>>
<<speech "You" "$name">>Of course it is...<</speech>>
<<speech "Dick">>Sometimes you might not know enough about someone, so whatever skills are available might work but not be the right ones.<</speech>>
<<speech "You" "$name">>Uhmmm... right one?<</speech>>
<<speech "Dick">>Each soul have particular weaknesses, emotions and volitions attached to it. By saying "right one" I am simply stating that the use of a given power may have a stronger effect over a determined person's mind and body.
Generally one or two of your powers will stand out when used against someone.<</speech>>
<<speech "You" "$name">>I get it now. But how do I know if a power is best suited for a person?<</speech>>
<<speech "Dick">>This you will have to test.<</speech>>
<<speech "You" "$name">>Yeah, but like... how?<</speech>>
<<speech "Dick">>It's not so hard when you pay attention to the details...
A power will have a stronger effect over someone more susceptible to it.
Sometimes it may even cause a special reaction...<</speech>>
<<speech "You" "$name">>I think I get it now. Thanks for the tips...
I'm ready to train now.<</speech>>
<<speech "Dick">>The training is over for today. It's already day.<</speech>>
<<speech "You" "$name">>What??
Man, time's weird around here.<</speech>>
<<speech "Dick">>Good luck, boy.<</speech>>
You wake up.
<<set $sfaction to 2>><<nobr>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $CurEng to 100>><</nobr>>
[[Next|home8]]<<set $period to 1>><<nobr>>
<<set $shortfreetime to true>>
<<set $lateforwork to false>><</nobr>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction eq 2>>
The sun is shining. You get out of bed, take the usual morning shower and eat something that hasn't rotted in the fridge.<</if>>
<<if $sfaction gt 0>>
You still have some time to spare before work...
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
[[Go to work|room8daya]]
<<else>>
You have no free time left...
[[Go to work|room8daya]]<</if>>You go down to the lobby and see Steve talking to a woman sitting on his desk.
<<set $kelly.met to true>><<nobr>>
<<set $shortfreetime to true>><</nobr>>
<img class="middle large" src="images/kelly/day8/1.jpg">
<<speech "Steve">>... and then I said:
"Hey, I don't give a fuck if it's five against one."
"You think I'm afraid of guns? I'll protect this building with my life!"
And they left....
Never heard of them again...<</speech>>
<<speech "Kelly" "???">>Woooooooah... really??<</speech>>
He sees you approaching.
<<speech "Steve">>Hey, $name! Have you met Kelly?
I was telling her about that time when I protected everyone...<</speech>>
He winks at you.
<<speech "You" "$name">>Oh... yeah... sure. Thanks once again Steve...
Nice to meet you, Kelly.<</speech>>
She shakes your hand, but it's more invested on her conversation.
<<speech "Kelly">>Oh my God! But this place looks so safe...<</speech>>
She doesn't seem very bright.
<<speech "Steve">>It wasn't. But after I started working here it all changed.<</speech>>
<<speech "Kelly">>Woah. Thank you.
I like living here.<</speech>>
<<speech "You" "$name">>I've never seen you here before.<</speech>>
<<speech "Kelly">>That's because I work too much.
I work for my husband at his office. I'm a receptionist.<</speech>>
<<speech "Steve">>And that's why we understand eachother so well, right baby?<</speech>>
He hits his elbow on one of her big tits, apparently on purpose.
<<speech "Kelly">>Hahaha. Yeah!<</speech>>
She doesn't even notice it.
<<speech "Kelly">>Anyways, I'm late for work. It was nice meeting you, $name.
Bye Steve!<</speech>>
<<speech "Steve">>Bye sugaaaar...<</speech>>
She laughs and walks out the door.
<<speech "Steve">>Duuuuuude! I swear I'm gonna end up fucking that bimbo.<</speech>>
<<speech "You" "$name">>She looks reeeeally dumb, but her body is nice.<</speech>>
<<speech "Steve">>Nice? Have you seen her in a bikini?
It is a ''glorious'' ass.<</speech>>
<<speech "You" "$name">>Aren't you afraid of her husband?<</speech>>
<<speech "Steve">>Pfffft! He's just some old rich guy, who works at that investiment company.
I bet she haven't been properly fucked in a loong time.<</speech>>
<<speech "You" "$name">>Well... go for it.
I gotta go now, man. Catch you later!<</speech>>
<<speech "Steve">>Nice seeing you, dude. Have a great day!<</speech>>
<<set $shortfreetime to false>>
[[Next|rent8]]You take the usual way to your job when you see an old homeless friend.
<<speech "You" "$name">>This guy again...<</speech>>
He looks at you and shakes his cup.
~CLING CLING~
<<speech "You" "$name">>Man, I don't have that much money to help you everyday.<</speech>>
He looks up and sees you.
<<speech "Homelessman" "Homeless man">>The sky will always be blue as long as the birds fly across it.<</speech>>
<<speech "You" "$name">>What does this means?<</speech>>
<img class="middle normal" src="images/misc/screamingold.gif">
<<speech "Homelessman" "Homeless man">>I DON'T FUCKING KNOW!
...
Can you give money?<</speech>>
<<speech "You" "$name">>Jesus...<</speech>>
[[Give him 5$|strangeman85]]
[[Give him 10$|strangeman810]]
[[Give him nothing|strangeman80]]
<<set $workhacked to false>><<set $workhacktry to false>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The bimbo: Kelly</span><<nobr>>
<</nobr>><a data-passage="Kellystats" class="link-internal link-image">
<img class="right-side small" src="images/kelly/face.jpg">
</a>
You just met her at your building.
''Stats:''
*Her love for you is $kelly.love
*Her lust for you is $kelly.lust
*Her corruption is $kelly.corruption
*Her submissiveness to you is $kelly.submission<<if $player.money gte 5>>
You take 5$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
All of sudden he grabs your ankle tightly.
<<speech "You" "$name">>Ahhhh!<</speech>>
<img class="middle medium" src="images/player/energycall.gif">
<span class="energy">''Your energy increases by 5''</span>
<<set $CurEng += 5>>
<<speech "You" "$name">>(What the fuck was this?)<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>Thank you?<</speech>>
[[Go to work|work8]]
<<nobr>><<set $player.money -= 5>>
<<set $strangebonus += 5>><</nobr>>
<<else>>
You have no more money to spend on this.
<img class="middle medium" src="images/misc/nomoney.jpg">
[[Back|street8]]<</if>><<if $player.money gte 10>>
You take 10$ from your wallet and put it on the cup.
<<speech "Homelessman" "Homeless man">>...<</speech>>
All of sudden he grabs your ankle tightly.
<<speech "You" "$name">>Ahhhh!<</speech>>
<img class="middle medium" src="images/player/energycall.gif">
<span class="energy">''Your energy increases by 10''</span>
<<set $CurEng += 10>>
<<speech "You" "$name">>(What the fuck was this?)<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>Thank you?<</speech>>
[[Go to work|work8]]
<<nobr>><<set $player.money -= 10>>
<<set $strangebonus += 10>><</nobr>>
<<else>>
You have no more money to spend on this.
<img class="middle medium" src="images/misc/nomoney.jpg">
[[Back|street8]]<</if>><<speech "You" "$name">>Sorry buddy, I can't right now...<</speech>>
<<speech "Homelessman" "Homeless man">>...<</speech>>
He crosses his arm and lowers his head.
<<speech "You" "$name">>(Ok...)<</speech>>
[[Go to work|work8]]After arriving at the store you have to sign in to open the door.
<<set $previousPassage = passage()>>
<img class="middle medium" src="images/misc/punchtimemachine.jpg">
<<if $lateforwork is false>>
<div class="general">//Analyzing... $name, identity recognized...//</div><</if>>
<<if $lateforwork is true and $workhacked is false and $workhacktry is false>>
<div class="general">//Analyzing... $name, identity recognized...
Late for work, a fine of 20 $ will be deducted from the final payment. //</div>
<<set $salaryfine += 20>><<set $lateforwork to false>>
<<speech "You" "$name">>(Fuck!)<</speech>><</if>>
<<if $workhacked is false and $workhacktry is false>>
<<link 'Try to hack it (-10 energy)(hacking level 10/ Exp^)' 'WORKHACK'>> <</link>>
<</if>>
[[Enter|work8a]]<<if $hackinglevel gte 10>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle medium" src="images/misc/hackingsuccess.gif">
You manage to gain access to the bonus for getting to work early.
From now on a 200 $ bonus will be added to your final payment.
<<set $workhacked to true>><<nobr>>
<<set $salary += 200>><</nobr>>
[[Enter|work8a]]
<<else>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle normal" src="images/misc/hackingfail.gif">
Unfortunately, you still don't have the skill to do that yet.
''Your hacking skill level has increased by 15 xp''
<<set $hackinglvl += 15>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
[[Enter|work8a]]<</if>>As you enter the staff room you see Dani putting her things away in a closet.
<<speech "You" "$name">>Hey Dani. Haven't seen you in a while...<</speech>>
<<speech "Dani">>Oh h-hey $name!
College has been taking up my time lately...<</speech>>
<<speech "You" "$name">>I didn't know you went to college. How do you manage to work and study?<</speech>>
She seems really happy that you're taking an interest on her life.
<<speech "Dani">>I work here every other day.
Some days I go to college and sometimes I'm here.<</speech>>
<<speech "You" "$name">>What? You can do that?<</speech>>
<<speech "Dani">>Y-yeah! Our work contract allows to work and study.
You just have to bring a document stating that you are graduating on something.<</speech>>
<<speech "You" "$name">>But do I get the same payment? Even when working fewer days?<</speech>>
<<speech "Dani">>Yes! I mean, you'll still have to work at least three days on the week.
You should really apply for something!
It's never to late too learn something new!<</speech>>
<<speech "You" "$name">>(Damn! Why don't I know shit about anything?)
You know what, Dani? Maybe I will...<</speech>>
<<speech "Dani">>So we're gonna study together???<</speech>>
<<speech "You" "$name">>I mean... maybe. What courses do they teach there?<</speech>>
<<speech "Dani">>They teach everything!
Art, computer, managment, tourism, film, and so on...<</speech>>
<<speech "You" "$name">>Hmmm, film? That seems interesting... (I could use that knowledge for... stuff)
What do I need?<</speech>>
<<speech "Dani">>Just a letter of recommendation from some teacher or professional you worked with.
Also, a portfolio would be great depending on the field you are applying for.<</speech>>
<<speech "You" "$name">>That's solide advice! Thank you, Dani!<</speech>>
You give her a hug.
<<speech "Dani">>Ohnnn...<</speech>>
She let's out a small moan.
<<speech "You" "$name">>Uhmmm, so yeah...<</speech>>
She runs off without saying a word.
<<speech "You" "$name">>(She's very weird, but I like her...)<</speech>>
You continue with some preparation to start working.
[[Next|work8b1]]<<speech "Dick">>That is a great idea, boy!<</speech>>
<<speech "You" "$name">>Woah! You scared me!
What idea?<</speech>>
<<speech "Dick">>Going to university. This is a great place to aquire knowledge, social experiences and some good bitches.<</speech>>
<<speech "You" "$name">>Hahaha. Right?
I don't know why I never wanted to even try to graduate...<</speech>>
<<speech "Dick">>Your willpower was almost non-existent. I figured that out right after I penetrated your body.<</speech>>
<<speech "You" "$name">>Poor choice of words, Dick.<</speech>>
<<speech "Dick">>But your fire is now ignited. There are no limits to what you may achieve.<</speech>>
<<speech "You" "$name">>Fuck yeah!<</speech>>
You look at the clock and your shift was supposed to start fifteen minutes ago.
<<speech "You" "$name">>Shit! I gotta go, talk to you later!<</speech>>
[[Work smart|work8smart]]
[[Work hard|work8hard]]
[[Just "work"|work8bad]]You use your social skills to convince people to do things for you and your wits to secretly redirect some of your obligations to others.
<img class="middle medium" src="images/player/evilwork.gif">
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
[[Next|work8break]]You try to work smart, doing less manual labor and more of a organizing and managing type of work.
<img class="middle medium" src="images/player/smartwork.gif">
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
[[Next|work8break]]Everything went normal for the first part of your shift.
<<set $period to 2>>
<<speech "You" "$name">>Oh! I just rememberd...
I didn't check out that girl's sex shop.<</speech>>
You use your lunch time to have a quick snack and head to the sex shop.
[[Next|sexshop8]]You do your best to reload things, carry some boxes around and really use your body.
<img class="middle medium" src="images/player/hardwork.gif">
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>><<nobr>>
<<set $CurEng -= 25>><</nobr>>
[[Next|work8break]]<<speech "You" "$name">>I think this is it...<</speech>>
You enter the store and see Naomi, bored at the counter.
<img class="middle medium" src="images/naomi/day8/1.jpg">
<<speech "Naomi">>Heeey! Fucking finally hahaha.<</speech>>
It's a very diverse place, with all kinds of colors, decorations and furniture.
<<speech "You" "$name">>Hi! I told you I would come...<</speech>>
<<speech "Naomi">>Let me show you the store.<</speech>>
She comes out from behind the counter and show you around.
<<speech "Naomi">>We have all kinds of sprays and oils.<</speech>>
<<speech "You" "$name">>And what are they supposed to do?<</speech>>
<<speech "Naomi">>Most of them just get your dick hot or cold, but some have special features like delaying your orgasm.<</speech>>
<<speech "You" "$name">>Hmm, okay.<</speech>>
<<speech "Naomi">>There's this one too that makes your dick grow.<</speech>>
She starts to laugh.
<<speech "You" "$name">>Nah, I don't need my dick any bigger.<</speech>>
<<speech "Naomi">>Ohh, I guess I'll have to see it for myself one day...<</speech>>
<img class="middle medium" src="images/naomi/day8/2.jpg">
She keeps walking without giving you a chance to respond.
[[Next|sexshop8a]]<<speech "Naomi">>We have all kinds of dildos, butt plugs and other toys too, if you're interested.<</speech>>
<img class="middle medium" src="images/misc/dildos.jpg">
<<speech "You" "$name">>I don't know if I need any of these...<</speech>>
<<speech "Naomi">>Hey, girls might enjoy sex a bit more if you have some toys to spice things up...<</speech>>
<<speech "You" "$name">>You're just trying to get a sale.<</speech>>
<<speech "Naomi">>No, really... Like, not every girl is into anal.
Having a butt plug might help to convince her...<</speech>>
<<speech "You" "$name">>Hmmm, okay, you have my attention now...<</speech>>
<<speech "Naomi">>But please, buy one for each girl. Don't try to share this kind of things.<</speech>>
<<speech "You" "$name">>Eww, that's gross. I'd never do that.<</speech>>
<<speech "Naomi">>Sorry man. Not saying you would, but you'd be surprised to see the kind of stuff people can do...
Oh I love this one!<</speech>>
She points to a huge toy.
<img class="middle medium" src="images/misc/hugedildo.jpg">
<<speech "You" "$name">>What?? You're joking...<</speech>>
<<speech "Naomi">>Am I? Hahahaha<</speech>>
<img class="middle medium" src="images/naomi/day8/3.jpg">
[[Next|sexshop8b]]<<speech "You" "$name">>Do you have any rope?<</speech>>
<<speech "Naomi">>Rope? Like BDSM rope?<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
She seems surprised in a good way.
<<speech "Naomi">>Look at you! I wouldn't imagine...<</speech>>
<<speech "You" "$name">>Yeah, I have a new place and I've been thinking about trying this kind of stuff. Maybe I'll like it.<</speech>>
<<speech "Naomi">>Oh, so you never tried it before?<</speech>>
<<speech "You" "$name">>Not really.<</speech>>
<<speech "Naomi">>Hmmm, maybe I can help to teach you a few things. Would you like that?<</speech>>
<<speech "You" "$name">>Well, yes. But like, trying stuff on you?<</speech>>
<<speech "Naomi">>Not on me, cause I'd have to teach you how to tie the knots and those sort of things.
But I have a lot of friends who are into all kinds of dirty things hahaha.<</speech>>
<<speech "You" "$name">>Hmm, I won't say no to that.<</speech>>
<<speech "Naomi">>Great! I'll call you. Are you free on week days?<</speech>>
<<speech "You" "$name">>Most days after work I'm free to do whatever.<</speech>>
<<speech "Naomi">>Deal... okay, here it is.<</speech>>
<img class="middle medium" src="images/items/rope.jpg">
<<speech "You" "$name">>How much for it?<</speech>>
<<speech "Naomi">>I have to check. I'll just finish showing you the rest of the stuff and then you can feel free to buy whatever you want.<</speech>>
<<speech "You" "$name">>What other stuff? I think the rope is fine.<</speech>>
<<speech "Naomi">>Nope. You'll need more than that.
Take a look.<</speech>>
She shows you several kinds of gags, paddles, whips and other bondage stuff.
<<speech "Naomi">>I think that's all.<</speech>>
She returns to the counter and asks you to follow her.
<<link 'Next' 'SEXSHOP'>> <</link>><<speech "Naomi">>So, whats' gonna be?<</speech>>
<<set $sexshop to true>>
<<if $naomitopless is false>>
<img class="middle medium" src="images/naomi/day8/4.jpg">
<<elseif $naomitopless is true>>
<img class="middle medium" src="images/release 4.0/naomi/day11/8.jpg">
<</if>>
She shows you the list of itens.
<<if $naomibonus is true>>
[[Oil|buyoildisc1]]
[[Delayer spray|delayerspraydisc1]]
[[Dildo|buydildodisc1]]
[[Butt plug|buybuttplugdisc1]]
[[Hitachi|buyhitachidisc1]]
[[Ball gag|buyballgagdisc1]]
[[Rope|buyropedisc1]]
[[Whip|buywhipdisc1]]
[[Padle|buypadledisc1]]
[[Clamps|buyclamps1]]
[[Finish shopping|SEXSHOPREDIRECT]]
<<else>>
[[Oil|buyoil]]
[[Delayer spray|delayerspray]]
[[Dildo|buydildo]]
[[Butt plug|buybuttplug]]
[[Hitachi|buyhitachi]]
[[Ball gag|buyballgag]]
[[Rope|buyrope]]
[[Whip|buywhip]]
[[Padle|buypadle]]
[[Clamps|buyclamps]]
[[Finish shopping|SEXSHOPREDIRECT]]
<</if>>Oil can be used for massage or to facilitate penetration.
<img class="middle medium" src="images/items/oil.jpg">
<<speech "Naomi">>The price is 50 $...<</speech>>
@@#answer;
<<if $player.money gte 50>>
<<link "Buy it for 50 $">>
<<replace "#answer">>
You bought some oil.
<<set $oilnumber += 1>><<nobr>>
<<set $player.money -= 50>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 50 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>Ballgags can be used to dominate a girl and get her to shut up.
<img class="middle medium" src="images/items/ballgag.jpg">
<<speech "Naomi">>The price is 40 $...<</speech>>
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought a new ballgag.
<<set $ballgagnumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>Dildos can be given to girls (in certain situations) before or during sex.
<img class="middle medium" src="images/items/dildo.jpg">
<<speech "Naomi">>The price is 100 $...<</speech>>
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new dildo.
<<set $dildonumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> Buttplugs can be given to girls (in certain situations) before or during sex, usually to facilitate anal penetration.
<<nobr>><img class="middle medium" src="images/items/buttplugsmall.jpg">
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<img class="middle medium" src="images/items/buttplugbig.jpg"><</nobr>>
<<speech "Naomi">>The price is 100 $...
We have it in three sizes. You can buy the small one and give it to girls, then give them bigger ones as they progress with their "training".<</speech>>
@@#answer;
<<if $player.money gte 100>>
<<link "Buy the small for 100 $">>
<<replace "#answer">>
You bought a new small buttplug.
<<set $buttplugsmallnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<link "Buy the medium one for 100 $">>
<<replace "#answer">>
You bought a new medium buttplug.
<<set $buttplugmediumnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<link "Buy the big one for 100 $">>
<<replace "#answer">>
You bought a new big buttplug.
<<set $buttplugbignumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a hitachi to make a girl orgasm faster or to get her near climax and deny it.
<img class="middle medium" src="images/items/hitachi.jpg">
<<speech "Naomi">>The price is 300 $...<</speech>>
@@#answer;
<<if $player.money gte 300>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You bought a new hitachi.
<<set $hitachinumber += 1>><<nobr>>
<<set $player.money -= 300>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a rope to tie girls and dominate them.
<img class="middle medium" src="images/items/rope.jpg">
<<speech "Naomi">>The price is 40 $...<</speech>>
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought some rope.
<<set $ropenumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a whip to dominate girls through pain.
<img class="middle medium" src="images/items/whip.jpg">
<<speech "Naomi">>The price is 100 $...<</speech>>
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new whip.
<<set $whipnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a padle to dominate girls through pain.
<img class="middle medium" src="images/items/padle.jpg">
<<speech "Naomi">>The price is 100 $...<</speech>>
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new padle.
<<set $padlenumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> Oil can be used for massage or to facilitate penetration.
<img class="middle medium" src="images/items/oil.jpg">
<<speech "Naomi">>The price is 50 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 45>>
<<link "Buy it for 45 $">>
<<replace "#answer">>
You bought some oil.
<<set $oilnumber += 1>><<nobr>>
<<set $player.money -= 45>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 45 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>Ballgags can be used to dominate a girl and get her to shut up.
<img class="middle medium" src="images/items/ballgag.jpg">
<<speech "Naomi">>The price is 40 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 36>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You bought a new ballgag.
<<set $ballgagnumber += 1>><<nobr>>
<<set $player.money -= 36>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>Dildos can be given to girls (in certain situations) before or during sex.
<img class="middle medium" src="images/items/dildo.jpg">
<<speech "Naomi">>The price is 100 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 90>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You bought a new dildo.
<<set $dildonumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>Buttplugs can be given to girls (in certain situations) before or during sex, usually to facilitate anal penetration.
<<nobr>><img class="middle medium" src="images/items/buttplugsmall.jpg">
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<img class="middle medium" src="images/items/buttplugbig.jpg"><</nobr>>
<<speech "Naomi">>The price is 100 $, but since I promised, I'll give you 10% off.
We have it in three sizes. You can buy the small one and give it to girls, then give them bigger ones as they progress with their "training".<</speech>>
@@#answer;
<<if $player.money gte 90>>
<<link "Buy the small for 90 $">>
<<replace "#answer">>
You bought a new small buttplug.
<<set $buttplugsmallnumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<link "Buy the medium one for 90 $">>
<<replace "#answer">>
You bought a new medium buttplug.
<<set $buttplugmediumnumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<link "Buy the big one for 90 $">>
<<replace "#answer">>
You bought a new big buttplug.
<<set $buttplugbignumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a hitachi to make a girl orgasm faster or to get her near climax and deny it.
<img class="middle medium" src="images/items/hitachi.jpg">
<<speech "Naomi">>The price is 300 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 270>>
<<link "Buy it for 270 $">>
<<replace "#answer">>
You bought a new hitachi.
<<set $hitachinumber += 1>><<nobr>>
<<set $player.money -= 270>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 270 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a rope to tie girls and dominate them.
<img class="middle medium" src="images/items/rope.jpg">
<<speech "Naomi">>The price is 40 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 36>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You bought some rope.
<<set $ropenumber += 1>><<nobr>>
<<set $player.money -= 36>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a whip to dominate girls through pain.
<img class="middle medium" src="images/items/whip.jpg">
<<speech "Naomi">>The price is 100 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 90>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You bought a new whip.
<<set $whipnumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use a padle to dominate girls through pain.
<img class="middle medium" src="images/items/padle.jpg">
<<speech "Naomi">>The price is 100 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 90>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You bought a new padle.
<<set $padlenumber += 1>><<nobr>>
<<set $player.money -= 90>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 90 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> <<button "Back">><<script>>Engine.backward();<</script>><</button>>
You got an old camera from Mandy.
<img class="right-side small" src="images/items/oldcamera.jpg">
It can be used to record some videos.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="oldcamera" class="link-internal link-image">
<img class="left-side small" src="images/items/oldcamera.jpg">
</a>
<</nobr>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $oilnumber gte 1>>
<a data-passage="Oil" class="link-internal link-image">
<img class="contacts" src="images/items/oil.jpg">
</a><</if>>
<<if $spraynumber gte 1>>
<a data-passage="Spray" class="link-internal link-image">
<img class="contacts" src="images/items/delayerspray.jpg">
</a><</if>>
<<if $dildonumber gte 1>>
<a data-passage="Dildo" class="link-internal link-image">
<img class="contacts" src="images/items/dildo.jpg">
</a><</if>>
<<if $buttplugsmallnumber or $buttplugmediumnumber or $buttplugbignumber gte 1>>
<a data-passage="Buttplug" class="link-internal link-image">
<img class="contacts" src="images/items/buttplugmedium.jpg">
</a><</if>>
<<if $hitachinumber gte 1>>
<a data-passage="Hitachi" class="link-internal link-image">
<img class="contacts" src="images/items/hitachi.jpg">
</a><</if>>
<<if $ballgagnumber gte 1>>
<a data-passage="Ballgag" class="link-internal link-image">
<img class="contacts" src="images/items/ballgag.jpg">
</a><</if>>
<<if $ropenumber gte 1>>
<a data-passage="Rope" class="link-internal link-image">
<img class="contacts" src="images/items/rope.jpg">
</a><</if>>
<<if $whipnumber gte 1>>
<a data-passage="Whip" class="link-internal link-image">
<img class="contacts" src="images/items/whip.jpg">
</a><</if>>
<<if $padlenumber gte 1>>
<a data-passage="Padle" class="link-internal link-image">
<img class="contacts" src="images/items/padle.jpg">
</a><</if>>
<<if $clampsnumber gte 1>>
<a data-passage="Clamps" class="link-internal link-image">
<img class="contacts" src="images/items/clamps.jpg">
</a><</if>>
<</nobr>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
Dildos can be given to girls (in certain situations) before or during sex.
<img class="middle medium" src="images/items/dildo.jpg">
You have $dildonumber dildo(s).This spray can be used to delay your orgasm.
<img class="middle medium" src="images/items/delayerspray.jpg">
<<speech "Naomi">>The price is 80 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 72>>
<<link "Buy it for 72 $">>
<<replace "#answer">>
You bought some spray.
<<set $spraynumber += 1>><<nobr>>
<<set $player.money -= 72>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 72 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>>This spray can be used to delay your orgasm.
<img class="middle medium" src="images/items/delayerspray.jpg">
<<speech "Naomi">>The price is 80 $...<</speech>>
@@#answer;
<<if $player.money gte 80>>
<<link "Buy it for 80 $">>
<<replace "#answer">>
You bought some spray.
<<set $spraynumber += 1>><<nobr>>
<<set $player.money -= 80>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 80 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
Oil can be used for massage or to facilitate penetration.
<img class="middle medium" src="images/items/oil.jpg">
You have $oilnumber oil(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
This spray can be used to delay your orgasm.
<img class="middle medium" src="images/items/delayerspray.jpg">
You have $spraynumber spray(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use a whip to dominate girls through pain.
<img class="middle medium" src="images/items/whip.jpg">
You have $whipnumber whip(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use a padle to dominate girls through pain.
<img class="middle medium" src="images/items/padle.jpg">
You have $padlenumber padle(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
Buttplugs can be given to girls (in certain situations) before or during sex, usually to facilitate anal penetration.
You have $buttplugsmallnumber small buttplug(s).
<img class="middle medium" src="images/items/buttplugsmall.jpg">
You have $buttplugmediumnumber medium buttplug(s).
<img class="middle medium" src="images/items/buttplugmedium.jpg">
You have $buttplugbignumber big buttplug(s).
<img class="middle medium" src="images/items/buttplugbig.jpg"><<button "Back">><<script>>Engine.backward();<</script>><</button>>
Ballgags can be used to dominate a girl and get her to shut up.
<img class="middle medium" src="images/items/ballgag.jpg">
You have $ballgagnumber ballgag(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use a rope to tie girls and dominate them.
<img class="middle medium" src="images/items/rope.jpg">
You have $ropenumber rope(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use a hitachi to make a girl orgasm faster or to get her near climax and deny it.
<img class="middle medium" src="images/items/hitachi.jpg">
You have $hitachinumber hitachi(s).<<speech "You" "$name">>I have everything I need for now.<</speech>>
<<set $period to 3>>
<<speech "Naomi">>Okay! But hey, I didn't catch your name...<</speech>>
<<speech "You" "$name">>I'm $name.<</speech>>
She takes a piece of paper, writes something on it and hands it to you.
<<speech "Naomi">>Here's my number. We deliver too, it's pretty fast. Call me if you need something from the store.
Or from me...<</speech>>
<<speech "You" "$name">>Sure, Naomi. I'll stay in touch. Bye!<</speech>>
''You got her number''
[[Next|work8d]]<<speech "You" "$name">>I have to upload Kendra's content...<</speech>>
You turn on your computer and do a few simple edits before posting the photos and videos to her profile.
<<speech "You" "$name">>I guess that's it. That's good stuff...
I bet she'll get many followers.<</speech>>
You take a quick shower, eat something and climb into bed, drifting off to sleep.
[[Next|training7]]How do you want to work the second part of your shift?
<<set $period to 3>>
[[Work hard|work8hard2]]
[[Just "work"|work8bad2]]You do just the bare minimum and pretend to work hard, putting people to work for you.
<<speech "You" "$name">>Ain't nobody got time for this shitty job.<</speech>>
<img class="small" src="images/misc/badwork.gif">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<span class="red">''Your dominance has increased by 5 xp''</span>
[[Next|work8late]]
<<set $player.charisma += 5>><<nobr>>
<<set $player.dominance += 5>>
<<set $CurEng -= 10>><</nobr>>You give your best to not be called out by your boss and manage to do your job as you are intended to.
<<speech "You" "$name">>Well, I can't take the actor job as granted. Best to work hard and get paid.<</speech>>
<img class="middle medium" src="images/misc/hardwork.gif">
<span class="grey">''Your fitness has increased by 5 xp''</span>
<span class="blue">''Your intelligence has increased by 5 xp''</span>
[[Next|work8late]]
<<set $player.fitness += 10>><<nobr>>
<<set $player.intelligence += 10>>
<<set $CurEng -= 20>><</nobr>>Your shift comes to an end and you can only think about one thing.
<<speech "You" "$name">>(Fuck! Is it really gonna happen? I so nervous!)<</speech>>
<<speech "Dick">>Keep your calm, boy. I know you've been dreaming about this for a long time...<</speech>>
<<speech "You" "$name">>(That's why I'm so nervous!)<</speech>>
<<speech "Dick">>You are no mere mortal now, $name. It's her pleasure to be with you.<</speech>>
<<speech "You" "$name">>(Actually... You're goddamn right! Where is that bitch?)<</speech>>
<<speech "Dick">>Don't exaggerate...<</speech>>
<<speech "You" "$name">>(Yeah, sorry...)<</speech>>
You wait until people leave.
<<speech "Dani">>B-bye , $name!<</speech>>
<<speech "You" "$name">>Bye Dani!<</speech>>
Larry already left, only Tyler is around.
<<speech "Tyler">>Hey! wassup, man... Wanna buy so-<</speech>>
<<speech "You" "$name">>Nope! I'm good! Thanks! Bye!<</speech>>
<<speech "Tyler">>Man... what the hell is your problem?<</speech>>
<<speech "You" "$name">>I have some things to do. I need everyone out...<</speech>>
<<speech "Tyler">>Well, Kendra's still on the staff room, tough.
Which is weird, cause she's always one of the first to leave.<</speech>>
<<speech "You" "$name">>Oh yeah? I'll talk to her then...<</speech>>
<<speech "Tyler">>Wait a minute... don't you tell me...<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Tyler">>No way dude... you two, at this time, alone in here...
You're gonna fuck her??<</speech>>
<<speech "You" "$name">>What???Who?Me?Pffff...<</speech>>
He smiles.
<<speech "Tyler">>A'ight, keep your secrets then.<</speech>>
He leaves and you can hear in the distance:
<<speech "Tyler">>motherfucker hahaha.<</speech>>
The place is now empty. Except for you and Kendra.
<<speech "You" "$name">>Let's do this...<</speech>>
[[Next|work8kendra]]Larry enters the room and sees you.
<<speech "Larry">>Oh look who it is! Good morning, kid!<</speech>>
<<speech "You" "$name">>Hey, Larry. How's it going?<</speech>>
<<speech "Larry">>Not too bad, not too bad...
But hey, I'm happy to see you're getting in shape now.<</speech>>
<<speech "You" "$name">>(People have been saying this, but I didn't even worked out that much...)
Thanks!<</speech>>
<<speech "Larry">>Yeah.. you looked like shit before.<</speech>>
He smiles.
<<speech "You" "$name">>Get this old ass out of here...<</speech>>
<<speech "Larry">>Hahahaha.
Oh boy, kids these days don't respet the elders like we used to...<</speech>>
<<speech "You" "$name">>Of course we do! For instance, I always cover up for you in security.<</speech>>
<<speech "Larry">>I gotta hand it to you... That's really helping me.
I don't have the same energy to keep working all day long.
I sure miss being younger.<</speech>>
He sighs.
<<speech "You" "$name">>Come on... at least you're wiser now.<</speech>>
He looks at you, deep in your eyes and say:
<<speech "Larry">>Boy, I would change all my wisdom to be able to fuck again...<</speech>>
<<speech "You" "$name">>Don't be like that. I'll tell you what...
What do you think about going to the bar this week?<</speech>>
<<speech "Larry">>$name, I would love to drink some whisky and check out some girls...
But like I told you, Riley would kill me if she saw me drinking.<</speech>>
<<speech "You" "$name">>Your grand daughter? She's just worried about your health.
That doesn't mean you can't go out with a friend. Besides, it would be good for you.<</speech>>
<<speech "Larry">>I guess you're right. Maybe staying too much at home will kill me even faster.
You know what??<</speech>>
He slaps the table confidently.
<<speech "Larry">>We'll go to the bar and have some fun!<</speech>>
<<speech "You" "$name">>Now we're talking! We'll figure out which day is best for both and then it's a deal!<</speech>>
<<speech "Larry">>Sure thing! Now I should go. Bye, $name.<</speech>>
He leaves.
<<speech "You" "$name">>I should also get to work.<</speech>>
[[Next|work8b]]As you enter you see Kendra sitting on a chair.
<<speech "You" "$name">>(Just stay calm...)<</speech>>
She notices you and gets up quickly.
<<speech "Kendra">>Hi...<</speech>>
<img class="middle large" src="images/kendra/day8/1.jpg">
If you had any doubt about her intentions, after seeing her face you know for sure:
<<speech "You" "$name">>(Yep, this is going to happen)<</speech>>
<<speech "Kendra">>Everybody is out?<</speech>>
<<speech "You" "$name">>Yep... I made sure of it.<</speech>>
You lean on a small table and try to look casual.
<<speech "Kendra">>So... like I said...<</speech>>
She gets closer.
<<speech "Kendra">>I need to thank you properly...<</speech>>
<<speech "You" "$name">>Yeah?<</speech>>
<<speech "Kendra">>I wanna give you a gift.<</speech>>
<<speech "You" "$name">>A gift?<</speech>>
<<speech "Kendra">>Yeah, I think you'll like it.<</speech>>
[[Accept the gift|work8kendra1]]
[[Decline it|work8kendradeny]]<<speech "You" "$name">>What kind of gift?<</speech>>
<<set $kendrasex to true>>
She puts her fingers on your chin.
<img class="middle large" src="images/kendra/day8/2.jpg">
<<speech "Kendra">>I think is something that you've been dreaming about for a long time...
And you've earned it.<</speech>>
<img class="middle large" src="images/kendra/day8/3.jpg">
<<speech "Kendra">>Come here...<</speech>>
[[Next|work8kendra2]]She kisses you with her warm lips.
<video width="1000" src="videos/kendra/day8/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Thank you god!)<</speech>>
And then she gets down on her knees.
[[Next|work8kendra3]]<video width="1000" src="videos/kendra/day8/2.mp4" autoplay controls></video>
<<speech "Kendra">>Woah! It's bigger than I thought...
Now that I remember you ''did'' said something about your cock getting huge...<</speech>>
<<speech "You" "$name">>I told you...
I happened when-<</speech>>
[[Next|work8kendra4]]She doesn't wait for your answer and eagerly put her mouth to use.
<video width="1000" src="videos/kendra/day8/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh fuck...)<</speech>>
[[Next|work8kendra5]]The girl of your dreams is sucking your cock.
<video width="1000" src="videos/kendra/day8/4.mp4" autoplay controls></video>
<<speech "Kendra">>~SLURP~<</speech>>
[[Next|work8kendra6]]She gives your balls some attention too.
<video width="1000" src="videos/kendra/day8/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|work8kendra7]]She uses her hand to stroke it while sucking.
<video width="1000" src="videos/kendra/day8/6.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohh, this feels good, Kendra...<</speech>>
[[Next|work8kendra8]]She stops blowing you for a moment...
<video width="1000" src="videos/kendra/day8/7.mp4" autoplay controls></video>
<<speech "Kendra">>Take off your shirt then...<</speech>>
[[Next|work8kendra9]]<video width="1000" src="videos/kendra/day8/8.mp4" autoplay controls></video>
<<speech "You" "$name">>Come here...<</speech>>
[[Next|work8kendra10]]You grab her and put against the table.
<video width="1000" src="videos/kendra/day8/9.mp4" autoplay controls></video>
<<speech "You" "$name">>Now it's my turn to play with you...<</speech>>
[[Next|work8kendra11]]You begin to strip her down, and she does absolutely nothing to stop you.
<video width="1000" src="videos/kendra/day8/10.mp4" autoplay controls></video>
[[Next|work8kendra12]]<video width="1000" src="videos/kendra/day8/11.mp4" autoplay controls></video>
<<speech "You" "$name">>I love your tits.<</speech>>
<<speech "Kendra">>Show me then...<</speech>>
[[Next|work8kendra13]]<video width="1000" src="videos/kendra/day8/12.mp4" autoplay controls></video>
<<speech "Kendra">>Hmmm, you do love them...<</speech>>
[[Next|work8kendra14]]You gently open her leg and start to feel her warm pussy.
<video width="1000" src="videos/kendra/day8/13.mp4" autoplay controls></video>
<<speech "You" "$name">>My turn to taste you.<</speech>>
[[Next|work8kendra15]]
<<speech "Kendra">>Ohnnn...<</speech>>
<video width="1000" src="videos/kendra/day8/14.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her pussy taste so good)<</speech>>
[[Next|work8kendra16]]<<speech "Kendra">>Fuuuuuck!<</speech>>
<video width="1000" src="videos/kendra/day8/15.mp4" autoplay controls></video>
<<speech "Kendra">>Just fuck me, $name.<</speech>>
[[Next|work8kendra17]]<<speech "Kendra">>There's a condom in my purse, behind you.<</speech>>
<video width="1000" src="videos/kendra/day8/16.mp4" autoplay controls></video>
[[Start gently|work8kendrastgentle]]
[[Start aggressively|work8kendrastrough]]
<<set $calmnesscall to true>><<nobr>>
<<set $energycall to true>>
<<set $bonusdominance to false>>
<<set $bonuscharisma to false>>
<<set $kendra8anal to false>>
<<set $kendrabuttplugsmall to false>>
<<set $kendra8oil to false>>
<<set $CurOrg to 0>>
<<set $usespray to true>>
<<set $calmnesscall to true>><</nobr>>You slowly insert your hard cock in her pussy.
<video width="1000" src="videos/kendra/day8/startrough.mp4" autoplay controls></video>
<<speech "Kendra">>Oh, fuck!<</speech>>
[[Next|work8kendrasex]]You slowly insert your hard cock in her pussy.
<video width="1000" src="videos/kendra/day8/startgentle.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my god! Her pussy feels amazing...)<</speech>>
[[Next|work8kendrasex]]<<set $sexsimple to true>><<nobr>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $inventory to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>>
[[Missionary|kendra8miss]]
[[Cowgirl|kendra8cow]]
[[Doggy|kendra8doggy]]
<<if $kendra8anal is false>>
[[Give her ass some attention (charisma or Dominance level 3)|kendra8missanal0]]
<<else>>
[[Anal|kendraanal8]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=5>><</nobr>>
<<if $penetrated is false>>
She opens her legs for you.
<video width="1000" src="videos/kendra/day8/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kendra">>Ohnnn...<</speech>>
<video width="1000" src="videos/kendra/day8/miss.mp4" autoplay controls></video>
<</if>>
[[Play with her pussy|kendra8misspplay]]
[[Faster|kendra8missfast]]
[[Nice and deep|kendra8missdeep]]
[[Normal|kendra8miss]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<<speech "Kendra">>''I'm cumming!!''<</speech>>
<video width="1000" src="videos/kendra/day8/orgasm.mp4" autoplay controls></video>
[[Back|work8kendrasex]]<<speech "You" "$name">>Fuck I'm gonna cum!<</speech>>
You quickly take off the condom to jizz over her face.
<video width="1000" src="videos/kendra/day8/preorgasm.mp4" autoplay controls></video>
[[Next|kendrasex9end]]<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=7>><</nobr>>
<<speech "You" "$name">>Fuuuuck...<</speech>>
<video width="1000" src="videos/kendra/day8/missfast.mp4" autoplay controls></video>
[[Play with her pussy|kendra8misspplay]]
[[Nice and deep|kendra8missdeep]]
[[Normal|kendra8miss]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=7>><</nobr>>
<video width="1000" src="videos/kendra/day8/missdeep.mp4" autoplay controls></video>
[[Play with her pussy|kendra8misspplay]]
[[Faster|kendra8missfast]]
[[Normal|kendra8miss]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 +=7>><</nobr>>
<<speech "Kendra">>Oh, $name!<</speech>>
<video width="1000" src="videos/kendra/day8/misspplay.mp4" autoplay controls></video>
[[Faster|kendra8missfast]]
[[Nice and deep|kendra8missdeep]]
[[Normal|kendra8miss]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<if $charismalvl or $dominancelvl gte 3>>
You massage her ass a little.
<<speech "You" "$name">>(Damn! I wanna fuck this hole too...)<</speech>>
<video width="1000" src="videos/kendra/day8/missanal0.mp4" autoplay controls></video>
<<speech "Kendra">>Hey wait, what are you doing?<</speech>>
<<speech "You" "$name">>I want to fuck your ass...<</speech>>
<<speech "Kendra">>I don't know... I never take it in the ass...<</speech>>
<<if $kendrabuttplugsmall is false>>
[[Give her a buttplug to get used to anal (must have buttplug)|kendra8givebp]]<</if>>
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil)|kendra8lube]]
<</if>>
[[Just ram it in dry (dominance level 4)|kendra8missanalrough]]
[[Do something else|work8kendrasex]]
<<else>>
Your charisma or your dominance are not enough to do this.
[[Back|work8kendrasex]]<</if>><<if $buttplugsmallnumber gte 1>><<nobr>>
<<set $buttplugsmallnumber -= 1>>
<<set $kendrabuttplugsmall to true>><</nobr>>
You give her a small buttplug you bought.
<<speech "You" "$name">>Take this. Use it from time to time to get used to penetration.<</speech>>
She looks at you confused, but accepts your proposal.
<<speech "Kendra">>Okay, I guess it wouldn't hurt to try new experiences.<</speech>>
[[Back|kendra8missanal0]]
<<else>>
You don't have a small buttplug.
[[Back|kendra8missanal0]]<</if>><<if $oilnumber gte 1>>
You apply some of the oil you bought on your dick.<<nobr>>
<<set $kendra8anal to true>>
<<set $kendra8oil to true>>
<<set $oilnumber -= 1>><</nobr>>
<<speech "You" "$name">>Now it will be easier...<</speech>>
<<speech "Kendra">>I hope it doesn't hurt that much this way...<</speech>>
[[Next|kendra8missanal]]
<<else>>
You don't have this item.
[[Back|kendra8missanal0]]<</if>><<if $dominancelvl gte 4>>
<<speech "You" "$name">>Let me just..<</speech>>
You fix her on the table and press your cock against her asshole.
<video width="1000" src="videos/kendra/day8/missanalstartr.mp4" autoplay controls></video>
<<speech "Kendra">>Oh... wait...<</speech>>
Even not agreeing to do so, she doesn't actively try to stop you.
[[Keep going|kendra8missanalrough2]]
<<else>>
You're not dominant enough to do that.
[[Back|kendra8missanal0]]<</if>>You manage to put the tip inside and move it a little.
<<set $penetrated to true>><<nobr>>
<<set $kendra8anal to true>>
<<set $bonusdominance to true>><</nobr>>
<video width="1000" src="videos/kendra/day8/missanalstartr2.mp4" autoplay controls></video>
<<speech "Kendra">>It hurts...<</speech>>
You can't really tell if she likes it. But you're sure that pushing it deeper is not a good idea.
<<speech "You" "$name">>(She'll learn to take my dick deep in the ass one day, even without lube)<</speech>>
[[Next|kendra8missanal]]<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
You put the tip inside her tight asshole.
<video width="1000" src="videos/kendra/day8/missanalstartg.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>(Can't believe I get to do this!)<</speech>>
<video width="1000" src="videos/kendra/day8/missanal.mp4" autoplay controls></video>
<</if>>
[[Normal|kendra8missanalnormal]]
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil)|kendra8oil]]
<<else>>
[[Faster|kendra8missanalfast]]
[[Very fast|kendra8missanal2]]
<</if>>
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $penetrated to false>>
[[Missionary|kendra8missanal]]
[[Doggy|kendra8doggyanal]]
<<if $charismalvl gte 4>>
[[Cowgirl (charisma level 4)|kendra8cowanal]]
<<else>>
[[Cowgirl (charisma level 4)|kendra8nocowanal]]
<</if>>
[[Back|work8kendrasex]]<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "Kendra">>Ow... ow...<</speech>>
<video width="1000" src="videos/kendra/day8/missanalfast.mp4" autoplay controls></video>
[[Normal|kendra8missanalnormal]]
[[Very fast|kendra8missanal2]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=4>><</nobr>>
<<speech "You" "$name">>Yeah, just like that...<</speech>>
<video width="1000" src="videos/kendra/day8/missanalnormal.mp4" autoplay controls></video>
[[Normal|kendra8missanal]]
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil|kendra8lube]]
<<else>>
[[Faster|kendra8missanalfast]]
[[Very fast|kendra8missanal2]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 8>><<nobr>>
<<set $CurOrg1 +=6>><</nobr>>
<<speech "Kendra">>''Fuuuuuuu''...<</speech>>
<video width="1000" src="videos/kendra/day8/missanalfast2.mp4" autoplay controls></video>
[[Normal|kendra8missanalnormal]]
[[Fast|kendra8missanalfast]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=6>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video width="1000" src="videos/kendra/day8/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kendra">>This feels so fucking good<</speech>>
<video width="1000" src="videos/kendra/day8/cow.mp4" autoplay controls></video>
<</if>>
[[Faster|kendra8cowfast]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Kendra">>Your dick feels so fucking good!<</speech>>
<video width="1000" src="videos/kendra/day8/cowfast.mp4" autoplay controls></video>
[[Normal|kendra8cow]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=4>>
<<set $bonuscharisma to true>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Put it in your asshole babe, I know you'll like it.<</speech>>
<<speech "Kendra">>Okay...<</speech>>
<video width="1000" src="videos/kendra/day8/cowanalstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>This is amazing, Kendra...<</speech>>
<video width="1000" src="videos/kendra/day8/cowanal.mp4" autoplay controls></video>
<</if>>
[[Normal|kendra8cowanalnormal]]
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil|kendra8oil]]
<<else>>
[[Harder|kendra8cowanalhard]]
[[Fuck her|kendra8cowanal2fuck]]
<</if>>
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=4>><</nobr>>
<<speech "Kendra">>Oh my god... this actually feels kinda good...<</speech>>
<video width="1000" src="videos/kendra/day8/cowanalnormal.mp4" autoplay controls></video>
[[Normal|kendra8cowanal]]
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil|kendra8oil]]
<<else>>
[[Harder|kendra8cowanalhard]]
[[Fuck her|kendra8cowanal2fuck]]
<</if>>
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=7>><</nobr>>
<<speech "You" "$name">>Fuck yeah! Jump on that cock...<</speech>>
<video width="1000" src="videos/kendra/day8/cowanalhard.mp4" autoplay controls></video>
[[Normal|kendra8cowanal]]
[[Fuck her|kendra8cowanal2fuck]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 +=4>><</nobr>>
<<speech "Kendra">>Oh $name!<</speech>>
<video width="1000" src="videos/kendra/day8/cowanalfuck.mp4" autoplay controls></video>
[[Faster|kendra8cowanal2fuck2]]
[[Normal|kendra8cowanal]]
[[Harder|kendra8cowanalhard]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 8>><<nobr>>
<<set $CurOrg1 +=5>><</nobr>>
<<speech "Kendra">>Fuuuuuuck...<</speech>>
<video width="1000" src="videos/kendra/day8/cowanalfuck2.mp4" autoplay controls></video>
[[Normal|kendra8cowanal]]
[[Harder|kendra8cowanalhard]]
[[Fuck her slower|kendra8cowanal2fuck]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<if $oilnumber gte 1>>
You apply some of the oil you bought on your dick.
<<set $penetrated to true>><<nobr>>
<<set $kendra8anal to true>>
<<set $kendra8oil to true>>
<<set $oilnumber -= 1>><</nobr>>
<<speech "You" "$name">>Now it will be easier...<</speech>>
<<speech "Kendra">>I hope it doesn't hurt that much this way...<</speech>>
''New options available for anal sex''
[[Next|kendraanal8]]
<<else>>
You don't have this item.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=5>><</nobr>>
<<if $penetrated is false>>
You guide her to stay on fours.
<video width="1000" src="videos/kendra/day8/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Kendra">>Ohnnn...<</speech>>
<video width="1000" src="videos/kendra/day8/doggy.mp4" autoplay controls></video>
<</if>>
[[Normal|kendra8doggy]]
[[Fast|kendra8doggyfast]]
[[Very fast|kendra8doggyfast2]]
[[Like a machine (fitness level 3)|kendra8doggyfast3]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 +=7>><</nobr>>
<<speech "You" "$name">>Your pussy feels so good...<</speech>>
<video width="1000" src="videos/kendra/day8/doggyfast.mp4" autoplay controls></video>
[[Normal|kendra8doggy]]
[[Very fast|kendra8doggyfast2]]
[[Like a machine (fitness level 3)|kendra8doggyfast3]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 +=8>><</nobr>>
<<speech "Kendra">>Don't stop! Don't stop!<</speech>>
<video width="1000" src="videos/kendra/day8/doggyfast2.mp4" autoplay controls></video>
[[Normal|kendra8doggy]]
[[Fast|kendra8doggyfast]]
[[Like a machine (fitness level 3)|kendra8doggyfast3]]
[[Back|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 8>><<nobr>>
<<set $CurOrg1 +=9>><</nobr>>
<<speech "Kendra">>$name! This feels so fucking good!<</speech>>
<video width="1000" src="videos/kendra/day8/doggyfast3.mp4" autoplay controls></video>
[[Normal|kendra8doggy]]
[[Fast|kendra8doggyfast]]
[[Very fast|kendra8doggyfast2]]
[[Back|work8kendrasex]]
<<else>>
You're not fit enough to do that.
[[Back|work8kendrasex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
You put your cock in her tight asshole.
<video width="1000" src="videos/kendra/day8/doggyanalstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Fuck... your asshole is so tight...<</speech>>
<video width="1000" src="videos/kendra/day8/doggyanal.mp4" autoplay controls></video>
<</if>>
[[Normal|kendra8doggyanal]]
<<if $kendra8oil is false>>
[[Use oil as lube (must have oil|kendra8oil]]
<<else>>
[[Tell her to masturbate (charisma level 2)|kendra8doggyanalplay]]
[[Faster|kendra8doggyanalfast]]
[[Lift her leg|kendra8doggyanallift]]
<</if>>
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/kendra/day8/doggyanalfast.mp4" autoplay controls></video>
[[Normal|kendra8doggyanal]]
[[Tell her to masturbate (charisma level 2)|kendra8doggyanalplay]]
[[Lift her leg|kendra8doggyanallift]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<if $dominancelvl gte 2>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>Play with that fucking pussy.<</speech>>
<video width="1000" src="videos/kendra/day8/doggyanalplay.mp4" autoplay controls></video>
[[Normal|kendra8doggyanal]]
[[Faster|kendra8doggyanalfast]]
[[Lift her leg|kendra8doggyanallift]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<else>>
You're not dominant enough to do that.
[[Back|work8kendrasex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<speech "You" "$name">>Let me get a better angle...<</speech>>
<video width="1000" src="videos/kendra/day8/doggyanallift.mp4" autoplay controls></video>
[[Normal|kendra8doggyanallift1]]
[[Faster|kendra8doggyanallift2]]
[[Lower her leg|kendra8doggyanal]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Yeeees...<</speech>>
<video width="1000" src="videos/kendra/day8/doggyanallift1.mp4" autoplay controls></video>
[[Normal|kendra8doggyanallift1]]
[[Faster|kendra8doggyanallift2]]
[[Lower her leg|kendra8doggyanal]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Kendra">>Oh my god!<</speech>>
<video width="1000" src="videos/kendra/day8/doggyanallift2.mp4" autoplay controls></video>
[[Normal|kendra8doggyanallift1]]
[[Lower her leg|kendra8doggyanal]]
[[Back to anal|kendraanal8]]
[[Back to all|work8kendrasex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonkendra8">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'kendraorgasm8'>> <</link>><</if>><</nobr>>She waits for every drop of your hot load.
<video width="1000" src="videos/kendra/day8/cum.mp4" autoplay controls></video>
<<speech "Kendra">>Woah, that's a huge load.<</speech>>
[[Next|kendrasex9end2]]She cleans her face with a towell and you two sit side by side contemplating what you just did.
<video width="1000" src="videos/kendra/day8/end.mp4" autoplay controls></video>
<<speech "Kendra">>So... did you like my present?<</speech>>
<<speech "You" "$name">>Are you kidding? That was amazing!<</speech>>
She laughs.
<<speech "Kendra">>I'm glad you liked it.
I always knew you wanted to fuck me hahaha.<</speech>>
<<speech "You" "$name">>You're too smug, you know that?<</speech>>
<<speech "Kendra">>Am I lying?<</speech>>
<<speech "You" "$name">>Well... no.<</speech>>
You both start to laugh.
<<speech "You" "$name">>I guess it's no secret...<</speech>>
<<speech "Kendra">>You know what's funny?
I never thought of you as more than a friend...<</speech>>
<<speech "You" "$name">>"But recently you changed so much..."<</speech>>
<<speech "Kendra">>Exactly! How did you know I was gonna say that?<</speech>>
<<speech "You" "$name">>People have been saying that a lot lately...<</speech>>
<<speech "Kendra">>But you are different...
Not just phisically, which is already incredible in so little time.
There's something else... like... you're more alive, confident...<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
<<speech "Kendra">>What did you do?<</speech>>
<<speech "You" "$name">>About what?<</speech>>
<<speech "Kendra">>This... shift of personality.<</speech>>
<<speech "You" "$name">>Self help books...
They can change your life...<</speech>>
<<speech "Kendra">>Bullshit! Name one...<</speech>>
<<speech "You" "$name">>Uhmmm... the uhmm...
The Adonis Metodology.<</speech>>
<<speech "Kendra">>Huh... never heard of it...<</speech>>
<<speech "You" "$name">>I'm telling you. This thing changed my life...<</speech>>
She stands up and starts to get dressed.
<<speech "Kendra">>Maybe you can lend it to me...<</speech>>
<<speech "You" "$name">>Maybe...<</speech>>
<<speech "Kendra">>But now I really have to go or my grandma will get furious.<</speech>>
<<speech "You" "$name">>Oh, say hi to Hana for me.<</speech>>
<<speech "Kendra">>Will do. She seems to have liked you.
Which is weird...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Kendra">>She never likes anyone.<</speech>>
<<speech "You" "$name">>I guess it was my charm.<</speech>>
<<speech "Kendra">>Yeah, yeah...<</speech>>
She comes closer.
<<speech "Kendra">>Now I have to go.<</speech>>
She gives you a quick kiss.
<<speech "Kendra">>Thanks for the sex. It was kinda amazing.
Bye, $name.<</speech>>
<<speech "You" "$name">>It was. Bye, Kendra. <</speech>>
She leaves, through the back door.
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
<<if $bonuscharisma is true>>
''You get some bonus lust from her for doing actions related to your charisma.''
<span class="lust">Her lust has increased by 0.5</span>
<<set $kendra.lust += 0.5>><</if>>
<<if $bonusdominance is true>>
''You get some bonus submission from her for doing actions related to your dominance.''
<span class="submission">Her submission has increased by 0.5</span>
<<set $kendra.submission += 0.5>><</if>>
[[Next|night8]]
<<set $sexsimple to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $inventory to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>><</nobr>><<speech "You" "$name">>THAT WAS FUCKING AWESOME!!!<</speech>>
<img class="middle normal" src="images/misc/celebrating.gif">
<<speech "Dick">>Hahaha. I told you there was nothing to be afraid of. You did great!<</speech>>
<<speech "You" "$name">>Thank you, Dick! Thank you so much!<</speech>>
<<speech "Dick">>Why thank me, boy? It was your doing.<</speech>>
<<speech "You" "$name">>If it wasn't for you I'd still be a fucking loser.
You changed my life!<</speech>>
<<speech "Dick">>No no. It was all within you. I only assisted you on getting in touch with it.<</speech>>
<<speech "You" "$name">>Do you know for how long I've been dreaming about having Kendra?
I'M SO FUCKING HAPPY!<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>Hahaha...<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>Dick?<</speech>>
<<speech "Dick">>...<</speech>>
<<speech "You" "$name">>DICK!<</speech>>
<<speech "Dick">>Uhmm... boy, I'm glad you're happy...
And I really wish that you had a great time...<</speech>>
<img class="middle medium" src="images/misc/suspicious.gif">
<<speech "You" "$name">>What is it, Dick?<</speech>>
<<speech "Dick">>You've got work to do.<</speech>>
<<speech "You" "$name">>Now? But it's night!
I'm tired.<</speech>>
<<speech "Dick">>I'm afraid it's not a choice, $name.
Something lurks around...<</speech>>
[[Next|night8a]]<<speech "You" "$name">>Wha-what?<</speech>>
<<speech "Dick">>Someone is close, I can feel it.<</speech>>
Scared and naked you ask:
<<speech "You" "$name">>''What kind of weak ass mystical wise help is this, Dick??'' I need to know who's coming!<</speech>>
<<speech "Dick">>''I do not fucking know, boy!''
If I knew, you would know too.<</speech>>
You look around trying to see if there's anything unusual around.
<<speech "You" "$name">>I don't see anyone. Maybe you are wrong...<</speech>>
<<speech "Dick">>I am never wrong about things like this.<</speech>>
<<speech "You" "$name">>Well, I'm outta here... this place is already scary as it is by night.<</speech>>
Getting dressed again you leave the warehouse towards the store.
[[Next|night8b]]You're the last one around, so you finish picking up your things and close the shop.
<<speech "You" "$name">>It's surely nothing...<</speech>>
<img class="middle medium" src="images/background/market.jpg">
<<speech "You" "$name">>The place is empty...<</speech>>
[[Next|night9fight]]<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/naomi/face.jpg">
<a data-passage="Naomimessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Naomigallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Naomicontact">><</button>>
<<set $naomi.mess -= 1>><<nobr>>
<img class="right-side small" src="images/naomi/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 10 and $naomi.mess1 is true>><<link 'Message (day 10)' 'naomimess10'>><</link>><</if>>
<</nobr>>
<<if $naomi.mess lt 0>><<set $naomi.mess to 0>><</if>>
<<button "Back">><<goto "Naomicontact">><</button>>
*Profile picture:
<img class="contacts" src="images/naomi/face.jpg"><<speech "You" "$name">>Alright, time to go...<</speech>>
<<set $period to 4>>
You go to the staff room to organize some stuff before leaving and see Kendra and Dani talking.
<<speech "Kendra">>Right? He's like one of the worst teachers...<</speech>>
Kendra sees you and get a little shy.
<<speech "Kendra">>So... yeah I need to go now. Bye Dani!
Bye $name!<</speech>>
She goes before you answer.
Dani is sitting in the couch looking a little sad, but smiles when she sees you.
<img class="middle large" src="images/dani/day8/1.jpg">
<<speech "Dani">>Hello $name...<</speech>>
<<speech "You" "$name">>Hey, girl. Are you ok?<</speech>>
She abruptely changes her expression.
<img class="middle large" src="images/dani/day8/2.jpg">
<<speech "Dani">>Not really... My mom was supposed to pick me up but forgot about me...<</speech>>
<<speech "You" "$name">>Your mom picks you up?<</speech>>
She gets very embarrassed.
<<speech "Dani">>I-I... It's just cause...
~SIGH~
Yes...<</speech>>
<<speech "You" "$name">>Hey, I'm not judging, just found it curious.<</speech>>
<<speech "Dani">>She should be here like 30 minutes ago.
I just want to go home.<</speech>>
<<speech "You" "$name">>Can't you just grab a taxi or a bus?<</speech>>
In a sort of involuntary way she takes her feet off the ground and hold her legs, as if she were afraid.
<<speech "Dani">>I don't know... I'm kinda scared to do that this time of night...<</speech>>
<img class="middle large" src="images/dani/day8/3.jpg">
<<speech "You" "$name">>(It's that her fucking pussy?)<</speech>>
[[Next|work8late1]]You stare at her for some seconds.
<<speech "Dani">>Uhmm... $name?<</speech>>
It doesn't seems like she caught you staring at her body.
<<speech "You" "$name">>Sorry! I was thinking about something... (She's so freaking innocent...)
Do you live nearby?<</speech>>
<<speech "Dani">>Yeah...<</speech>>
<<speech "You" "$name">>Let's go then...<</speech>>
<<speech "Dani">>What??<</speech>>
<<speech "You" "$name">>I'm walking you home. Your advice today was very helpful... So take that as a thank you.<</speech>>
<<speech "Dani">>O-okay!<</speech>>
She jumps off the couch and grab her things as fast as she can.
<<speech "You" "$name">>All done?<</speech>>
<<speech "Dani">>Yep! I'm ready.<</speech>>
<img class="middle large" src="images/dani/day8/4.jpg">
<<speech "You" "$name">>Okay, let's go...<</speech>>
You both leave through the back door.
[[Next|work8late2]]You walk her home as she guides you through the streets.
<<speech "Dani">>I'm really happy that you decided to help me!<</speech>>
<<speech "You" "$name">>No problem... the path we're taking isn't far from my house anyway.<</speech>>
<<speech "Dani">>About the college thing... you're really gonna apply for it?<</speech>>
<<speech "You" "$name">>Yeah. I'm thinking about film.
It could really help me since I'm trying to start doing some... art stuff...<</speech>>
<<speech "Dani">>Ohh! That's really great!! We're gonna see each other a lot then!
I mean... You're really going to like it...
It's full of interesting people...<</speech>>
<<speech "You" "$name">>I've heard of it. Seems like a cool place.<</speech>>
<<speech "Dani">>Can I ask you something?<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Dani">>Why didn't you try it before?<</speech>>
@@#answer;
<<link "Be polite">>
<<replace "#answer">>
<<speech "You" "$name">>I just never felt the energy to go for it and commit to something...<</speech>>
<<speech "Dani">>Oh I see... I'm glad you changed your mind then!<</speech>>
She seems happy that you shared something more intimate with her.
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>>
<<link 'Next' 'danihouse8'>> <</link>>
<</replace>><</link>>
<<link "Scold her">>
<<replace "#answer">>
<<speech "You" "$name">>Don't you think you're prying too much? <</speech>>
<<speech "Dani">>Oh I-
Sorry...<</speech>>
She learned a little more about manners.
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
<<link 'Next' 'danihouse8'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>What are you studying?<</speech>>
She looks down and sighs.
<<speech "Dani">>I'm having trouble deciding what I want to do...
There's just so many things that I can become in the future.
That scares me a little...<</speech>>
<<speech "You" "$name">>I see... so you're taking a little bit of everything?<</speech>>
<<speech "Dani">>Yeah... I want to test everything and let my heart decide...<</speech>>
<<speech "You" "$name">>That's ok... changes can be good.
You're still young. You'll have plenty of time to decide.<</speech>>
She stops walking.
<<speech "Dani">>That's my house.<</speech>>
<<set $lauren.met to true>>
You walk her to the front of it.
<<speech "Dani">>That's weird... Her car it's here.<</speech>>
She rings the doorbell.
~PRRRRRING~
After a few seconds a stunning tall woman appears at the door.
<img class="middle large" src="images/lauren/day8/1.jpg">
<<speech "Lauren">>Oh my god! I'm so sorry honey!<</speech>>
<<speech "Dani">>It's okay mom...<</speech>>
The woman hugs her tight, pressing her face against her tits.
<<speech "Dani">>Where were you?<</speech>>
<<speech "Lauren">>I was on a date with some guy.
Unfortunately it ended sooner than I expected.
I got so mad that I came straight home and forgot about you, baby.<</speech>>
<<speech "Dani">>Come on... another one, mom?<</speech>>
<<speech "Lauren">>I need to have some fun baby... which wasn't the case today...<</speech>>
She points to her body.
<<speech "Lauren">>He couldn't handle all this...<</speech>>
Then she notices you.
<<speech "Lauren">>And who is this young boy?<</speech>>
<<speech "Dani">>This is $name. He walked me home since you forgot about me...<</speech>>
<<speech "Lauren">>Oh, sorry again baby... Mommy will be sure to make up for it, okay?<</speech>>
<<speech "You" "$name">>Uhmm... I guess I should go...<</speech>>
<<speech "Lauren">>Nope.<</speech>>
She grabs you by the arm and you notice how surprisingly strong she is.
<<speech "Lauren">>You come here and have dinner with us.
It's the least I can do for taking care of my little girl.<</speech>>
<<speech "You" "$name">>(I think it would be nice to eat some good food for a change...)<</speech>>
[[Next|danihouse8a]]<<speech "Lauren">>I'm Lauren by the way. You two can sit at the table while I prepare something.<</speech>>
You enter and sit at the dining table.
<<speech "You" "$name">>You house is very big!<</speech>>
<<speech "Dani">>Yeah, my mom earns pretty well...<</speech>>
<<speech "You" "$name">>She's kinda...<</speech>>
<<speech "Dani">>Tall? Imponent? Forceful?<</speech>>
<<speech "You" "$name">>(Hot) Something like that.<</speech>>
<<speech "Dani">>People usually feel threatened by her.<</speech>>
<<speech "You" "$name">>I can see why. She seems pretty demanding.
You don't look much like her.<</speech>>
<<speech "Dani">>Yeah, besides the red hair we are nothing alike.
I have the personality of my father.<</speech>>
<<speech "You" "$name">>Oh I see... then he must be a very sweet person.<</speech>>
She blushes.
<<speech "Dani">>T-thank you, $name.<</speech>>
After a few minutes Lauren comes with the food.
[[Next|danihouse8b]]<<speech "Lauren">>Here it is. I hope you like spaghetti.<</speech>>
<<speech "You" "$name">>I'm sure I'll love it.<</speech>>
<<speech "Lauren">>We'll see about that.
So, I finally get to meet the famous $name...<</speech>>
Dani looks down and try to avoid eye contact.
<<speech "Lauren">>Dani is always telling me about how incredible her coworker is.<</speech>>
<<speech "You" "$name">>Well... thank you Dani.<</speech>>
<<speech "Dani">>Mom!!<</speech>>
<<speech "Lauren">>Oh come on darling, what's the matter? He is indeed kinda handsome.
Just gotta work some more on his body.<</speech>>
She adjusts the top of her dress.
<<speech "You" "$name">>(Bitch?)<</speech>>
Dani looks at her mom and says:
<<speech "Dani">>I think he's perfect the way he is...<</speech>>
Realizing that she said it in front of you she hides her face again.
<<speech "Lauren">>Don't worry about her, she's alway like this.
I always tell her how she needs to be more straightfoward to achieve her goals.
You need to grow up, baby.<</speech>>
<<speech "You" "$name">>That's a nice advice. But I'm sure she'll learn to that in her own way.<</speech>>
<<speech "Lauren">>I hope so.
And what about you?<</speech>>
<<speech "You" "$name">>What about me?<</speech>>
<<speech "Lauren">>Do you have any goals in life besides working on a store?<</speech>>
<<speech "You" "$name">>(Damn... talk about straightforwardness...)
I do actually. I plan to be an famous actor.<</speech>>
She seems more interested.
<img class="middle medium" src="images/lauren/day8/2.jpg">
<<speech "Lauren">>Oh, yeah? What kind of acting?<</speech>>
<<speech "You" "$name">>Probably something with a lot of physical perfomance.<</speech>>
<<speech "Lauren">>Not bad, but it's a very risky line of work.<</speech>>
<<speech "You" "$name">>I like risky.<</speech>>
She gets closer.
<<speech "Lauren">>What a coincidence. I love risky.<</speech>>
<<speech "Dani">>Mom works in the stock market.<</speech>>
<<speech "Lauren">>It's not just about the stock market.
We offer financial solutions...<</speech>>
Dani looks at you and whispers:
<<speech "Dani">>She takes people's money...<</speech>>
<<speech "Lauren">>Come on honey, everybody does that. I just do it more carefully and within the law.
Besides, we offer a way to end people's debt.
Which reminds me...<</speech>>
She gives you a card with her number and adjusts her dress once more.
<<speech "Lauren">>You can call me if you need any help with your finances...<</speech>>
''You got her number''
<<set $lauren.number to true>>
[[Next|danihouse8c]]After a few minutes of conversation, you finish your plate.
<<speech "You" "$name">>That was delicious!<</speech>>
<<speech "Lauren">>Thank you, boy.
There's still some dessert I made earlier today. Don't you guys wanna taste it?<</speech>>
She looks at both of you.
<<speech "Dani">>I'm pretty full already...
Uhmm... $name. Would you like to s-see my room?<</speech>>
Dani goes upstairs.
[[Go to Dani's room|daniroom8]]
[[Have some dessert|laurendes8]]You walk upstairs and see her door open.
<<set $danihomeinv to true>>
<<speech "Dani">>Oh... hi! You really came...<</speech>>
She's sitting on her bed.
<<speech "You" "$name">>Well... you called me.<</speech>>
<<speech "Dani">>Yeah!<</speech>>
Her room is enourmous. It colorful, full of stuffed toys, books, and drawings.
<img class="middle large" src="images/dani/day8/1.jpg">
<<speech "You" "$name">>I think your room is bigger than my whole apartment. You even got your own bathroom.<</speech>>
<<speech "Dani">>I'm sure your apartment is very nice too.<</speech>>
<<speech "You" "$name">>You really love stuffed toys huh?<</speech>>
<<speech "Dani">>Yeah!!
I mean... not so much. I'm thinking about donating them...<</speech>>
<<speech "You" "$name">>You like to draw too...<</speech>>
<<speech "Dani">>Yes, it makes me feel relaxed.<</speech>>
<<speech "You" "$name">>That's nice... can I sit on your bed?<</speech>>
<<speech "Dani">>Oh my god... sure!<</speech>>
You sit by her side.
<<speech "You" "$name">>I need to ask you something.<</speech>>
<<speech "Dani">>W-what?<</speech>>
<<speech "You" "$name">>Why do you act so shy around me?<</speech>>
Her blue eyes widen.
<<speech "Dani">>I-I don't know...<</speech>>
<<speech "You" "$name">>I mean... it's pretty clear that you have a crush on me...<</speech>>
<<speech "Dani">>Oh my god!<</speech>>
She buries her face on a pillow.
<<speech "You" "$name">>Hahahaha.
You know there's no need for that right?<</speech>>
She hugs the pillow for a while, but lets it go and slowly comes back to sit next to you.
[[Next|daniroom8a]]You decide to eat some dessert and are now alone with Lauren.
<<speech "Lauren">>Come here, it's in the fridge.<</speech>>
She opens it and grabs a little cup with ice cream.
<<speech "Lauren">>Oh-oh. Silly me. There's only one left.
I hope you don't mind if I eat it... I really love this stuff.
Forget I called you. You can go now...<</speech>>
<img class="middle medium" src="images/lauren/day8/3.jpg">
<div class="general"><span class="lust">*''Lust calling available''</span>
<span class="psy">*''Psychic calling available''</span>
<span class="rage">*''Rage calling available''</span></div>
[[Use the Lust calling (level 2/-20 energy /1 arche point)|laurendes8lust]]
[[Use the Psychic calling (level 3/-30 energy /2 arche point)|laurendes8psy]]
[[Use the Rage calling (level 3/-30 energy /1 arche point)|laurendes8rage]]
[[Go to Dani's room|daniroom8]]
[[Go home|home8night]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The investor: Lauren</span><<nobr>>
<</nobr>><a data-passage="Laurenstats" class="link-internal link-image">
<img class="right-side small" src="images/lauren/face.jpg">
</a>
She works with the financial market.
''Stats:''
*Her love for you is $lauren.love
*Her lust for you is $lauren.lust
*Her corruption is $lauren.corruption
*Her submissiveness to you is $lauren.submission
''Things you know:''
*She's Dani's mom.<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/lauren/face.jpg">
<a data-passage="Laurenmessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Laurengallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Laurencontact">><</button>>
<<set $lauren.mess -= 1>><<nobr>>
<img class="right-side small" src="images/lauren/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 5 and $laurenhomeinv is true>><<link 'Message (day 9)' 'laurenmess9'>><</link>><</if>>
<<if $day gte 11>><<link 'Message (day 11)' 'laurenmess2'>><</link>><</if>>
<</nobr>>
<<if $lauren.mess lt 0>><<set $lauren.mess to 0>><</if>>
<<button "Back">><<goto "Laurencontact">><</button>>
*Profile picture:
<img class="contacts" src="images/lauren/face.jpg"><<if $lustcalllvl gte 2 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>>
<<set $laurenhomeinv to true>><</nobr>>
You look at her body and her eyes glow pink for a split second.
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "Lauren">>What was that in your ey-<</speech>>
It hits her like a brick.
<<speech "Lauren">>Woah! It's just... so hot today...
But at least I'm having some ice cream.<</speech>>
<img class="middle large" src="images/lauren/day8/4.jpg">
<<speech "You" "$name">>That might help, but this dress looks too hot.<</speech>>
<<speech "Lauren">>You're right, boy...<</speech>>
<img class="middle large" src="images/lauren/day8/5.jpg">
[[Next|laurendes8lust1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<<speech "Lauren">>You should go now, I need to rest.<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>>
[[Go home|home8night]]<</if>><<if $psycalllvl gte 3 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>><<nobr>>
<<set $player.arche -= 1>>
<<set $laurenhomeinv to true>><</nobr>>
<<speech "You" "$name">>That must taste good...<</speech>>
<<speech "Lauren">>It really does...<</speech>>
You focus on reading her mind but something catches your attention.
<img class="middle medium" src="images/player/psycall.gif">
There's a deep and empty part of your mind.
<<speech "You" "$name">>(This is wierd, I can't hear any thoughts but I feel connected to her...)<</speech>>
When you realize, she looks different.
<<speech "You" "$name">>Lauren?<</speech>>
Her usual piercing gaze gave way to a calmer, more inattentive expression.
<img class="middle large" src="images/lauren/day8/8.jpg">
<<speech "Lauren">>Yeaaah....??<</speech>>
You take off your shirt.
<<speech "Lauren">>Why did you take off your shirt?<</speech>>
<<speech "You" "$name">>Cause it's too hot... duh...<</speech>>
<<speech "Lauren">>Ohhh... makes sense...<</speech>>
<<speech "You" "$name">>(Ohhhh I'm gonna love this... she looks so dumb...)
Like I was saying... ice cream is good...
But do you know what tastes even better?<</speech>>
<<speech "Lauren">>What...??<</speech>>
She jumps up in excitement, causing her dress to slip and expose her breasts.
<img class="middle large" src="images/lauren/day8/9.jpg">
Even her voice is changed. She speaks in a more girly and slow paced way.
<<speech "You" "$name">>A lollipop...<</speech>>
[[Next|laurendes8psy1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<<speech "Lauren">>You should go now, I need to rest.<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>>
[[Go home|home8night]]<</if>><<if $ragecalllvl gte 3 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>><<nobr>>
<<set $player.arche -= 1>>
<<set $laurenhomeinv to true>><</nobr>>
<<speech "You" "$name">>Don't you think you've been a little unfair?<</speech>>
<<speech "Lauren">>About what?<</speech>>
<<speech "You" "$name">>I brought your daughter home safely, because you don't care enough about her.
I sat at the table answering personal and unpleasant questions.
I pretended I didn't know that you gave me your card so you could take my money.<</speech>>
<<speech "Lauren">>Hey! What the fuck? Where did all this came from?<</speech>>
<<speech "You" "$name">>Your spaghetti wasn't even that good...<</speech>>
<<speech "Lauren">>Why are you attacking me?<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|laurendes8rage1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/ragecall2.gif">
But you still manage to take some experience out of it.
<<speech "Lauren">>You should go now, I need to rest.<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Go home|home8night]]<</if>><<speech "You" "$name">>Did it help?<</speech>>
<<speech "Lauren">>It did...<</speech>>
<<speech "You" "$name">>Maybe you should do the same with the bottom part.<</speech>>
<<speech "Lauren">>Do you think I'm stupid, boy?<</speech>>
<<speech "You" "$name">>Not stupid, but very horny since you didn't get to fuck today.<</speech>>
<<speech "Lauren">>That we can agree on...<</speech>>
<img class="middle large" src="images/lauren/day8/6.jpg">
<<speech "You" "$name">>I don't think it's fair that you're having your dessert while I stay here empty handed.<</speech>>
<<speech "Lauren">>You're right...
You should get some something too...<</speech>>
[[Next|laurendes8lust2]]<<speech "Lauren">>Now...<</speech>>
She leans on the counter and opens her legs.
<<speech "Lauren">>Why don't you come here and taste it your dessert?<</speech>>
<img class="middle large" src="images/lauren/day8/7.jpg">
[[Next|laurendes8lust3]]<video width="1000" src="videos/lauren/day8/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her pussy actually tastes good)<</speech>>
[[Next|laurendes8lust4]]<<speech "Lauren">>Hmmm... yeah.<</speech>>
<video width="1000" src="videos/lauren/day8/2.mp4" autoplay controls></video>
[[Next|laurendes8lust5]]<<speech "Lauren">>Yeah, keep going like that.<</speech>>
<video width="1000" src="videos/lauren/day8/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(She really likes to give orders huh?)<</speech>>
[[Next|laurendes8lust6]]<video width="1000" src="videos/lauren/day8/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmm... this is good)<</speech>>
[[Next|laurendes8lust7]]<video width="1000" src="videos/lauren/day8/5.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's so fucking wet...)<</speech>>
[[Next|laurendes8lust8]]<<speech "Lauren">>Lick that fucking pussy, boy!<</speech>>
<video width="1000" src="videos/lauren/day8/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's very close...)<</speech>>
[[Make her cum|laurendes8lustorgasm]]
[[Stop licking|laurendes8lust8deny]]She comes right on your mouth.
<<speech "Lauren">>Fuck yeahhh....<</speech>>
<video width="1000" src="videos/lauren/day8/orgasm.mp4" autoplay controls></video>
<<speech "You" "$name">>Did you like it?<</speech>>
<<speech "Lauren">>You're not so bad, boy...
I might need your services again someday. I'll call you.<</speech>>
<<speech "You" "$name">>Sure...
Now, it's getting pretty late. I should go.<</speech>>
<<speech "Lauren">>Yeah, I'm tired too. Feel free to use the kitchen, you know the way out.
I need a shower.<</speech>>
She goes upstairs, while you drink a glass of water and leave too.
<<set $laurendom to 1>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $lauren.lust += 1>>
[[Next|home8night]]You suddenly stop licking her sweet pussy.
<video width="1000" src="videos/lauren/day8/deny.mp4" autoplay controls></video>
<<speech "Lauren">>Why the hell did you stop?<</speech>>
<<speech "You" "$name">>Even though you have a yummi pussy, I can't accept you talking to me like that.<</speech>>
<<speech "Lauren">>Like what??<</speech>>
<<speech "You" "$name">>Ordering me around and telling me what to do.<</speech>>
<<speech "Lauren">>I was just giving you directions!<</speech>>
<<speech "You" "$name">>Nah... there's a better way to do that.<</speech>>
You walk towards the door.
<<speech "Lauren">>Are you sure? I'll let you suck on my tits...<</speech>>
<img class="middle medium" src="images/lauren/day8/11.jpg">
<<speech "You" "$name">>Not interested...<</speech>>
[[Next|laurendes8lust8deny2]]You get safely to your building and see Steve half sleep at the reception.
<<set $period to 5>>
<<speech "You" "$name">>(Muahahahaha... this is gonna be fun)
''OKAY, GIVE ME EVERYTHING YOU HAVE!''<</speech>>
He jumps from the chair and screams.
<img class="middle normal" src="images/misc/scared.gif">
<<speech "Steve">>Fuck! Fuck! Fuck!<</speech>>
<<speech "You" "$name">>HAHAHAHAHA!<</speech>>
<<speech "Steve">>Oh you son of a bitch!<</speech>>
<<speech "You" "$name">>Aww man... you should've seen you face.<</speech>>
<<speech "Steve">>You're lucky I didn't hit you...<</speech>>
<<speech "You" "$name">>Suuuure, that was a big risk...<</speech>>
He sits on the chair again and turn on the radio.
<<speech "Steve">>Yeah...yeah... you got me...
Oh yeah... I got some good stuff...<</speech>>
<<speech "You" "$name">>Really?<</speech>>
<<speech "Steve">>This shit can send you to space, but I can't smoke at work...
...not all by myself. Why don't you stick around, man? We haven't spoke for a while...<</speech>>
[[Smoke with him (energy 15)|homesteve8smoke]]
[[Go home|homesteve8nosmoke]]<<speech "Lauren">>I looooove lollipop!...<</speech>>
<<speech "You" "$name">>What coincidence! I have one right here.
(I hope this works...)<</speech>>
You open your pants and take your dick out.
<<speech "Lauren">>What is this...??<</speech>>
<img class="middle large" src="images/lauren/day8/10.jpg">
<<speech "You" "$name">>A special kind of lollipop...<</speech>>
<<speech "You" "$name">>Don't you want to taste it?<</speech>>
<<speech "Lauren">>Yeaaaah....!<</speech>>
She comes close and kneels in front of you.
<video width="1000" src="videos/lauren/day8/7.mp4" autoplay muted loop></video>
She tries to pull off your dick.
<<speech "You" "$name">>''Ow!''<</speech>>
<<speech "Lauren">>What????<</speech>>
<<speech "You" "$name">>Fuck! It's a special kind of lollipop, you can't pull it.
Just use your m-<</speech>>
[[Next|laurendes8psy2]]She starts to suck your cock.
<video width="1000" src="videos/lauren/day8/8.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "Lauren">>It doesn't taste like candy...<</speech>>
<<speech "You" "$name">>It's beacause you have to keep sucking until something sweet comes out.<</speech>>
<<speech "Lauren">>Like a game?<</speech>>
<<speech "You" "$name">>Exactly!<</speech>>
[[Next|laurendes8psy3]]<video width="1000" src="videos/lauren/day8/deny2.mp4" autoplay controls></video>
<<speech "You" "$name">>Maybe I'll make you cum properly when you learn to treat me properly.<</speech>>
You concentrate on keeping her under the lust effect for a while.
<<speech "Lauren">>Wait! You can't go...<</speech>>
You walk through the door and release your power as soon as you close it.
<<speech "Lauren">>Fuuuuuuck!<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $lauren.submission += 1>>
[[Go home|home8night]]She seems very happy and playful.
<video width="1000" src="videos/lauren/day8/9.mp4" autoplay controls></video>
<<speech "You" "$name">>You like this game?<</speech>>
<<speech "Lauren">>Yeaaaah....!<</speech>>
[[Next|laurendes8psy4]]<<speech "You" "$name">>Then let me play with you...<</speech>>
<video width="1000" src="videos/lauren/day8/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(This is working so well... I wonder how far I can push it...)<</speech>>
[[Next|laurendes8psy5]]<<speech "You" "$name">>Also, Lauren. You have to call me master.<</speech>>
<video width="1000" src="videos/lauren/day8/11.mp4" autoplay controls></video>
<<speech "Lauren">>Master...haha. That's a funny name.<</speech>>
[[Next|laurendes8psy6]]<<speech "You" "$name">>Oh my god... the sweet cream is coming...<</speech>>
<video width="1000" src="videos/lauren/day8/12.mp4" autoplay controls></video>
<<speech "Lauren">>Hahaha...<</speech>>
<<speech "You" "$name">>Come here. Let me help you to take it out faster.<</speech>>
[[Next|laurendes8psy7]]<<speech "You" "$name">>Fuck! Are you ready for my cu- I mean... your candy?<</speech>>
<video width="1000" src="videos/lauren/day8/13.mp4" autoplay controls></video>
<<speech "Lauren">>Yeahmmmp...!<</speech>>
[[Next|laurendes8psy8]]<<speech "You" "$name">>Open your mouth!<</speech>>
<video width="1000" src="videos/lauren/day8/cum.mp4" autoplay controls></video>
<<speech "Lauren">>Uhmmmmm.<</speech>>
[[Next|laurendes8psy9]]You muscles look slightly bigger, your expression gets even more serious.
<<speech "Lauren">>W-wait... you can have the ice cream...<</speech>>
<<speech "You" "$name">>No...
You've been rude the whole night...
I want more than just dessert...<</speech>>
<<speech "Lauren">>You're scaring me...
What do you want? Money?<</speech>>
<img class="middle large" src="images/lauren/day8/12.jpg">
<<speech "You" "$name">>I want you!<</speech>>
[[Next|laurendes8rage2]]<<speech "Lauren">>Me? Pfff... grow up little boy.<</speech>>
Even though your power scared her a little, she still challenges you.
<<speech "You" "$name">>I'm gonna show you the little boy...<</speech>>
<<speech "Lauren">>I'd like to see you try...<</speech>>
You get closer to her.
<<speech "You" "$name">>Look at your clothes. This dress barely covers your body.<</speech>>
You pull the dress up.
<img class="middle large" src="images/lauren/day8/13.jpg">
She rips your shirt open trying to stop you.
<<speech "Lauren">>You think you can handle me?<</speech>>
She hits you with a punch in the guts.
<img class="middle normal" src="images/misc/girlpunch.gif">
[[Next|laurendes8rage3]]It hurts less than she expected, since you manage to ignore it.
<<speech "You" "$name">>''I know I can.''<</speech>>
You pull her top down, ripping the dress in the process.
<<speech "Lauren">>Oh my god! This is crazy...
You're stronger than you look...<</speech>>
You take your cock out...
<<speech "Lauren">>Motherfucker...<</speech>>
<<speech "You" "$name">>Now get down on your knees.<</speech>>
<<speech "Lauren">>Wait! I...<</speech>>
<<speech "You" "$name">>''NOW!''<</speech>>
<<speech "Lauren">>Fuck! Okay!<</speech>>
[[Next|laurendes8rage4]]She quickly swallows all your load.
<video width="1000" src="videos/lauren/day8/cum1.mp4" autoplay controls></video>
<<speech "Lauren">>That wasn't very sweet but I had fun, master!<</speech>>
[[Next|laurendes8psy10]]<<speech "You" "$name">>I'm glad you had your fun babe...
(I should leave before Dani catches me...)<</speech>>
You put your clothes on again.
<<speech "Lauren">>Where are you going, master?<</speech>>
<<speech "You" "$name">>I need to go now. But we'll play again later, okay?<</speech>>
<<speech "Lauren">>Haha... okay!<</speech>>
You wait until you leave and close the door to release your concentration.
<img class="middle medium" src="images/player/psycall.gif">
<<speech "Lauren">>WHAT THE FUCK???<</speech>>
<<set $laurendumb to 1>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $lauren.corruption += 1>>
[[Go home|home8night]]You grab her head in guide towards your hard cock.
<video width="1000" src="videos/lauren/day8/r1.mp4" autoplay controls></video>
<<speech "Lauren">>Hmmmpft.<</speech>>
[[Next|laurendes8rage5]]You start to face fuck her.
<video width="1000" src="videos/lauren/day8/r2.mp4" autoplay controls></video>
<<speech "Lauren">>Hmmm!<</speech>>
[[Next|laurendes8rage5a]]<<speech "You" "$name">>Depper!<</speech>>
<video width="1000" src="videos/lauren/day8/r3.mp4" autoplay controls></video>
[[Next|laurendes8rage7]]<<speech "You" "$name">>''I said deeper!''<</speech>>
<video width="1000" src="videos/lauren/day8/r4.mp4" autoplay controls></video>
<<speech "Lauren">>Fuck!<</speech>>
[[Next|laurendes8rage8]]You keep facefucking her.
<video width="1000" src="videos/lauren/day8/r5.mp4" autoplay controls></video>
She starts to play with herself.
[[Next|laurendes8rage9]]<<speech "You" "$name">>I knew you would like this, bitch.<</speech>>
<video width="1000" src="videos/lauren/day8/r6.mp4" autoplay controls></video>
<<speech "Lauren">>gawk...gawk...gawk...<</speech>>
[[Next|laurendes8rage10]]She is reluctant.
<video width="1000" src="videos/lauren/day8/r1a.mp4" autoplay controls></video>
<<speech "You" "$name">>Shut up!<</speech>>
[[Next|laurendes8rage6]]You force her head and keep your dick deep in her throat for a while.
<video width="1000" src="videos/lauren/day8/r7.mp4" autoplay controls></video>
[[Next|laurendes8rage11]]<<speech "Lauren">>Fuck! Why don't you come in my mouth?
I want to drain your balls...<</speech>>
<video width="1000" src="videos/lauren/day8/r8.mp4" autoplay controls></video>
<<speech "You" "$name">>I'll do it when I'm finished.<</speech>>
[[Next|laurendes8rage12]]It seems like she's all up for it now.
<video width="1000" src="videos/lauren/day8/r9.mp4" autoplay controls></video>
<<speech "Lauren">>Fuck yeah give it to me!<</speech>>
<<speech "Dani">>Guys? What is this noise?<</speech>>
Suddenly Dani shows up.
<<speech "Dani">>''Oh my God!!!''<</speech>>
<img class="middle medium" src="images/lauren/day8/17.jpg">
<<speech "You" "$name">>Hoommey...?<</speech>>
<img class="middle large" src="images/lauren/day8/15.jpg">
[[Keep going|laurendes8rage13]]
[[Stop this (intelligence level 3)|laurendes8ragestop]]You ignore her presence and keep going.
<video width="1000" src="videos/lauren/day8/r10.mp4" autoplay controls></video>
<<speech "You" "$name">>''FUCK!'' I'm gonna cum!<</speech>>
[[Next|laurendes8ragecum]]<<speech "You" "$name">>''Open your mouth you whore!''<</speech>>
<video width="1000" src="videos/lauren/day8/rcum.mp4" autoplay controls></video>
You shoot a enourmous load into her mouth.
<<speech "You" "$name">>''FUUCK''<</speech>>
<<speech "Lauren">>Hmmmmmm!<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|laurendes8ragecum2]]<<if $intelligencelvl gte 3>>
After hearing Dani's voice you manage to calm down.
<img class="middle medium" src="images/player/ragecall.gif">
You pull up your pants.
<<speech "Lauren">>Honey, I'm sorry.
But a woman has needs...<</speech>>
<<speech "You" "$name">>She attacked me, Dani...<</speech>>
<<speech "Lauren">>What????<</speech>>
<<speech "You" "$name">>I meant to grab some dessert and then go to your room, but she jumped on me...<</speech>>
<<speech "Lauren">>You can't be fucking serious...<</speech>>
<<speech "Dani">>I-I... don't know w-what to say.<</speech>>
She starts to cry.
<<speech "Lauren">>Are you going to believe in him??<</speech>>
You pull up your pants, get closer and give her a hug.
<<speech "You" "$name">>Sorry Dani. You didn't need to see this...<</speech>>
She looks up at you.
<<speech "Dani">>O-okay. Thank you...<</speech>>
You let go and she runs upstairs, crying a little bit less it seems.
<span class="blue">''Your intelligence has increased by 15 xp''</span>
<<set $player.intelligence += 15>>
<span class="love">Dani's love has increased by 1</span>
<<set $dani.love += 1>>
[[Next|laurendes8ragestop2]]
<<else>>
You're not smart enough to do that.
[[Back|laurendes8rage12]]<</if>>You get ready to face Lauren.
<<speech "Lauren">>You fucking...<</speech>>
She stops.
<<speech "Lauren">>You know what? Fuck it...<</speech>>
You keep looking at her.
<<speech "Lauren">>You managed to calm her down a little...
And what you did to me was... interesting.<</speech>>
She recomposes herself.
<<speech "You" "$name">>So you liked that?<</speech>>
<<speech "Lauren">>I don't actualy like this kind of stuff.
Usually I'm the one who takes charge.<</speech>>
<<speech "You" "$name">>But it felt good to be dominated, right?<</speech>>
<<speech "Lauren">>Maybe...<</speech>>
She cleans the drool on her face.
<<speech "Lauren">>Now leave. You did enough damage for one night...<</speech>>
<<speech "You" "$name">>Let's try that again some day...<</speech>>
You turn your back and leave.
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $lauren.submission += 1>>
[[Go home|home8night]]You immediately get calmer.
<video width="1000" src="videos/lauren/day8/rcum2.mp4" autoplay controls></video>
After seeing all that, Dani starts to cry and runs to her room upstairs.
<span class="submission">Dani's submission has increased by 1</span>
<<set $dani.submission += 1>>
[[Next|laurendes8ragecum3]]After spitting all of your huge load, Lauren looks shocked.
<<speech "Lauren">>Oh- my- God!
What the fuck?<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Lauren">>You came so fucking much. This is ridiculous...<</speech>>
<<speech "You" "$name">>Did I?<</speech>>
You notice lots of cum over her body and on the ground.
<<speech "You" "$name">>(That... came out of me? Woah!)<</speech>>
<<speech "Lauren">>That was... interesting.<</speech>>
She recomposes herself.
<<speech "You" "$name">>So you liked that?<</speech>>
<<speech "Lauren">>I don't actualy like this kind of stuff.
Usually I'm the one who take charge.<</speech>>
<<speech "You" "$name">>But it felt good to be dominated, right?<</speech>>
<<speech "Lauren">>Maybe...<</speech>>
She cleans some of your cum.
<<speech "Lauren">>Now leave. I need to rest...<</speech>>
<<speech "You" "$name">>Let's try that again some day...<</speech>>
You turn your back and leave.
<span class="red">''Your dominance has increased by 30 xp''</span>
<<set $player.dominance += 30>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
<span class="submission">Her submission has increased by 2</span>
<<set $lauren.submission += 2>>
[[Go home|home8night]]<<speech "Dani">>It's just... I feel so insecure...<</speech>>
<<speech "You" "$name">>Just relax... everyone has a crush on someone.
Most of the time the person knows, it's not a big deal...<</speech>>
<<speech "Dani">>Like you have a crush on Kendra?<</speech>>
<<speech "You" "$name">>What?<</speech>>
She takes a deep breath.
<<speech "Dani">>You do, right?<</speech>>
<<speech "You" "$name">>Yeah, I do...<</speech>>
<<speech "Dani">>Is it because she's pretty?<</speech>>
<<speech "You" "$name">>That's a big part of it. But she's also pretty cool.<</speech>>
<<speech "Dani">>Do you think...
...
I'm pretty?<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span>
<span class="psy">*''Psychic calling available''</span>
<span class="transmutation">*''Transmutation calling available''</span></div>
[[Use the Lust calling (-20 energy /1 arche point)|dani8lust]]
[[Use the Psychic calling (-20 energy /1 arche point)|dani8psy]]
[[Use the Transmutation calling (-30 energy /2 arche points)|dani8trans]]
[[Be charming|dani8charm]]
[[Be serious|dani8serious]]<<if $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>You know what I think?<</speech>>
She waits patiently for your answer.
<<speech "You" "$name">>I think you make me feel kinda horny...<</speech>>
<<speech "Dani">>Whaaat???<</speech>>
She jumps to the back of the bed and hugs the pillow again.
<<speech "You" "$name">>I'm serious...
Back in the store... with these shorts....
I saw your pussy showing.<</speech>>
She's completely red. You left her speechless.
<<speech "You" "$name">>You just need some help with your shyness.<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
[[Next|dani8lust1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<<speech "Dani">>Are you okay?<</speech>>
<<speech "You" "$name">>Yeah... just a little headache... I need to go.<</speech>>
<<speech "Dani">>O-okay...Bye, $name...<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>>
[[Go home|home8night]]<</if>><<if $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>What do you think?<</speech>>
<<speech "Dani">>Huh?<</speech>>
<<speech "You" "$name">>What do you think about yourself?<</speech>>
<img class="middle medium" src="images/player/psycall.gif">
You feel connected to a specific place in her mind, where you can sense emotions like joy and peace.
<<speech "Dani">>Uhmm... nothing...
(I'm just so... small...)<</speech>>
<<speech "You" "$name">>Nothing? Is there anything you'd like to change about you?<</speech>>
<<speech "Dani">>Maybe... if I looked more... I don't know how to say it.
(I wish I didn't had such a small body...)<</speech>>
<<speech "You" "$name">>(Hmmm interesting)
Is "mature" the word you're looking for?<</speech>>
<<speech "Dani">>Yes...<</speech>>
<<speech "You" "$name">>Listen to me: ''there is nothing wrong with looking younger''.<</speech>>
Your words dig deep into her mind, you can feel it.
<<speech "Dani">>D-do you really think that?<</speech>>
She sounds girlier than usual.
<<speech "You" "$name">>Yeah, you should be yourself. Don't care about what others think... just do what you feel like doing.<</speech>>
<<speech "Dani">>Like... right now?<</speech>>
<<speech "You" "$name">>I meant from now on. But sure, what do you want to do?<</speech>>
<<speech "Dani">>I like to draw.<</speech>>
She goes over to a writing desk and grab some markers.
[[Next|dani8psy1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<<speech "Dani">>Are you okay?<</speech>>
<<speech "You" "$name">>Yeah... just a little headache... I need to go.<</speech>>
<<speech "Dani">>O-okay...Bye, $name...<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>>
[[Go home|home8night]]<</if>><<if $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>I'm gonna be honest... I think you could be prettier.<</speech>>
She looks down, feeling even more insecure.
<<speech "Dani">>I know...<</speech>>
<<speech "You" "$name">>But maybe I could help...<</speech>>
<<speech "Dani">>R-really?<</speech>>
<<speech "You" "$name">>(I guess it doesn't hurt to try...)<</speech>>
You concentrate on improving her assets, trying to improve her looks a little, since you're not very proficient with this power.
<img class="middle medium" src="images/player/transmutationcall.gif">
However, when you try to use a small portion of this calling you feel a huge drain of energy leaving your body, enhancing it's effect and emiting a strong purple light.
<img class="middle normal" src="images/misc/danibright.gif">
[[Next|dani8trans2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/transmutationcall2.gif">
But you still manage to take some experience out of it.
<<speech "Dani">>Are you okay?<</speech>>
<<speech "You" "$name">>Yeah... just a little headache... I need to go.<</speech>>
<<speech "Dani">>O-okay...Bye, $name...<</speech>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
<<set $player.arche -= 1>>
<<set $CurEng -= 15>>
[[Go home|home8night]]<</if>><<speech "You" "$name">>You know... until some time ago I never saw you as an attractive person.
But recently you started to grow on me.<</speech>>
She blushes even harder.
<<speech "Dani">>R-really?<</speech>>
<<speech "You" "$name">>Yeah... you're very cute in your own way.<</speech>>
She smiles.
<<speech "Dani">>So you think I could... have a chance with someone I like?<</speech>>
<<speech "You" "$name">>(Oh... who might that person be?)
Sure...<</speech>>
You get closer and give her a kiss on the cheek.
<<speech "Dani">>Oh.... T-t-thank you!<</speech>>
She's very excited.
<<speech "You" "$name">>I should get going though... It's pretty late.<</speech>>
<<speech "Dani">>Sure! Thanks for coming...
I really had fun.<</speech>>
<<speech "You" "$name">>See ya!<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>>
[[Go home|home8night]]<<speech "You" "$name">>I'm gonna be honest with you...<</speech>>
<<speech "Dani">>Okay...<</speech>>
<<speech "You" "$name">>I don't find you very attractive...<</speech>>
<<speech "Dani">>Oh my...<</speech>>
Her eyes widen. Then she lowers her head.
<<speech "You" "$name">>But...<</speech>>
She looks up again.
<<speech "You" "$name">>There are ways of becoming more... desirable.<</speech>>
<<speech "Dani">>H-how?<</speech>>
<<speech "You" "$name">>Maybe you could wear shorter clothes or reveal parts of your body more often.<</speech>>
<<speech "Dani">>You really think so?<</speech>>
<<speech "You" "$name">>Yes. But not just that. You can learn how to be of "service".<</speech>>
<<speech "Dani">>Service?<</speech>>
<<speech "You" "$name">>Like, sexual services...<</speech>>
<<speech "Dani">>Oh my god... I-I don't know if I can...<</speech>>
You approach her and place your hand on her left cheek, caressing it.
<<speech "You" "$name">>Of course you can, I believe that you can do it if you try.<</speech>>
Bringing your face close to hers, you say:
<<speech "You" "$name">>Even you.<</speech>>
You take you distance.
<<speech "You" "$name">>I should get going though... It's pretty late.<</speech>>
<<speech "Dani">>S-sure! Uhmm thanks for coming...<</speech>>
<<speech "You" "$name">>Bye...<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
[[Go home|home8night]]It's not hard to make her feel horny, cause she's pretty much excited every time she sees you. So you work on overflowing her hornyness so she can't keep it to herself.
<<speech "Dani">>Uhnnnnnn...<</speech>>
<<speech "You" "$name">>How are you feeling.<</speech>>
<<speech "Dani">>Warm... hot... dizzy...<</speech>>
<<speech "You" "$name">>(Dammit! Was it too much?<</speech>>
<<speech "Dani">>...but happy!<</speech>>
She looks more relaxed.
<video width="1000" src="videos/dani/day8/lust/1.mp4" autoplay loop muted></video>
<<speech "Dani">>I'm feeling really good...<</speech>>
<<speech "You" "$name">>That's nice to hear.<</speech>>
<<speech "Dani">>What did you do? I feel so... free.<</speech>>
Suddenly something weird happens.
<img class="middle medium" src="images/dani/day8/6.jpg">
<<speech "You" "$name">>(Did her eyes just-)<</speech>>
[[Next|dani8lust2]]<img class="middle medium" src="images/misc/dickgrowing.gif">
Your dick grows even more in size, almost ripping off your underpants.
<<speech "You" "$name">>What the fuck?<</speech>>
<<speech "Dani">>What?
Oh my god!<</speech>>
She can't take her eyes out of your huge bulge.
<<speech "You" "$name">>(How the fuck did she do that? Wait... was it even her?)<</speech>>
<<speech "Dani">>I already fantasized about you many times... But I would never guess...<</speech>>
<<speech "You" "$name">>Well, I'm as surprised as you...<</speech>>
<<speech "Dani">>Can I touch it?<</speech>>
<<speech "You" "$name">>Yes... I mean...
I don't know why my dick is this big right now...<</speech>>
[[Next|dani8lust3a]]<<speech "Dani">>Oh my god... I can't wait it any longer...
Sorry $name, but I have to see it...<</speech>>
<video width="1000" src="videos/dani/day8/lust/3.mp4" autoplay loop muted></video>
<<speech "You" "$name">>Woah... okay.<</speech>>
<<speech "Dani">>I bet you're rock hard because of me...<</speech>>
[[Next|dani8lust4]]She sees it and doesn't think twice before using her mouth.
<video width="1000" src="videos/dani/day8/lust/4.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah! You're going to fast.<</speech>>
<<speech "Dani">>Hmmmpf...
Sorry...<</speech>>
<<speech "You" "$name">>What? You don't have to apologize... do whatever you feel like.<</speech>>
[[Next|dani8lust5]]<<speech "You" "$name">>Ohh... this feels nice Dani.<</speech>>
<video width="1000" src="videos/dani/day8/lust/5.mp4" autoplay controls></video>
<<speech "Dani">>I can't believe I'm finally doing this...
It tastes good.<</speech>>
<<set $bonusdominance to false>>
<<speech "You" "$name">>This is the first dick you've sucked?<</speech>>
<<speech "Dani">>This is the first dick I've even seen... personally...<</speech>>
[[Let her have fun|dani8lust6]]
[[Instruct her (submission level 2)|dani8instruct]]<<speech "You" "$name">>How come you're this good?<</speech>>
<video width="1000" src="videos/dani/day8/lust/6.mp4" autoplay controls></video>
<<speech "Dani">>I've watched some.. movies...<</speech>>
[[Next|dani8lust7]]<<speech "You" "$name">>Here, Dani. A little faster.<</speech>>
<video width="1000" src="videos/dani/day8/lust/fast.mp4" autoplay controls></video>
[[Back|dani8instruct1]]<<if $dani.submission gte 2>>
<<speech "You" "$name">>Since you have no experience I'll walk you through it, okay?
Start by licking my balls.<</speech>>
<video width="1000" src="videos/dani/day8/lust/balllick.mp4" autoplay controls></video>
<<speech "Dani">>Like this?<</speech>>
[[Next|dani8instruct1]]
<<else>>
She's not submissive enough to you.
[[Back|dani8lust5]]<</if>>[[Lick it|dani8lustlick]]
[[Stroke it|dani8luststroke]]
[[Faster|dani8lustfaster]]
[[Stroke and suck|dani8lustsns]]
[[Pull her braids|danilust8braids]]
[[Force her head|dani8lustforce]]
[[Finish this and fuck her|dani8instructfuck]]<<speech "You" "$name">>Stroke it while you suck.<</speech>>
<video width="1000" src="videos/dani/day8/lust/sns.mp4" autoplay controls></video>
[[More|dani8lustsns2]]
[[Back|dani8instruct1]]<<speech "You" "$name">>Just like that.<</speech>>
<video width="1000" src="videos/dani/day8/lust/sns2.mp4" autoplay controls></video>
[[More|dani8lustsns]]
[[Back|dani8instruct1]]<<speech "You" "$name">>Lick it, Dani...<</speech>>
<video width="1000" src="videos/dani/day8/lust/lick.mp4" autoplay controls></video>
[[More|dani8lustlick2]]
[[Back|dani8instruct1]]<<speech "You" "$name">>Lick it, Dani...<</speech>>
<video width="1000" src="videos/dani/day8/lust/lick2.mp4" autoplay controls></video>
[[More|dani8lustlick]]
[[Back|dani8instruct1]]<<if $penetrated is false>>
<<speech "You" "$name">>Let me help you with the movement.<</speech>>
<video width="1000" src="videos/dani/day8/lust/braidstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Oh yeah...<</speech>>
<video width="1000" src="videos/dani/day8/lust/braid.mp4" autoplay controls></video>
<</if>>
[[More|danilust8braids2]]
[[Back|dani8instruct1]]<<speech "You" "$name">>Juuust like that...<</speech>>
<video width="1000" src="videos/dani/day8/lust/braid2.mp4" autoplay controls></video>
<<speech "Dani">>Hmmmpft...<</speech>>
[[More|danilust8braids]]
[[Back|dani8instruct1]]<<speech "You" "$name">>Fuck... deeper...<</speech>>
<video width="1000" src="videos/dani/day8/lust/force.mp4" autoplay controls></video>
[[Back|dani8instruct1]]<<speech "You" "$name">>Stroke it.<</speech>>
<video width="1000" src="videos/dani/day8/lust/stroke.mp4" autoplay controls></video>
<<speech "Dani">>Like this?<</speech>>
<<speech "You" "$name">>A little stronger than that...<</speech>>
[[Back|dani8instruct1]]<<speech "Dani">>Your dick smells good...<</speech>>
<video width="1000" src="videos/dani/day8/lust/7.mp4" autoplay controls></video>
<<speech "You" "$name">>That's... a unusual compliment. But thanks.<</speech>>
[[Next|dani8lust8]]<<speech "You" "$name">>(Damn... she's in love with my dick...)<</speech>>
<video width="1000" src="videos/dani/day8/lust/8.mp4" autoplay controls></video>
[[Next|dani8lust9]]<video width="1000" src="videos/dani/day8/lust/9.mp4" autoplay controls></video>
<<speech "You" "$name">>What happened with all that shyness?<</speech>>
<<speech "Dani">>I don't know...
Can I go faster?<</speech>>
<<speech "You" "$name">>Fuck yeah.<</speech>>
[[Next|dani8lust10]]<video width="1000" src="videos/dani/day8/lust/10.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck, Dani this feels so good...
(Tyler was right... the crazy ones can suck a mean dick)<</speech>>
[[Next|dani8lust11]]<<speech "Dani">>I'm so glad you like it!
Your dick is so beautiful...<</speech>>
<video width="1000" src="videos/dani/day8/lust/11.mp4" autoplay controls></video>
[[Next|dani8lust12]]<<speech "Dani">>Can I... kiss you?<</speech>>
<video width="1000" src="videos/dani/day8/lust/12.mp4" autoplay controls></video>
[[Next|dani8lust13]]She jumps on your lap and things escalate.
<video width="1000" src="videos/dani/day8/lust/13.mp4" autoplay controls></video>
[[Next|dani8lust14]]<<speech "Dani">>Oh my god!<</speech>>
<video width="1000" src="videos/dani/day8/lust/14.mp4" autoplay controls></video>
[[Next|dani8lust15]]You take off her shorts and open her legs.
<video width="1000" src="videos/dani/day8/lust/15.mp4" autoplay controls></video>
<<speech "Dani">>Ohnnnn!<</speech>>
<<speech "You" "$name">>(She tastes soo good...)<</speech>>
[[Next|dani8lust16]]<<speech "Dani">>Oh $name! This feels so good!<</speech>>
<video width="1000" src="videos/dani/day8/lust/16.mp4" autoplay controls></video>
<<speech "You" "$name">>I need to fuck you, Dani.<</speech>>
[[Next|dani8lust17]]<<speech "Dani">>I'm ready $name. Take me.<</speech>>
<video width="1000" src="videos/dani/day8/lust/17.mp4" autoplay controls></video>
<<speech "You" "$name">>It's your first time right?
I'll try to be gentle...<</speech>>
[[Next|dani8lust18]]<<speech "Dick">>$name!<</speech>>
<<speech "You" "$name">>(Dick? Right now?)<</speech>>
<<speech "Dick">>I felt something odd. Did you used your Transmutation calling?<</speech>>
<<speech "You" "$name">>(No...)<</speech>>
<<speech "Dick">>Well... I felt it. That's why you "grew".<</speech>>
<<speech "You" "$name">>(I swear it wasn't me...)<</speech>>
<<speech "Dick">>This girl... it must've been her...<</speech>>
<<speech "You" "$name">>(Do I do something?)<</speech>>
<<speech "Dick">>I don't feel anything evil coming from her...<</speech>>
Meanwhile she's hypnotized, playing with herself and ignoring almost everything you're saying.
<video width="1000" src="videos/dani/day8/lust/2.mp4" autoplay loop muted></video>
<<speech "You" "$name">>(Fuck... look at that pink pussy...)<</speech>>
[[Next|dani8lust3]]You try to put it in but she screams.
<<speech "Dani">>Ow!<</speech>>
<video width="1000" src="videos/dani/day8/lust/19.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck.. you're so tight!<</speech>>
[[Next|dani8lust19]]You keep trying but it slips away.
<<speech "Dani">>Oh I want it so bad...<</speech>>
<video width="1000" src="videos/dani/day8/lust/18.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm trying but you're too small.<</speech>>
[[Next|dani8lust20]]<video width="1000" src="videos/dani/day8/lust/20.mp4" autoplay controls></video>
<<speech "You" "$name">>Dani, I think you're too tight...
This isn't gonna happen today...<</speech>>
<<speech "Dani">>It's ok...
But I'm still horny... Can I suck you some more?<</speech>>
<<speech "You" "$name">>You read my mind...<</speech>>
''You learned that her pussy is really tight (she will probably need some training)''
<<set $danisecret1 to true>>
[[Next|dani8lust21]]<video width="1000" src="videos/dani/day8/lust/21.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuuuck...<</speech>>
<<speech "Dani">>Hihi.<</speech>>
[[Next|dani8lust22]]<<set $bonusdominance to true>>
<<speech "You" "$name">>I need to fuck you!<</speech>>
<video width="1000" src="videos/dani/day8/lust/rough1.mp4" autoplay controls></video>
<<speech "Dani">>Woah!
Okay, I'm ready...<</speech>>
[[Next|dani8instructfuck2]]<<speech "You" "$name">>Allow me.<</speech>>
<video width="1000" src="videos/dani/day8/lust/rough2.mp4" autoplay controls></video>
[[Next|dani8instructfuck3]]<<speech "Dani">>Oh $name...<</speech>>
<video width="1000" src="videos/dani/day8/lust/rough3.mp4" autoplay controls></video>
[[Next|dani8lust15]]<video width="1000" src="videos/dani/day8/lust/22.mp4" autoplay controls></video>
<<speech "You" "$name">>Faster babe....<</speech>>
<<speech "Dani">>Okay!<</speech>>
[[Next|dani8lust23]]<video width="1000" src="videos/dani/day8/lust/23.mp4" autoplay controls></video>
<<speech "You" "$name">>Faster!<</speech>>
<<speech "Dani">>Hmmmmpft!<</speech>>
[[Next|dani8lust24]]<video width="1000" src="videos/dani/day8/lust/24.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuck! I'm gonna cum!<</speech>>
[[Next|dani8lust25]]<<speech "You" "$name">>Open your mouth!<</speech>>
<video width="1000" src="videos/dani/day8/lust/cum.mp4" autoplay controls></video>
[[Next|dani8lust26]]<video width="1000" src="videos/dani/day8/lust/cum2.mp4" autoplay controls></video>
After cumming, your dick returns to being "just big".
<<speech "Dani">>It tasted funny... but I'll get used to it.<</speech>>
<<speech "You" "$name">>Yes you will...<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
As soon as your power loses effect she reacts to what just happened.
<<speech "Dani">>Oh my god!!!<</speech>>
<<speech "You" "$name">>What?<</speech>>
She jumps from the bed and starts dressing again.
<<speech "Dani">>I-I don't know why did t-this...<</speech>>
<<speech "You" "$name">>Hey, calm down...<</speech>>
She looks at you.
<<speech "You" "$name">>We just had sex. You have nothing to be ashamed of.<</speech>>
<<speech "Dani">>I... always dreamed about this...
But it didn't work...<</speech>>
<<speech "You" "$name">>You're just inexperienced... you should "train" a little...<</speech>>
<<speech "Dani">>How?<</speech>>
<<speech "You" "$name">>Do you masturbate?<</speech>>
<<speech "Dani">>Y-yes...
But I just use my fingers...<</speech>>
<<speech "You" "$name">>Then you should start using something else to get used to penetration.<</speech>>
[[Give her a dildo (must have bought one)|dani8lustdildo]]
[[Next|dani8lustend]]<<if $dildonumber gte 1>><<nobr>>
<<set $dildonumber -= 1>>
<<set $dani.mess3 to true>>
<<set $danidildo to true>><</nobr>>
<<speech "You" "$name">>Here, don't ask me why I have this...<</speech>>
You give her a dildo. She looks confused but accepts your gift.
<<speech "Dani">>Okay...<</speech>>
<<speech "You" "$name">>Whenever you're horny, remember to give it a try.<</speech>>
[[Next|dani8lustend]]
<<else>>
You don't have this item.
[[Next|dani8lustend]]<</if>><<speech "Dani">>Did you like it? The sex...<</speech>>
<<speech "You" "$name">>Yeah! That was great. Very good for a first time.<</speech>>
She looks pretty excited to hear that.
<<speech "Dani">>Thank you!<</speech>>
<<speech "You" "$name">>I should get going though... It's pretty late.<</speech>>
<<speech "Dani">>Sure! Thanks for coming...
I really had fun.<</speech>>
You give her a kiss on the forehead and leave.
<<speech "Dani">>Oh... Bye!!<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $dani.lust += 1>>
<<if $bonusdominance is true>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
<<else>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>><</if>>
[[Go home|home8night]]She lays on the ground and starts to draw.
<video width="1000" src="videos/dani/day8/psy/1.mp4" autoplay controls></video>
<<speech "Dani">>I'm gonna draw something cool!<</speech>>
<<speech "You" "$name">>Wow... I didn't think she would take it so literally...<</speech>>
[[Next|dani8psy2]]<<speech "You" "$name">>So... I think I should go. I'm a little tired.<</speech>>
<<speech "Dani">>I'm feeling sleepy too...<</speech>>
<video width="1000" src="videos/dani/day8/psy/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(What?)
Or maybe I could stay too...<</speech>>
<<speech "Dani">>Are you looking at my panties, $name?<</speech>>
<video width="1000" src="videos/dani/day8/psy/3.mp4" autoplay muted loop></video>
[[Next|dani8psy3]]<<speech "Dani">>I think that's wrong... but it makes me feel nice.
I like you. You can look.<</speech>>
<video width="1000" src="videos/dani/day8/psy/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(What the hell? She seems more innocent, but horny at the same time...)<</speech>>
[[Next|dani8psy4]]<video width="1000" src="videos/dani/day8/psy/5.mp4" autoplay controls></video>
<<speech "Dani">>Hmmmm...<</speech>>
<<speech "You" "$name">>Dani... what are you doing?
(Her pussy is beautiful)<</speech>>
[[Next|dani8psy5]]<<speech "Dani">>I'm playing... with myself.<</speech>>
<video width="1000" src="videos/dani/day8/psy/6.mp4" autoplay controls></video>
<<speech "Dani">>Hmmmm... this feels good.<</speech>>
<<speech "You" "$name">>See how good you feel when you don't care about what people are thinking?<</speech>>
[[Next|dani8psy6]]<<speech "Dani">>Uhnnn... you're right...<</speech>>
<video width="1000" src="videos/dani/day8/psy/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Now why don't you try sticking it inside?<</speech>>
<<speech "Dani">>I never tried this before...<</speech>>
[[Next|dani8psy7]]<<speech "Dani">>Okay!<</speech>>
<video width="1000" src="videos/dani/day8/psy/8.mp4" autoplay controls></video>
<<speech "Dani">>Uhg it hurts a little...<</speech>>
<<speech "You" "$name">>(It hurts? But it's so small...)<</speech>>
''You learned that her pussy is really tight (she will probably need some training)''
<<set $danisecret1 to true>>
<<speech "You" "$name">>Keep doing, it will get better.<</speech>>
[[Next|dani8psy8]]<<speech "Dani">>Maybe if...<</speech>>
<video width="1000" src="videos/dani/day8/psy/9.mp4" autoplay controls></video>
<<speech "You" "$name">>That's a nice idea. Well done.<</speech>>
<<speech "Dani">>$name, I'm so horny...<</speech>>
<img class="middle normal" src="images/dani/day8/7.jpg">
<<speech "You" "$name">>(Uhmmm... what the fuck? Did her eyes just-)<</speech>>
[[Next|dani8psy9]]
<<set $danipussytraining to 0>><img class="middle medium" src="images/misc/dickgrowing.gif">
Your dick grows even more in size, almost ripping off your underpants.
<<speech "You" "$name">>What the fuck?<</speech>>
<<speech "Dani">>What?
Oh my god!<</speech>>
She can't take her eyes out of your huge bulge.
<<speech "You" "$name">>(How the fuck did she do that? Wait... was it even her?)<</speech>>
[[Next|dani8psy10]]<<speech "Dick">>$name!<</speech>>
<<speech "You" "$name">>(Dick? Right now?)<</speech>>
<<speech "Dick">>I felt something odd. Did you used your Transmutation calling?<</speech>>
<<speech "You" "$name">>(No...)<</speech>>
<<speech "Dick">>Well... I felt it. That's why you "grew".<</speech>>
<<speech "You" "$name">>(I swear it wasn't me...)<</speech>>
<<speech "Dick">>This girl... it must've been her...<</speech>>
<<speech "You" "$name">>(Do I do something?)<</speech>>
<<speech "Dick">>I don't feel anything evil coming from her...<</speech>>
Meanwhile she's hypnotized, playing with herself and ignoring almost everything you're saying.
<video width="1000" src="videos/dani/day8/psy/10.mp4" autoplay loop muted></video>
<<speech "You" "$name">>(Fuck... look at that pink pussy...)<</speech>>
[[Next|dani8psy11]]<<speech "You" "$name">>(Fuck I have this massive erection and she probably couldn't take even the tip)
Hey Dani, try to stick another one in.<</speech>>
<video width="1000" src="videos/dani/day8/psy/11.mp4" autoplay controls></video>
<<speech "Dani">>Ow....<</speech>>
[[Next|dani8psy12]]<<speech "You" "$name">>Use your fingers.<</speech>>
<video width="1000" src="videos/dani/day8/psy/12.mp4" autoplay controls></video>
<<speech "Dani">>Uhnnnn... that helps...
I think I'm gonna...<</speech>>
[[Next|dani8psy13]]<<speech "Dani">>Cum!<</speech>>
<video width="1000" src="videos/dani/day8/psy/13.mp4" autoplay controls></video>
As soon as she climax you lose the connection to her mind. You dick also gets back to being "just big".
<img class="middle medium" src="images/player/psycall.gif">
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "Dani">>Oh my god!!!<</speech>>
She runs to her bathroom and closes the door.
[[Next|dani8psy14]]<<speech "You" "$name">>Dani... calm down.<</speech>>
She says from the bathroom:
<<speech "Dani">>I'm so ashamed... I-i don't know what happened...<</speech>>
<<speech "You" "$name">>Just chill. You were just expressing yourself, there's nothing wrong with that.<</speech>>
She slowly opens the door and looks at you.
<<speech "Dani">>R-really?<</speech>>
<<speech "You" "$name">>Yeah... I bet it felt really good to be yourself, right?<</speech>>
<<speech "Dani">>It did...<</speech>>
<<speech "You" "$name">>So why worry?<</speech>>
<<speech "Dani">>Maybe you're right... thanks.<</speech>>
<<speech "You" "$name">>No problem.<</speech>>
<<speech "Dani">>Did you... like to watch?<</speech>>
<<speech "You" "$name">>That was hot I'll admit...
But you need to "train" a little more.<</speech>>
<<speech "Dani">>What?<</speech>>
<<speech "You" "$name">>You're a virgin, right? You need to get used to penetration.<</speech>>
She blushes really hard.
<<speech "Dani">>Oh my...<</speech>>
[[Give her a dildo (must have a dildo)|dani8psydildo]]
<<set $dildonumber += 1>>
[[Next|dani8psyend]]<<if $dildonumber gte 1>><<nobr>>
<<set $dildonumber -= 1>>
<<set $dani.mess3 to true>>
<<set $danidildo to true>><</nobr>>
<<speech "You" "$name">>Here, don't ask me why I have this...<</speech>>
You give her a dildo. She looks confused but accepts your gift.
<<speech "Dani">>Okay...<</speech>>
<<speech "You" "$name">>Whenever you're horny, remember to give it a try.<</speech>>
[[Next|dani8psyend]]
<<else>>
You don't have this item.
[[Next|dani8psyend]]<</if>><<speech "You" "$name">>I should get going though... It's pretty late.<</speech>>
<<speech "Dani">>Sure! Thanks for coming...
I really had fun.<</speech>>
You give her a kiss on the forehead and leave.
<<speech "Dani">>Oh... Bye!!<</speech>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>>
[[Go home|home8night]]You can use clamps to dominate or tease girls through pain.
<img class="middle medium" src="images/items/clamps.jpg">
<<speech "Naomi">>The price is 36 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 36>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You bought some clamps.
<<set $clampsnumber += 1>><<nobr>>
<<set $player.money -= 36>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 36 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use clamps to dominate or tease girls through pain.
<img class="middle medium" src="images/items/clamps.jpg">
<<speech "Naomi">>The price is 40 $...<</speech>>
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought some clamps.
<<set $clampsnumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> <<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use clamps to dominate or tease girls through pain.
<img class="middle medium" src="images/items/clamps.jpg">
You have $clampsnumber set of clamps.The light vanishes and you can see again.
<<speech "You" "$name">>Woah! What was that?<</speech>>
<<speech "Dani1" "Dani">>What was what?<</speech>>
<img class="middle large" src="images/dani/day8/8.jpg">
A stunning redhead is in front of you.
<<speech "You" "$name">>What the fuck??<</speech>>
<<speech "Dani1" "Dani">>$name! You're scaring me! What is it??<</speech>>
<<speech "You" "$name">>(That can't be right...) Dani?<</speech>>
<<speech "Dani1" "Dani">>Yeah...?<</speech>>
<<speech "You" "$name">>Uhmmm... nothing...
(This is so fucking weird!)<</speech>>
You hear footsteps coming from the stairs.
<<speech "Lauren">>Did you guys see that bright light?<</speech>>
<<speech "You" "$name">>(Oh my god, she's going to freak out...)<</speech>>
<<speech "Dani1" "Dani">>I didn't see anything, mom.<</speech>>
<<speech "Lauren">>I could swear it came from here...
I must be too tired. I'll go get some sleep.<</speech>>
She goes to her room and leaves you alone.
<<speech "You" "$name">>(WHAAAAT? She didn't care at all...)<</speech>>
<<speech "Dani1" "Dani">>Okay... weird...<</speech>>
<img class="middle medium" src="images/dani/day8/9.jpg">
[[Next|dani8trans3]]
<<speech "You" "$name">>Yeah... pretty weird...<</speech>>
<<speech "Dani1" "Dani">>So... did you like my room?<</speech>>
Her voice still have the same tone, her choice of words is similar and her personality seems to be the same, except for her confidence, which appears to be better.
<<speech "You" "$name">>Yes, it's very big and it has a lot of stuff.<</speech>>
<<speech "Dani1" "Dani">>I've always wanted you to see it.<</speech>>
<img class="middle large" src="images/dani/day8/10.jpg">
<<speech "You" "$name">>(Wait... does she still has a crush on me?)
So you were asking if I find you pretty...<</speech>>
<<speech "Dani1" "Dani">>And you said that I could be prettier...<</speech>>
<<speech "You" "$name">>What? Pfff, no. You are gorgeous!<</speech>>
<<speech "Dani1" "Dani">>Really?<</speech>>
She blushes a little.
<<speech "You" "$name">>But why are you asking me that?<</speech>>
<<speech "Dani1" "Dani">>I wanted to know... if you feel attracted to me...<</speech>>
<<speech "You" "$name">>Somehow today I'm even more attracted...<</speech>>
She looks away and talks to herself.
<<speech "Dani1" "Dani">>Oh my god...<</speech>>
<img class="middle medium" src="images/dani/day8/11.jpg">
<<speech "You" "$name">>Dani...<</speech>>
<<speech "Dani1" "Dani">>Yeah...?<</speech>>
<<speech "You" "$name">>I'm gonna kiss you.<</speech>>
[[Next|dani8trans4]]You climb on the bed and kiss her.
<video width="1000" src="videos/dani/day8/trans/1.mp4" autoplay controls></video>
[[Next|dani8trans5]]You slide your hands on her body.
<video width="1000" src="videos/dani/day8/trans/2.mp4" autoplay controls></video>
And she touches your dick.
<<speech "You" "$name">>Are you grabbing my cock?<</speech>>
<<speech "Dani1" "Dani">>Yeah... sorry.<</speech>>
[[Next|dani8trans6]]<<speech "You" "$name">>I like it keep going.<</speech>>
She begins to stroke it through the pants.
<video width="1000" src="videos/dani/day8/trans/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Do you want to see it?<</speech>>
<<speech "Dani1" "Dani">>Oh my god...
Yes...<</speech>>
[[Next|dani8trans7]]
<<speech "You" "$name">>Go ahead.<</speech>>
<video width="1000" src="videos/dani/day8/trans/4.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>I...<</speech>>
<<speech "You" "$name">>Is it the biggest dick you've seen?<</speech>>
<img class="middle medium" src="images/dani/day8/12.jpg">
<<speech "Dani1" "Dani">>It's the first dick I've seen...
In person...<</speech>>
[[Next|dani8trans8]]She touches it not really knowing what to do.
<video width="1000" src="videos/dani/day8/trans/5.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>I'm a little shy right now...<</speech>>
<<speech "You" "$name">>You don't need to, just play with it.
(She's so cute)<</speech>>
[[Next|dani8trans9]]She starts to play with it.
<video width="1000" src="videos/dani/day8/trans/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Just like that.<</speech>>
<<speech "Dani1" "Dani">>I don't know if will fit in my mouth...<</speech>>
[[Next|dani8trans10]]<<speech "You" "$name">>Let me help you.<</speech>>
<video width="1000" src="videos/dani/day8/trans/8.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>Hmmpft...<</speech>>
<<speech "You" "$name">>Easy does it...<</speech>>
[[Next|dani8trans11]]<<speech "You" "$name">>Fuck... your mouth feels so good...<</speech>>
<video width="1000" src="videos/dani/day8/trans/9.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>$name... I don't think I can...<</speech>>
She seems very tense.
<<speech "You" "$name">>What?<</speech>>
<<speech "Dani1" "Dani">>This is going to fast...
I'm not ready today...<</speech>>
[[Convince her (love or lust level 2)|dani8translove]]
[[Try to force her (submission level 2)|dani8transdom]]
[[Respect her time|dani8transend]]<<if $dani.love gte 2 or $dani.lust gte 2>>
<<speech "You" "$name">>I have an idea...
Why don't we do something else instead?<</speech>>
<<speech "Dani1" "Dani">>Like what?<</speech>>
<<speech "You" "$name">>I would love to see your body.<</speech>>
<<speech "Dani1" "Dani">>Do you want me to get naked?<</speech>>
<<speech "You" "$name">>I want you to strip for me.<</speech>>
<<speech "Dani1" "Dani">>I-i think I can do that...<</speech>>
<img class="middle large" src="images/dani/day8/13.jpg">
[[Next|dani8translove2]]
<<else>>
Either her love or lust for you is not enough.
[[Back|dani8trans11]]<</if>><<if $dani.submission gte 2>>
<<speech "You" "$name">>Of course you can, come here.<</speech>>
You grab her fairly easy and start to undress her.
<video width="1000" src="videos/dani/day8/trans/r1.mp4" autoplay loop muted></video>
<<speech "You" "$name">>Take of your bra.<</speech>>
<<speech "Dani1" "Dani">>Okay...<</speech>>
<video width="1000" src="videos/dani/day8/trans/r2.mp4" autoplay loop muted></video>
[[Next|dani8transdom2]]
<<else>>
She's not submissive enough to you.
[[Back|dani8trans11]]<</if>><video width="1000" src="videos/dani/day8/trans/r3.mp4" autoplay controls></video>
<<speech "You" "$name">>You like this?<</speech>>
<<speech "Dani1" "Dani">>I...<</speech>>
<<speech "You" "$name">>Bring this little mouth over here...<</speech>>
[[Next|dani8transdom3]]<<speech "You" "$name">>Open wide.<</speech>>
<video width="1000" src="videos/dani/day8/trans/r4.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>Gwak...gawk..gawk...<</speech>>
<<speech "You" "$name">>Ohhh...<</speech>>
[[Next|dani8transdom4]]<<speech "You" "$name">>Deeper!<</speech>>
<video width="1000" src="videos/dani/day8/trans/r5.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>~GASP~I think... I'm gonna puke...<</speech>>
<<speech "You" "$name">>No you're not...
Let me see this ass.<</speech>>
[[Next|dani8transdom5]]<<speech "You" "$name">>Fuck... I need a closer look.<</speech>>
<video width="1000" src="videos/dani/day8/trans/r6.mp4" autoplay controls></video>
[[Next|dani8transdom6]]<<speech "You" "$name">>You have a beautiful ass Dani...<</speech>>
<video width="1000" src="videos/dani/day8/trans/r7.mp4" autoplay loop muted></video>
<<speech "Dani1" "Dani">>Ow!<</speech>>
<<speech "You" "$name">>I need to fuck you...<</speech>>
<<speech "Dani1" "Dani">>What?? Wait!!<</speech>>
[[Next|dani8transdom7]]<<speech "Dani1" "Dani">>Oh my god... $name...<</speech>>
<video width="1000" src="videos/dani/day8/trans/r8.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>Owwwww!<</speech>>
<<speech "You" "$name">>Fuck! You're so fucking tight...<</speech>>
[[Next|dani8transdom8]]She starts screaming very loudly.
<video width="1000" src="videos/dani/day8/trans/r9.mp4" autoplay loop muted></video>
<<speech "Dani1" "Dani">>Ow! Ow! ''OW!''<</speech>>
<<speech "You" "$name">>(Fuck! She's gonna wake up her mother)<</speech>>
All the commotion makes you lose concentration.
<img class="middle medium" src="images/player/transmutationcall.gif">
She's back to her original self.
<img class="middle large" src="images/dani/day8/rend.jpg">
[[Next|dani8transdom9]]<<speech "Dani">>I'm not ready! I'm too tense...<</speech>>
<<speech "You" "$name">>Maybe I overestimated you... I'm sorry for that.<</speech>>
<<speech "Dani">>No... I'm sorry... I wish I was ready... and maybe I am, phisicaly, but not mentaly.
It's too overwhelming.<</speech>>
<img class="middle large" src="images/dani/day8/rend2.jpg">
<<speech "You" "$name">>Hey... be calm. You're gonna learn.
We'll have other opotunities, okay?<</speech>>
Her eyes are teary.
<<speech "Dani">>Okay...<</speech>>
You get closer and kiss her forehead.
<<speech "You" "$name">>Bye, Dani. This was great...<</speech>>
<<speech "Dani">>B-bye! S-see you...<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $dani.corruption += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $dani.submission += 1>>
[[Go home|home8night]]She takes her blouse off.
<img class="middle large" src="images/dani/day8/14.jpg">
<<speech "You" "$name">>Very nice... Now take the bra off...<</speech>>
She still shows some insecurity.
<img class="middle large" src="images/dani/day8/15.jpg">
<<speech "Dani1" "Dani">>My boobs are too small...<</speech>>
<<speech "You" "$name">>Don't worry about that. Just lay in the bed for me...
I want to see your ass.<</speech>>
[[Next|dani8translove3]]<video width="1000" src="videos/dani/day8/trans/l1.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>Like this...?<</speech>>
<<speech "You" "$name">>Just like this babe (She's so fucking hot).<</speech>>
<<speech "Dani1" "Dani">>Your dick... is so hard...<</speech>>
<<speech "You" "$name">>That's because of you.<</speech>>
She smiles.
<<speech "Dani1" "Dani">>Do you want to me to take the pants off too?<</speech>>
<<speech "You" "$name">>I would love that.<</speech>>
[[Next|dani8translove4]]She gets off the bed.
<<speech "Dani1" "Dani">>Okay...<</speech>>
<img class="middle large" src="images/dani/day8/16.jpg">
She turns around, lower her pants and give you a better view.
<<speech "Dani1" "Dani">>Do you like it?<</speech>>
<img class="middle large" src="images/dani/day8/17.jpg">
<<speech "You" "$name">>I love it... let me take a closer look.<</speech>>
You come closer and kneel on the ground.
<img class="middle large" src="images/dani/day8/18.jpg">
<<speech "You" "$name">>Now drop the pants and lower the panties, slowly.<</speech>>
<<speech "Dani1" "Dani">>Oh my... ok... I can do this....<</speech>>
[[Next|dani8translove5]]<<speech "Dani1" "Dani">>Here it goes...<</speech>>
<img class="middle medium" src="images/dani/day8/19.jpg">
<<speech "You" "$name">>Fuck... your ass is so nice...<</speech>>
<<speech "Dani1" "Dani">>Thank you...<</speech>>
You can't help but to start stroking your dick.
<<speech "Dani1" "Dani">>Are you...?<</speech>>
<<speech "You" "$name">>Yes, Dani. Please get on the armchair and show it to me.<</speech>>
<<speech "Dani1" "Dani">>I... ok...<</speech>>
<img class="middle medium" src="images/dani/day8/nervous.jpg">
[[Next|dani8translove6]]<<speech "You" "$name">>You don't need to be so tense...
Think about how much you wished for this moment.<</speech>>
<<speech "Dani1" "Dani">>You're right... I can't believe this is happening.<</speech>>
She closes her eyes and smiles.
<img class="middle medium" src="images/dani/day8/20.jpg">
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "Dani1" "Dani">>What?<</speech>>
<<speech "You" "$name">>Lay on the bed and spread you legs, Dani.<</speech>>
<<speech "Dani1" "Dani">>W-why?<</speech>>
<<speech "You" "$name">>Just do it. It will feel good.<</speech>>
[[Next|dani8translove7]]She does as you say and you attack her pussy.
<video width="1000" src="videos/dani/day8/trans/l2.mp4" autoplay controls></video>
Her legs starts to shake.
<<speech "Dani1" "Dani">>Ohnnn...$name...<</speech>>
[[Next|dani8translove8]]<<speech "Dani1" "Dani">>Oh my God, $name! This is so intense.<</speech>>
<video width="1000" src="videos/dani/day8/trans/l3.mp4" autoplay controls></video>
<<speech "You" "$name">>I said you'd like it.<</speech>>
<<speech "Dani1" "Dani">>I want to... try again...<</speech>>
<<speech "You" "$name">>Try again?<</speech>>
[[Next|dani8translove9]]<<speech "Dani1" "Dani">>Playing with you...<</speech>>
She pushes you and grabs your cock.
<video width="1000" src="videos/dani/day8/trans/l4.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuck yeah... play with it.<</speech>>
[[Next|dani8translove10]]She spits on it and stroke it.
<video width="1000" src="videos/dani/day8/trans/l5.mp4" autoplay controls></video>
<<speech "You" "$name">>Put it on your mouth, Dani.<</speech>>
[[Next|dani8translove11]]She starts to suck it fast.
<video width="1000" src="videos/dani/day8/trans/l6.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>~GASP!<</speech>>
<<speech "You" "$name">>Ohhh yeah... try to go deeper now<</speech>>
[[Next|dani8translove12]]<<speech "You" "$name">>Oh my God, Dani...<</speech>>
<video width="1000" src="videos/dani/day8/trans/l7.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm gonna cum!<</speech>>
<<speech "Dani1" "Dani">>You can cum on me...<</speech>>
You get off the bed and she goes on her knees.
[[Next|dani8translove13]]<<speech "You" "$name">>Open your mouth!<</speech>>
<video width="1000" src="videos/dani/day8/trans/cum.mp4" autoplay controls></video>
She looks nervous, but accepts all of your hot load on her mouth.
[[Next|dani8translove14]]<video width="1000" src="videos/dani/day8/trans/cum2.mp4" autoplay controls></video>
<<speech "Dani1" "Dani">>F-fanks...<</speech>>
<img class="middle medium" src="images/dani/day8/21.jpg">
<<speech "You" "$name">>Damn...I'm tired...<</speech>>
<img class="middle medium" src="images/player/transmutationcall.gif">
[[Next|dani8translove15]]She's back to her original self.
<<speech "Dani">>I did it!<</speech>>
<img class="middle medium" src="images/dani/day8/22.jpg">
<<speech "You" "$name">>You really did it...<</speech>>
<<speech "Dani">>Did you like it?<</speech>>
<<speech "You" "$name">>Yes, that was great.<</speech>>
She seems really proud of herself.
<<speech "You" "$name">>I think I should go now. I'm really tired.<</speech>>
<<speech "Dani">>Okay, thanks for coming...
And for respecting my time...<</speech>>
You get closer and kiss her forehead.
<<speech "You" "$name">>Bye, Dani. See ya...<</speech>>
<<speech "Dani">>B-bye! S-see you...<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $dani.corruption += 1>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>>
[[Go home|home8night]]<<if $CurEng gte 15>>
<<speech "You" "$name">>Why the hell not? Let's chat a little...<</speech>>
<<speech "Steve">>That's my man!<</speech>>
<img class="middle medium" src="images/misc/smoke.gif">
You two smoke and chat for a while, before you go home.
<span class="friendship">His friendship has increased by 1</span>
<<set $steve.friendship += 1>><<nobr>>
<<set $CurEng -= 15>><</nobr>>
[[Next|homesteve8nosmoke]]
<<else>>
You don't have enough energy for that.
[[Back|home8night]]<</if>><<speech "You" "$name">>Well... I didn't had much time to myself but at least it was a productive day...<</speech>>
<<speech "Dick">>The way you are using your powers...<</speech>>
<<speech "You" "$name">>Oh come on man...<</speech>>
<<speech "Dick">>I meant to say it is... interesting...<</speech>>
<<speech "You" "$name">>What does that means?<</speech>>
<<speech "Dick">>It means it's interesting. Go rest now, boy. It will be a long day tomorrow.<</speech>>
<<speech "You" "$name">>Everyday is pretty long after I got these powers...<</speech>>
You take a shower eat something and go straight to bed.
[[Next|home8dream]]<<set $period to 0>>
You drift into a deep sleep and dream with a relaxing place.
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle large" src="images/misc/peaceful.gif">
[[Next|room9day]]
<<set $mandy.mess += 1>><<nobr>>
<<set $mandy.mess2 to true>>
<<if $danihomeinv is true>>
<<set $dani.mess += 1>>
<<set $dani.mess2 to true>><</if>>
<<if $laurenhomeinv is true>>
<<set $lauren.mess += 1>>
<<set $lauren.mess2 to true>><</if>>
<<set $kendra.mess += 1>>
<<set $kendra.mess2 to true>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $sfaction to 2>>
<<if $leanakeepglasses is true>><<set $shoplifter1bonus to true>><</if>>
<<set $CurEng to 100>>
<</nobr>><<set $shortfreetime to true>><<nobr>>
<<set $day to 9>>
<<set $period to 1>>
<<set $now to true>>
<<set $lateforwork to false>><</nobr>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
You wake up feeling refreshed.
<<link 'Use your phone' 'Phone'>> <</link>>
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
[[End your free time|dee9]]
<<else>>
You have no free time left...
[[End your free time|dee9]]<</if>><<set $mandy.mess2 to false>>
<<speech "Mandy">>Hey, $name. You won't tell about my "job" to Dee, right?<</speech>>
<<if $day lt 11>>
@@#answer;
<<link "Confort her">>
<<replace "#answer">>
<<speech "You" "$name">>Of course not... I would never do that...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $mandy.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Scare her">>
<<replace "#answer">>
<<speech "You" "$name">>That will depend on how well you can keep me entertained...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $mandy.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>><</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>>
<<if $dee.mess gte 1>>
<a data-passage="Deemessages" class="link-internal link-image">
<img class="contacts" src="images/dee/face.jpg">
</a><</if>>
<<if $mandy.mess gte 1>>
<a data-passage="Mandymessages" class="link-internal link-image">
<img class="contacts" src="images/mandy/face.jpg">
</a><</if>>
<<if $kendra.mess gte 1>>
<a data-passage="Kendramessages" class="link-internal link-image">
<img class="contacts" src="images/kendra/face.jpg">
</a><</if>>
<<if $dani.mess gte 1>>
<a data-passage="Danimessages" class="link-internal link-image">
<img class="contacts" src="images/dani/face.jpg">
</a><</if>>
<<if $codi.mess gte 1>>
<a data-passage="Codimessages" class="link-internal link-image">
<img class="contacts" src="images/codi/face.jpg">
</a><</if>>
<<if $summer.mess gte 1>>
<a data-passage="Summermessages" class="link-internal link-image">
<img class="contacts" src="images/summer/face.jpg">
</a><</if>>
<<if $cecilia.mess gte 1>>
<a data-passage="Ceciliamessages" class="link-internal link-image">
<img class="contacts" src="images/cecilia/face.jpg">
</a><</if>>
<<if $marie.mess gte 1>>
<a data-passage="Mariemessages" class="link-internal link-image">
<img class="contacts" src="images/marie/face.jpg">
</a><</if>>
<<if $steve.mess gte 1>>
<a data-passage="Stevemessages" class="link-internal link-image">
<img class="contacts" src="images/steve/face.jpg">
</a><</if>>
<<if $larry.mess gte 1>>
<a data-passage="Larrymessages" class="link-internal link-image">
<img class="contacts" src="images/larry/face.jpg">
</a><</if>>
<<if $tyler.mess gte 1>>
<a data-passage="Tylermessages" class="link-internal link-image">
<img class="contacts" src="images/tyler/face.jpg">
</a><</if>>
<<if $frank.mess gte 1>>
<a data-passage="Frankmessages" class="link-internal link-image">
<img class="contacts" src="images/frank/face.jpg">
</a><</if>>
<<if $jack.mess gte 1>>
<a data-passage="Jackmessages" class="link-internal link-image">
<img class="contacts" src="images/jack/face.jpg">
</a><</if>>
<<if $lauren.mess gte 1>>
<a data-passage="Laurenmessages" class="link-internal link-image">
<img class="contacts" src="images/lauren/face.jpg">
</a><</if>>
<<if $naomi.mess gte 1>>
<a data-passage="Naomimessages" class="link-internal link-image">
<img class="contacts" src="images/naomi/face.jpg">
</a><</if>>
<<if $hana.mess gte 1>>
<a data-passage="Hanamessages" class="link-internal link-image">
<img class="contacts" src="images/hana/face.jpg">
</a><</if>>
<<if $leanamess is true and $shoplifter1bonus is true>>
<a data-passage="Leanacontact" class="link-internal link-image">
<img class="contacts" src="images/shoplyfter1/face.jpg">
</a><</if>>
<<if $chanell.mess gte 1>>
<a data-passage="Chanellmessages" class="link-internal link-image">
<img class="contacts" src="images/chanell/face.jpg">
</a><</if>>
<</nobr>><<set $kendra.mess2 to false>>
<<speech "Kendra">>Hey... sorry for leaving without talking yesterday. I just got kinda shy around you after what we did on sunday. But I'm better now.
PS: I gave your number to my grandma. Don't know why she asked for it though...<</speech>>
<<if $day lt 10>>
@@#answer;
<<link "Calm her">>
<<replace "#answer">>
<<speech "You" "$name">>It's okay. I feel like we're closer now.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $kendra.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>Come on... you don't need to be shy. I get kinda horny when I remember the photo session...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $kendra.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Kendramessages'>> <</link>>
<</if>><<set $dani.mess2 to false>>
<<speech "Dani">>Hey! Thanks again for bringing me home last night. I had fun. Come visit again!<</speech>>
<<if $day lt 11>>
@@#answer;
<<link "Be positive">>
<<replace "#answer">>
<<speech "You" "$name">>Hey, I had fun too. I'll drop by sometime.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I had fun too... but I think we can have even more fun next time.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $dani.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>I will visit again, but we'll have my kind of fun...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Danimessages'>> <</link>>
<</if>><<set $lauren.mess1 to false>>
<<speech "Lauren">>Hey, $name. I had fun last night. You are welcomed to visit again.<</speech>>
<<if $day lt 10>>
@@#answer;
<<link "Be positive">>
<<replace "#answer">>
<<speech "You" "$name">>Hey, I had fun too. I'll drop by sometime.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $lauren.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I had fun too... but I think we can have even more fun next time.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $lauren.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>I will visit again, but we'll have my kind of fun...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $lauren.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Laurenmessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/tyler/face.jpg">
<a data-passage="Tylermessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Tylegallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Tylercontact">><</button>>
<<set $tyler.mess -= 1>><<nobr>>
<img class="right-side small" src="images/tyler/face.jpg"><</nobr>>
<<if $tyler.mess lt 0>><<set $tyler.mess to 0>><</if>>
<<button "Back">><<goto "Tylercontact">><</button>>
*Profile picture:
<img class="contacts" src="images/tyler/face.jpg"><<set $larry.mess -= 1>>
<<speech "Tyler">>Wazaaaap! <</speech>>
<<if $day lt 7>>
@@#answer;
<<link "Answer playfully">>
<<replace "#answer">>
<<speech "You" "$name">>Hahahaha. Come on Larry, you gotta learn how to use your phone.<</speech>>
<span class="friendship">His friendship has increased by 0.5</span>
<<set $larry.friendship += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Help him">>
<<replace "#answer">>
<<speech "You" "$name">>This is not the search bar, Larry. But I'll help you...<</speech>>
<img class="medium" src="images/larry/day6/1.jpg">
<span class="favor">His favor has increased by 0.5</span>
<<set $larry.favor += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Tylermessages'>> <</link>>
<</if>><<set $codi.mess2 to false>>
<<speech "Codi">>Hellooo. I bought some clothes and wanned to get a second opinion on them. Could you drop by when you're free? I swear it won't take long...<</speech>>
@@#answer;
<<link "Answer posetively">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, why not? I can give you a hand or two...<</speech>>
<<set $codiclothes to true>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Answer negatively">>
<<replace "#answer">>
<<speech "You" "$name">>I don't have time for that.<</speech>>
<span class="lust">Her submission has increased by 0.5</span>
<<set $codi.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
You can use the zapper to dominate or tease girls through pain.
<img class="middle medium" src="images/items/zapper.jpg">
You have $zappernumber set of clamps.You can use the zapper to dominate or tease girls through pain.
<img class="middle medium" src="images/items/zapper.jpg">
<<speech "Naomi">>The price is 150 $...<</speech>>
@@#answer;
<<if $player.money gte 150>>
<<link "Buy it for 150 $">>
<<replace "#answer">>
You bought a zapper.
<<set $zappernumber += 1>><<nobr>>
<<set $player.money -= 150>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 150 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> You can use the zapper to dominate or tease girls through pain.
<img class="middle medium" src="images/items/zapper.jpg">
<<speech "Naomi">>The price is 150 $, but since I promised, I'll give you 10% off.<</speech>>
@@#answer;
<<if $player.money gte 135>>
<<link "Buy it for 135 $">>
<<replace "#answer">>
You bought a zapper.
<<set $zappernumber += 1>><<nobr>>
<<set $player.money -= 135>><</nobr>>
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 135 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOP'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOP'>><</link>> Just when you leave your apartment you see Elena carrying a lot of groceries, coming from downstairs and leaving them on the groundand taking a rest before climbing the next set of stairs.
<<speech "Elena">>Que maldito ascensor!<</speech>>
<<speech "You" "$name">>Elena?<</speech>>
<<speech "Elena">>Hola, $name. Can you help me? This damn elevator is broken again and I have all of this to carry.<</speech>>
<<speech "You" "$name">>Oh, okay. Let me help you.<</speech>>
You grab all of her things and go upstairs.
<<speech "Elena">>Ohhh, you're strong hahaha.<</speech>>
<img class="middle medium" src="images/elena/day9/4.jpg">
[[Next|room9dayb]]She opens her apartment and you can see she really loves decorations. The place has several paintings and all kinds of sofas and cushions that look very comfortable.
<<speech "Elena">>You can put them on the kitchen, please.
You are a life saver!<</speech>>
<img class="middle large" src="images/elena/day9/1.jpg">
You walk to the kitchen and see a dinning table full of books and notes.
<<speech "You" "$name">>Were you studying?<</speech>>
You put the groceries on the ground.
<<speech "Elena">>Actually these are from my students. I like to teach them at this table.
Which reminds me that you still didn't tried one of my classes.<</speech>>
She playfully crosses her arms as if she was mad but smiles at you at the same time.
<<speech "You" "$name">>I wanned to, but there's been a lot happening right now.<</speech>>
<<speech "Elena">>I understand.<</speech>>
She looks at time.
<<speech "Elena">>Maybe you could stay for a free class. Just for a test drive...<</speech>>
<img class="middle large" src="images/elena/day9/2.jpg">
[[Take a free class|elena9class]]
[[Decline|elena9noclass]]<<speech "You" "$name">>I don't have much time before work. Will it be fast?<</speech>>
<<speech "Elena">>Sure! Just to test your level and teach you some things;<</speech>>
<<speech "You" "$name">>Okay then!<</speech>>
<<speech "Elena">>Great! Let me just get one thing.<</speech>>
She goes through some things, comes back with a magazine and sit on the couch.
<<speech "Elena">>This is a Cuban magazine. I would like to try to read some sentences for you to understand what your level is.<</speech>>
Her skirt lifts a little but she doesn't seem very conscious about her body
<img class="middle medium" src="images/elena/day9/5.jpg">
<<speech "Elena">>You're coming?<</speech>>
<<speech "You" "$name">>(Her body is so nice...) Yeah!<</speech>>
[[Next|elena9class1]]<<speech "You" "$name">>Sorry, Elena. I'm gonna be late for work if I don't go now...<</speech>>
<<speech "Elena">>No problem! See you next time. Thanks again!<</speech>>
<img class="middle large" src="images/elena/day9/3.jpg">
You leave her apartment.
[[Next|lobby8a]]You're walking towards the store when you reach the usual spot were the strange old guy usually asks you for money.
<<speech "You" "$name">>(Huh... weird, he's not here today...)<</speech>>
Continuing your walk you finally get to the market and see Mercedes arriving in her expensive car just before you do.
<<speech "Mercedes">>Oh... hello, $name.<</speech>>
She enters without leaving room for any chit-chat.
<<if $mercedesrecord is true>>
<<speech "You" "$name">>(This reminds me that I still have a little video to use against her...)<</speech>>
<</if>>
[[Next|work9]]
<<set $workhacked to false>><<set $workhacktry to false>><<speech "Elena">>Okay. Let's start with something simple.
"Me gusta la atmósfera de este restaurante"...<</speech>>
<<speech "You" "$name">>I like the... atmosphere of this restaurant?<</speech>>
<<speech "Elena">>Muy bien!<</speech>>
<<speech "You" "$name">>(I feel like I'm in "Dora the explorer")<</speech>>
<video width="1000" src="videos/elena/day9/1.mp4" autoplay loop muted></video>
<<speech "You" "$name">>(But with huge tits)<</speech>>
[[Next|elena9class2]]<<speech "Elena">>Now...
"Quiero cenar en un restaurante".<</speech>>
<<speech "You" "$name">>I want... to do "something" at a restaurant...?<</speech>>
<<speech "Elena">>Hahaha... "Cenar" means "to have dinner". But you're not so bad...<</speech>>
She gives a little tap on your arm.
<img class="middle medium" src="images/elena/day9/6.jpg">
<<speech "You" "$name">>(Her body looks nice... I'm getting kinda horny)<</speech>>
[[Focus on her class (energy -10)|elena9classlearn]]
[[Focus on her|elena9classhorny]]
[[Go to work|elena9noclass]]<<speech "You" "$name">>Ok... new word learned: cenar...<</speech>>
<<set $CurEng -= 10>>
<<speech "Elena">>Good... now something a little more complex.
<<set $lateforwork to true>>
"El restaurante estaba bien vacío, así que pude leer en paz mientras comía"<</speech>>
<<speech "You" "$name">>The restaurant... wa- po-... okay I don't know shit haha.<</speech>>
You both start to taugh.
<img class="middle medium" src="images/elena/day9/7.jpg">
<<speech "Elena">>Hahahaha It's easier than it looks. Let me teach you a few tricks...<</speech>>
[[Next|elena9classlearn2]]<<speech "You" "$name">>So I could say like... "Te quiero cenar"?<</speech>>
<<set $lateforwork to true>>
She starts to laugh.
<<speech "Elena">>Hahahahaha. No! You can't say that...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Elena">>You just said that you want me for dinner...<</speech>>
<<speech "You" "$name">>Oh my... did I? (Muahaha)<</speech>>
You begin to get hard.
<img class="middle medium" src="images/elena/day9/8.jpg">
And she notices it.
[[Next|elena9classhorny2]]She spends some minutes teaching you about some tips and shortcuts to learn the language faster.
<<speech "Elena">>I think that's more than enought for a short first class.<</speech>>
<<speech "You" "$name">>That was really cool actually. I'm surprised. I never paid much attention to spanish class when I was at school...<</speech>>
<<speech "Elena">>Really? People usually pay a lot of attention in my classes...<</speech>>
<<speech "You" "$name">>(I wonder why...) So, that's my cue. I gotta go before I'm too late.<</speech>>
<<speech "Elena">>Sure! I hope you liked it. Come back anytime!<</speech>>
<<speech "You" "$name">>Gracias. Adiós...<</speech>>
<<speech "Elena">>Haha, bye $name. Take care...<</speech>>
<span class="blue">''Your intelligence has increased by 15 xp''</span>
<<set $player.intelligence += 15>>
<span class="love">Her love has increased by 1</span>
<<set $elena.love += 1>>
[[Next|lobby8a]]<<speech "Elena">>Uhmm... is you dick getting hard?<</speech>>
<img class="middle medium" src="images/elena/day9/9.jpg">
[[Try to work around it (charisma level 2)|elena9classhorny3]]
[[Apologize (charisma level 1)|elena9classhornyapology]]
[[Play dumb|elena9classhornydumb]]<<if $charismalvl gte 2>>
<<speech "You" "$name">>Woah! I must really love learning spanish!<</speech>>
She starts to laugh and covers her mouth.
<<speech "Elena">>Oh my god! Stop it, $name.<</speech>>
She blushes more.
<<speech "You" "$name">>It's not that much of a joke. I'm really "excited" to be here now learning with you.<</speech>>
You lightly place your hand on her leg.
<img class="middle medium" src="images/elena/day9/12.jpg">
<<speech "Elena">>Oh my...<</speech>>
[[Keep going (charisma level 3)|elena9classhorny4]]
[[Don't push your luck|elena9classhornystop]]
<<else>>
You're not charismatic enough to do that.
[[Back|elena9classhorny2]]<</if>><<speech "You" "$name">>What?? I don't have an erection...<</speech>>
<<speech "Elena">>Yes you do! Look at it...<</speech>>
<img class="middle medium" src="images/elena/day9/11.jpg">
<<speech "You" "$name">>Well...<</speech>>
<<speech "Elena">>It's okay, $name. But you should go now...<</speech>>
<<speech "You" "$name">>Okay... sorry...<</speech>>
<<speech "Elena">>Don't worry... thanks for the help.<</speech>>
[[Next|lobby8a]]<<if $charismalvl gte 1>>
<<speech "You" "$name">>Fuck! I'm sorry...<</speech>>
She smiles.
<<speech "Elena">>It's okay, $name. I know it's not you fault.<</speech>>
<<speech "You" "$name">>You're just, very attractive.<</speech>>
She gets a little shy but keeps her composure.
<<speech "Elena">>Thank you, $name. You're very handsome yourself.<</speech>>
<<speech "You" "$name">>Now you're just saying that to sell me these classes.<</speech>>
She laughs.
<<speech "Elena">>Hahaha. Really, I mean it.<</speech>>
[[Flirt with her (charisma level 2)|elena9classhornyflirt]]
[[Don't push your luck|elena9classhornyapology2]]
<<else>>
You're not charismatic enough to do that.
[[Back|elena9classhorny2]]<</if>><<speech "You" "$name">>Sorry, Elena. I'm gonna be late for work if I don't go now...<</speech>>
<<speech "Elena">>No problem! See you next time. Thanks again!<</speech>>
<img class="middle medium" src="images/elena/day9/3.jpg">
You leave her apartment.
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
[[Next|lobby8a]]<<if $charismalvl gte 2>>
<<speech "You" "$name">>If it's mutual... maybe we can do something some day...<</speech>>
<<speech "Elena">>Are you kinding? I'm older than you...<</speech>>
<<speech "You" "$name">>Does that matter? Cause for me it's really not a problem.<</speech>>
You look at her body.
<<speech "Elena">>You're such a charmer, aren't you?<</speech>>
<img class="middle medium" src="images/elena/day9/7.jpg">
<<speech "You" "$name">>Just a little bit. Can I have your number?<</speech>>
She thinks for a while.
<<speech "Elena">>I haven't been dating much... but why not...<</speech>>
''You got her number''
<<speech "Elena">>But no promises, okay?<</speech>>
<<speech "You" "$name">>Sure... no pressure...
Now I have to go. Bye, Elena!<</speech>>
<<speech "Elena">>Bye! And thanks again for the help.<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
[[Next|lobby8a]]
<<else>>
You're not charismatic enough to do that.
[[Back|elena9classhornyapology]]<</if>><<if $charismalvl gte 3>>
<video width="1000" src="videos/elena/day9/2.mp4" autoplay controls></video>
You run your hand over her thigh.
<img class="middle medium" src="images/elena/day9/13.jpg">
She doesn't seem to mind it.
<<speech "You" "$name">>Now it's getting even harder...
Don't you wanna touch it?<</speech>>
She smiles.
<<speech "Elena">>I don't know if I should...<</speech>>
<<speech "You" "$name">>I don't know if you should either. But I'm getting late for work and I'll leave in a few minutes. Don't you want to feel it before I go?<</speech>>
She starts to laugh.
<<speech "You" "$name">>What?<</speech>>
<<speech "Elena">>You look so cute doing this sex talk.<</speech>>
<<speech "You" "$name">>Cute?<</speech>>
<<speech "Elena">>I don't think you can handle me, baby...<</speech>>
[[Next|elena9classhorny5]]
<<else>>
You're not charismatic enough to do that.
[[Back|elena9classhorny3]]<</if>><<speech "You" "$name">>Sorry, Elena. I'm gonna be late for work if I don't go now...<</speech>>
<<speech "Elena">>No problem! See you next time. Thanks again!<</speech>>
<img class="middle large" src="images/elena/day9/3.jpg">
You leave her apartment.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
[[Next|lobby8a]]She grabs your dick and press it a little.
<img class="middle medium" src="images/elena/day9/14.jpg">
<<speech "Elena">>Oh my god...<</speech>>
<<speech "You" "$name">>See? That wasn't so hard after all...<</speech>>
<<speech "Elena">>Hahahaha. It's pretty damn hard!<</speech>>
<<speech "You" "$name">>(Fuck this feels good)<</speech>>
<<speech "Elena">>But I still think you can't handle me...<</speech>>
<<speech "You" "$name">>Of course I can.<</speech>>
<<speech "Elena">>Let's make a deal, if you can keep from cumming while I stroke your cock, I'll let you fuck me.<</speech>>
<img class="middle medium" src="images/elena/day9/15.jpg">
[[Unzip your pants|elena9classhorny6]]
[[Don't push your luck|elena9classhorny5stop]]<<speech "You" "$name">>It's on!<</speech>>
You pull your cock out and she immediately starts to undress.
<<speech "Elena">>Okay... now I'm horny...<</speech>>
<video width="1000" src="videos/elena/day9/3.mp4" autoplay controls></video>
At this point she's not holding herself any longer.
[[Next|elena9classhorny7]]<<speech "You" "$name">>Sorry, Elena. I'm gonna be late for work if I don't go now...<</speech>>
<<speech "Elena">>No problem! See you next time. Thanks again!<</speech>>
<img class="middle large" src="images/elena/day9/3.jpg">
You leave her apartment.
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
[[Next|lobby8a]]<<speech "You" "$name">>Your tits are very nice, can I see them?<</speech>>
<<speech "Elena">>You can do more than that...<</speech>>
<video width="1000" src="videos/elena/day9/4.mp4" autoplay controls></video>
[[Next|elena9classhorny8]]She spits on your cock and starts to stroke it.
<<speech "You" "$name">>(Fuck... I can tell this is going to be hard...)<</speech>>
<video width="1000" src="videos/elena/day9/5.mp4" autoplay controls></video>
<<speech "Elena">>You like it?<</speech>>
[[Next|elena9classhorny9]]<<speech "Elena">>Your cock is too nice, I want a taste.<</speech>>
<video width="1000" src="videos/elena/day9/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuck, that wasn't the deal...<</speech>>
[[Next|elena9classhorny10]]<<speech "Elena">>You're right...<</speech>>
<video width="1000" src="videos/elena/day9/8.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...!<</speech>>
[[Next|elena9classhorny11]]<<speech "Elena">>I feel it twitchiiiing...<</speech>>
<video width="1000" src="videos/elena/day9/9.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! I'm gonna cum!)<</speech>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="energy">*''Energy calling available''</span></div>
[[Use the Calmness calling (-20 energy /1 arche point)|elena9classcalm]]
[[Use the Energy calling (2 arche points)|elena9classeng]]
[[Give up|elena9classhorny12]]<<if $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
You close your eyes and take a deep breath.
<img class="middle medium" src="images/player/calmnesscall.gif">
And your need to orgasm lowers drastically.
<<speech "You" "$name">>You're gonna need to do more than that...<</speech>>
<<speech "Elena">>What? I could swear you were about to...<</speech>>
She gets up and take off the rest of her clothes.
<img class="middle large" src="images/elena/day9/16.jpg">
<<speech "Elena">>Prepare to cum.<</speech>>
[[Next|elena9classcalm2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/calmnesscall2.gif">
But you still manage to take some experience out of it.
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|elena9classhorny12]]<</if>><<if $player.arche gte 2>>
<<set $CurEng += 15>><<nobr>>
<<set $player.arche -= 2>><</nobr>>
You concentrate on her movements and try to absorb some of her energy.
<img class="middle medium" src="images/player/energycall.gif">
You feel like you've been hit with a burst of energy.
<<speech "You" "$name">>(Woah! What is this?)<</speech>>
She, on the other hand start to get worned out.
<<speech "Elena">>Woah... I feel so tired all of the sudden...<</speech>>
<<speech "You" "$name">>Maybe you put too much energy into it.<</speech>>
<<speech "Elena">>Uhhh... I need to lay down.<</speech>>
She lays on the couch behind her.
<<speech "You" "$name">>Here, let me help you.<</speech>>
You take off the rest of her clothes.
<<speech "Elena">>Hey! What are you doing?<</speech>>
<<speech "You" "$name">>Well... I did passed your challenge. So I get to fuck you.<</speech>>
She smiles.
<<speech "Elena">>Hahaha... I don't know, I'm kinda tired...<</speech>>
[[Next|elena9classeng2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/energycall2.gif">
But you still manage to take some experience out of it.
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|elena9classhorny12]]<</if>>You surrender to her technique and cum on her hands.
<video width="1000" src="videos/elena/day9/cumhj.mp4" autoplay controls></video>
[[Next|elena9classhorny13]]She begins to work it even faster.
<video width="1000" src="videos/elena/day9/10.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! This feels good...
But why this fixation on getting me off early?<</speech>>
<<speech "Elena">>I just don't want to let you fuck me and then cum in 5 seconds.
I'm testing you.<</speech>>
[[Next|elena9classcalm3]]<video width="1000" src="videos/elena/day9/11.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm not just any guy...<</speech>>
<<speech "Elena">>Yeah... every guy says that... We'll see...<</speech>>
[[Next|elena9classcalm4]]<<speech "Elena">>Come here and fuck my tits.<</speech>>
<video width="1000" src="videos/elena/day9/12.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh yeah...<</speech>>
[[Next|elena9classcalm5]]<<speech "You" "$name">>This feels amazing.<</speech>>
<video width="1000" src="videos/elena/day9/13.mp4" autoplay controls></video>
<<speech "Elena">>Oh my God. I can't take it anymore. Give me that big dick.<</speech>>
[[Next|elena9classcalm6]]She gets on fours over the couch and waits for you cock.
<video width="1000" src="videos/elena/day9/14.mp4" autoplay controls></video>
<<speech "Elena">>Ohnnn...yeahhh...<</speech>>
[[Next|elena9classcalm7]]
<<speech "You" "$name">>Your pussy is so tight...<</speech>>
<video width="1000" src="videos/elena/day9/15.mp4" autoplay controls></video>
[[Next|elena9classcalm8]]<<speech "Elena">>Oh that's it. I needed some good fucking verga.<</speech>>
<video width="1000" src="videos/elena/day9/16.mp4" autoplay controls></video>
[[Next|elena9classcalm9]]<<speech "You" "$name">>Aren't you happy that I've won your little game?<</speech>>
<video width="1000" src="videos/elena/day9/17.mp4" autoplay controls></video>
<<speech "Elena">>Yeah!<</speech>>
[[Next|elena9classcalm10]]<<speech "You" "$name">>Yeah... give me that fucking cuban pussy.<</speech>>
<video width="1000" src="videos/elena/day9/18.mp4" autoplay controls></video>
[[Next|elena9classcalm11]]<video width="1000" src="videos/elena/day9/19.mp4" autoplay controls></video>
<<speech "You" "$name">>I'll give you hard then...<</speech>>
[[Next|elena9classcalm12]]You pound her very hard.
<video width="1000" src="videos/elena/day9/20.mp4" autoplay controls></video>
<<speech "Elena">>Fuck yeahhh!<</speech>>
[[Next|elena9classcalm13]]<<speech "You" "$name">>(This bitch can take it really hard. I'm not gonna last much longer...)<</speech>>
<video width="1000" src="videos/elena/day9/21.mp4" autoplay controls></video>
<<speech "Elena">>Ohnnn yeahhh...<</speech>>
[[Next|elena9classcalm14]]You can feel her pussy pulsating on your cock.
<<speech "Elena">>Ohhh my god!<</speech>>
<video width="1000" src="videos/elena/day9/22.mp4" autoplay controls></video>
<<speech "You" "$name">>(Thank god she came...)<</speech>>
[[Next|elena9classcalm15]]<video width="1000" src="videos/elena/day9/23.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuck! I'm gonna cum!<</speech>>
She gets on her knees.
<<speech "Elena">>Cum on my face, baby!<</speech>>
[[Next|elena9classcalm16]]You release your hot load over her face.
<video width="1000" src="videos/elena/day9/cum.mp4" autoplay controls></video>
[[Next|elena9classcalm17]]<<speech "Elena">>I want every last drop...<</speech>>
<video width="1000" src="videos/elena/day9/cum2.mp4" autoplay controls></video>
[[Next|elena9classcalm18]]She keeps sucking it.
<video width="1000" src="videos/elena/day9/cum3.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh... wait, it's sensitive.<</speech>>
[[Next|elena9classcalm19]]<video width="1000" src="videos/elena/day9/cum4.mp4" autoplay controls></video>
<<speech "Elena">>Sorry baby, I was just thanking you for making me cum.<</speech>>
<<speech "You" "$name">>That was awesome.<</speech>>
<<speech "Elena">>You do have some experience, huh?
Younger guys usually can't make me cum.<</speech>>
<<speech "You" "$name">>I told you...<</speech>>
<<speech "Elena">>Yes you did...
You should come back for more classes...<</speech>>
<<speech "You" "$name">>Fuck! I need to go to work!
Bye, Elena! Thanks for the class.<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $elena.lust += 2>>
[[Next|lobby8a]]<video width="1000" src="videos/elena/day9/cumhj2.mp4" autoplay controls></video>
<<speech "Elena">>Hahaha. See? I told you.<</speech>>
<<speech "You" "$name">>Fuck! That was just too good.<</speech>>
<<speech "Elena">>It's a shame that you didn't get to fuck me. You have a nice cock.<</speech>>
<<speech "You" "$name">>There will be another opportunities.<</speech>>
<<speech "Elena">>Maybe... if you come for more classes...<</speech>>
<<speech "You" "$name">>I need to go to work, now...
Bye, Elena! Thanks for the class.<</speech>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
[[Next|lobby8a]]You spread her legs and start licking her pussy.
<video width="1000" src="videos/elena/day9/25.mp4" autoplay controls></video>
She looks tired but accepts your "services".
[[Next|elena9classeng3]]<video width="1000" src="videos/elena/day9/24.mp4" autoplay controls></video>
<<speech "Elena">>Oh fuck... this feels so good.<</speech>>
[[Next|elena9classeng4]]<<speech "Elena">>Oh, $name... fuck me!<</speech>>
<video width="1000" src="videos/elena/day9/26.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh fuck... you're so tight.<</speech>>
[[Next|elena9classeng5]]<video width="1000" src="videos/elena/day9/27.mp4" autoplay controls></video>
<<speech "Elena">>Yes... yes...<</speech>>
[[Next|elena9classeng6]]You still feel very energized.
<<speech "You" "$name">>(Faster!)<</speech>>
<video width="1000" src="videos/elena/day9/28.mp4" autoplay controls></video>
[[Next|elena9classeng7]]<<speech "You" "$name">>Faster!<</speech>>
<video width="1000" src="videos/elena/day9/29.mp4" autoplay controls></video>
<<speech "Elena">>Ohhhnn! You're gonna make me cum!<</speech>>
[[Next|elena9classeng8]]<<speech "You" "$name">>(This feels so fucking easy!)<</speech>>
<video width="1000" src="videos/elena/day9/30.mp4" autoplay controls></video>
<<speech "Elena">>FUUUUUUU...<</speech>>
<<speech "You" "$name">>I'm getting close too, baby.<</speech>>
[[Next|elena9classeng9]]<video width="1000" src="videos/elena/day9/31.mp4" autoplay controls></video>
<<speech "Elena">>I'm cumming!!!!<</speech>>
<<speech "You" "$name">>Fuck! Here it comes!<</speech>>
You "kindly" throw her on the ground to receive your load on her face.
[[Next|elena9classeng10]]She doesn't understand much of what's going on, she just accepts it.
<video width="1000" src="videos/elena/day9/cum.mp4" autoplay controls></video>
[[Next|elena9classeng11]]She just smiles, not making much sense of what happened.
<video width="1000" src="videos/elena/day9/cum4.mp4" autoplay controls></video>
<<speech "Elena">>Did I... came??.<</speech>>
<<speech "You" "$name">>Yes you did...<</speech>>
<<speech "Elena">>That was ~PHEW~ very good....<</speech>>
<<speech "You" "$name">>I told you...<</speech>>
<<speech "Elena">>You should... ~SIGH~ come back for more classes...<</speech>>
She's very worn out.
<<speech "You" "$name">>Fuck! I need to go to work!
Bye, Elena! Thanks for the class.<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $elena.lust += 2>>
[[Next|lobby8a]]You enter through de backdoor as usual and the staff room is empty.
<<speech "You" "$name">>I guess I'm late...<</speech>>
A message arrives.
<<speech "Matt" "$mname">>//Hello there, $name. I just want to know if you can shoot a scene for us this thursday.//<</speech>>
@@#answer;
<<link "Be cool">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, $mname! Count me in!<</speech>>
<span class="friendship">His friendship increased by 1</span>
<<set $matt.friendship += 1>>
<<link 'Next' 'work9a'>> <</link>>
<</replace>><</link>>
<<link "Be demanding">>
<<replace "#answer">>
<<speech "You" "$name">>Okay, $mname. But you need to get me some good girls...<</speech>>
<span class="favor">His favor increased by 1</span>
<<set $matt.favor += 1>>
<<link 'Next' 'work9a'>> <</link>>
<</replace>><</link>>You finish your coffee, get ready for work and can now start your first shift.
[[Work smart|work9smart]]
[[Work hard|work9hard]]
[[Just "work"|work9bad]]You try to work smart, doing less manual labor and more of a organizing and managing type of work.
<img class="middle medium" src="images/player/smartwork.gif">
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>><<nobr>>
<<set $CurEng -= 20>><</nobr>>
[[Next|work9break]]You use your social skills to convince people to do things for you and your wits to secretly redirect some of your obligations to others.
<img class="middle medium" src="images/player/evilwork.gif">
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
[[Next|work9break]]You do your best to reload things, carry some boxes around and really use your body.
<img class="middle medium" src="images/player/hardwork.gif">
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>><<nobr>>
<<set $CurEng -= 25>><</nobr>>
[[Next|work9break]]It's lunch time.
<<set $period to 2>>
You decide to hangout in the staff room.
[[Go to the staff room|shortfree9]]
<<set $weeddiscount to 0>><<nobr>><<if $shortfreetime is false>>
<<set $shortfreetime to true>>
<<set $sfaction to 3>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $sfaction4 to false>><</if>><</nobr>>
<<if $sfaction gt 0>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<speech "You" "$name">>I think I need to rest a little...<</speech>>
You enter the staff room and see:
<<if $sfaction1 is false>>
*Larry, by himself, eating his lunch.
<<speech "Larry">>Oh! Lasagna!<</speech>><</if>>
<<if $sfaction2 is false>>
*Dani, reading another book
<img class="middle medium" src="images/dani/day5/1.jpg"><</if>>
<<if $sfaction3 is false>>
*Tyler, smoking by the window.
<<speech "Tyler">>Wassup, man...<</speech>><</if>>
What do you want to do?
<<if $sfaction1 is false>>
[[Sit with Larry to eat (energy:+15 /-2 actions)|larrytalk9]]<</if>>
<<if $sfaction2 is false>>
[[Talk to Dani|danitalk9]]<</if>>
<<if $sfaction3 is false>>
[[Talk to Tyler|tylertalk9]]<</if>>
[[Go back to work|kendratalk9]]
<<else>>
You have no free time left...
[[Go back to work|kendratalk9]]<</if>><<if $sfaction gte 2>>
<<speech "You" "$name">>Can I sit with you?<</speech>>
<<speech "Larry">>What kind of question is this? Of course you can!<</speech>>
You both eat and chat for a while.
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>><<nobr>>
<<set $sfaction -= 2>>
<<set $sfaction1 to true>><</nobr>>
[[Next|shortfree9]]
<<else>>
There is not enough time to do that.
[[Back|shortfree9]]<</if>><<speech "You" "$name">>Hi, Dani.<</speech>>
<<speech "Dani">>H-hi, $name!<</speech>>
<<speech "You" "$name">>What are you reading this time?<</speech>>
<<speech "Dani">>The Big Four, by Agatha Christie.<</speech>>
@@#answer;
<<link "Show interest on the book">>
<<replace "#answer">>
<<speech "You" "$name">>Oh... I heard her books are pretty nice. How do you like it so far?<</speech>>
<<speech "Dani">>It's awesome!<</speech>>
You chat for a while.
<span class="love">Her love increased by 1</span>
<<set $dani.love += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'shortfree9'>> <</link>>
<</replace>><</link>>
<<link "Show interest on her">>
<<replace "#answer">>
<<speech "You" "$name">>I like your shoes, they fit you you very well.<</speech>>
<<if $dani.lust gte 1>>
She lifts her feet and looks at the shoes.
<img class="middle large" src="images/dani/day9/1.jpg">
<<speech "Dani">>Thank you...<</speech>>
<<else>>
She crosses her legs.
<<speech "Dani">>Oh, thank you...<</speech>>
<</if>>
<span class="lust">Her lust increased by 1</span>
<<set $dani.lust += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'shortfree9'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>Hey, dude. How you doing?<</speech>>
<<speech "Tyler">>Not gonna lie bro. Feeling a little down today.<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Tyler">>I had a fight with my little sister...
I hate to yell at her but it's pretty hard to be the man of the house.<</speech>>
<<speech "You" "$name">>I see... Sorry that it happened.
Why was the fight for?<</speech>>
<<speech "Tyler">>She brought home some broke ass punk motherfucker...<</speech>>
<<speech "You" "$name">>Woah...<</speech>>
<<speech "Tyler">>I could see it in his eyes. He was just gonna fuck her and disappear...<</speech>>
<<speech "You" "$name">>I see that you really care for her, man.
Just try not to be overprotective, okay?<</speech>>
<<speech "Tyler">>Alright... thanks for listening me out.<</speech>>
You chat for some more minutes.
<span class="friendship">His friendship has increased by 1</span>
<<set $tyler.friendship += 1>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction3 to true>><</nobr>>
<<speech "Tyler">>Do you want to buy some?<</speech>>
<<speech "You" "$name">>Maybe...<</speech>>
<<speech "Tyler">>Oh... yeah... I gotta tell you. The price went up.<</speech>>
<<speech "You" "$name">>What? Why?<</speech>>
<<speech "Tyler">>My supplier got arrested. I had to find another one and his stuff is more expensive.
High quality though...<</speech>>
<<link 'Buy some weed' 'WEEDBUY'>> <</link>>
[[Rest some more|shortfree9]]After returning to work you see Kendra looking at you.
<<set $period to 3>><<nobr>>
<<set $shortfreetime to false>><</nobr>>
<<speech "Kendra">>There you are!<</speech>>
She seems very happy.
<<speech "You" "$name">>Hey! How are you? Did Jason showed up again?<</speech>>
<<speech "Kendra">>Not really. I guess he won't come back for a while.<</speech>>
<<speech "You" "$name">>Great! But why were you looking for me?<</speech>>
She hugs you tight.
<<speech "Kendra">>Thank you, thank you, thank you!<</speech>>
<<speech "You" "$name">>Woah! What's this all about?<</speech>>
<<speech "Kendra">>''My Hornyfa-''<</speech>>
She looks around and lowers her voice.
<<speech "Kendra">>My Hornyfans was a success!<</speech>>
<<speech "You" "$name">>Really? Let me see...<</speech>>
You open her profile on your phone and see dozens of new paid followers.
<<speech "You" "$name">>Damn!! That's really good!<</speech>>
<<speech "Kendra">>Oh my god! I'm so nervous...<</speech>>
Her mood shifts a little.
<<speech "You" "$name">>Come on... This is good.
As long as you're making money and feel confortable with yourself there's nothing to be ashamed of...<</speech>>
She looks at her phone screen.
<<speech "Kendra">>Maybe you're right...<</speech>>
<<speech "You" "$name">>Of course I'm right. And if you ever come across someone disrespecting you, just ban them.<</speech>>
<<speech "Kendra">>Okay...<</speech>>
She smiles again.
<<speech "Kendra">>Now that I think about it...
It's kinda hot being watched...<</speech>>
<<speech "You" "$name">>It kinda is...<</speech>>
<<speech "Kendra">>Why don't you meet me after work at the warehouse?<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Kendra">>I still have to thank you properly for helping me...<</speech>>
She gives you a warm smile and leaves.
<<speech "You" "$name">>(Oh my god... is it finally going to happen??)<</speech>>
[[Next|work9c]]<<if $day is 8>><<goto "sexshop8d">><</if>>
<<if $day is 11>><<goto "sexshop11d">><</if>>
<<if $day gte 12>><<goto "SEXSHOPEND">><</if>><<if $weeddiscount is 0>>
<<speech "Tyler">>I only sell premium rolled joints. It's 15$ each. Five for 70$.<</speech>>
[[Buy one|buy1weed]]
[[Buy five|buy5weed]]
[[Ask for a discount (friendship level 2)|weeddiscount1]]
<<link 'Back' 'WEEDREDIRECT'>> <</link>><</if>>
<<if $weeddiscount is 1>>
<<speech "Tyler">>I only sell premium rolled joints. It's 12$ each. Five for 55$.<</speech>>
[[Buy one|buy1weeddisc1]]
[[Buy five|buy5weeddisc1]]
[[Ask for a discount (friendship level 4)|weeddiscount2]]
<<link 'Back' 'WEEDREDIRECT'>> <</link>><</if>>
<<if $weeddiscount is 2>>
<<speech "Tyler">>I only sell premium rolled joints. It's 10$ each. Five for 45$.<</speech>>
[[Buy one|buy1weeddisc2]]
[[Buy five|buy5weeddisc2]]
[[Ask for a discount (friendship level 6)|weeddiscount3]]
<<link 'Back' 'WEEDREDIRECT'>> <</link>><</if>>
<<if $weeddiscount is 3>>
<<speech "Tyler">>I only sell premium rolled joints. It's 8$ each. Five for 40$.<</speech>>
[[Buy one|buy1weeddisc3]]
[[Buy five|buy5weeddisc3]]
<<link 'Back' 'WEEDREDIRECT'>> <</link>><</if>><<if $player.money gte 15>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 15$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 1>><<nobr>>
<<set $player.money -= 15>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $player.money gte 70>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 70$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 5>><<nobr>>
<<set $player.money -= 70>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $tyler.friendship gte 2>>
<<speech "You" "$name">>Come on, man! You gotta make it cheaper for me.
Am I not your brotha from another motha?<</speech>>
<<speech "Tyler">>Do not ever fucking say that shit again...<</speech>>
<<speech "You" "$name">>Yeah... sorry...
I don't even have a mother...<</speech>>
<<speech "Tyler">>~SIGH~ Okay... one for 12 $ and five for 55 $.<</speech>>
<<set $weeddiscount to 1>>
[[Back|WEEDBUY]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUY]]<</if>><<if $player.money gte 12>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 12$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 1>><<nobr>>
<<set $player.money -= 12>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $player.money gte 55>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 55$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 5>><<nobr>>
<<set $player.money -= 55>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $tyler.friendship gte 4>>
<<speech "You" "$name">>Can't you go any lower? I always buy from you.
I must be your number one client...<</speech>>
<<speech "Tyler">>~SIGH~ Okay... one for 10 $ and five for 45 $.<</speech>>
<<set $weeddiscount to 2>>
[[Back|WEEDBUY]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUY]]<</if>><<if $player.money gte 10>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 10$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 1>><<nobr>>
<<set $player.money -= 10>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $player.money gte 45>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 45$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 5>><<nobr>>
<<set $player.money -= 45>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $tyler.friendship gte 6>>
<<speech "You" "$name">>Can't you go lower?<</speech>>
<<speech "Tyler">>Okay! Last discount I'll ever give you.
One for 8 $ and five for 40 $.<</speech>>
<<set $weeddiscount to 3>>
[[Back|WEEDBUY]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUY]]<</if>><<if $player.money gte 8>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 8$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 1>><<nobr>>
<<set $player.money -= 8>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $player.money gte 40>>
<<speech "Tyler">>Here it is.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 40$ poorer"
[[Back|WEEDBUY]]
<<set $weed += 5>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUY]]<</if>>
<<if $day is 9>><<goto "shortfree9">><</if>>You get in your work clothes and head to the store, when you see a notice pinned to the door.
<div class="general">''ATTENTION''
Tomorrow the store will be fumigated. All employees will be dismissed from work on this date.
PS: I expect the presence of ALL the staff back on Thursday.
PS2: This is not a mini vacation.
<div class="right">Sincerely, your boss.</div></div>
<<speech "You" "$name">>Well... guess I have the day off tomorrow...<</speech>>
[[Next|work9b]]How do you want to work the second part of your shift?
[[Work hard|work9hard2]]
[[Just "work"|work9bad2]]You give your best to not be called out by your boss and manage to do your job as you are intended to.
<<speech "You" "$name">>Well, I can't take the actor job as granted. Best to work hard and get paid.<</speech>>
<img class="middle medium" src="images/misc/hardwork.gif">
<span class="grey">''Your fitness has increased by 10 xp''</span>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
[[Next|work8night]]
<<set $player.fitness += 10>><<nobr>>
<<set $player.intelligence += 10>>
<<set $CurEng -= 20>><</nobr>>You do just the bare minimum and pretend to work hard, putting people to work for you.
<<speech "You" "$name">>Ain't nobody got time for this shitty job.<</speech>>
<img class="small" src="images/misc/badwork.gif">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<span class="red">''Your dominance has increased by 5 xp''</span>
[[Next|work8night]]
<<set $player.charisma += 5>><<nobr>>
<<set $player.dominance += 5>>
<<set $CurEng -= 10>><</nobr>>Out on the street, you start to follow your usual way back home.
<<speech "You" "$name">>The streets are completely empty too...
This is weird, it's not that late...<</speech>>
You keep walking and there's no one to be seen.
[[Next|night9fight1]]<<speech "You" "$name">>Okay... almost home...<</speech>>
You hear footsteps behind you.
<img class="middle medium" src="images/misc/turnaround.gif">
But you see nothing.
<<speech "You" "$name">>(What the fuck?)<</speech>>
<<speech "Dick">>Keep walking, $name.<</speech>>
You start to walk again and after a few meters you hear it again.
~PAT PAT PAT...~
<<speech "You" "$name">>(Fuck... more steps...)<</speech>>
[[Next|night9fight2]]You walk as fast as you can without looking like you're running.
<<speech "You" "$name">>(I see my building, I'm gonna make it!)<</speech>>
Suddenly something jumps on you.
<img class="middle normal" src="images/misc/bitting.gif">
<<speech "You" "$name">>''FUCK!''<</speech>>
It tries to bite you but you're strong enough to hold it and throw it away from you.
Now you can see it better.
<img class="middle medium" src="images/creatures/kobalos/kobalos.jpg">
<<speech "You" "$name">>What the fuck? A migdet??<</speech>>
<<speech "Kobalos" "???">>I'm not a midget you dumb fuck!<</speech>>
His voice is high pitched and rusty.
<<speech "You" "$name">>What? Fuck you!<</speech>>
<<speech "Kobalos" "???">>No. Fuck you!<</speech>>
<<speech "Dick">>What's the meaning of this?<</speech>>
<<speech "Kobalos" "???">>Oh! Adonis!<</speech>>
He immediately changes his posture.
<<speech "You" "$name">>What? You can hear him?<</speech>>
<<speech "Kobalos" "???">>Perfectly...<</speech>>
<<speech "You" "$name">>Why the fuck did you attacked me?<</speech>>
<<speech "Kobalos" "???">>Hahahahahahaha.<</speech>>
<<speech "Dick">>Answer him!<</speech>>
<<speech "Kobalos" "???">>Calm down... don't you get angry at me...
I came to test the boy.<</speech>>
<<speech "Dick">>Who sent you?<</speech>>
<<speech "Kobalos" "???">>I've come for my own amusement... hahahaha.<</speech>>
He pulls out a knife and points at you.
<<speech "Kobalos" "???">>Let's see how strong you are...<</speech>>
<<speech "Dick">>Fight, boy! I'll give you some arche!<</speech>>
[[Next|Combatint]]<span class="bigger">Combat introduction</span>
<div class="general">
*You have entered direct combat.
*During this time it will be possible to use multiple powers.
*Dick will lend you three arche points in addition to what you already have.
*You win by either lowering the enemy's health points to a minimum or by making
them give up.
*There are multiple ways to win, some easier and some more rewarding.
*If you hp reaches 0 it's game over.
*REMEMBER TO SAVE YOUR GAME NOW.
[[Next|night9fight3]]</div>
<<set $pouch to false>><<nobr>>
<<set $knife to false>>
<<set $knifeback to true>>
<<set $armed to true>>
<<set $slowed to false>>
<<set $teleported to false>>
<<set $CurCom to 100>>
<<set $CurTen to 100>>
<<set $stab to false>>
<<set $bite to false>>
<<set $information1 to false>>
<<set $information2 to false>>
<<set $pouchmine to false>>
<<set $kobalosdisc to false>>
<<set $battle to true>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $player.arche += 3>>
<<set $call1point to false>>
<<set $call2point to false>>
<<set $call3point to false>>
<<set $call4point to false>>
<<set $call5point to false>>
<<set $pouchopen to false>><</nobr>><span class="energy">[[Send a bolt of energy (3 arche)|fight9bolt]]</span>
<<if $armed is true>>
<span class="transmutation">[[Transform his knife (2 arche)|fight9trans]]</span>
<</if>>
<span class="time">[[Slow him down (1 arche)|fight9slow]]</span>
<<if $information2 is false>>
<span class="psy">[[Read his mind (1 arche)|fight9read]]</span><</if>>
<<set $slowed to false>>
[[Analyze him|fight9analyze]]
[[Talk to him|fight9talk]]
[[Punch him|fight9punch]]
[[Kick him|fight9kick]]
<<if $knife is true>>
[[Stab him|fight9stab]]<</if>>
<<if $detail1 is true and $knife is false>>
[[Try to grab his knife|fight9knife]]<</if>>
<<if $detail2 is true and $pouch is false>>
[[Try to grab his pouch|fight9pouch]]<</if>>
<<if $information2 is true and $pouch is true>>
[[Read the name on the pouch|fight9openpouch]]<</if>>
<<nobr>><<if $CurCom lte 0>><<goto "gameoverfight9">><</if>>
<</nobr>><<if $CurTen lte 0>><<goto "fight9enddown">><</if>><<if $player.arche gte 1>>
<<set $player.arche -= 1>><<nobr>>
<<set $slowed to true>><</nobr>>
<<if $call2point is false>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>><<nobr>>
<<set $call2point to true>><</nobr>><</if>>
<img class="middle medium" src="images/player/timecall.gif">
He continues to move but his movement is about 10 times slower.
[[Analyze him|fight9analyze]]
[[Punch him|fight9punch]]
[[Kick him|fight9kick]]
<<if $knife is true>>
[[Stab him|fight9stab]]<</if>>
<<if $detail1 is true>>
[[Try to grab his knife|fight9knife]]<</if>>
<<if $detail2 is true>>
[[Try to grab his pouch|fight9pouch]]<</if>>
<<else>>
You don't have enough arche points to do that.
[[Back|night9fight3]]<</if>>You throw a punch aiming for his face.
<img class="middle normal" src="images/misc/punchjason.gif">
<<if $slowed is true>>
<<set $slowed to false>>
And hit him with success.
<<set $CurTen -= 15>>
<<speech "Kobalos" "???">>Blaaaarg!<</speech>>
<<else>>
But since he's way shorter and faster your blow misses and he bites you.
<<speech "Kobalos" "???">>Ha ha!<</speech>>
<img class="middle normal" src="images/misc/bitting.gif">
<<set $CurCom -= 15>>
<<speech "You" "$name">>''Arrrgh!''<</speech>>
<</if>>
[[His move|fight9kobalo]]You kick him.
<img class="middle medium" src="images/misc/kick.gif">
<<if $slowed>>
<<set $slowed to false>>
It hits him very hard.
<<set $CurTen -= 20>>
<<speech "Kobalos" "???">>Blaaaarg!<</speech>>
<<else>>
He's fast, but he's also short, so there's not much distance for your foot to leave the ground and hit him, leaving no room for dodging.
<<speech "Kobalos" "???">>Blaaaarg!<</speech>>
<<set $CurTen -= 15>>
<</if>>
[[His move|fight9kobalo]]<<if $slowed or $teleported>>
<<set $slowed to false>><<set $teleported to false>>
You manage to get closer without being attacked and have some time to notice a few things:
<<if $knifeback is true>>
*He has another knife in his back.
<<set $detail1 to true>><</if>>
<<if $pouch is false>>
*He has a small pouch on his waist.
<<set $detail2 to true>><</if>>
<<else>>
You manage to look quick enough to notice one thing:
<<if $pouch is false>>
*He has a small pouch on his waist.
<<set $detail2 to true>><</if>>
<<if $armed is true>>
While you're focusing on something else he comes closer and stabs you.
<img class="middle medium" src="images/misc/stabbing.gif">
<<set $CurCom -= 20>>
<<speech "You" "$name">>''Arrrgh!''<</speech>>
<<else>>
While you're focusing on something else he jumps and bites you.
<img class="middle normal" src="images/misc/bitting.gif">
<<set $CurCom -= 15>>
<<speech "You" "$name">>''Arrrgh!''<</speech>><</if>>
<</if>>
[[His move|fight9kobalo]]<<if $player.arche gte 1>>
<<set $player.arche -= 1>><<nobr>>
<<set $teleported to true>>
<<set $bite to false>>
<<set $stab to false>><</nobr>>
<<if $call5point is false>>
<span class="translocation">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>><<nobr>>
<<set $call5point to true>><</nobr>><</if>>
He tries to hit you.
<img class="middle medium" src="images/player/translocationcall.gif">
But you're faster and teleport behind him.
[[Punch him|fight9punchtel]]
[[Kick him|fight9kicktel]]
[[Analyze him|fight9analyze]]
<<if $knife is true>>
[[Stab him|fight9stabtel]]<</if>>
<<if $detail1 is true>>
[[Try to grab his knife|fight9knife]]<</if>>
<<if $detail2 is true>>
[[Try to grab his pouch|fight9pouch]]<</if>>
<<else>>
You don't have enough arche points to do that.
<<button "Back">><<script>>Engine.backward();<</script>><</button>><</if>><<if $slowed is true and $fitnesslvl lt 3>>
<<set $slowed to false>>
Even though he's slow, you're not very fast and running behind him and trying to take his knife takes too many steps, giving him time to turn his back away from you.
<<speech "Kobalos" "???">>Noooooo.....<</speech>>
[[His move|fight9kobalo]]
<<elseif $slowed is true and $fitnesslvl gte 3>>
<<set $slowed to false>>
Your body training combined with his slowed movements allows you to run behind him fast enough to grab his knife.
<<speech "Kobalos" "???">>Fuuuuu.....<</speech>>
''You got his knife''
<<set $knifeback to false>><<nobr>>
<<set $knife to true>><</nobr>>
[[His move|fight9kobalo]]
<<elseif $teleported is true>>
<<set $teleported to false>>
Since you're placed right behind his back you manage to grab his other knife easily.
<<speech "You" "$name">>Ha!<</speech>>
<<speech "Kobalos" "???">>What??<</speech>>
''You got his knife''
<<set $knifeback to false>><<nobr>>
<<set $knife to true>><</nobr>>
[[Next move|night9fight3]]
<<else>>
He is too fast to let you grab anything from him.
<<speech "Kobalos" "???">>Ah ah ah...<</speech>>
He says as he shakes his head.
[[His move|fight9kobalo]]<</if>><<if $slowed and $knife is true>>
You come closer, pretend to hit him and as his defense slowly builds you take the chance to cut the strings holding his pouch and pull as hard as you can.
''You got his pouch''
<<set $pouch to true>><<nobr>>
<<set $pouchmine to true>><</nobr>>
<img class="middle medium" src="images/creatures/kobalos/pouch.jpg">
[[His move|fight9kobalo]]<</if>>
<<if $knife is true and $fitnesslvl gte 4>>
You come closer and quickly cut the strings holding his pouch.
''You got his pouch''
<<set $pouch to true>><<nobr>>
<<set $pouchmine to true>><</nobr>>
<img class="middle medium" src="images/misc/kobalos/pouch.jpg">
[[His move|fight9kobalo]]<</if>>
<<if $knife is true and $slowed is false and $fitnesslvl lt 4>>
You try to use the knife to cut off his pouch but he's still faster than you and hits the knife with the back of the hand.
[[His move|fight9kobalo]]<</if>>
<<if $knife is false>>
You try to find an opening and grab his pouch but it's firmly attached to him.
<<speech "Kobalos" "???">>Trying to steal???<</speech>>
He bites you.
<img class="middle normal" src="images/misc/bitting.gif">
<<set $CurCom -= 15>>
<<speech "You" "$name">>''Arrrgh!''<</speech>>
[[Next move|night9fight3]]<</if>>You punch the back of his head.
<<set $teleported to false>>
<img class="middle normal" src="images/misc/punchjason.gif">
But his head is harder than you thought.
<<speech "You" "$name">>Ow!<</speech>>
<<set $CurTen -= 5>>
[[Next move|night9fight3]]You kick him in the back.
<<set $teleported to false>>
<img class="middle medium" src="images/misc/kick.gif">
He is thrown forward, but doesn't take much of the hit.
<<set $CurTen -= 5>>
[[Next move|night9fight3]]You stab him right in the back.
<<set $teleported to false>>
<img class="middle normal" src="images/misc/backstab.gif">
<<speech "Kobalos" "???">>Ahhhhhhhhhhhhrg!<</speech>>
Looks like it really hurt.
<<set $CurTen -= 40>>
[[Next move|night9fight3]]<<if $player.arche gte 3>>
<<set $player.arche -= 3>>
<<if $call3point is false>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>><<nobr>>
<<set $call3point to true>><</nobr>><</if>>
<img class="middle medium" src="images/player/energycall.gif">
You hold your hands in front of you, facing eachother.
<<speech "Kobalos" "???">>W-what do you plan to do?<</speech>>
The energy around you charges your hand with pure electricity.
<img class="middle normal" src="images/misc/charging.gif">
<<speech "You" "$name">>(Fuck! This hurts!)<</speech>>
<<speech "Kobalos" "???">>Wait! I yield! ''I yield!''<</speech>>
[[Hit him|fight9bolt2]]
[[Hold your power|fight9bolt3]]
<<else>>
You don't have enough arche points to do that.
[[Back|night9fight3]]<</if>><<speech "You" "$name">>Nah... Fuck you!<</speech>>
You discharge it in the middle of his chest.
<img class="middle normal" src="images/misc/energybolt.gif">
<<set $CurTen -= 50>>
The energy throws him far away.
[[Next move|night9fight3]]You do your best to hold your power and the energy dissipates.
<<if $CurTen gte 50>>
<<speech "Kobalos" "???">>I can't believe you fell for that one, little boy.<</speech>>
<<if $armed is true>>
He comes running and stabs your leg.
<img class="middle medium" src="images/misc/stabbing.gif">
<<set $CurCom -= 20>>
<<speech "You" "$name">>''Arrrgh!''<</speech>>
<<else>>
He jumps and bites you.
<img class="middle normal" src="images/misc/bitting.gif">
<<set $CurCom -= 10>>
<<speech "You" "$name">>''Arrrgh!''<</speech>>
<</if>>
[[Next move|night9fight3]]
<<else>>
He kneels on the ground and raises his hands together as if he was praying.
<<speech "Kobalos" "???">>Thank you! Thank you!<</speech>>
<<speech "Dick">>I do not trust him, boy.<</speech>>
<<speech "You" "$name">>(Well... me neighter, but I didn't want to kill him....)<</speech>>
[[Next|fight9yield]]<</if>><<speech "Kobalos" "???">>Listen... my name is ~Sigh~ Kobalos.<</speech>>
<<speech "Dick">>Oh! I remember him now.
you can trust him<</speech>>
<<speech "You" "$name">>What the fuck? He was just trying to kill me!<</speech>>
<<speech "Kobalos">>Pffff! I wasn't trying to kill you... things just got a little out of hand.<</speech>>
<<speech "Dick">>He is telling the truth.<</speech>>
<<speech "You" "$name">>How can you believe him?<</speech>>
<<speech "Dick">>His name is Kobalos. He is a trickster.
They never kill.<</speech>>
<<speech "You" "$name">>Trickster?<</speech>>
<<speech "Kobalos">>I'm also very good at carpentry and jewelcrafting....<</speech>>
<<speech "Dick">>He was created by Dionysus, the god of festivity, to trick people.<</speech>>
<<speech "You" "$name">>So you were created just to fuck with poeple?<</speech>>
<<speech "Kobalos">>It's my nature, boy. I like to get on peoples nerves.<</speech>>
<<speech "Dick">>I only came to remember you after you transformed.<</speech>>
<<speech "Kobalos">>Yeah, that happens sometimes.<</speech>>
<<speech "You" "$name">>Where did you remember him from?<</speech>>
<<speech "Dick">>No idea...truly.
But if I do remember there were more of you, right?<</speech>>
<<speech "Kobalos">>Not anymore. I'm the only one left.<</speech>>
<<speech "You" "$name">>What happened to the others?<</speech>>
<<speech "Kobalos">>They got killed over time... sometimes people can't take a joke.<</speech>>
<<speech "You" "$name">>Haha. That makes sense.<</speech>>
<<speech "Kobalos">>Fuck you!<</speech>>
<<speech "You" "$name">>No, fuck you!<</speech>>
<<speech "Dick">>How come you're the only one alive?<</speech>>
<<speech "Kobalos">>I'm the smartest one...<</speech>>
<<speech "You" "$name">>It really doesn't show...<</speech>>
<<speech "Kobalos">>But I am.<</speech>>
He takes something form one of his pokets and throws it on the ground.
<img class="middle normal" src="images/misc/kobalossmoke.gif">
[[Next|fight9endcalm2]]
<<set $battle to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>><</nobr>><<set $movechoice to random(9)>><<if $movechoice is 0>>
<<speech "Kobalos" "???">>Is Adonis taking good care of you?<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kobalos" "???">>Are you sure he doesn't want anything in return?<</speech>>
<<speech "Dick">>Do not listen to him, $name!<</speech>>
[[Next move|night9fight3]]<</if>>
<<if $movechoice is 1>>
<<speech "Kobalos" "???">>Do you really think you can defeat Aphrodite? Hahahaha<</speech>>
<<speech "You" "$name">>Motherfucker!<</speech>>
[[Next move|night9fight3]]<</if>>
<<if $movechoice is 2>>
<<speech "Kobalos" "???">>You're not getting out of this alive...<</speech>>
<<speech "You" "$name">>We'll see...<</speech>>
[[Next move|night9fight3]]<</if>>
<<if $movechoice is 3 and $armed is true>>
He raises his knife and runs at you.
<img class="middle medium" src="images/misc/kobalosknife.gif">
<<set $stab to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 4 and $armed is true>>
He raises his knife and runs at you.
<img class="middle medium" src="images/misc/kobalosknife.gif">
<<set $stab to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 3 and $armed is false>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 4 and $armed is false>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 5>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 6>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 7>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 8 and $armed is true>>
He raises his knife and runs at you.
<img class="middle medium" src="images/misc/kobalosknife.gif">
<<set $stab to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 8 and $armed is false>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 9 and $armed is true>>
He raises his knife and runs at you.
<img class="middle medium" src="images/misc/kobalosknife.gif">
<<set $stab to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<if $movechoice is 9 and $armed is false>>
He jumps and tries to bite you.
<img class="middle medium" src="images/misc/prebite.gif">
<<set $bite to true>>
<<if $player.arche gte 1>>
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span><</if>>
[[Try to dodge|fight9dodge]]<</if>>
<<nobr>><<if $CurCom lte 0>><<goto "gameoverfight9">><</if>>
<</nobr>><<if $CurTen lte 0>><<goto "fight9enddown">><</if>><<if $CurTen gte 50>>
<<speech "You" "$name">>Wait! I need answers! Who are you?<</speech>>
<<speech "Kobalos" "???">>No time to talk...<</speech>>
<<if $armed is true>><<set $stab to true>>
He comes running and tries to stab you.
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span>
[[Try to dodge|fight9dodge]]<</if>>
<<if $armed is false>>
He comes running and tries to bite you.
<span class="translocation">[[Teleport away from his attack (1 arche)|fight9teleport]]</span>
[[Try to dodge|fight9dodge]]<</if>>
<<else>>
<<speech "You" "$name">>I don't want to kill you.<</speech>>
<<speech "Kobalos" "???">>Okay! Okay!<</speech>>
[[Next|fight9yield]]<</if>><<if $fitnesslvl gte 4>>
<<if $stab is true>>
<<set $stab to false>>
<img class="middle medium" src="images/misc/stabbing.gif">
You manage to dodge the full blow and only get a small cut on you arm.
<<set $CurCom -= 15>>
<<speech "Kobalos" "???">>Hmmm... I see...<</speech>><</if>>
<<if $bite is true>>
You manage to avoid his bite completely.
<<set $bite to false>>
<<speech "Kobalos" "???">>Rahhhhh!<</speech>><</if>>
<<else>>
<<if $stab is true>>
<<set $stab to false>>
<img class="middle medium" src="images/misc/stabbing.gif">
You try to avoid it but his knife cuts a deep wound on your back.
<<set $CurCom -= 25>>
<<speech "You" "$name">>Ahhhhh! Fuck!<</speech>><</if>>
<<if $bite is true>>
<<set $bite to false>>
<img class="middle normal" src="images/misc/bitting.gif">
You manage to dodge the full blow and only get a small scratch on you arm.
<<set $CurCom -= 10>>
He cleans your blood from his mouth.
<<speech "Kobalos" "???">>Hmmm... I see...<</speech>><</if>>
<</if>>
[[Next move|night9fight3]]<<if $player.arche gte 2 and $armed is true>><<nobr>>
<<set $player.arche -= 2>><</nobr>>
<<if $call1point is false>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>><<nobr>>
<<set $call1point to true>><</nobr>><</if>>
You focus on his knife.
<img class="middle medium" src="images/player/transmutationcall.gif">
And you turn it into a simple plastic knife.
<img class="middle medium" src="images/misc/plasticknife.jpg">
<<speech "Kobalos" "???">>Fuck! This is useless.<</speech>>
<<if $knifeback is true>>
He throws it away and grabs another knife.
<<set $knifeback to false>>
<<else>>
He is now unarmed.
<<set $armed to false>><</if>>
[[His move|fight9kobalo]]
<<else>>
You don't have enough arche points to do that.
[[Back|night9fight3]]<</if>><<if $slowed is true>>
<<set $slowed to false>>
Since he's slowed, you have time to aim for a weak spot.
<img class="middle medium" src="images/misc/stabbing2.gif">
<<speech "Kobalos" "???">>Ahhhhhhhhhhhhrg!<</speech>>
Looks like it really hurt.
<<set $CurTen -= 30>>
[[Back|night9fight3]]
<<else>>
You hit him, but he's quick enough to avoid a critical attack.
<img class="middle medium" src="images/misc/stabbing2.gif">
<<speech "Kobalos" "???">>Ahhrg!<</speech>>
<<set $CurTen -= 15>>
[[His move|fight9kobalo]]<</if>><<if $player.arche gte 1>>
<<set $player.arche -= 1>>
<<if $call4point is false>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>><<nobr>>
<<set $call4point to true>><</nobr>><</if>>
You try to stablish a connection with him.
<img class="middle medium" src="images/player/psycall.gif">
Now you can hear his mind.
<<if $information1 is false>>
<<speech "Kobalos" "???">>(As long as he doesn't know my name, I'm safe)<</speech>>
<<set $information1 to true>>
<<speech "You" "$name">>(Interesting)...<</speech>>
[[His move|fight9kobalo]]
<<else>>
<<speech "Kobalos" "???">>(He probably won't be able to read the name on the pouch)<</speech>>
<<set $information2 to true>>
<<speech "You" "$name">>(Interesting)...<</speech>>
[[His move|fight9kobalo]]<</if>>
<<else>>
You don't have enough arche points to do that.
[[Back|night9fight3]]<</if>>You look at the pouch and see something in greek writen on it.
<<set $pouchopen to true>>
''Anikei sto Kobalos''
<<speech "You" "$name">>Aníkei...sto...Kobalos?<</speech>>
After you say the words the pouch opens by itself.
<<speech "Kobalos" "???">>NOOOOOOOOOOOOO...<</speech>>
You look inside as some coins and jewelry fall out of it and dissolve on the ground.
<<speech "Kobalos" "???">>''My treasure!''<</speech>>
He drops on the ground and begs.
<<speech "Kobalos" "???">>Please! Give it back. I will never touch you again.
I can give you many prizes...<</speech>>
[[Accept his proposal|fight9yield]]
[[Keep the pouch|fight9keeppouch]]<<speech "Kobalos" "???">>Noooooo-.....-''OOOOOOO!''<</speech>>
In the middle of his sentence his voice gets deeper.
<<speech "You" "$name">>What the fuck??<</speech>>
His skin begins to change and he grows a little.
<img class="middle medium" src="images/creatures/kobalos/evil.jpg">
<<speech "Dick">>Ohh... now I remember him...<</speech>>
He runs at your direction with at least three times more speed and anger.
<<speech "Kobalos" "???">>''Aaaaaaaarrrrgh!<</speech>>
<<speech "Dick">>RUN!<</speech>>
[[Next|fight9keeppouch2]]You start to run but even though he's shorter, he will probably catch up with you.
<<speech "You" "$name">>Is he still after me?<</speech>>
<img class="middle medium" src="images/creatures/kobalos/evil2.jpg">
<<speech "You" "$name">>Fuck! Fuck! Fuck! Dick! Help!<</speech>>
<<speech "Dick">>You need to drop something of value!<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dick">>Anything that has value to you!<</speech>>
<<if $weed gte 1>>
[[Drop all your weed|fight9dropweed]]<</if>>
<<if $player.money gte 100>>
[[Drop 100 $|fight9dropmoney]]<</if>>
[[Drop the pouch|fight9droppouch]]
[[Drop your support for the game|fight9dropsupport]]You drop your weed on the ground.
<img class="middle medium" src="images/misc/weed.jpg">
<<set $weed to 0>>
He immediately stops running and grabs it.
<<speech "Kobalos" "???">>Mine! Miiiiine!<</speech>>
As he takes it into his hands he starts to transform back to "normal".
[[Next|fight9endcalm]]You drop your money on the ground.
<img class="middle medium" src="images/misc/money.jpg">
<<set $player.money -= 100>>
He immediately stops running and grabs it.
<<speech "Kobalos" "???">>Mine! Miiiiine!<</speech>>
As he takes it into his hands he starts to transform back to "normal".
[[Next|fight9endcalm]]You drop the pouch on the ground.
<<set $pouchmine to false>>
<img class="middle medium" src="images/creatures/kobalos/pouch.jpg">
He immediately stops running and grabs the pouch.
<<speech "Kobalos" "???">>Mine! Miiiiine!<</speech>>
As he takes it into his hands he starts to transform back to "normal".
[[Next|fight9endcalm]]You drop something on the ground.
<img class="middle medium" src="images/misc/patreonlogosquare.jpg">
https://www.patreon.com/drwolfman
<img class="middle medium" src="images/misc/subscribestarlogo.jpg">
https://subscribestar.adult/aphrodisia-an-interactive-game
He immediately turns back to normal.
<<speech "Kobalos" "???">>Woah! Thank you so much for the support! That's a great way to keep the game growing and make the developer work on faster updates!<</speech>>
<<speech "You" "$name">>What the fuck??? That doesn't even make sense...<</speech>>
<<speech "Dick">>Focus!<</speech>>
[[Back|fight9keeppouch2]]<<speech "Kobalos" "???">>~PHEW~Sorry that you had to see me like that...<</speech>>
<<speech "You" "$name">>Sorry? Fuck you!<</speech>>
<<speech "Kobalos" "???">>Hey! Don't be so harsh... I'm not you enemy.<</speech>>
<<speech "You" "$name">>What the fuck? You were just trying to kill me!<</speech>>
<<speech "Kobalos" "???">>Pffff! I wasn't trying to kill you... things just got a little out of hand.<</speech>>
<<speech "Dick">>He is telling the truth.<</speech>>
<<speech "You" "$name">>How can you believe him?<</speech>>
<<speech "Dick">>His name is Kobalos. He is a trickster.
They never kill.<</speech>>
<<speech "You" "$name">>Trickster?<</speech>>
<<speech "Kobalos">>I'm also very good at carpentry and jewelcrafting....<</speech>>
<<speech "Dick">>He was created by Dionysus, the god of festivity, to trick people.<</speech>>
<<speech "You" "$name">>So you were created just to fuck with poeple?<</speech>>
<<speech "Kobalos">>It's my nature, boy. I like to get on peoples nerves.<</speech>>
<<speech "Dick">>I only came to remember you after you transformed.<</speech>>
<<speech "Kobalos">>Yeah, that happens sometimes.<</speech>>
<<speech "You" "$name">>Where did you remember him from?<</speech>>
<<speech "Dick">>No idea...truly.
But if I do remember there were more of you, right?<</speech>>
<<speech "Kobalos">>Not anymore. I'm the only one left.<</speech>>
<<speech "You" "$name">>What happened to the others?<</speech>>
<<speech "Kobalos">>They got killed over time... sometimes people can't take a joke.<</speech>>
<<speech "You" "$name">>Haha. That makes sense.<</speech>>
<<speech "Kobalos">>Fuck you!<</speech>>
<<speech "You" "$name">>No, fuck you!<</speech>>
<<speech "Dick">>How come you're the only one alive?<</speech>>
<<speech "Kobalos">>I'm the smartest one...<</speech>>
<<speech "You" "$name">>It really doesn't show...<</speech>>
<<speech "Kobalos">>But I am.<</speech>>
He takes something form one of his pokets and throws it on the ground.
<img class="middle normal" src="images/misc/kobalossmoke.gif">
[[Next|fight9endcalm2]]
<<set $battle to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>><</nobr>>As soon as you enter the building Steve sees you.
<<speech "Steve">>Woah! What the hell happened to you?
You look like shit!<</speech>>
<<speech "You" "$name">>I... got robbed...<</speech>>
<<speech "Steve">>Damn! Are you okay?
Do you want me to call an ambulance?<</speech>>
<<speech "You" "$name">>Thanks, man, but it won't be necessary.
I'll be alright in the morning.<</speech>>
<<speech "Steve">>Are you sure?<</speech>>
You are limping from the physical and mental fatigue.
<<speech "You" "$name">>Yeah... don't worry.<</speech>>
<<speech "Steve">>Okay then...<</speech>>
<<if $pouchmine is true>>
[[Next|home9night2pouch]]
<<else>>
[[Next|home9night2]]<</if>>His body begins to grow, and his shape changes.
<img class="middle normal" src="images/misc/kobalostransformation.gif">
<<speech "You" "$name">>What the fuck?<</speech>>
He turns into what looks like a man, starts to run and disappears into a dark alley.
<img class="middle normal" src="images/misc/rundarkness.gif">
<<speech "You" "$name">>That was fucking creepy...<</speech>>
<<speech "Dick">>You should go home. It's dangerous to stay here.<</speech>>
<<speech "You" "$name">>Can't argue with that.<</speech>>
You walk the rest of the way back home.
[[Next|lobby9night]]You feel pain but rapidly your body start to go numb.
<<speech "Kobalos" "???">>Oh... I didn't meant to...<</speech>>
You fall on the ground.
<<speech "Dick">>Boy! ''BOOOOOY''<</speech>>
<img class="normal" src="images/misc/gameover.jpg">
Try again!
<<link 'Start over' 'Combatint'>> <</link>>
Or use a saved game.He looks at you and falls on the ground.
<<speech "Kobalos" "???">>No more... the victory... is yours.<</speech>>
<<speech "You" "$name">>How do I know that this is not a trick?<</speech>>
<<speech "Kobalos" "???">>Tell him about me Adonis...
Tell him about Kobalos<</speech>>
<<speech "Dick">>Oh! I remember you now...
He is telling the truth.<</speech>>
<<speech "You" "$name">>How can you believe him?<</speech>>
<<speech "Dick">> It doesn't mean that you can trust him blindly, but he is a trickster.
They never kill.<</speech>>
<<speech "You" "$name">>Trickster?<</speech>>
<<speech "Kobalos">>I'm also very good at... ~Uhhg~
carpentry and jewelcrafting....<</speech>>
<<speech "Dick">>He was created by Dionysus, the god of festivity, to trick people.<</speech>>
<<speech "You" "$name">>So you were created just to fuck with poeple?<</speech>>
<<speech "Kobalos">>It's my nature, boy. I like to get on people's...
-Arrrrgh this hurts-
...nerves.<</speech>>
<<speech "Dick">>I only came to remember you after you said your name.
Don't you have healing abilities?<</speech>>
<<speech "Kobalos">>Yeah, but it still hurts...<</speech>>
He gets up from the ground.
<<speech "You" "$name">>Where did you remember him from?<</speech>>
<<speech "Dick">>No idea...truly.
But if I do remember there were more of you, right?<</speech>>
<<speech "Kobalos">>Not anymore. I'm the only one left.<</speech>>
<<speech "You" "$name">>What happened to the others?<</speech>>
<<speech "Kobalos">>They got killed over time... sometimes people can't take a joke.<</speech>>
<<speech "You" "$name">>Hahaha. Like I almost killed you?<</speech>>
<<speech "Kobalos">>Fuck you!<</speech>>
<<speech "You" "$name">>No, fuck you!<</speech>>
<<speech "Dick">>How come you're the only one alive?<</speech>>
<<speech "Kobalos">>I'm the smartest one...<</speech>>
<<speech "You" "$name">>It really doesn't show...<</speech>>
<<speech "Kobalos">>But I am.<</speech>>
He takes something form one of his pokets and throws it on the ground.
<img class="middle normal" src="images/misc/kobalossmoke.gif">
[[Next|fight9endcalm2nodisc]]
<<set $battle to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>><</nobr>>His body begins to grow, and his shape changes.
<img class="middle normal" src="images/misc/kobalostransformation.gif">
<<speech "You" "$name">>What the fuck?<</speech>>
He turns into what looks like a man, starts to run and disappears into a dark alley.
<img class="middle normal" src="images/misc/rundarkness.gif">
<<speech "You" "$name">>That was fucking creepy...<</speech>>
<<speech "Dick">>You should go home. It's dangerous to stay here.<</speech>>
<<speech "You" "$name">>Can't argue with that.<</speech>>
You walk the rest of the way back home.
[[Next|lobby9night]]<<speech "You" "$name">>Fuck... finally home.
<<if $kendrasex is true>>
I can't believe I had sex with Kendra and fought a monster at the same night.
<<else>>
I can't believe I declined sex with Kendra and fought a monster at the same night.<</if>>
<</speech>>
<<speech "Dick">>You did very well, boy.<</speech>>
<<speech "You" "$name">>Explain to me, how is it possible for a creature from fucking acient Greece to be out there?
I thought theses things were just in my dreams.<</speech>>
<<speech "Dick">>No. They are free now. Free from their gods, walking around the Earth.<</speech>>
<<speech "You" "$name">>So there are more?<</speech>>
<<speech "Dick">>Time doesn't kill most of magical creatures, so yes.<</speech>>
<<speech "You" "$name">>And are all of them bad?<</speech>>
<<speech "Dick">>Not all of them...
But must of them...<</speech>>
<<speech "You" "$name">>Great...<</speech>>
<<speech "Dick">>What was that thing you took from him?<</speech>>
<<speech "You" "$name">>Oh, yeah... let's see.<</speech>>
<<if $pouchopen is false>>
You pick up the pouch but it is sealed.
<<speech "You" "$name">>How do I open this thing?<</speech>>
<<speech "Dick">>You need to focus, $name.<</speech>>
<<if $intelligencelvl lt 4>>
You try to focus on the pouch details.
<<speech "You" "$name">>Yeah... nothing...
Maybe if I...<</speech>>
You grab the sides and pull as hard as you can.
<<speech "You" "$name">>Almooost...<</speech>>
~RIIIIIIIIP~
The pouch rips open and emits a light.
<img class="middle normal" src="images/misc/bagripping.gif">
And as soon as it stops there's nothing inside the riiped pouch.
<<speech "Dick">>Using strenght against a magical seal is never a good idea.<</speech>>
<<speech "You" "$name">>Fuck! I don't need it anyway...<</speech>>
Defeated, you walk towards the bathroom.
[[Next|home9night3]]
<<else>>
<span class="blue">Your intelligence allows you to have some insight about the pouch details.</span>
<<speech "You" "$name">>What's writen here?<</speech>>
''Anikei sto Kobalos''
<<speech "You" "$name">>Aníkei...sto...Kobalos?<</speech>>
After you say the words the pouch opens by itself, revealing all kinds of jewelry and trinkets.
<<speech "You" "$name">>It worked!
I'm fucking rich!<</speech>>
You pull out a golden necklace.
<img class="middle medium" src="images/misc/goldennecklace.jpg">
<<speech "You" "$name">>This thing must be worth a few thousands.<</speech>>
But after a few seconds it desintegrates on your hand.
<<speech "You" "$name">>What the fuck? I couldn't even look at it.<</speech>>
You pull out another jewelry, but it also vanishes a few seconds after you take it from the pouch.
<<speech "You" "$name">>What's happening?<</speech>>
<<speech "Dick">>I have a theory.<</speech>>
<<speech "You" "$name">>Go on...<</speech>>
<<speech "Dick">>These items must've been with Kobalos for centuries. They probably absorbed some of the magical nature of this pouch and it affected the metal, making it linked to the inside of the bag.<</speech>>
<<speech "You" "$name">>So if I take anything out it will just desappear?<</speech>>
<<speech "Dick">>I'm afraid so...<</speech>>
<<speech "You" "$name">>God dammit!<</speech>>
<<speech "Dick">>You are forgeting one detail, though...<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dick">>You are also somewhat a magical being.<</speech>>
<<speech "You" "$name">>And what does that means?<</speech>>
<<speech "Dick">>If you wear one of the itens it will probaly not dissapear.<</speech>>
<<speech "You" "$name">>I mean... that's cool. But I don't like jewelry, I wanned to sell it all and keep the money.<</speech>>
<<speech "Dick">>Who knows? Maybe some of the items is magical, taking into account what Kobalos said.<</speech>>
<<speech "You" "$name">>Yeah! Maybe you're right!
There's only one way to know...<</speech>>
You turn the pouch upside down and throw all itens over the bed.
Just as they hit the bed, almost all of them begin to desintegrate.
With the exception of four that stay intact for a few seconds.
<<speech "Dick">>Quick, boy! Choose something!<</speech>>
<img class="middle medium" src="images/items/lion.jpg">
[[Choose the lion|itemnight9lion]]
<img class="middle medium" src="images/items/bull.jpg">
[[Choose the bull|itemnight9bull]]
<img class="middle medium" src="images/items/owl.jpg">
[[Choose the owl|itemnight9owl]]
<img class="middle medium" src="images/items/monkey.jpg">
[[Choose the monkey|itemnight9monkey]]<</if>><</if>>
<<if $pouchopen is true>>
You pick up the pouch and it's closed again.
<<speech "You" "$name">>What was it? Something... Kobalos.<</speech>>
It opens right away, revealing some treasures.
<<speech "You" "$name">>I'm fucking rich!<</speech>>
You pull out a golden necklace.
<img class="middle medium" src="images/misc/goldennecklace.jpg">
<<speech "You" "$name">>This thing must be worth a few thousands.<</speech>>
But after a few seconds it desintegrates on your hand.
<<speech "You" "$name">>What the fuck? I couldn't even look at it.<</speech>>
You pull out another jewelry, but it also vanishes a few seconds after you take it from the pouch.
<<speech "You" "$name">>What's happening?<</speech>>
<<speech "Dick">>I have a theory.<</speech>>
<<speech "You" "$name">>Go on...<</speech>>
<<speech "Dick">>These items must've been with Kobalos for centuries. They probably absorbed some of the magical nature of this pouch and it affected the metal, making it linked to the inside of the bag.<</speech>>
<<speech "You" "$name">>So if I take anything out it will just desappear?<</speech>>
<<speech "Dick">>I'm afraid so...<</speech>>
<<speech "You" "$name">>God dammit!<</speech>>
<<speech "Dick">>You are forgeting one detail, though...<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dick">>You are also somewhat a magical being.<</speech>>
<<speech "You" "$name">>And what does that means?<</speech>>
<<speech "Dick">>If you wear one of the items it will probaly not dissapear.<</speech>>
<<speech "You" "$name">>I mean... that's cool. But I don't like jewelry, I wanned to sell it all and keep the money.<</speech>>
<<speech "Dick">>Who knows? Maybe some of the items is magical, taking into account what Kobalos said.<</speech>>
<<speech "You" "$name">>Yeah! Maybe you're right!
There's only one way to know...<</speech>>
You turn the pouch upside down and throw all itens over the bed.
Just as they hit the bed, almost all of them begin to desintegrate.
With the exception of four that stay intact for a few seconds.
<<speech "Dick">>Quick, boy! Choose something!<</speech>>
<img class="middle medium" src="images/items/lion.jpg">
[[Choose the lion|itemnight9lion]]
<img class="middle medium" src="images/items/bull.jpg">
[[Choose the bull|itemnight9bull]]
<img class="middle medium" src="images/items/owl.jpg">
[[Choose the owl|itemnight9owl]]
<img class="middle medium" src="images/items/monkey.jpg">
[[Choose the monkey|itemnight9monkey]]<</if>>You take a quick shower while speaking to Dick.
<<speech "You" "$name">>Oww!<</speech>>
Hot water falls on your bruises.
<<speech "Dick">>All things considered, it was a good training for you.<</speech>>
<<speech "You" "$name">>That shit was scary. But I imagine I'd be more scared...<</speech>>
<<speech "Dick">>You are finally growing some balls hahahaha.<</speech>>
<<speech "You" "$name">>My dick is already big. The balls had to keep up hahaha.<</speech>>
For a moment you forget that you could've died and laugh at your own expense as you finish your bath.
[[Next|home9night4]]You grab the lion necklace and put it on as fast as you can, while the others vanish
<img class="middle normal" src="images/misc/lion.gif">
And you can feel a strong sense of power growing inside you.
<span class="red">''Your dominance level has increased by 1''</span>
<<set $dominancelvl +=1>>
The necklace vanishes after giving you it's power.
<<speech "You" "$name">>Woah! This feels amazing.<</speech>>
<<speech "Dick">>It worked!<</speech>>
<<speech "You" "$name">>~PHEW~ I need a bath...<</speech>>
[[Next|home9night3]]You grab the bull necklace and put it on as fast as you can, while the others vanish.
<img class="middle medium" src="images/misc/bull.gif">
And you can feel your muscles growing stronger.
<span class="grey">''Your fitness level has increased by 1''</span>
<<set $fitnesslvl +=1>>
The necklace vanishes after giving you it's power.
<<speech "You" "$name">>Woah! This feels amazing.<</speech>>
<<speech "Dick">>It worked!<</speech>>
<<speech "You" "$name">>~PHEW~ I need a bath...<</speech>>
[[Next|home9night3]]You grab the owl necklace and put it on as fast as you can, while the others vanish.
<img class="middle medium" src="images/misc/owl.gif">
And you can feel your mind getting powerful and wiser.
<span class="blue">''Your intelligence level has increased by 1''</span>
<<set $intelligencelvl +=1>>
The necklace vanishes after giving you it's power.
<<speech "You" "$name">>Woah! This feels amazing.<</speech>>
<<speech "Dick">>It worked!<</speech>>
<<speech "You" "$name">>~PHEW~ I need a bath...<</speech>>
[[Next|home9night3]]You grab the monkey necklace and put it on as fast as you can, while the others vanish
<img class="middle normal" src="images/misc/monkey.gif">
And you can feel your social skills enhancing.
<span class="yellow">''Your charisma level has increased by 1''</span>
<<set $charismalvl +=1>>
The necklace vanishes after giving you it's power.
<<speech "You" "$name">>Woah! This feels amazing.<</speech>>
<<speech "Dick">>It worked!<</speech>>
<<speech "You" "$name">>~PHEW~ I need a bath...<</speech>>
[[Next|home9night3]]You lay awkwardly on the bed.
<<speech "You" "$name">>Ow! Ow...<</speech>>
You'll feel better tomorrow.
<<speech "You" "$name">>I know. Super healing is always fun...<</speech>>
It doesn't take much time for you to sleep.
[[Next|dream9]]<<set $period to 0>>
You drift into a deep sleep and dream with a relaxing place.
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle medium" src="images/misc/peaceful.gif">
[[Next|room10]]The sun rises and you feel way better than last night.
<<speech "You" "$name">>(It hurts a lot less...)<</speech>>
Before even opening your eyes you remember last night events.
<<if $kendrasex is true>>
<<speech "You" "$name">>(Still can't believe I fucked Kendra... Oh, and I don't have go to work!)<</speech>>
<<else>>
<<speech "You" "$name">>(Why the hell did I declined Kendra's "gift"...
At least I don't have go to work...)<</speech>>
<</if>>
You jump from the bed.
<<speech "You" "$name">>Today is gonna be a great day!<</speech>>
You look to your side and see Steve wasted on your couch.
<<speech "You" "$name">>What the hell?<</speech>>
<img class="middle medium" src="images/misc/shocked.gif">
He wakes up.
<<speech "Steve">>Oh... $name. How are you feeling?<</speech>>
He cleans some drool off his face.
<<speech "Steve">>I hope you're... what the hell?
You look absolutely fine!<</speech>>
<<speech "You" "$name">>I told you I'd be better by morning.<</speech>>
<<speech "Steve">>What did you do?
What did you take?<</speech>>
<<speech "You" "$name">>Nothing. Just a quick shower and straight to bed.
Why did you sleep in my couch?<</speech>>
<<speech "Steve">>I got worried. You looked pretty fucked up last night and I was afraid you could die in your sleep.
So I got here with the spare key that you gave me and crashed at your couch.<</speech>>
<<speech "You" "$name">>Woah, thank you man. It means a lot to me.<</speech>>
<<speech "Steve">>It's nothing...<</speech>>
He seems a little frustrated.
<<speech "You" "$name">>What is it? Do you want some money? I guess I can give-<</speech>>
<<speech "Steve">>What the hell? Fuck you, $name.
This isn't about money.<</speech>>
<<speech "You" "$name">>Sorry...<</speech>>
<<speech "Steve">>You know... you're probably my only real friend.<</speech>>
<<speech "You" "$name">>What's the matter?<</speech>>
<<speech "Steve">>Nah... it's just that I think you're hiding something from me...
First you get a big dick out of nowhere, then you heal your whole body overnight.
Something is wrong.<</speech>>
<<speech "You" "$name">>Whaaaaat?<</speech>>
<<speech "Steve">>See? That bullshit act everytime I ask you what's different.<</speech>>
<<speech "You" "$name">>Sorry, Steve. I'd tell you if I could.<</speech>>
<<speech "Steve">>Tell me what?<</speech>>
<<speech "You" "$name">>That I got magical powers.<</speech>>
<<speech "Steve">>What?<</speech>>
<<speech "You" "$name">>(What?)<</speech>>
[[Next|room10a]]
<<set $day to 10>><<nobr>>
<<set $period to 1>>
<<set $CurEng to 100>><</nobr>><<speech "Steve">>What do you mean... magical powers?
Are you taking mushrooms?<</speech>>
<<speech "You" "$name">>(Dick? How...)<</speech>>
<<speech "Dick">>You can tell him, boy.
I can sense he truly cares about you.
I just ask you not to specifically talk about me.<</speech>>
<<speech "You" "$name">>I have magical powers. I got it a few days ago. A mystical being talked to me and allowed me to use "callings" to gather different powers that I can use on people and certain situations.<</speech>>
<<speech "Steve">>Yeaaaahh...<</speech>>
<<speech "You" "$name">>No... really...<</speech>>
<<speech "Steve">>~Sigh~ Show me then...<</speech>>
<<speech "You" "$name">>I can't use it whenever i want.
It only shows up when I need.<</speech>>
<<speech "Steve">>Okay, man... good luck with that.<</speech>>
He goes to the door and opens it.
<<speech "You" "$name">>Come on! I'm telling the truth. You're the first one to know about it.<</speech>>
<<speech "Steve">>Whatever, dude...<</speech>>
<<speech "You" "$name">>I'll show you as soon as I get the chance.<</speech>>
He leaves.
<<speech "You" "$name">>Wow, it feels good to share it with someone, thanks Dick!<</speech>>
<<speech "Dick">>He shall trust you eventually.<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
You eat something and choose how you want to start your morning.
[[Next|shortfree10a]]
<<set $meditationdone to false>><<nobr>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $sfaction to 2>>
<<set $codi.mess2 to true>>
<<set $codi.mess += 1>>
<<set $hana.mess1 to true>>
<<set $hana.mess += 1>>
<<set $kendra.mess3 to true>>
<<set $kendra.mess += 1>>
<<set $naomi.mess1 to true>>
<<set $naomi.mess += 1>>
<<if $leanakeepglasses is true>>
<<set $leanamess to true>>
<<set $shoplifter1bonus to true>><</if>>
<<if $danidildo is true>><<set $dani.mess += 1>><</if>><</nobr>><<set $shortfreetime to true>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
What do you want to do?
<<link 'Use your phone' 'Phone'>> <</link>>
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
[[End your free time|room10b]]
<<else>>
You have no free time left...
[[End your free time|room10b]]<</if>>After arriving at the store you have to sign in to open the door.
<<set $previousPassage = passage()>>
<img class="middle medium" src="images/misc/punchtimemachine.jpg">
<<if $lateforwork is false>>
<div class="general">//Analyzing... $name, identity recognized...//</div><</if>>
<<if $lateforwork is true and $workhacked is false and $workhacktry is false>>
<div class="general">//Analyzing... $name, identity recognized...
Late for work, a fine of 20 $ will be deducted from the final payment. //</div>
<<set $salaryfine += 20>><<set $lateforwork to false>>
<<speech "You" "$name">>(Fuck!)<</speech>><</if>>
<<if $workhacked is false and $workhacktry is false>>
<<link 'Try to hack it (-10 energy)(hacking level 10/ Exp^)' 'WORKHACK'>> <</link>>
<</if>>
[[Enter|market9]]<<if $hackinglevel gte 10>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle normal" src="images/misc/hackingsuccess.gif">
You manage to gain access to the bonus for getting to work early.
From now on a 100 $ bonus will be added to your final payment.
<<set $workhacked to true>><<nobr>>
<<set $salary += 200>><</nobr>>
[[Enter|market9]]
<<else>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle medium" src="images/misc/hackingfail.gif">
Unfortunately, you still don't have the skill to do that yet.
''Your sneaking skill level has increased by 15 xp''
<<set $hackinglvl += 15>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
[[Enter|market9]]<</if>><<set $naomi.mess1 to false>>
<<speech "Naomi">>What's up, $name! I have good news for you!
One of my friends accepted to be your first "slave"...
I'm free tonight, and since I saw the shop closed today, you must be too.
I can be there by 7 pm.<</speech>>
<<if $day lt 11>>
@@#answer;
<<link "Answer playfully">>
<<replace "#answer">>
<<speech "You" "$name">>Tell her she's gonna have a great time...<</speech>>
You also give her your address.
<span class="lust">Her lust has increased by 0.5</span>
<<set $naomi.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Answer eagerly">>
<<replace "#answer">>
<<speech "You" "$name">>Tell her to come prepared. I'll be having lots of fun with her tonight...<</speech>>
You also give her your address.
<span class="submission">Her submission has increased by 0.5</span>
<<set $naomi.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Naomimessages'>> <</link>>
<</if>><<set $kendra.mess3 to false>>
<<speech "Kendra">>Can you believe we fucked last night?
It was veeery good. But I'm kinda shocked that it happened.<</speech>>
<<if $day lt 12>>
@@#answer;
<<link "Focus on her">>
<<replace "#answer">>
<<speech "You" "$name">>It was really good. I think we have a nice connection.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $kendra.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Focus on the sex">>
<<replace "#answer">>
<<speech "You" "$name">>It was very hot. We should fuck at work at least once a week.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $kendra.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Focus on her performance">>
<<replace "#answer">>
<<speech "You" "$name">>It was good. But I think you can learn a few more tricks. You surely have the body for it.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $kendra.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Kendramessages'>> <</link>>
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/hana/face.jpg">
<a data-passage="Hanamessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Hanagallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Hanacontact">><</button>>
<<set $hana.mess -= 1>><<nobr>>
<img class="right-side small" src="images/hana/face.jpg"><</nobr>>
<<nobr>>
<<if $day gte 10 and $hana.mess1 is true>><<link 'Message (day 10)' 'hanamess10'>><</link>><</if>>
<</nobr>>
<<if $hana.mess lt 0>><<set $hana.mess to 0>><</if>>
<<button "Back">><<goto "Hanacontact">><</button>>
*Profile picture:
<img class="contacts" src="images/hana/face.jpg"><<set $hana.mess1 to false>>
<<speech "Hana">>Hello, $name. Kendra gave me you number, I hope you don't mind.
Remember to visit sometime, you seem to really make her happy.<</speech>>
<<if $day lt 12>>
@@#answer;
<<link "Answer playfully">>
<<replace "#answer">>
<<speech "You" "$name">>Are you sure? If I like it too much I may end up moving in.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $hana.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>I'll definitely visit again, not just for Kendra. I'd like to see you too.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $hana.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Hanamessages'>> <</link>>
<</if>><<speech "You" "$name">>I really shoudn't be working on my day off. But any extra income is welcome.
Years of learning handyman work must be worth something.
I need to put a note for my services on the notice board.<</speech>>
You write about your handyman services on a paper and head to the lobby.
<<set $shortfreetime to false>>
[[Next|lobby10]]You fixate it on the notice board.
<img class="middle large" src="images/misc/handymannotice.jpg">
<<speech "You" "$name">>(Pfff...Perfect! Now we wait...)<</speech>>
Steve is not around.
<<speech "You" "$name">>(Yeah... I wouldn't believe myself if I was him...)<</speech>>
You see the sun shining through the main door of the building.
<<speech "You" "$name">>(It's pretty hot today. And I haven't checked the new recreational area...
Guess I'll take a jump in the pool)<</speech>>
[[Next|pool10]]<<set $dani.mess3 to false>>
<<speech "Dani">>I filmed it, but I'm to shy to send it...
<<set $danipic1 to true>>
Is this how you want me to use it?<</speech>>
<img class="normal" src="images/dani/messages/1.jpg">
<<if $day lt 13>>
@@#answer;
<<if $dani.love gte 3>>
<<link "Ask her to send the video (lust must be at least 2)">>
<<replace "#answer">>
<<speech "You" "$name">>I know you want me to see the video. Just send me... I know I'll love it.<</speech>>
<<speech "Dani">>Oh my god... okay...<</speech>>
<<set $danivideo1 to true>>
<video src="videos/dani/messages/1.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $dani.lust += 0.5>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
==Ask her to send the video (lust must be at least 3)==<</if>>
<<if $dani.submission gte 3>>
<<link "Demand her to send the video (submission must be at least 3)">>
<<replace "#answer">>
<<speech "You" "$name">>You will send me the video or I won't even bother answering.<</speech>>
<<speech "Dani">>Okay...<</speech>>
<<set $danivideo1 to true>>
<video src="videos/dani/messages/1.mp4" autoplay controls></video>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dani.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
==Demand her to send the video (submission must be at least 3)==<</if>>
<<link "Thank her">>
<<replace "#answer">>
<<speech "You" "$name">>That's right baby. You look very hot.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $dani.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Danimessages'>> <</link>>
<</if>>You leave your apartment and see Dee's door opened.
<<speech "You" "$name">>Hmm, it's been a while since I saw her.<</speech>>
You get closer to her door and see that she's cleaning her house.
<<speech "Dee">>Good morning, $name! How have you been dear?<</speech>>
<img class="middle large" src="images/dee/day9/1.jpg">
<<speech "You" "$name">>I'm good. How about you?<</speech>>
<<speech "Dee">>I'm great too.<</speech>>
She looks at you from head to toe.
<<speech "Dee">>Have you eaten today?<</speech>>
<<speech "You" "$name">>Not yet. I was thinking about eating something from the kitchen at work.<</speech>>
<<speech "Dee">>Don't be silly... I'm gonna make you something.<</speech>>
<<speech "You" "$name">>I don't-<</speech>>
<<speech "Dee">>It will be quick. Come!<</speech>>
She grabs you by the wrist and brings you inside.
<<set $shortfreetime to false>>
[[Next|dee9a]]She makes you a quick coffee and serves you some cake.
<<speech "Dee">>You need to eat before starting your day.<</speech>>
<<speech "You" "$name">>Haha. Thanks for caring.<</speech>>
<<speech "Dee">>It's nothing, sweetie.
So, what's new?<</speech>>
<<speech "You" "$name">>Nothing much... just usual work...
Where's Mandy?<</speech>>
<<speech "Dee">>She's off to college.<</speech>>
<<speech "You" "$name">>Oh, I'm thinking about going to college.<</speech>>
<<speech "Dee">>Really? That's wonderful!
I always knew you had potential for much more!<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
She grabs a broom and get back to cleaning while speaking to you.
<<speech "Dee">>Have you decided what to do yet?<</speech>>
<<speech "You" "$name">>Film. It's something I've always liked.
And it might fit well at this moment of my life...<</speech>>
<<speech "Dee">>An artist! Just like me!
Oh, $name... I'm so happy for you.<</speech>>
She keeps cleaning with a big smile on her face.
<<speech "You" "$name">>(She really gives a damn about me...)<</speech>>
<<speech "Dee">>Anything else happpening in life?
Any gossip? Hahaha.<</speech>>
<img class="middle large" src="images/dee/day9/2.jpg">
[[Tell her about Mandy's "work"|dee9confess]]
[[Don't tell anything else|dee9b]]<<speech "You" "$name">>Actually, there's something I think you should know...<</speech>>
<<speech "Dee">>What is it?<</speech>>
She keeps sweeping.
<<speech "You" "$name">>Mandy has been... working with adult stuff?<</speech>>
<<speech "Dee">>What? How...?<</speech>>
<<speech "You" "$name">>She makes adult content... (I mean... I do too...)<</speech>>
She stops sweeping.
<<speech "Dee">>Like... what?<</speech>>
<<speech "You" "$name">>She whores herself out on the internet...<</speech>>
<<set $mandyblackmail to false>>
<<speech "Dee">>WHAT?<</speech>>
<div class="general"><span class="luck">*''Luck calling available''</span></div>
[[Use the Luck calling (level 1/-20 energy /1 arche point)|dee9luck]]
[[Just talk to her|dee9confess1]]<<speech "You" "$name">>(Maybe it's best to keep this secret for a while)
Nothing really...<</speech>>
<<speech "Dee">>Okay!<</speech>>
She keeps cleaning.
<<speech "You" "$name">>This cake was delicious, Dee.<</speech>>
<<speech "Dee">>Did you like it?<</speech>>
<<speech "You" "$name">>I loved it! But I need to go now...<</speech>>
<<speech "Dee">>Oh... okay.<</speech>>
@@#answer;
<<link "Give her a kiss on the cheek">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You kiss her cheek and put your arm around her waist.
<<speech "You" "$name">>Really, thanks Dee...<</speech>>
<<speech "Dee">>Oh my! Okay hahaha.<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $dee.love += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>>
<<link "Feel her body">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You hug her and take the chance to squeeze her ass.
<img class="middle medium" src="images/misc/grabass.gif">
<<speech "Dee">>Oh! $name...<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>>
<<link "Reinforce her submission">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You come closer and pat her had.
<<speech "You" "$name">>You keep doing this kind of things for me, okay?<</speech>>
<<speech "Dee">>Oh... sure, $name.<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $dee.submission += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>I don't wanna sound like a rat but I thought you should know that...<</speech>>
<<speech "Dee">>Thank you for letting me know...
I'm just so ashamed...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Dee">>I should've raised her better.
Her father is never around. I took her into my wings and didn't see that happening.<</speech>>
<<speech "You" "$name">>It's not your fault, Dee.
Besides that... It's not such a bad thing...<</speech>>
<<speech "Dee">>I guess... like mother like daughter, right?<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dee">>Nothing.<</speech>>
She changes the subject.
<<speech "Dee">>I think you should go or you'll be late for work.
I also need some time to think about this...<</speech>>
@@#answer;
<<link "Give her a kiss on the cheek">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You kiss her cheek and put your arm around her waist.
<<speech "You" "$name">>Don't worry, everything's gonna be ok...<</speech>>
<<speech "Dee">>Oh my! Okay hahaha.<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $dee.love += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>>
<<link "Feel her body">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You hug her and take the chance to squeeze her ass.
<img class="middle medium" src="images/misc/grabass.gif">
<<speech "Dee">>Oh! $name...<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>>
<<link "Reinforce her submission">>
<<replace "#answer">>
<<speech "You" "$name">>Come here.<</speech>>
You come closer and pat her had.
<<speech "You" "$name">>She's just using the tools she has, there's nothing wrong with that, okay?<</speech>>
<<speech "Dee">>I guess...<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $dee.submission += 1>>
<<link 'Go to work' 'street9'>> <</link>>
<</replace>><</link>><<if $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>(Hmm. right now? Okay, bring it on...)<</speech>>
You concentrate your mind on receiving the luck from this calling.
<img class="middle medium" src="images/player/luckcall.gif">
Your body vibrates and gets a little warmer.
<<speech "You" "$name">>(So... what is gonna hap-)<</speech>>
Dee seems shocked and drops the broom.
<img class="middle medium" src="images/misc/broomdrop.gif">
It falls towards you and hits you hard on your cock.
<img class="middle medium" src="images/misc/hitballs.gif">
<<speech "You" "$name">>OW!<</speech>>
<<speech "Dee">>Oh my god! I'm so sorry!<</speech>>
She runs to the kitchen.
<<speech "You" "$name">>(What the fuck was this calling)<</speech>>
She comes back rushing with an ice bag on hands.
<<speech "Dee">>Here! Put it on your di- I mean, where it hurts.<</speech>>
You put it on your dick.
<<speech "You" "$name">>Uhhh that's cold.<</speech>>
<<speech "Dee">>You need to hold it there, honey. It could get worse.<</speech>>
<<speech "You" "$name">>Alright.<</speech>>
<<speech "Dee">>I'm sorry... I just got so shocked...<</speech>>
<<speech "You" "$name">>I don't wanna sound like a rat but I thought you should know that...<</speech>>
<<speech "Dee">>Thank you for letting me know...
I'm just so ashamed...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Dee">>I should've raised her better.
Her father is never around. I took her into my wings and didn't see that happening.<</speech>>
<<speech "You" "$name">>It's not your fault, Dee.
Besides that... It's not such a bad thing...<</speech>>
<<speech "Dee">>I guess... like mother like daughter, right?<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Dee">>Nothing.<</speech>>
She changes the subject.
<<speech "Dee">>Is it still hurting?<</speech>>
<img class="middle medium" src="images/dee/day9/3.jpg">
<<speech "You" "$name">>Just a little.<</speech>>
<<speech "Dee">>Poor boy...<</speech>>
<<speech "You" "$name">>(Hmmm... I think this power did work after all...)<</speech>>
@@#answer;
<<link "Convince her to help you">>
<<replace "#answer">>
<<speech "You" "$name">>I think you should take a look.<</speech>>
<<speech "Dee">>What?<</speech>>
<<speech "You" "$name">>Just be sure that everything is okay...<</speech>>
<<speech "Dee">>Okay...<</speech>>
<<link 'Next' 'dee9luckcon'>> <</link>>
<</replace>><</link>>
<<link "Demand some payback (submission level 3)">>
<<replace "#answer">>
<<speech "You" "$name">>I think just your apology is not enough...<</speech>>
<<speech "Dee">>What?<</speech>>
<<speech "You" "$name">>I was just fine, on my way to work.
You brought me here, hit my dick with a broom and expect me to just walk away?<</speech>>
<<speech "Dee">>W-what can I do?<</speech>>
<<speech "You" "$name">>You can start by checking if everything is alright with my cock<</speech>>
<<if $dee.submission gte 3>>
<<speech "Dee">>Okay...<</speech>>
<<link 'Next' 'dee9luckdem'>> <</link>>
<<else>>
<<speech "Dee">>This is not right, $name...
You should leave<</speech>>
<<link 'Next' 'street9'>> <</link>><</if>>
<</replace>><</link>>
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/luckcall2.gif">
But you still manage to take some experience out of it.
<<speech "Dee">>I hope you get better...<</speech>>
<<speech "You" "$name">>Yeah... I need to go.<</speech>>
<<speech "Dani">>Goodbye, $name...<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
<<set $player.arche -= 1>>
<<set $CurEng -= 10>>
[[Go to work|street9]]<</if>><<speech "Dee">>It looks normal...<</speech>>
<<set $lateforwork to true>>
<video width="1000" src="videos/dee/day9/1.mp4" autoplay controls></video>
<<speech "You" "$name">>I don't know... I still think you could do something....<</speech>>
<<speech "Dee">>Like what?<</speech>>
<<speech "You" "$name">>What do you think it would help?<</speech>>
<<speech "Dee">>I think I know...<</speech>>
[[Next|dee9luckcon1]]<<speech "Dee">>It looks normal...<</speech>>
<<set $lateforwork to true>>
<video width="1000" src="videos/dee/day9/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Maybe it is normal. But I still need some payback.<</speech>>
<<speech "Dee">>I didn't do it on pourpose...<</speech>>
<<speech "You" "$name">>But I will...
Suck my cock, Dee.<</speech>>
[[Next|dee9luckdem1]]She starts to kiss you dick.
<video width="1000" src="videos/dee/day9/2.mp4" autoplay controls></video>
<<speech "Dee">>Does this help?<</speech>>
<<speech "You" "$name">>It feels better...<</speech>>
<<speech "Dee">>Maybe I could...<</speech>>
She takes off your pants.
[[Next|dee9luckcon2]]<video width="1000" src="videos/dee/day9/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh... that definitely helps...<</speech>>
[[Next|dee9luckcon3]]She goes deeper.
<video width="1000" src="videos/dee/day9/4.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "Dee">>What??<</speech>>
<<speech "You" "$name">>No. It's good. Let me see those big tits.<</speech>>
[[Next|dee9luckcon4]]<video width="1000" src="videos/dee/day9/5.mp4" autoplay controls></video>
<<speech "You" "$name">>I love your tits, Dee...<</speech>>
<<speech "Dee">>You do?<</speech>>
[[Next|dee9luckcon5]]<<speech "Dee">>Then you're gonna enjoy this...<</speech>>
<video width="1000" src="videos/dee/day9/6.mp4" autoplay controls></video>
[[Next|dee9luckcon6]]<<speech "Dee">>Let me taste you again...<</speech>>
<video width="1000" src="videos/dee/day9/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! I think you're enjoying this just as I am.<</speech>>
<<speech "Dee">>I do, $name. I can't lie.
I needed this. Please, stand up.<</speech>>
[[Next|dee9luckcon7]]You barely stand up and she keeps sucking you.
<video width="1000" src="videos/dee/day9/8.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh my god...<</speech>>
[[Next|dee9luckcon8]]<<speech "You" "$name">>You should check my balls too.<</speech>>
<video width="1000" src="videos/dee/day9/9.mp4" autoplay controls></video>
<<speech "Dee">>Hmpmls?...<</speech>>
<<speech "You" "$name">>Yeah... sure.<</speech>>
[[Next|dee9luckcon9]]<<speech "Dee">>You like this?<</speech>>
<video width="1000" src="videos/dee/day9/10.mp4" autoplay controls></video>
<<speech "You" "$name">>This is hot. But I want to fuck your tits again.<</speech>>
[[Next|dee9luckcon10]]You slide yoour dick between her big tits.
<video width="1000" src="videos/dee/day9/11.mp4" autoplay controls></video>
<<speech "You" "$name">>(Did she just said mommy...?)<</speech>>
[[Next|dee9luckcon11]]<<speech "You" "$name">>Oh yeah...<</speech>>
<video width="1000" src="videos/dee/day9/12.mp4" autoplay controls></video>
<<speech "Dee">>This is so good!<</speech>>
[[Next|dee9luckcon12]]<<speech "You" "$name">>Let me try something...<</speech>>
<video width="1000" src="videos/dee/day9/13.mp4" autoplay controls></video>
<<speech "Dee">>Oh my...<</speech>>
<<speech "You" "$name">>I'm getting close...<</speech>>
[[Next|dee9luckcon13]]<video width="1000" src="videos/dee/day9/14.mp4" autoplay controls></video>
<<speech "You" "$name">>Keep going...<</speech>>
[[Next|dee9luckcon14]]She strokes your dick, eager to make you cum.
<video width="1000" src="videos/dee/day9/15.mp4" autoplay controls></video>
<<speech "Dee">>Give it to me baby...<</speech>>
[[Next|dee9luckcon15]]<<speech "You" "$name">>Fuck! I'm cumming!<</speech>>
<video width="1000" src="videos/dee/day9/cum.mp4" autoplay controls></video>
<<speech "Dee">>Oh... so hot...<</speech>>
[[Next|dee9luckcon16]]<video width="1000" src="videos/dee/day9/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>That was amazing, Dee.<</speech>>
<<speech "Dee">>I-I always wanted to please you.
You do so much for me.<</speech>>
<<speech "You" "$name">>I guess we'll be pleasing eachother a lot more now.<</speech>>
<<speech "Dee">>I would like that...<</speech>>
<<speech "You" "$name">>I got to go now...<</speech>>
<<speech "Dee">>How's your dick?<</speech>>
<<speech "You" "$name">>Never felt better...<</speech>>
She smiles at you while you leave.
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
[[Go to work|street9]]<<speech "You" "$name">>And leave this big tits out.<</speech>>
<video width="1000" src="videos/dee/day9/2r.mp4" autoplay controls></video>
<<speech "Dee">>Waithh!<</speech>>
She says with your dick in her mouth.
<<speech "You" "$name">>Let me help you.<</speech>>
[[Next|dee9luckdem2]]You force her head down your cock.
<video width="1000" src="videos/dee/day9/3r.mp4" autoplay controls></video>
<<speech "You" "$name">>Ahhh... much better...<</speech>>
She stops to regain some air.
<<speech "Dee">>Oh my god...<</speech>>
[[Next|dee9luckdem3]]<<speech "You" "$name">>You probably don't like this, but I really do...<</speech>>
<video width="1000" src="videos/dee/day9/4r.mp4" autoplay controls></video>
<<speech "Dee">>Gawk...gawk...gawk...<</speech>>
<<speech "You" "$name">>(Is she smiling?)<</speech>>
[[Next|dee9luckdem4]]<video width="1000" src="videos/dee/day9/5r.mp4" autoplay controls></video>
<<speech "Dee">>I love it...<</speech>>
<<speech "You" "$name">>Oh... look at you...<</speech>>
[[Next|dee9luckdem5]]<<speech "You" "$name">>Let's try that again.<</speech>>
<video width="1000" src="videos/dee/day9/6r.mp4" autoplay controls></video>
For your surprise she seems really into it.
[[Next|dee9luckdem6]]She takes your dick and starts to suck it on her own.
<video width="1000" src="videos/dee/day9/7r.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... that's very good, Dee...<</speech>>
[[Next|dee9luckdem7]]You force her even harder.
<video width="1000" src="videos/dee/day9/8r.mp4" autoplay controls></video>
<<speech "You" "$name">>The more you smile the more I want to fuck your mouth...
Get on your knees.<</speech>>
[[Next|dee9luckdem8]]She does as you say and the face fucking continues.
<video width="1000" src="videos/dee/day9/9r.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh, Dee... this feels amazing.<</speech>>
[[Next|dee9luckdem9]]She starts to drool all over the ground.
<video width="1000" src="videos/dee/day9/10r.mp4" autoplay controls></video>
<<speech "You" "$name">>Hold your tits up. I want all this spit over you body.<</speech>>
[[Next|dee9luckdem10]]She follows your request.
<video width="1000" src="videos/dee/day9/11r.mp4" autoplay controls></video>
<<speech "You" "$name">>This is so fucking hot.
I think you can take it faster.<</speech>>
[[Next|dee9luckdem11]]<<speech "You" "$name">>Fuuuuuck!<</speech>>
<video width="1000" src="videos/dee/day9/12r.mp4" autoplay controls></video>
<<speech "You" "$name">>Now play with it.<</speech>>
[[Next|dee9luckdem12]]<<speech "Dee">>Like this sweetie?<</speech>>
<video width="1000" src="videos/dee/day9/13r.mp4" autoplay controls></video>
<<speech "You" "$name">>Just like that...
I'm getting close. Stroke my cock.<</speech>>
[[Next|dee9luckdem13]]<<speech "Dee">>Yes baby... cum for me.
I need this...<</speech>>
<video width="1000" src="videos/dee/day9/15.mp4" autoplay controls></video>
<<speech "You" "$name">>Almost there... come here.<</speech>>
[[Next|dee9luckdem14]]You facefuck her a little more before cumming.
<video width="1000" src="videos/dee/day9/14r.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! Here it comes.<</speech>>
[[Next|dee9luckdem15]]<<speech "You" "$name">>Take this fucking load.<</speech>>
<video width="1000" src="videos/dee/day9/cum.mp4" autoplay controls></video>
<<speech "Dee">>Oh... Thank you!<</speech>>
[[Next|dee9luckdem16]]<video width="1000" src="videos/dee/day9/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>I didn't know you were such a whore, Dee.<</speech>>
<<speech "Dee">>I-I always wanted to please you.
You do so much for me.<</speech>>
<<speech "You" "$name">>I guess you'll be pleasing me a lot more from now on.<</speech>>
<<speech "Dee">>I would like that...<</speech>>
<<speech "You" "$name">>I got to go now...<</speech>>
<<speech "Dee">>How's your dick?<</speech>>
<<speech "You" "$name">>Never felt better...<</speech>>
She smiles at you while you leave.
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $dee.submission += 1>>
[[Go to work|street9]]You go to the new recreational area and it seems very fancy, with pools, sun loungers, and even hydro bath.
<img class="middle medium" src="images/background/recreation.jpg">
<<speech "You" "$name">>(How the fuck am I supposed to keep up with the costs of living here. The price will definitely increase).<</speech>>
You spot someone walking towards the bathtub.
<img class="middle medium" src="images/cecilia/day10/1.jpg">
<<speech "You" "$name">>(But that's something to think later... Now I could enjoy it a little)<</speech>>
She sees you and smiles.
[[Go straight after her|ceci10tub]]
[[Take a swim first|swim10]]
[[Relax and tan a little|tan10]]
[[Go home|home10a]]You go after her.
<<speech "You" "$name">>(First things first)<</speech>>
She's taking off her shorts.
<video width="1000" src="videos/cecilia/day10/1.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Just in time...)<</speech>>
[[Next|ceci10tub1]]You jump on the pool and swim around.
<img class="middle medium" src="images/misc/swimming.gif">
<span class="grey">''Your fitness has increased by 20 xp''</span>
<<set $player.fitness += 20>><<nobr>>
<<set $CurEng -= 15>><</nobr>>You lay on one of the chairs and rest for a while.
<img class="middle normal" src="images/misc/tanning.gif">
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Go after her|ceci10tublate]]
[[Go home|home10a]]<<set $period to 2>>
<<if $naomi.mess1 is true>>
When you get home you receive a message.
<<set $naomi.mess1 to false>>
<<speech "Naomi">>//What's up, $name! I have good news for you!
One of my friends accepted to be your first "slave"...
I'm free tonight, and since I saw the shop closed today, you must be too.
I can be there by 7 pm.//<</speech>>
<<speech "You" "$name">>That's gonna be interesting...<</speech>>
You give her your adress.
<</if>>
<<speech "You" "$name">>I'm starving...<</speech>>
<<speech "Dick">>Yes you are starving.<</speech>>
<<speech "You" "$name">>Hey, Dick!<</speech>>
<<speech "Dick">>Your physiology it's changing. You are capable of doing things most people wouldn't be capable of.<</speech>>
<<speech "You" "$name">>Now that you say it... I'm feeling way more energized...<</speech>>
<<speech "Dick">>That's why you have to feed more. You no longer act like a mortal, why should you eat like one?<</speech>>
<<speech "You" "$name">>I'm poor, Dick. And eating is expensive.<</speech>>
<<speech "Dick">>Nonsense... You work at a market full of food.<</speech>>
<<speech "You" "$name">>So?<</speech>>
<<speech "Dick">>Just grab some of the food when you have the opportunity.<</speech>>
You walk to the fridge and find a frozen pizza.
<<speech "You" "$name">>Ohh pizza!
Wait, you want me to steal?<</speech>>
You put it on your old microwave.
<<speech "Dick">>Why not? This world is yours.
You can take whatever you want.<</speech>>
<<speech "You" "$name">>Huh... I didn't know this side of you.<</speech>>
<<speech "Dick">>What side?<</speech>>
<<speech "You" "$name">>This criminal side...<</speech>>
<<speech "Dick">>I do not remember my past life very well.
But I assure you, I was a great conqueror. I took everything I wanted.<</speech>>
<img class="middle medium" src="images/misc/eatingpizza.gif">
<<speech "Dick">>You'll get there eventually.<</speech>>
<<set $park to 1>>
<<set $gym to 1>>
[[Next|home10b]]She still haven't noticed you.
<img class="middle medium" src="images/cecilia/day10/2.jpg">
<<speech "You" "$name">>(What a perky little ass...)<</speech>>
<video width="1000" src="videos/cecilia/day10/2.mp4" autoplay controls></video>
[[Keep watching (sneaking level 1)|ceci10tubsn1]]
[[Talk to her|ceci10tub2]]<<if $CurEng gte 10>>
You sit at your computer and watch some videos about sneaky maneuvers and silent steps.
<img class="middle medium" src="images/misc/sneakinglearn.gif">
''Your sneaking skill has increased by 25 xp''
<<set $sneakinglvl += 25>><<nobr>>
<<set $sfaction -= 1>>
<<set $sneakingdone to true>>
<<set $CurEng -= 10>><</nobr>>
<<if $day lt 11>>
<<link 'Finish' 'HOMEREDIRECT'>> <</link>>
<<else>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><</if>>
<<else>>
You don't have enough energy to do that.
<img class="middle medium" src="images/misc/noenergy.jpg">
<<button "Back">>
<<goto $previousPassage>>
<</button>><</if>><<if $sneakinglevel gte 1>>
<<speech "You" "$name">>(I've got to see this, better not to interrupt)<</speech>>
<video width="1000" src="videos/cecilia/day10/2.mp4" autoplay controls></video>
[[Next|ceci10tubsn2]]
<<else>>
Your skill is not high enough to do that.
[[Back|ceci10tub1]]<</if>><<speech "You" "$name">>Hey, girl. How you doing?<</speech>>
You scare her and she quickly jumps to the edge of the tub.
<img class="middle medium" src="images/cecilia/day10/5.jpg">
<<speech "Cecilia">>Shit! You scared me. Hahahahaha.<</speech>>
<<speech "You" "$name">>Sorry, I only meant to say hi.<</speech>>
<<speech "Cecilia">>It's okay, it's cool that you're here...<</speech>>
<img class="middle medium" src="images/cecilia/day10/6.jpg">
She sees you staring at her ass.
[[Next|ceci10tub3]]<video width="1000" src="videos/cecilia/day10/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn... her ass is so nice)<</speech>>
She turns and is now facing you.
<video width="1000" src="videos/cecilia/day10/4.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Fuck...)<</speech>>
[[Keep watching (sneaking level 2)|ceci10tubsn3]]
[[Talk to her|ceci10tub2]]<<if $sneakinglevel gte 2>>
You manage to stay hidden and enjoy the show a little longer.
<video width="1000" src="videos/cecilia/day10/5.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's showing her tits? Hah... she doesn't give a fuck...)<</speech>>
[[Next|ceci10tubsn4]]
<<else>>
Your skill is not high enough to do that.
[[Back|ceci10tubsn2]]<</if>><video width="1000" src="videos/cecilia/day10/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(So hot)<</speech>>
She finishes oiling up and gets in the tub.
<img class="middle medium" src="images/cecilia/day10/4.jpg">
[[Talk to her|ceci10tubsn5]]
[[Go home|home10a]]<<speech "You" "$name">>Hey, girl. How you doing?<</speech>>
<img class="middle medium" src="images/cecilia/day10/3.jpg">
<<speech "Cecilia">>Hey! I saw you on the pool and was wondering if you'd follow me.<</speech>>
She sees you staring at her ass.
[[Next|ceci10tub3]]<<speech "Cecilia">>Like what you see?<</speech>>
<img class="middle medium" src="images/cecilia/day10/7.jpg">
Her tits are out.
<<speech "You" "$name">>I love what I see.<</speech>>
<<speech "Cecilia">>Hahaha. I just oiled it up.<</speech>>
<img class="middle medium" src="images/cecilia/day10/8.jpg">
[[Next|ceci10tub4]]<<speech "Cecilia">>You can take a closer look...<</speech>>
<img class="middle medium" src="images/cecilia/day10/8b.jpg">
<<speech "You" "$name">>You love showing off, don't you?<</speech>>
<<speech "Cecilia">>Just to people I'm attracted too...<</speech>>
<<speech "You" "$name">>You're very direct, huh?<</speech>>
<<speech "Cecilia">>I ain't got time to lose.<</speech>>
[[Ask her for more (charisma level 2)|ceci10tub4a]]
[[Keep talking|ceci10tub5]]<<speech "You" "$name">>You know your tits are out since I got here right?<</speech>>
<<speech "Cecilia">>Oh, are they?<</speech>>
<img class="middle medium" src="images/cecilia/day10/9.jpg">
<<speech "Cecilia">>I guess I'm the only one that has balls around here...<</speech>>
She puts her top back on.
<<speech "You" "$name">>Are you teasing me?<</speech>>
<<speech "Cecilia">>Not just teasing. I dare you.<</speech>>
<<speech "You" "$name">>To do what?<</speech>>
<<speech "Cecilia">>Get naked and jump in here with me...<</speech>>
<<speech "You" "$name">>Easy... (No one will see anything under water)<</speech>>
You go to the tub and start to climb in.
<<speech "Cecilia">>Nah-ah! I said: get naked ''outside'' and then jump in.<</speech>>
There's a few people in the distance.
<<speech "You" "$name">>People are gonna see my white ass as soon as I take my pants off.
You're new here, but everything in this building is a reason for a fine.<</speech>>
<<speech "Cecilia">>That's why it's a dare...<</speech>>
<img class="middle medium" src="images/cecilia/day10/10.jpg">
<<speech "You" "$name">>(Fuck! This little devil is gonna get me thrown out of this building...)<</speech>>
<div class="general"><span class="invi">*''Invisibility calling available''</span></div>
[[Use the Invisilibity calling (level 2/-20 energy /1 arche point)|ceci10tubinv]]
[[Do it without using your powers (sneaking level 2/ Exp^)|ceci10tub6]]
[[Give up on her dare|ceci10tubgiveup]]<<speech "You" "$name">>Then show me more of that ass baby.<</speech>>
<video width="1000" src="videos/cecilia/day10/7.mp4" autoplay controls></video>
<<speech "Cecilia">>Like this?<</speech>>
<<speech "You" "$name">>Fuck yeah...<</speech>>
[[Next|ceci10tub5]]<<if $CurEng gte 20 and $player.arche gte 1 and $invicalllvl gte 2>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>(The problem is: if I turn invisible she won't be able to see me too...)
Fuck it...<</speech>>
You concentrate on your own body, trying to feel it getting lighter, but at the same time you lock eyes with her in hope that she'll still see you.
<img class="middle medium" src="images/player/invisibilitycall.gif">
She keeps staring at you.
<<speech "You" "$name">>(Can she see me?)<</speech>>
<<speech "Cecilia">>Sooo... you're gonna do it or what?<</speech>>
<img class="middle medium" src="images/cecilia/day10/12.jpg">
She points at your pants.
<<speech "You" "$name">>(Wait, I felt something, am I not invisible?)
I'll do it. Just give me a second.<</speech>>
You rush to the pool and get near an old woman listening to her radio.
<<speech "You" "$name">>~Pssst~ Hi...<</speech>>
She keeps dancing to her song, looking straight through you.
<img class="middle medium" src="images/misc/oldladydance.gif">
<<speech "You" "$name">>(Ha! It worked!)<</speech>>
[[Next|ceci10tubinv2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/invisibilitycall2.gif">
But you still manage to take some experience out of it.
<<speech "Cecilia">>What just happened?<</speech>>
<<speech "You" "$name">>Uhhhg... nothing. I need to go.<</speech>>
<<speech "Cecilia">>What? Okay... bye.<</speech>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>>
[[Go home|home10a]]<</if>><<speech "You" "$name">>Fuck it...<</speech>>
<<set $caught to false>>
You drop your pants and she sees you completely naked.
<img class="middle medium" src="images/cecilia/day10/13.jpg">
<<speech "Cecilia">>Oh my god! You really did it!<</speech>>
<<speech "You" "$name">>I told you so... now let me in.<</speech>>
<<speech "Cecilia">>Sure...<</speech>>
You enter the tub.
<video width="1000" src="videos/cecilia/day10/8.mp4" autoplay muted loop></video>
[[Next|ceci10tub7]]<<speech "You" "$name">>You're too fucking crazy...<</speech>>
<<speech "Cecilia">>Well... too bad. Maybe next time?<</speech>>
<img class="middle medium" src="images/cecilia/day10/11.jpg">
<<speech "You" "$name">>Maybe...
I have to go now.<</speech>>
<<speech "Cecilia">>Bye pretty boy. See ya...<</speech>>
[[Go home|home10a]]<<speech "Cecilia">>You're back? I thought you'd run haha.<</speech>>
<<speech "You" "$name">>I'm back...
And naked...<</speech>>
You drop your pants and she sees you completely naked.
<img class="middle medium" src="images/cecilia/day10/13.jpg">
<<speech "Cecilia">>Oh my god! You really did it!<</speech>>
<<speech "You" "$name">>I told you so... now let me in.<</speech>>
<<speech "Cecilia">>Gladly...<</speech>>
You enter the tub.
<video width="1000" src="videos/cecilia/day10/8.mp4" autoplay muted loop></video>
[[Next|ceci10tubinv3]]Just as you enter she approaches you.
<<speech "Cecilia">>So you do have some balls...<</speech>>
<video width="1000" src="videos/cecilia/day10/9.mp4" autoplay controls></video>
<<speech "Cecilia">>Staring is wrong... don't you know?<</speech>>
<<speech "You" "$name">>I'm not staring...<</speech>>
[[Next|ceci10tubinv4]]<video width="1000" src="videos/cecilia/day10/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah...)<</speech>>
[[Next|ceci10tubinv5]]She puts her hand on your hard cock.
<video width="1000" src="videos/cecilia/day10/11.mp4" autoplay controls></video>
Climbing on top of you, she starts to grind against your body.
[[Next|ceci10tubinv6]]<video width="1000" src="videos/cecilia/day10/12.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhh... yeah...<</speech>>
[[Next|ceci10tubinv7]]You slide one finger in her pussy.
<video width="1000" src="videos/cecilia/day10/13.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhhnn...<</speech>>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|ceci10tubinv8]]You slide one more finger in.
<video width="1000" src="videos/cecilia/day10/14.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhhh baby...<</speech>>
<<speech "You" "$name">>(She's so fucking wet...)<</speech>>
<<speech "Cecilia">>Okay... give me that hard cock...<</speech>>
[[Next|ceci10tubinv9]]<<speech "Cecilia">>What a big cock you got.<</speech>>
<video width="1000" src="videos/cecilia/day10/15.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuuuuck...<</speech>>
[[Next|ceci10tubinv10]]She keeps working your dick.
<video width="1000" src="videos/cecilia/day10/16.mp4" autoplay controls></video>
Suddenly, a woman approaches.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Oh my god...<</speech>>
She stops by the tub.
<div class="general">//Oh my god! Someone left the hydro bath on again...
I gotta warn Marie about that...//</div>
She goes on her way.
<img class="middle medium" src="images/misc/ladywalking.gif">
<<speech "You" "$name">>Uhhhhm...<</speech>>
<<speech "Cecilia">>Is she fucking blind?<</speech>>
<<speech "You" "$name">>(I guess the calling made her invisible too?)
Probably... Where were we?<</speech>>
[[Next|ceci10tubinv11]]<<speech "Cecilia">>I love your cock.<</speech>>
<<speech "You" "$name">>Yeah? You love th-<</speech>>
<video width="1000" src="videos/cecilia/day10/17.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn!<</speech>>
[[Next|ceci10tubinv12]]She stops sucking for a moment.
<<speech "Cecilia">>You know what? We should go to my place...<</speech>>
<video width="1000" src="videos/cecilia/day10/18.mp4" autoplay controls></video>
<<speech "You" "$name">>Is your mom home?<</speech>>
<<speech "Cecilia">>Yeah, but she's so focused on work that she won't notice us.<</speech>>
@@#answer;
<<link "Go with her">>
<<replace "#answer">>
<<speech "You" "$name">>Alright. Let's go.<</speech>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
<<link 'Next' 'ceci10house'>> <</link>>
<</replace>><</link>>
<<link "Decline">>
<<replace "#answer">>
<<speech "You" "$name">>Sorry, Ceci. Too risky...<</speech>>
<<speech "Cecilia">>Really?? But I'm so fucking horny...<</speech>>
<img class="middle medium" src="images/cecilia/day10/14.jpg">
<<speech "You" "$name">>Yeah... I have some stuff to do too...<</speech>>
She lets go of your cock.
<<speech "Cecilia">>Well... okay then...<</speech>>
She seems very frustrated.
<<speech "You" "$name">>Hey, there will be other opportunities...<</speech>>
<<speech "Cecilia">>Sure... bye.<</speech>>
She leaves the pool.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $cecilia.lust += 1>>
<<link 'Go home' 'home10a'>> <</link>>
<</replace>><</link>>You two quickly put back your clothes and run to her apartment.
<<speech "Cecilia">>So, this is my house. My mom is in her office...
We just need to be silent.<</speech>>
<img class="middle medium" src="images/cecilia/day10/15.jpg">
You can only focus on one thing.
<video width="1000" src="videos/cecilia/day10/19.mp4" autoplay muted loop></video>
<<speech "You" "$name">>Yeah... yeah...<</speech>>
<<speech "Cecilia">>Wanna go to my room?<</speech>>
<img class="middle medium" src="images/cecilia/day10/16.jpg">
<<speech "You" "$name">>I wanna fuck you right here...<</speech>>
<<speech "Cecilia">>What?<</speech>>
<<speech "You" "$name">>Don't you have any balls?<</speech>>
<<speech "Cecilia">>Touché...
Come get it then...<</speech>>
You take off your clothes.
[[Next|ceci10sex]]
<<set $calmnesscall to true>><<nobr>>
<<set $energycall to true>>
<<set $mistysex to false>>
<<set $cecisex to false>>
<<set $mistylust to false>>
<<set $mistytime to false>>
<<set $mistycaught to false>>
<<set $mistyhandcuffs to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $calmnesscall to true>>
<<set $usespray to true>><</nobr>><<speech "You" "$name">>Sorry, Ceci. Too risky...<</speech>>
<<speech "Cecilia">>Really?? But I'm so fucking horny...<</speech>>
<img class="middle medium" src="images/cecilia/day10/14.jpg">
<<speech "You" "$name">>Yeah... I have some stuff to do too...<</speech>>
She lets go of your cock.
<<speech "Cecilia">>Well... okay then...<</speech>>
She seems very frustrated.
<<speech "You" "$name">>Hey, there will be other opportunities...<</speech>>
<<speech "Cecilia">>Sure... bye.<</speech>>
She leaves the pool.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="lust">Her lust has increased by 1</span>
<<set $cecilia.lust += 1>>
[[Go home|home10a]]Just as you enter she approaches you.
<<speech "Cecilia">>So you do have some balls...<</speech>>
<video width="1000" src="videos/cecilia/day10/9.mp4" autoplay controls></video>
<<speech "Cecilia">>Staring is wrong... don't you know?<</speech>>
<<speech "You" "$name">>I'm not staring...<</speech>>
[[Next|ceci10tub8]]<video width="1000" src="videos/cecilia/day10/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah...)<</speech>>
[[Next|ceci10tub9]]She puts her hand on your hard cock.
<video width="1000" src="videos/cecilia/day10/11.mp4" autoplay controls></video>
Climbing on top of you, she starts to grind against your body.
<<if $sneakinglevel lt 2>>
''Sneaking check failed''
<div class="general">Your sneaking level is not high enough for you to know how to be silent or when to hide, so the longer you keep going, the greater the chance of getting caught from this point on...</div>
<<else>>
''Sneaking check successful''
<div class="general">Your sneaking skill is high enough for you to know how to be silent or when to hide, so you can keep going quite safely.</div>
<</if>>
[[Next|ceci10tub10]]<video width="1000" src="videos/cecilia/day10/12.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhh... yeah...<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 8>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub11]]You slide one finger in her pussy.
<video width="1000" src="videos/cecilia/day10/13.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhhnn...<</speech>>
<<speech "You" "$name">>Fuck...<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 7>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub12]]You slide one more finger in.
<video width="1000" src="videos/cecilia/day10/14.mp4" autoplay controls></video>
<<speech "Cecilia">>Ohhhh baby...<</speech>>
<<speech "You" "$name">>(She's so fucking wet...)<</speech>>
<<speech "Cecilia">>Okay... give me that hard cock...<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 6>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub13]]<<speech "Cecilia">>What a big cock you got.<</speech>>
<video width="1000" src="videos/cecilia/day10/15.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuuuuck...<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 5>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub14]]She keeps working your dick.
<video width="1000" src="videos/cecilia/day10/16.mp4" autoplay controls></video>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 4>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub15]]<<speech "Cecilia">>I love your cock.<</speech>>
<<speech "You" "$name">>Yeah? You love th-<</speech>>
<video width="1000" src="videos/cecilia/day10/17.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn!<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 3>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you want to stop?<</speech>>
<<speech "You" "$name">>Nah... fuck it. She already caught us.<</speech>>
<</if>><</if>>
[[Next|ceci10tub16]]She stops sucking for a moment.
<<speech "Cecilia">>You know what? We should go to my place...<</speech>>
<video width="1000" src="videos/cecilia/day10/18.mp4" autoplay controls></video>
<<speech "You" "$name">>Is your mom home?<</speech>>
<<speech "Cecilia">>Yeah, but she's so focused on work that she won't notice us.<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 2>>
A woman approaches and see both of you in the tub.
<img class="middle normal" src="images/misc/shockedwoman.gif">
<div class="general">//OH MY GOD! What is happening here???//</div>
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! Marie is gonna know about this!//</div>
She storms off.
<<set $fine += 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be added to your next rent''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>Do you wanna go to my place?<</speech>>
<<speech "You" "$name">>Is your mom home?<</speech>>
<<speech "Cecilia">>Yeah, but she's so focused on work that she won't notice us.<</speech>>
<</if>><</if>>
''Your sneaking skill has increased by 20 xp''
<<set $sneakinglvl += 20>>
[[Go with her|ceci10house]]
[[Decline her offer|ceci10tubend]]<<if $cecisex is false>><<set $cecisex to true>>
<video width="1000" src="videos/cecilia/day10/20.mp4" autoplay controls></video><</if>>
<<set $sexsimple to true>><<nobr>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $penetrated to false>><</nobr>>
[[Handjob|ceci10sexhj]]
[[Blowjob|ceci10sexbj]]
[[Standing|ceci10sexstanding]]
[[Reverse cowgirl|ceci10sexrcow]]
[[Cowgirl|ceci10sexcow]]
[[Sideways|ceci10sexside]]
[[Carry her (fitness level 3)|ceci10sexcarry]]
<<if $mistysex is true>>
[[Go back to Misty|ceci10misty]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>>Before you leave you see someone putting some money into a deposit box and remember about the rent.
<<if $payrent is false>>
<<set $payrent to true>>
<<speech "You" "$name">>Haha... this week I don't have to pay anything since I blackmailed that bitch Marie.<</speech>>
[[Next|street8]]
<<else>>
<<speech "You" "$name">>(Shit... I have to pay the rent. I woudn't want to pass through all that shit again...)<</speech>>
''You paid 400 $ for the rent''
<<set $player.money -= 400>>
[[Next|street8]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
You put her leg up in the handrail and start to fuck her.
<video width="1000" src="videos/cecilia/day10/standstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Cecilia">>Yeahhh...<</speech>>
<video width="1000" src="videos/cecilia/day10/stand.mp4" autoplay controls></video>
<</if>>
[[Normal|ceci10sexstanding]]
[[Faster|ceci10sexstandingfast]]
[[Nice and slow|ceci10sexstandingslow]]
[[Put her leg down|ceci10sexstandingldown]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>>She's already in the tub with her body oiled up, seems like you were too late to see some of the "show".
<img class="middle medium" src="images/cecilia/day10/8a.jpg">
<<speech "You" "$name">>(Dammit! Should've gone straight to her...)
Hey, girl. How you doing?<</speech>>
She sees you staring at her ass.
[[Next|ceci10tub3]]<<speech "You" "$name">>Open your mouth!<</speech>>
<video width="1000" src="videos/cecilia/day10/cum.mp4" autoplay controls></video>
[[Next|cumonceci10a]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<<speech "Cecilia">>''I'm gonna cum!!''<</speech>>
<video width="1000" src="videos/cecilia/day10/orgasm.mp4" autoplay controls></video>
[[Back|ceci10sex]]<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Cecilia">>That's it!<</speech>>
<video width="1000" src="videos/cecilia/day10/standfast.mp4" autoplay controls></video>
[[Normal|ceci10sexstanding]]
[[Nice and slow|ceci10sexstandingslow]]
[[Put her leg down|ceci10sexstandingldown]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<set $penetrated to false>>
You put her down and keep pounding her.
<video width="1000" src="videos/cecilia/day10/standldownstart.mp4" autoplay controls></video>
[[Normal|ceci10sexstandingldownnormal]]
[[Harder|ceci10sexstandingldownhard]]
[[Very hard (fitness level 2)|ceci10sexstandingldownhard2]]
[[Put her leg up again|ceci10sexstanding]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Cecilia">>Just like that baby!<</speech>>
<video width="1000" src="videos/cecilia/day10/standldownhard.mp4" autoplay controls></video>
[[Very hard (fitness level 2)|ceci10sexstandingldownhard2]]
[[Normal|ceci10sexstandingldownnormal]]
[[Put her leg up again|ceci10sexstanding]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "Cecilia">>Fuuuck!<</speech>>
<video width="1000" src="videos/cecilia/day10/standldownhard2.mp4" autoplay controls></video>
[[Hard|ceci10sexstandingldownhard]]
[[Normal|ceci10sexstandingldownnormal]]
[[Put her leg up again|ceci10sexstanding]]
[[Back|ceci10sex]]
<<else>>
You are not fit enough to do that.
[[Back|ceci10sex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Take that dick slow...<</speech>>
<video width="1000" src="videos/cecilia/day10/standslow.mp4" autoplay controls></video>
[[Normal|ceci10sexstanding]]
[[Faster|ceci10sexstandingfast]]
[[Put her leg down|ceci10sexstandingldown]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/cecilia/day10/standldown.mp4" autoplay controls></video>
[[Harder|ceci10sexstandingldownhard]]
[[Very hard (fitness level 2)|ceci10sexstandingldownhard2]]
[[Put her leg up again|ceci10sexstanding]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you facing the other way.
<video width="1000" src="videos/cecilia/day10/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Cecilia">>Ohnnn...<</speech>>
<video width="1000" src="videos/cecilia/day10/rcow.mp4" autoplay controls></video>
<</if>>
[[Fuck her|ceci10sexrcowfuck]]
[[Let her work|ceci10sexrcowwork]]
[[Nice and slow|ceci10sexrcow]]
[[Lift her (fitness level 3)|ceci10sexrcowlift]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Your pussy is so fucking good...<</speech>>
<video width="1000" src="videos/cecilia/day10/rcowfuck.mp4" autoplay controls>
</video>
[[Let her work|ceci10sexrcowwork]]
[[Nice and slow|ceci10sexrcow]]
[[Lift her (fitness level 3)|ceci10sexrcowlift]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Cecilia">>Just-like-that...<</speech>>
<video width="1000" src="videos/cecilia/day10/rcowwork.mp4" autoplay controls></video>
[[Fuck her|ceci10sexrcowfuck]]
[[Nice and slow|ceci10sexrcow]]
[[Lift her (fitness level 3)|ceci10sexrcowlift]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<<speech "Cecilia">>Fuck! Where did you learn this?<</speech>>
<video width="1000" src="videos/cecilia/day10/rcowlift.mp4" autoplay controls></video>
[[Fuck her|ceci10sexrcowfuck]]
[[Let her work|ceci10sexrcowwork]]
[[Nice and slow|ceci10sexrcow]]
[[Back|ceci10sex]]
<<else>>
You are not fit enough to do that.
[[Back|ceci10sex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video width="1000" src="videos/cecilia/day10/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Your pussy feels so good...<</speech>>
<video width="1000" src="videos/cecilia/day10/cow.mp4" autoplay controls></video>
<</if>>
[[Normal|ceci10sexcow]]
[[Fuck her|ceci10sexcowfuck]]
[[Let her work|ceci10sexcowwork]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/cecilia/day10/cowfuck.mp4" autoplay controls></video>
[[Faster|ceci10sexcowfuckfast]]
[[Very fast|ceci10sexcowfuckfast2]]
[[As fast as you can (fitness level 4)|ceci10sexcowfuckfast3]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Cecilia">>Yes! Fuck me...<</speech>>
<video width="1000" src="videos/cecilia/day10/cowfuckfast.mp4" autoplay controls></video>
[[Very fast|ceci10sexcowfuckfast2]]
[[As fast as you can (fitness level 4)|ceci10sexcowfuckfast3]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Cecilia">>Just like that!<</speech>>
<video width="1000" src="videos/cecilia/day10/cowfuck2.mp4" autoplay controls></video>
[[Fast|ceci10sexcowfuckfast]]
[[As fast as you can (fitness level 4)|ceci10sexcowfuckfast3]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<if $fitnesslvl gte 4>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<<speech "Cecilia">>Fuuuuuuuuuuuuuuuu...!<</speech>>
<video width="1000" src="videos/cecilia/day10/cowfuck3.mp4" autoplay controls></video>
[[Fast|ceci10sexcowfuckfast]]
[[Very fast|ceci10sexcowfuckfast2]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]
<<else>>
You are not fit enough to do that.
[[Back|ceci10sex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><video width="1000" src="videos/cecilia/day10/cowwork.mp4" autoplay controls></video>
[[Faster|ceci10sexcowwork2]]
[[Fuck her|ceci10sexcowfuck]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]<video width="1000" src="videos/cecilia/day10/cowwork2.mp4" autoplay controls></video>
[[Slower|ceci10sexcowwork]]
[[Fuck her|ceci10sexcowfuck]]
[[Normal|ceci10sexcow]]
[[Back|ceci10sex]]<<if $fitnesslvl gte 3>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
You lift her with your arms, going up and down.
<video width="1000" src="videos/cecilia/day10/liftstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Cecilia">>Fuck!<</speech>>
<video width="1000" src="videos/cecilia/day10/lift.mp4" autoplay controls></video>
<</if>>
[[Normal|ceci10sexcarry]]
[[Harder|ceci10sexcarryhard]]
[[Back|ceci10sex]]
<<else>>
You are not fit enough to do that.
[[Back|ceci10sex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Cecilia">>Give it to mee...!<</speech>>
<video width="1000" src="videos/cecilia/day10/lifthard.mp4" autoplay controls></video>
[[Normal|ceci10sexcarry]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
You lay on the ground and fuck her sideways.
<video width="1000" src="videos/cecilia/day10/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Fuck...yeah...<</speech>>
<video width="1000" src="videos/cecilia/day10/side.mp4" autoplay controls></video>
<</if>>
[[Normal|ceci10sexside]]
[[Faster|ceci10sexsidefast]]
[[Play with pussy|ceci10sexsidepplay]]
[[Kneel|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Your pussy feels amazing!<</speech>>
<video width="1000" src="videos/cecilia/day10/sidefast.mp4" autoplay controls></video>
[[Normal|ceci10sexside]]
[[Play with pussy|ceci10sexsidepplay]]
[[Kneel|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Cecilia">>Hmm... feels so good.<</speech>>
<video width="1000" src="videos/cecilia/day10/sidepplay.mp4" autoplay controls></video>
[[Normal|ceci10sexside]]
[[Faster|ceci10sexsidefast]]
[[Kneel|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $penetrated to false>><</nobr>>
<<speech "Cecilia">>Oh, yes!<</speech>>
<video width="1000" src="videos/cecilia/day10/sidekneel.mp4" autoplay controls></video>
[[Deeper|ceci10sexsidekneeldeep]]
[[Faster|ceci10sexsidekneelfast]]
[[Harder|ceci10sexsidekneelhard]]
[[Lay down|ceci10sexside]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Cecilia">>Fuck!<</speech>>
<video width="1000" src="videos/cecilia/day10/sidekneeldeep.mp4" autoplay controls></video>
[[Faster|ceci10sexsidekneelfast]]
[[Harder|ceci10sexsidekneelhard]]
[[Lay down|ceci10sexside]]
[[Normal|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>Take-this-dick!<</speech>>
<video width="1000" src="videos/cecilia/day10/sidekneelfast.mp4" autoplay controls></video>
[[Deeper|ceci10sexsidekneeldeep]]
[[Harder|ceci10sexsidekneelhard]]
[[Lay down|ceci10sexside]]
[[Normal|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Cecilia">>Yeeeess!<</speech>>
<video width="1000" src="videos/cecilia/day10/sidekneelhard.mp4" autoplay controls></video>
[[Deeper|ceci10sexsidekneeldeep]]
[[Faster|ceci10sexsidekneelfast]]
[[Lay down|ceci10sexside]]
[[Normal|ceci10sexsidekneel]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>Play with my cock, Ceci.<</speech>>
<video width="1000" src="videos/cecilia/day10/handjob.mp4" autoplay controls></video>
[[More|ceci10sexhj2]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 2>>
<<speech "Cecilia">>Such a big cock...<</speech>>
<video width="1000" src="videos/cecilia/day10/handjob2.mp4" autoplay controls></video>
[[More|ceci10sexhj]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 2>>
<<speech "You" "$name">>Suck me....<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjob.mp4" autoplay controls></video>
[[Suck the tip|ceci10sexbjtip]]
[[Deeper|ceci10sexbjdeep]]
[[Fuck her mouth (dominance level 2)|ceci10sexbjfuck]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobtip1.mp4" autoplay controls></video>
[[More|ceci10sexbjtip2]]
[[Deeper|ceci10sexbjdeep]]
[[Fuck her mouth (dominance level 2)|ceci10sexbjfuck]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>>
<<speech "You" "$name">>Just like that...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobtip2.mp4" autoplay controls></video>
[[More|ceci10sexbjtip]]
[[Deeper|ceci10sexbjdeep]]
[[Fuck her mouth (dominance level 2)|ceci10sexbjfuck]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 3>>
<<speech "Cecilia">>Krrrrr!<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobdeep.mp4" autoplay controls></video>
[[Suck the tip|ceci10sexbjtip]]
[[Fuck her mouth (dominance level 2)|ceci10sexbjfuck]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<if $dominancelvl gte 2>>
<<set $CurOrg += 3>>
<<speech "You" "$name">>I need to fuck your mouth...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobfuckdeep.mp4" autoplay controls></video>
[[Keep going|ceci10sexbjfuck]]
[[Fuck it deeper|ceci10sexbjfuckdeep]]
[[Hold it|ceci10sexbjfuckhold]]
[[Let her suck you|ceci10sexbj]]
[[Back|ceci10sex]]
<<else>>
You are not dominant enough to do that.
[[Back|ceci10sex]]<</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>I'm gonna go deeper...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobfuckdeep1.mp4" autoplay controls></video>
[[More|ceci10sexbjfuckdeep2]]
[[Normal|ceci10sexbjfuck]]
[[Hold it|ceci10sexbjfuckhold]]
[[Let her suck you|ceci10sexbj]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Fuuuck... this feels so good...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobfuckdeep2.mp4" autoplay controls></video>
[[More|ceci10sexbjfuckdeep]]
[[Normal|ceci10sexbjfuck]]
[[Hold it|ceci10sexbjfuckhold]]
[[Let her suck you|ceci10sexbj]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<set $CurOrg += 4>>
<<speech "You" "$name">>Hooold...<</speech>>
<video width="1000" src="videos/cecilia/day10/blowjobfuckdeep3.mp4" autoplay controls></video>
[[Normal|ceci10sexbjfuck]]
[[Fuck it deeper|ceci10sexbjfuckdeep]]
[[Let her suck you|ceci10sexbj]]
[[Back|ceci10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonceci10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'ceciorgasm10'>> <</link>><</if>><</nobr>>
<<if $mistycaught is false and $CurOrg gte 50>><<goto "misty10">><</if>><<speech "You" "$name">>(Shit, I don't have my spedoo on me right now...)<</speech>>
There's a couple of people around the pool.
<<speech "You" "$name">>(And I've got white underwear. That's the same as swimming naked, and I can't swim naked with people around...
Or can I?)<</speech>>
<div class="general"><span class="invi">*''Invisibility calling available''</span></div>
[[Use the Invisilibity calling (-10 energy /0.5 arche point)|swim10a]]
[[Go after her|ceci10tub]]
[[Go home|home10a]]<<if $player.arche gte 0.5>>
You go to a corner, quickly remove your clothes and use a little of your power to turn invisible.
<<speech "You" "$name">>(I hope this works...)<</speech>>
You get in the water and the effect is not very strong, but enough to keep you unseen in the water. No one notices as you swim around.
<img class="middle medium" src="images/misc/skinnydip.gif">
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<span class="invi">''Your skill with the Invisibility calling has increased by 0.5''</span>
<<set $invicalllvl += 0.5>><<nobr>>
<<set $CurEng -= 10>>
<<set $player.arche -= 0.5>><</nobr>>
[[Go after her|ceci10tublate]]
[[Go home|home10a]]
<<else>>
You don't have enough arche to use that.
[[Go after her|ceci10tub]]
[[Go home|home10a]]<</if>><video width="1000" src="videos/misty/day10/1.mp4" autoplay controls></video>
<<speech "Misty">>What the hell is all this damn noise?<</speech>>
<img class="middle medium" src="images/misty/day10/1.jpg">
She sees you two fucking.
<<speech "You" "$name">>(FUCK...)<</speech>>
You see her, but Cecilia doesn't notice.
<<speech "Cecilia">>Yeah, $name!<</speech>>
<<set $mistycaught to true>>
[[Next|misty10a]]<img class="middle medium" src="images/misty/day10/2.jpg">
She looks at you with disaproval, seemingly very angry.
<img class="middle normal" src="images/misc/mistyneck.gif">
You see her walking to a room.
<<speech "You" "$name">>(Fuck, what do I do?)<</speech>>
[[Go after her|misty10b]]
[[Keep fucking Cecilia|ceci10sex]]<<speech "You" "$name">>Uhmm... where's the bathroom?<</speech>>
<<speech "Cecilia">>What?<</speech>>
<<speech "You" "$name">>Sorry, I need to pee.<</speech>>
<<speech "Cecilia">>Okaaaay.... it's in the end of the hallway.<</speech>>
<<speech "You" "$name">>Thanks...<</speech>>
You put your clothes back on and walk to the room you saw Misty go to.
<<speech "Misty">>There you are you son of a bitch...<</speech>>
She's whispering.
<img class="middle medium" src="images/misty/day10/3.jpg">
<<speech "You" "$name">>Look... I'm sorry but she was hitting on me...<</speech>>
<<speech "Misty">>Are you outta your mind? Look at you...
You are perfectly capable of holding back.<</speech>>
<<speech "You" "$name">>I don't get it... we where just having sex.
It's no big deal.<</speech>>
<<speech "Misty">>It is when you have nothing inside your head and fuck without a condom.
The only reason I'm being quiet is because I'm not in the mood for a fight with her.<</speech>>
<<speech "You" "$name">>Well... you got me there...
But I was going to... erm... finish outside.<</speech>>
She's furious.
<<speech "Misty">>Get-the-fuck-outta-here.<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span>
<span class="time">*''Time calling available''</span></div>
[[Use the Lust calling (level 3/-20 energy /1 arche point)|misty10lust0]]
[[Use the Time calling (level 1/-20 energy /1 arche point)|misty10time0]]
[[Go home|home10a]]
<<set $CurOrg -= 40>><<nobr>>
<<set $CurOrg1 -= 40>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
<<set $change1 to true>><</nobr>><<if $lustcalllvl gte 3 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>>
<<set $mistylust to true>>
<<set $mistysex to true>><</nobr>>
<<speech "You" "$name">>Okay... okay... I'll go.
But I saw the way you were looking at my cock...<</speech>>
<<speech "Misty">>What??? Boy, I'm gonna fu-<</speech>>
You concentrate on increasing the attraction she has for you, even if she's trying to hide it.
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "You" "$name">>Don't lie to me... (If this doesn't work I'm fucking dead)<</speech>>
<<speech "Misty">>Listen to me, boy...<</speech>>
She comes closer.
<img class="middle medium" src="images/misty/day10/4.jpg">
<<speech "Misty">>Just because I may be thirsting over your dick, it doesn't mean that what you did wasn't wrong...<</speech>>
<<speech "You" "$name">>(Is this... working...?)<</speech>>
<<speech "Misty">>You want to fuck around?<</speech>>
<img class="middle medium" src="images/misty/day10/5.jpg">
<<speech "Misty">>I'll give you something to fuck...<</speech>>
[[Next|misty10lust1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
<<speech "Misty">>Do you want me to call the police?<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
[[Go home|home10a]]<</if>><video width="1000" src="videos/misty/day10/2.mp4" autoplay controls></video>
She pulls you to her room.
<<speech "You" "$name">>(Sorry Ceci...)<</speech>>
[[Next|misty10lust2]]She throws you against the wall.
<video width="1000" src="videos/misty/day10/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn...)<</speech>>
[[Next|misty10lust3]]<video width="1000" src="videos/misty/day10/4.mp4" autoplay controls></video>
[[Next|misty10lust4]]<<speech "Misty">>Where did you get so much dick?<</speech>>
<video width="1000" src="videos/misty/day10/5.mp4" autoplay controls></video>
<<speech "You" "$name">>You wouldn't believe me if i said...<</speech>>
<<set $CurOrg += 2>>
[[Next|misty10lust5]]<<speech "Misty">>Do you know how to use it?<</speech>>
<video width="1000" src="videos/misty/day10/6.mp4" autoplay controls></video>
<<speech "You" "$name">>I think I do...<</speech>>
<<set $CurOrg += 2>>
[[Next|misty10lust6]]You hold her chin and slowly fuck her mouth.
<video width="1000" src="videos/misty/day10/7.mp4" autoplay controls></video>
<<set $CurOrg += 2>>
[[Next|misty10lust7]]<<speech "Misty">>Do it again...<</speech>>
<video width="1000" src="videos/misty/day10/8.mp4" autoplay controls></video>
<<set $CurOrg += 2>>
[[Next|misty10lust8]]<video width="1000" src="videos/misty/day10/9.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... yeah, you do.<</speech>>
<<set $CurOrg += 2>>
[[Next|misty10lust9]]<video width="1000" src="videos/misty/day10/10.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeah...<</speech>>
<<set $CurOrg += 2>>
[[Next|misty10lust10]]She gets up and starts undressing.
<video width="1000" src="videos/misty/day10/11.mp4" autoplay controls></video>
[[Next|misty10lust11]]<video width="1000" src="videos/misty/day10/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(I don't know if she's mad or horny)<</speech>>
[[Next|misty10lust12]]<video width="1000" src="videos/misty/day10/13.mp4" autoplay controls></video>
<<speech "You" "$name">>(This bitch is crazy...)<</speech>>
[[Next|misty10lust13]]<<speech "Misty">>Are you planning to fuck me today or what?<</speech>>
<video width="1000" src="videos/misty/day10/14.mp4" autoplay controls></video>
<<speech "You" "$name">>You asked for it...<</speech>>
[[Next|misty10lust]][[Over the bed table|misty10lusttable]]
[[Reverse cowgirl|misty10lustrcow]]
[[Cowgirl|misty10lustcow]]
[[Missionary|misty10lustmiss]]
[[Go back to Cecilia|misty10ceci]]
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Come here...<</speech>>
<video width="1000" src="videos/misty/day10/tablestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Misty">>Yeahhh...<</speech>>
<video width="1000" src="videos/misty/day10/table.mp4" autoplay controls></video>
<</if>>
[[Normal|misty10lusttable]]
[[Faster|misty10lusttablefast]]
[[Harder|misty10lusttablehard]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<speech "You" "$name">>I'm cumming!<</speech>>
<video width="1000" src="videos/misty/day10/cum.mp4" autoplay controls></video>
<<speech "Misty">>Woah!<</speech>>
<<if $mistyhandcuffs is true>>
[[Next|misty10lusthcsex6]]
<<else>>
[[Next|cumonmisty10end]]<</if>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<<speech "Misty">>''I'm fucking cumming baby!''<</speech>>
<video width="1000" src="videos/misty/day10/orgasm.mp4" autoplay controls></video>
[[Back|misty10lust]]<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/misty/day10/tablehard.mp4" autoplay controls></video>
[[Normal|misty10lusttable]]
[[Faster|misty10lusttablefast]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Misty">>Fuck yeah...<</speech>>
<video width="1000" src="videos/misty/day10/tablefast.mp4" autoplay controls></video>
[[Normal|misty10lusttable]]
[[Harder|misty10lusttablehard]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video width="1000" src="videos/misty/day10/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Misty">>Yeah... you gimme that dick.<</speech>>
<video width="1000" src="videos/misty/day10/rcow.mp4" autoplay controls></video>
<</if>>
[[Let her fuck you|misty10lustrcow]]
[[Fuck her|misty10lustrcowfuck]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Take that cock!<</speech>>
<video width="1000" src="videos/misty/day10/rcowfuck.mp4" autoplay controls></video>
[[More|misty10lustrcowfuck2]]
[[Let her fuck you|misty10lustrcow]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Misty">>Yeah, give it to me...<</speech>>
<video width="1000" src="videos/misty/day10/rcowfuck2.mp4" autoplay controls></video>
[[More|misty10lustrcowfuck]]
[[Let her fuck you|misty10lustrcow]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
<<speech "Misty">>Dammit...<</speech>>
<video width="1000" src="videos/misty/day10/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Oh that feels good...<</speech>>
<video width="1000" src="videos/misty/day10/cow.mp4" autoplay controls></video>
<</if>>
[[Normal|misty10lustcow]]
[[Let her fuck you|misty10lustcowfu]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "Misty">>Yeah! Take that pussy.<</speech>>
<video width="1000" src="videos/misty/day10/cowfu.mp4" autoplay controls></video>
[[More|misty10lustcowfu2]]
[[Normal|misty10lustcow]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>(Fuck... she's gonna rip my dick off)<</speech>>
<video width="1000" src="videos/misty/day10/cowfu2.mp4" autoplay controls></video>
[[More|misty10lustcowfu]]
[[Normal|misty10lustcow]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She opens her legs you.
<video width="1000" src="videos/misty/day10/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Misty">>This fucking cock!<</speech>>
<video width="1000" src="videos/misty/day10/miss.mp4" autoplay controls></video>
<</if>>
[[Normal|misty10lustmiss]]
[[Faster|misty10lustmissfast]]
[[Harder|misty10lustmisshard]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Take my dick!<</speech>>
<video width="1000" src="videos/misty/day10/misshard.mp4" autoplay controls></video>
[[Normal|misty10lustmiss]]
[[Faster|misty10lustmissfast]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "Misty">>Fuuuuck...<</speech>>
<video width="1000" src="videos/misty/day10/missfast.mp4" autoplay controls></video>
[[Normal|misty10lustmiss]]
[[Harder|misty10lustmisshard]]
[[Back|misty10lust]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonmisty10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'mistyorgasm10'>> <</link>><</if>><</nobr>><<if $change1 is true>>
<<speech "You" "$name">>Uhmmm... I'm gonna go check on your daughter... I'll be right back...<</speech>>
<<set $change1 to false>><<nobr>>
<<set $change2 to true>><</nobr>>
<video width="1000" src="videos/misty/day10/backtoceci.mp4" autoplay controls></video>
<<speech "Misty">>What the fuck?<</speech>>
[[Next|ceci10sex]]<</if>>
<<if $change3 is true>>
<<speech "You" "$name">>Sorry, misty...<</speech>>
<<set $change3 to false>><<nobr>>
<<set $change4 to true>><</nobr>>
<video width="1000" src="videos/misty/day10/backtoceci2.mp4" autoplay controls></video>
[[Next|ceci10sex]]<</if>>
<<set $CurOrg -= 25>><<nobr>>
<<set $CurOrg1 -= 40>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>>
<<set $cecisex to false>><</nobr>><<if $change2 is true>>
<<speech "You" "$name">>Fuck...<</speech>>
<<set $change2 to false>><<nobr>>
<<set $change3 to true>><</nobr>>
<<speech "Cecilia">>What?<</speech>>
<<speech "You" "$name">>I forgot to flush...<</speech>>
<<speech "Cecilia">>So? Fuck it...<</speech>>
<<speech "You" "$name">>No, Cecilia. That would be extremely rude of me...
I gotta go. I'll be right back!<</speech>>
<img class="middle medium" src="images/cecilia/day10/17.jpg">
<<speech "Cecilia">>You've got to be fucking kidding me...<</speech>>
[[Next|ceci10mistya]]<</if>>
<<if $change4 is true>>
<<speech "You" "$name">>Not trying to be rude again but...<</speech>>
<<speech "Cecilia">>Really??<</speech>>
<img class="middle medium" src="images/cecilia/day10/18.jpg">
<<speech "You" "$name">>I swear-<</speech>>
<<speech "Cecilia">>Whatever, dude, just go...<</speech>>
<<speech "You" "$name">>(I feel kinda bad, but I need to enjoy this...)<</speech>>
[[Next|ceci10mistya]]<</if>><<if $change3 is true>>
<<speech "You" "$name">>Misty?<</speech>>
<video width="1000" src="videos/misty/day10/backtomisty.mp4" autoplay controls></video>
<<speech "Misty">>Come here!<</speech>>
[[Next|misty10lust]]<</if>>
<<if $change4 is true>>
<<speech "You" "$name">>I'm back...<</speech>>
<<speech "Misty">>Shut up and come here!<</speech>>
<video width="1000" src="videos/misty/day10/backtomisty2.mp4" autoplay controls></video>
When you approach her she sits on the bed.
<<speech "Misty">>Actually... wait...
I have an idea...<</speech>>
<<speech "You" "$name">>What kind of idea?<</speech>>
[[Next|misty10lusthandcuffs]]<</if>>
<<set $CurOrg -= 25>><<nobr>>
<<set $CurOrg1 -= 40>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>>
<<if $CurOrg1 lt 0>><<set $CurOrg1 to 0>><</if>><</nobr>><video width="1000" src="videos/misty/day10/handcuffs.mp4" autoplay controls></video>
<<set $mistyhandcuffs to true>>
<<speech "Misty">>Now you can't escape motherfucker...<</speech>>
<<speech "You" "$name">>(Well... fuck...)<</speech>>
[[Next|misty10lusthcsex]]<<set $sexsimple to false>>
She goes down on her knees and starts to suck you.
<video width="1000" src="videos/misty/day10/15.mp4" autoplay controls></video>
<<speech "You" "$name">>(This actually feels very good)<</speech>>
[[Next|misty10lusthcsex1]]<video width="1000" src="videos/misty/day10/16.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! Come here...<</speech>>
[[Next|misty10lusthcsex2]]<<speech "Misty">>Yeahhhhh!<</speech>>
<video width="1000" src="videos/misty/day10/17.mp4" autoplay controls></video>
[[Next|misty10lusthcsex3]]<video width="1000" src="videos/misty/day10/18.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah baby, fuck me back...<</speech>>
[[Next|misty10lusthcsex4]]<<speech "Misty">>Fuck yeah! Give it to me!<</speech>>
<video width="1000" src="videos/misty/day10/19.mp4" autoplay controls></video>
<<speech "Misty">>I'm fucking cumming baby!<</speech>>
<<speech "You" "$name">>Fuck! I'm gonna cum too! Get on your knees!<</speech>>
[[Next|misty10lusthcsex5]]<<speech "You" "$name">>I'm cumming!<</speech>>
<video width="1000" src="videos/misty/day10/cum.mp4" autoplay controls></video>
<<speech "Misty">>Woah!<</speech>>
[[Next|misty10lusthcsex6]]<<speech "Misty">>That was a fucking lot!<</speech>>
<video width="1000" src="videos/misty/day10/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm fucking done...<</speech>>
[[Next|misty10lusthcsex7]]Suddenly Cecilia enters the room.
<<speech "Cecilia">>''What the fuck???''<</speech>>
<video width="1000" src="videos/misty/day10/caught.mp4" autoplay controls></video>
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "Misty">>Oh my god!<</speech>>
<<speech "You" "$name">>Oh no...<</speech>>
[[Next|misty10lusthcsex8]]<<speech "Cecilia">>Why the hell did you fucked $name?<</speech>>
<<speech "Misty">>I don't know what came over came...<</speech>>
<<speech "You" "$name">>(I did.... hehe... he.. hehehe...HEHEHE-)<</speech>>
<<speech "Cecilia">>Why the hell are you laughing??<</speech>>
Cecilia grabs the key inside the drawer and opens the handcuff.
<<speech "Cecilia">>Get out... now...<</speech>>
Misty's still kinda confused about what just happened.
<<speech "You" "$name">>Thank you. I mean... sorry...
I have to go...
Bye girls...<</speech>>
You get the fuck out of there.
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Misty's lust has increased by 1</span>
<<set $misty.lust += 1>>
[[Go home|home10a]]
<<set $sexsimple to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurEng -= 30>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "Cecilia">>Okay, that was fucking hot!<</speech>>
<img class="middle medium" src="images/cecilia/day10/19.jpg">
<<speech "You" "$name">>~PHEW~ Hot and tiring...<</speech>>
<<if $mistylust is true>>
<img class="middle medium" src="images/player/lustcall.gif">
You hear in the distance.
<<speech "Misty">>Fuck... what a headache...<</speech>><</if>>
<<if $mistytime is true>>
<img class="middle medium" src="images/player/timecall.gif">
You hear in the distance.
<<speech "Misty">>Fuck... what a headache...<</speech>>
<</if>>
<<speech "Cecilia">>Not trying to be rude or anything, but you should go...
Before my mom catches us...<</speech>>
<<speech "You" "$name">>Yeah... sure...
Bye Ceci!<</speech>>
<<speech "Cecilia">>Bye! Come again some other day...<</speech>>
<img class="middle medium" src="images/cecilia/day10/20.jpg">
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">Her lust has increased by 1</span>
<<set $cecilia.lust += 1>>
<<if $mistylust is true>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Misty's lust has increased by 1</span>
<<set $misty.lust += 1>><</if>>
[[Go home|home10a]]
<<set $sexsimple to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurEng -= 30>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $period to 3>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
You have the afternoon free.
<<speech "You" "$name">>Hmmm what to do?<</speech>>
<<set $fightlearned to false>><<set $massagelearned to false>>
<<link 'Go to the gym (day $gym)' 'GYM'>><</link>>
<<set $fightinglvl to 0>><<set $massagelvl to 0>>
<<link 'Go to the park (day $park)' 'PARK'>><</link>>
<<link 'Booty call (-30 energy)' 'BOOTYCALLDAY'>><</link>>
<<link 'Take this time to rest (+30 energy)' 'Longrest10'>><</link>><<if $gym is 2>><<goto "gym1">><</if>>Walking around the gym you see Keisha working out.
<video width="1000" src="videos/gym/1/meeting/1.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Damn!)<</speech>>
Kelsi is also here.
<video width="1000" src="videos/gym/1/meeting/3.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Again, damn!)<</speech>>
[[Talk to Keisha|gym10keisha]]
[[Talk to Kelsi|gym10kelsi]]
[[Just go on with your day|gym10girl]]<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
''You go to the gym and now you can choose between bodybuilding, yoga, fighting and massage.
<<nobr>><a data-passage="WORKOUT" class="link-internal link-image">
<img class="normal" src="images/icons/gym.jpg">
</a>
<a data-passage="YOGA" class="link-internal link-image">
<img class="normal" src="images/icons/yoga.jpg">
</a>
<a data-passage="FIGHTING" class="link-internal link-image">
<img class="normal" src="images/icons/fighting.jpg">
</a>
<a data-passage="MASSAGE" class="link-internal link-image">
<img class="normal" src="images/icons/massage.jpg">
</a><</nobr>>
<<set $workout to false>><<nobr>>
<<set $yoga to false>>
<<set $fighting to false>>
<<set $massage to false>><</nobr>>You decide to lift some weights and run on the treadmill.
<img class="middle normal" src="images/misc/liftingweight.gif">
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
<<link 'Next' 'GYMREDIRECT'>><</link>>
<<set $gym += 1>><<nobr>>
<<set $workout to true>>
<<set $CurEng -= 15>><</nobr>>You go to the yoga room and train some movements and breathing exercises.
<img class="middle normal" src="images/misc/yoga.gif">
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Next' 'GYMREDIRECT'>><</link>>
<<set $gym += 1>><<nobr>>
<<set $yoga to true>><</nobr>>You decide to blow off some steam and train your fighting skills.
<img class="middle normal" src="images/misc/fighting.gif">
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 10>>
''Your fighting skill has increased by 25 xp''
<<set $fightinglvl += 25>>
<<if $fightinglvl lt 30 and $fightlearned is false>>
''New skill learned: Fighting''
<<set $fightlearned to true>>
<img class="middle normal" src="images/player/fighting.jpg"><</if>>
<<link 'Next' 'GYMREDIRECT'>><</link>>
<<set $gym += 1>><<nobr>>
<<set $fighting to true>>
<<set $CurEng -= 15>><</nobr>>You decide to learn more about the art of massage.
<img class="middle normal" src="images/misc/massage.gif">
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.fitness += 15>>
''Your massage skill has increased by 25 xp''
<<set $massagelvl += 25>>
<<if $massagelvl lt 30>>
''New skill learned: Massage''
<<set $massagelearned to true>>
<img class="middle normal" src="images/player/massage.jpg"><</if>>
<<link 'Next' 'GYMREDIRECT'>><</link>>
<<set $gym += 1>><<nobr>>
<<set $massage to true>>
<<set $CurEng -= 10>><</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
Learning how to fight is a great way to improve your fitness and enchance your combat abilities.
Your current experience is $fightinglvl/100 (Level: $fightinglevel)<<button "Back">><<script>>Engine.backward();<</script>><</button>>
Learning to massage often helps to calm people down and get girls in the mood for sex.
Your current experience is $massagelvl/100 (Level: $massagelevel)Before going home, you see a girl having a little trouble doing some exercises.
<video width="1000" src="videos/gym/1/1.mp4" autoplay controls></video>
And I thought I was bad at this stuff...
She sees you.
[[Next|gym10girl1]]<div class="girl">//Hey, can you help me?//</div>
<video width="1000" src="videos/gym/1/2.mp4" autoplay controls></video>
By her accent she's not from here.
@@#answer;
<<link "Help her (-10 energy)">>
<<replace "#answer">>
<<speech "You" "$name">>I'm fairly new to this too.
But I think I can help you.<</speech>>
<div class="girl">//Great!//</div>
<<link 'Next' 'gym10girl2'>> <</link>>
<</replace>><</link>>
<<link "Go home">>
<<replace "#answer">>
<<speech "You" "$name">>Sorry... I'm kinda tired, maybe next time...<</speech>>
<div class="girl">//Okay...//</div>
<<link 'Next' 'HOMEREDIRECT'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>So... you were not so bad. You just need to focus more.<</speech>>
<<set $CurEng -= 10>>
<div class="girl">//Like this?//</div>
<video width="1000" src="videos/gym/1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! Her tits are almost coming out... maybe I could help...)<</speech>>
<div class="general"><span class="luck">*''Luck calling available''</span></div>
[[Use the Luck calling (level 2/-10 energy/1 arche point)|gym10girlluck]]
[[Just keep helping her|gym10girl3]]<<if $luckcalllvl gte 2 and $CurEng gte 10 and $player.arche gte 1>>
<<set $CurEng -= 10>>
<<set $player.arche -= 1>>
You close your eyes and wish for her tits to drop out you her top.
<img class="middle medium" src="images/player/luckcall.gif">
<<speech "You" "$name">>Keep going! (Come on... come on...)<</speech>>
<video width="1000" src="videos/gym/1/3a.mp4" autoplay muted loop></video>
[[Next|gym10girlluck1a]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/luckcall2.gif">
But you still manage to take some experience out of it.
<div class="girl">//Are you okay?//</div>
<<speech "You" "$name">>Yeah.. I just need to rest...<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><</if>><<speech "You" "$name">>Let's try something else... grab that weight.
(I'll just say whatever comes to mind...)<</speech>>
<video width="1000" src="videos/gym/1/4.mp4" autoplay controls></video>
<div class="girl">//This is too haaaard...//</div>
<<speech "You" "$name">>(There is something harder right now)<</speech>>
[[Next|gym10girl4]]And lucky for you she takes a while to notice it.
<<speech "You" "$name">>Don't stop, you can do it...<</speech>>
<video width="1000" src="videos/gym/1/l2.mp4" autoplay controls></video>
<div class="girl">//I can't! I just can't...
What?//</div>
She eventually figures it out and puts her top back on.
<<speech "You" "$name">>Okay, let's rest for a while... Why don't you have some water?<</speech>>
[[Next|gym10girlluck2]]<div class="girl">//Okay.//</div>
<video width="1000" src="videos/gym/1/l3.mp4" autoplay controls></video>
<div class="girl">//Opsie...//</div>
<<speech "You" "$name">>(This power is amazing)<</speech>>
[[Next|gym10girlluck3]]She keeps trying to aim at her mouth, but without any luck.
<video width="1000" src="videos/gym/1/l4.mp4" autoplay controls></video>
<div class="girl">//Fuck it... I was hot anyways...//</div>
<<speech "You" "$name">>Okay, next exercise.<</speech>>
[[Next|gym10girlluck4]]<<speech "You" "$name">>Grab that weight. (I'll just say whatever comes to mind...)<</speech>>
<video width="1000" src="videos/gym/1/4.mp4" autoplay controls></video>
<div class="girl">//This is too haaaard...//</div>
<<speech "You" "$name">>(There is something harder right now)<</speech>>
<video width="1000" src="videos/gym/1/l5.mp4" autoplay muted loop></video>
[[Next|gym10girlluck5]]<<speech "You" "$name">>(She's got a fine ass too)<</speech>>
<video width="1000" src="videos/gym/1/5.mp4" autoplay controls></video>
<div class="girl">//Ahnn...//</div>
[[Next|gym10girlluck6]]<video width="1000" src="videos/gym/1/6.mp4" autoplay controls></video>
<div class="girl">//I think I can't do this... I should go.//</div>
<<speech "You" "$name">>Wait! Let's try another one. You're doing great!
(The show can't stop)<</speech>>
[[Next|gym10girlluck7]]<<speech "You" "$name">>This one is good for your pelvis<</speech>>
<video width="1000" src="videos/gym/1/7.mp4" autoplay controls></video>
<div class="girl">//Okay...//</div>
<<speech "You" "$name">>(I have no idea what I'm saying)<</speech>>
[[Next|gym10girlluck8]]<video width="1000" src="videos/gym/1/8.mp4" autoplay controls></video>
<<speech "You" "$name">>I think that's enough... you can rest a little.<</speech>>
<div class="girl">//Thanks.//</div>
<video width="1000" src="videos/gym/1/9.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(All that sweat is kinda hot. But there isn't much happening... Did the calling wore off?)
Hey, let me try doing some exercises too...<</speech>>
You grab the weight she was using and start doing the same exercise.
[[Next|gym10girlluck10]]This power works in strange ways.
<video width="1000" src="videos/gym/1/l6.mp4" autoplay muted loop></video>
<<speech "You" "$name">>Owww! Fuck!<</speech>>
<div class="girl">//I'm sorry! I'm sorry!//</div>
[[Next|gym10girlluck11]]She rushes to help you.
<video width="1000" src="videos/gym/1/l7.mp4" autoplay controls></video>
<div class="girl">//I don't know what's happening to me today!//</div>
<<speech "You" "$name">>Calm down! It's okay. It didn't hurt that much.
(Maybe this thing is still working)<</speech>>
<div class="girl">//Are you sure? Don't you want to stop?//</div>
<<speech "You" "$name">>Let's do just one more exercise (Last chance).<</speech>>
[[Next|gym10girlluck12]]<<speech "You" "$name">>Just some simple squats and I think you're good.<</speech>>
<video width="1000" src="videos/gym/1/10.mp4" autoplay controls></video>
<div class="girl">//Thank god!//</div>
[[Next|gym10girlluck13]]<<speech "You" "$name">>(Look at that, out again)<</speech>>
<video width="1000" src="videos/gym/1/l8.mp4" autoplay controls></video>
<div class="girl">//Ahhhg...//</div>
[[Next|gym10girlluck14]]<<speech "You" "$name">>(Come on... come on... something has to happen!)<</speech>>
<video width="1000" src="videos/gym/1/11.mp4" autoplay controls></video>
<div class="girl">//I need to drink more water.//</div>
She goes to her bottle.
[[Next|gym10girlluck15]]She trips over a rope.
<video width="1000" src="videos/gym/1/l9.mp4" autoplay controls></video>
<div class="girl">//Oh my god! I'm so sorry!
M-my boobs!//</div>
<<speech "You" "$name">>Damn! You gotta be more careful!<</speech>>
<div class="girl">//I'm really sorry. I hurt you again...
How can I apologize?//</div>
[[Next|gym10girlluck16]]<div class="girl">//Wait! I know...//</div>
<video width="1000" src="videos/gym/1/l10.mp4" autoplay controls></video>
<div class="girl">//You can play with my ass... does that help?//</div>
<<speech "You" "$name">>I'm gonna do more than that, baby...<</speech>>
[[Next|gym10girlluck17]]<video width="1000" src="videos/gym/1/l11.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn! Your ass is so big!<</speech>>
<div class="girl">//Fuck... I'm getting horny.//</div>
[[Next|gym10girlluck18]]She starts kissing you.
<video width="1000" src="videos/gym/1/l12.mp4" autoplay controls></video>
<div class="girl">//You've earned it. Let me suck your cock//</div>
[[Next|gym10girlluck19]]<video width="1000" src="videos/gym/1/12.mp4" autoplay controls></video>
<<speech "You" "$name">>That's what I'm talking about!<</speech>>
[[Next|gym10sex]]
<<set $oilused to false>><<nobr>>
<<set $asspenetrated to false>>
<<set $sofiafucked to true>>
<<set $girl.orgcount to 0>>
<<set $CurOrg to 0>>
<<set $assoiled to false>>
<<set $allowtease to true>>
<<set $almost to false>>
<<set $desire to false>>
<<set $orgdoggy to false>>
<<set $orgrcow to false>>
<<set $orgcow to false>>
<<set $orgmiss to false>>
<<set $usespray to true>>
<<set $calmnesscall to true>><</nobr>>[[Blowjob|gym10sexbj]]
<<if $assoiled is false and $asspenetrated is false>>
[[Play with her ass (need oil)|gym10sexoilpre]]
<<elseif $assoiled is false and $asspenetrated is true>>
[[Play with her ass (need oil)|gym10sexoil]]
<<elseif $assoiled is true and $asspenetrated is false>>
[[Play with her ass (need oil)|gym10sexoil]]
<<elseif $assoiled is true and $asspenetrated is true>>
[[Play with her ass (need oil)|gym10sexoil]]<</if>>
<<if $asspenetrated is false>><<if $assoiled is false>>
[[Tease her ass (charisma level 2)|gym10sexpreparepre2]]
<<elseif $assoiled is true and $allowtease is true>>
[[Tease her ass|gym10sexprepare]]<</if>>
<<if $almost is true>>
[[Fuck her ass (charisma level 3)|gym10sexanalstartpre]]
<<else>>
[[Fuck her ass (charisma level 5)|gym10sexanalstartpre2]]<</if>>
<<else>>
[[Doggy|gym10sexdoggy]]
[[Reverse cowgirl|gym10sexrcow]]
[[Cowgirl|gym10sexcow]]
[[Missionary|gym10sexmiss]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
<<set $sexsimple to true>><<nobr>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $penetrated to false>>
<<set $orgrcow to false>>
<<set $orgdoggy to false>>
<<set $orgcow to false>>
<<set $orgmiss to false>><</nobr>><<speech "You" "$name">>(She's got a fine ass too)<</speech>>
<video width="1000" src="videos/gym/1/5.mp4" autoplay controls></video>
<div class="girl">//Ahnn...//</div>
[[Next|gym10girl5]]<video width="1000" src="videos/gym/1/6.mp4" autoplay controls></video>
<div class="girl">//I think I can't do this... I should go.//</div>
<<speech "You" "$name">>Wait! Let's try another one. You're doing great!
(The show can't stop)<</speech>>
[[Next|gym10girl6]]<<speech "You" "$name">>This one is good for your pelvis<</speech>>
<video width="1000" src="videos/gym/1/7.mp4" autoplay controls></video>
<div class="girl">//Okay...//</div>
<<speech "You" "$name">>(I have no idea what I'm saying)<</speech>>
[[Next|gym10girl7]]<video width="1000" src="videos/gym/1/8.mp4" autoplay controls></video>
<<speech "You" "$name">>I think that's enough... you can rest a little.<</speech>>
<div class="girl">//Thanks.//</div>
<video width="1000" src="videos/gym/1/9.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(All that sweat is kinda hot)
Let's do just one more exercise.<</speech>>
[[Next|gym10girl8]]<<speech "You" "$name">>Just some simple squats and I think you're good.<</speech>>
<video width="1000" src="videos/gym/1/10.mp4" autoplay controls></video>
<div class="girl">//Thank god!//</div>
[[Next|gym10girl9]]<<speech "You" "$name">>I guess that's it.<</speech>>
<video width="1000" src="videos/gym/1/11.mp4" autoplay controls></video>
<div class="girl">//Really? Is it over?//</div>
<<speech "You" "$name">>Yeah, you did great!<</speech>>
<div class="girl">//Thank you sooo much. If it wasn't for you I would have gone home already.
And I need to lose some weight.//</div>
[[Flirt with her (charisma level 4)|gym10girl10]]
[[Just go home|gym10girlend]]<<speech "You" "$name">>You don't need to thank me.<</speech>>
<div class="girl">//I need to go now. Thank you so much!
Bye!//</div>
She smiles and leaves.
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><<if $charismalvl gte 4>>
<<speech "You" "$name">>What? You don't need to lose weight at all. I love your body.<</speech>>
<div class="girl">//Oh... I'm flattered... I saw the way you were looking at me.//</div>
She smiles.
<<speech "You" "$name">>Was it that obvious?<</speech>>
<div class="girl">//Yes. But I thought it was hot. To be honest I got a little horny.//</div>
<<speech "You" "$name">>Why don't we take care of that then?<</speech>>
<div class="girl">//I guess you deserve a gift for helping me...//</div>
[[Next|gym10girl11]]
<<else>>
You're not charismatic enough to do that.
[[Back|gym10girl9]]<</if>><video width="1000" src="videos/gym/1/12.mp4" autoplay controls></video>
<<speech "You" "$name">>That's what I'm talking about!<</speech>>
<<set $luck10 to false>><<nobr>>
<<set $sofiafucked to false>>
<<set $CurOrg to 0>>
<<set $usespray to true>>
<<set $calmnesscall to true>><</nobr>>
[[Next|gym10sex2]][[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]<<set $CurOrg += 4>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/gym/1/bjtip.mp4" autoplay controls></video>
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>>
<video width="1000" src="videos/gym/1/bjstroke.mp4" autoplay controls></video>
[[Suck the tip|gym10sexbjtip]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "You" "$name">>Suck my balls...<</speech>>
<video width="1000" src="videos/gym/1/bjballs.mp4" autoplay controls></video>
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/gym/1/bjspit.mp4" autoplay controls></video>
[[More|gym10sexbjspit2]]
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 3>>
<div class="girl">//You like that?//</div>
<video width="1000" src="videos/gym/1/bjspit2.mp4" autoplay controls></video>
[[More|gym10sexbjspit]]
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 8>>
<video width="1000" src="videos/gym/1/bjfast.mp4" autoplay controls></video>
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Deep|gym10sexbjdeep]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 4>>
<<speech "You" "$name">>Try to go deeper.<</speech>>
<video width="1000" src="videos/gym/1/bjdeep.mp4" autoplay controls></video>
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Fuck her mouth|gym10sexbjfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<set $CurOrg += 7>>
<div class="girl">//Gawk-gawk-gawk//</div>
<video width="1000" src="videos/gym/1/bjfuck.mp4" autoplay controls></video>
[[More|gym10sexbjfuck2]]
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Back|gym10sex]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 7>>
<video width="1000" src="videos/gym/1/bjfuck2.mp4" autoplay controls></video>
[[More|gym10sexbjfuck]]
[[Suck the tip|gym10sexbjtip]]
[[Stroke it|gym10sexbjstroke]]
[[Suck balls|gym10sexbjballs]]
[[Spit on it|gym10sexbjspit]]
[[Faster|gym10sexbjfast]]
[[Deep|gym10sexbjdeep]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>><</nobr>><<speech "You" "$name">>I'm gonna cum... Get on your knees...<</speech>>
<video width="1000" src="videos/gym/1/precum.mp4" autoplay controls></video>
[[Next|cumgirlgym102]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>><</nobr>>
<div class="girl">//''I'm cumming!!''//</div>
<<if $orgdoggy is true>>
<video width="1000" src="videos/gym/1/orgasm1.mp4" autoplay controls></video><</if>>
<<if $orgrcow is true>>
<video width="1000" src="videos/gym/1/orgasm2.mp4" autoplay controls></video><</if>>
<<if $orgcow is true>>
<video width="1000" src="videos/gym/1/orgasm3.mp4" autoplay controls></video><</if>>
<<if $orgmiss is true>>
<video width="1000" src="videos/gym/1/orgasm4.mp4" autoplay controls></video><</if>>
[[Back|gym10sex]][[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
<<set $sexsimple to true>><<nobr>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $penetrated to false>><</nobr>><<set $CurOrg += 6>>
<video width="1000" src="videos/gym/1/bjtip.mp4" autoplay controls></video>
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 6>>
<video width="1000" src="videos/gym/1/bjstroke.mp4" autoplay controls></video>
[[Suck the tip|gym10sex2bjtip]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 4>>
<video width="1000" src="videos/gym/1/bjballs.mp4" autoplay controls></video>
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 4>>
<video width="1000" src="videos/gym/1/bjspit.mp4" autoplay controls></video>
[[More|gym10sexsbjspit2]]
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 9>>
<video width="1000" src="videos/gym/1/bjfast.mp4" autoplay controls></video>
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 8>>
<video width="1000" src="videos/gym/1/bjdeep.mp4" autoplay controls></video>
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 10>>
<video width="1000" src="videos/gym/1/bjfuck.mp4" autoplay controls></video>
[[More|gym10sex2bjfuck2]]
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 4>>
<video width="1000" src="videos/gym/1/bjspit2.mp4" autoplay controls></video>
[[More|gym10sex2bjspit]]
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Fuck her mouth|gym10sex2bjfuck]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<set $CurOrg += 10>>
<video width="1000" src="videos/gym/1/bjfuck2.mp4" autoplay controls></video>
[[More|gym10sex2bjfuck]]
[[Suck the tip|gym10sex2bjtip]]
[[Stroke it|gym10sex2bjstroke]]
[[Suck balls|gym10sex2bjballs]]
[[Spit on it|gym10sex2bjspit]]
[[Faster|gym10sex2bjfast]]
[[Deep|gym10sex2bjdeep]]
[[Back|gym10sex2]]
<<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>><<if $oilnumber gte 1 and $oilused is false>>
<<set $oilnumber -= 1>><<nobr>>
<<set $oilused to true>><</nobr>>
<<speech "You" "$name">>Give me this big butt.<</speech>>
<video width="1000" src="videos/gym/1/oil.mp4" autoplay controls></video>
[[Massage it|gym10sexoilmass]]
[[Spank it|gym10sexoilspank]]
[[Spread it|gym10sexoilspread]]
[[Back|gym10sex]]
<<elseif $oilused is true>>
<<speech "You" "$name">>Give me this big butt.<</speech>>
<video width="1000" src="videos/gym/1/oil.mp4" autoplay controls></video>
[[Massage it|gym10sexoilmass]]
[[Spank it|gym10sexoilspank]]
[[Spread it|gym10sexoilspread]]
[[Back|gym10sex]]<</if>>
<<if $oilnumber is 0 and $oilused is false>>
You don't have any oil to use.
<<speech "You" "$name">>(God dammit! Should've bought some to use on that ass)<</speech>>
[[Back|gym10sex]]<</if>><<set $movechoice to random(4)>>
<<speech "You" "$name">>(Look at this thing!)<</speech>>
<<nobr>><<if $movechoice is 0>>
<video width="1000" src="videos/gym/1/massage1.mp4" autoplay controls></video><</if>>
<<if $movechoice is 1>>
<video width="1000" src="videos/gym/1/massage2.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 2>>
<video width="1000" src="videos/gym/1/massage3.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 3>>
<video width="1000" src="videos/gym/1/massage4.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 4>>
<video width="1000" src="videos/gym/1/massage5.mp4" autoplay controls></video>
<</if>><</nobr>>
[[More|gym10sexoilmass]]
<<set $CurOrg1 += 1>>
[[Spank it|gym10sexoilspank]]
<<if $CurOrg1 gte 20>><<set $CurOrg1 to 20>><</if>>
[[Spread it|gym10sexoilspread]]
[[Back|gym10sex]]
<<if $CurOrg1 gte 15 and $desire is false and $asspenetrated is false>><<goto "gym10desire">><</if>>
<<if $CurOrg1 gte 20 and $asspenetrated is false>><<set $CurOrg1 to 20>><</if>><<set $movechoice to random(5)>>
<<speech "You" "$name">>Yeah, take that...<</speech>>
<<nobr>><<if $movechoice is 0>>
<video width="1000" src="videos/gym/1/slap1.mp4" autoplay controls></video><</if>>
<<if $movechoice is 1>>
<video width="1000" src="videos/gym/1/slap2.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 2>>
<video width="1000" src="videos/gym/1/slap3.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 3>>
<video width="1000" src="videos/gym/1/slap4.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 4>>
<video width="1000" src="videos/gym/1/slap5.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 5>>
<video width="1000" src="videos/gym/1/slap6.mp4" autoplay controls></video>
<</if>><</nobr>>
[[More|gym10sexoilspank]]
<<set $CurOrg1 += 1>>
[[Massage it|gym10sexoilmass]]
<<if $CurOrg1 gte 20>><<set $CurOrg1 to 20>><</if>>
[[Spread it|gym10sexoilspread]]
[[Back|gym10sex]]
<<if $CurOrg1 gte 15 and $desire is false and $asspenetrated is false>><<goto "gym10desire">><</if>>
<<if $CurOrg1 gte 20 and $asspenetrated is false>><<set $CurOrg1 to 20>><</if>><<set $movechoice to random(3)>>
<<speech "You" "$name">>Your asshole looks so yummy.<</speech>>
<<nobr>><<if $movechoice is 0>>
<video width="1000" src="videos/gym/1/spread1.mp4" autoplay controls></video><</if>>
<<if $movechoice is 1>>
<video width="1000" src="videos/gym/1/spread2.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 2>>
<video width="1000" src="videos/gym/1/spread3.mp4" autoplay controls></video>
<</if>>
<<if $movechoice is 3>>
<video width="1000" src="videos/gym/1/spread4.mp4" autoplay controls></video>
<</if>><</nobr>>
[[More|gym10sexoilspread]]
<<set $CurOrg1 += 1>>
[[Massage it|gym10sexoilmass]]
[[Spank it|gym10sexoilspank]]
[[Back|gym10sex]]
<<if $CurOrg1 gte 15 and $desire is false and $asspenetrated is false>><<goto "gym10desire">><</if>>
<<if $CurOrg1 gte 20 and $asspenetrated is false>><<set $CurOrg1 to 20>><</if>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/gym/1/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<div class="girl">//Yeahhh...//</div>
<video width="1000" src="videos/gym/1/doggy.mp4" autoplay controls></video>
<</if>>
[[Normal|gym10sexdoggy]]
[[Faster|gym10sexdoggyfast]]
[[Harder|gym10sexdoggyhard]]
[[In and out|gym10sexdoggyinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><div class="girl">//You can play with my asshole, but be gentle... Just the tip...//</div>
<video width="1000" src="videos/gym/1/presex.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|gym10sexprepare2]]<<speech "You" "$name">>Here it goes.<</speech>>
<video width="1000" src="videos/gym/1/slipping1.mp4" autoplay controls></video>
<div class="girl">//Ohnnn...//</div>
<<speech "You" "$name">>So fucking tight!<</speech>>
[[Next|gym10sexprepare3]]<<speech "You" "$name">>It's slipping<</speech>>
<video width="1000" src="videos/gym/1/slipping2.mp4" autoplay controls></video>
<div class="girl">//Yeah...//</div>
<<speech "You" "$name">>Juuust the tip...<</speech>>
<<if $assoiled is true>>
<div class="girl">//Okay... you can put it inside....//</div>
<<speech "You" "$name">>Really?<</speech>>
[[Next|gym10sexanalstart]]
<<else>>
<div class="girl">//Uhnnn...//</div>
<<speech "You" "$name">>I'm almost breaking her...<</speech>>
<<set $almost to true>>
[[Back|gym10sex]]<</if>><<speech "You" "$name">>Are you ready?<</speech>>
<video width="1000" src="videos/gym/1/slipping3.mp4" autoplay controls></video>
<div class="girl">//Ohh, you tease me so good...//</div>
<<speech "You" "$name">>I think you're ready.<</speech>>
[[Next|gym10sexanalstart2]]<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video width="1000" src="videos/gym/1/doggyfast.mp4" autoplay controls></video>
[[More|gym10sexdoggyfast2]]
[[Normal|gym10sexdoggy]]
[[Harder|gym10sexdoggyhard]]
[[In and out|gym10sexdoggyinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<div class="girl">//Like that!//</div>
<video width="1000" src="videos/gym/1/doggyfast2.mp4" autoplay controls></video>
[[More|gym10sexdoggyfast]]
[[Normal|gym10sexdoggy]]
[[Harder|gym10sexdoggyhard]]
[[In and out|gym10sexdoggyinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<speech "You" "$name">>Theeeeere we go...<</speech>>
<video width="1000" src="videos/gym/1/inside.mp4" autoplay controls></video>
<div class="girl">//Yessss!//</div>
<<set $asspenetrated to true>><<nobr>>
<<set $penetrated to true>><</nobr>>
[[Next|gym10sexdoggy]]<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Take that cock!<</speech>>
<video width="1000" src="videos/gym/1/doggyhard.mp4" autoplay controls></video>
[[More|gym10sexdoggyhard2]]
[[Normal|gym10sexdoggy]]
[[Faster|gym10sexdoggyfast]]
[[In and out|gym10sexdoggyinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<div class="girl">//Yes!//</div>
<video width="1000" src="videos/gym/1/doggyhard2.mp4" autoplay controls></video>
[[More|gym10sexdoggyhard]]
[[Normal|gym10sexdoggy]]
[[Faster|gym10sexdoggyfast]]
[[In and out|gym10sexdoggyinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/gym/1/doggyinout.mp4" autoplay controls></video>
[[More|gym10sexdoggyinout2]]
[[Normal|gym10sexdoggy]]
[[Faster|gym10sexdoggyfast]]
[[Harder|gym10sexdoggyhard]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>Look at that little gape...<</speech>>
<video width="1000" src="videos/gym/1/doggyinout2.mp4" autoplay controls></video>
[[More|gym10sexdoggyinout]]
[[Normal|gym10sexdoggy]]
[[Faster|gym10sexdoggyfast]]
[[Harder|gym10sexdoggyhard]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgdoggy to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video width="1000" src="videos/gym/1/rcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<div class="girl">//Fuck me...//</div>
<video width="1000" src="videos/gym/1/rcow.mp4" autoplay controls></video>
<</if>>
[[Normal|gym10sexrcow]]
[[Harder|gym10sexrcowhard]]
[[Fuck her|gym10sexrcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgrcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/gym/1/rcowhard.mp4" autoplay controls></video>
[[More|gym10sexrcowhard2]]
[[Normal|gym10sexrcow]]
[[Fuck her|gym10sexrcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgrcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/gym/1/rcowfuck.mp4" autoplay controls></video>
[[More|gym10sexrcowfuck2]]
[[Normal|gym10sexrcow]]
[[Harder|gym10sexrcowhard]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgrcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<div class="girl">//Yes! Fuck me...//</div>
<video width="1000" src="videos/gym/1/rcowfuck2.mp4" autoplay controls></video>
[[More|gym10sexrcowfuck]]
[[Normal|gym10sexrcow]]
[[Harder|gym10sexrcowhard]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgrcow to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
She climbs on top of you.
<video width="1000" src="videos/gym/1/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<div class="girl">//This is soo good...//</div>
<video width="1000" src="videos/gym/1/cow.mp4" autoplay controls></video>
<</if>>
[[Normal|gym10sexcow]]
[[Nice and slow|gym10sexcowslow]]
[[Faster|gym10sexcowfast]]
[[Fuck her|gym10sexcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<div class="girl">//You like it?//</div>
<video width="1000" src="videos/gym/1/rcowhard2.mp4" autoplay controls></video>
[[More|gym10sexrcowhard]]
[[Normal|gym10sexrcow]]
[[Fuck her|gym10sexrcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgrcow to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Yeah... like that...<</speech>>
<video width="1000" src="videos/gym/1/cowslow.mp4" autoplay controls></video>
[[Normal|gym10sexcow]]
[[Faster|gym10sexcowfast]]
[[Fuck her|gym10sexcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<div class="girl">//Fuuuck...//</div>
<video width="1000" src="videos/gym/1/cowfuck.mp4" autoplay controls></video>
[[More|gym10sexcowfuck2]]
[[Normal|gym10sexcow]]
[[Nice and slow|gym10sexcowslow]]
[[Faster|gym10sexcowfast]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video width="1000" src="videos/gym/1/cowfuck2.mp4" autoplay controls></video>
[[More|gym10sexcowfuck]]
[[Normal|gym10sexcow]]
[[Nice and slow|gym10sexcowslow]]
[[Faster|gym10sexcowfast]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<video width="1000" src="videos/gym/1/cowfast.mp4" autoplay controls></video>
[[More|gym10sexcowfast2]]
[[Normal|gym10sexcow]]
[[Nice and slow|gym10sexcowslow]]
[[Fuck her|gym10sexcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>Fuck! Bounce on that dick...<</speech>>
<video width="1000" src="videos/gym/1/cowfast2.mp4" autoplay controls></video>
[[More|gym10sexcowfast]]
[[Normal|gym10sexcow]]
[[Nice and slow|gym10sexcowslow]]
[[Fuck her|gym10sexcowfuck]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgcow to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>So fucking tight...<</speech>>
<video width="1000" src="videos/gym/1/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<div class="girl">//Fuck me...//</div>
<video width="1000" src="videos/gym/1/miss.mp4" autoplay controls></video>
<</if>>
[[Normal|gym10sexmiss]]
[[Faster|gym10sexmissfast]]
[[In and out|gym10sexmissinout]]
[[Grab her tits|gym10sexmisstits]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<div class="girl">//Yeah!//</div>
<video width="1000" src="videos/gym/1/missfast.mp4" autoplay controls></video>
[[More|gym10sexmissfast2]]
[[Normal|gym10sexmiss]]
[[In and out|gym10sexmissinout]]
[[Grab her tits|gym10sexmisstits]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<div class="girl">//More!//</div>
<video width="1000" src="videos/gym/1/missfast2.mp4" autoplay controls></video>
[[More|gym10sexmissfast]]
[[Normal|gym10sexmiss]]
[[In and out|gym10sexmissinout]]
[[Grab her tits|gym10sexmisstits]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<div class="girl">//Yeah! Tease me with that big cock...//</div>
<video width="1000" src="videos/gym/1/missinout.mp4" autoplay controls></video>
[[More|gym10sexmissinout2]]
[[Normal|gym10sexmiss]]
[[Faster|gym10sexmissfast]]
[[Grab her tits|gym10sexmisstits]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Wink it for me baby...<</speech>>
<video width="1000" src="videos/gym/1/missinout2.mp4" autoplay controls></video>
[[More|gym10sexmissinout]]
[[Normal|gym10sexmiss]]
[[Faster|gym10sexmissfast]]
[[Grab her tits|gym10sexmisstits]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/gym/1/misstits.mp4" autoplay controls></video>
[[More|gym10sexmisstits2]]
[[Normal|gym10sexmiss]]
[[Faster|gym10sexmissfast]]
[[In and out|gym10sexmissinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
<div class="girl">//Ohnnn...//</div>
<video width="1000" src="videos/gym/1/misstits2.mp4" autoplay controls></video>
[[More|gym10sexmisstits]]
[[Normal|gym10sexmiss]]
[[Faster|gym10sexmissfast]]
[[In and out|gym10sexmissinout]]
[[Back|gym10sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumgirlgym10">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'girlgymorgasm10'>> <</link>><</if>>
<<set $orgmiss to true>><</nobr>><<speech "You" "$name">>''Fuck yeahhhh!''<</speech>>
<video width="1000" src="videos/gym/1/cum.mp4" autoplay controls></video>
[[Next|cumgirlgym103]]She drools your load over her tits.
<video width="1000" src="videos/gym/1/cum2.mp4" autoplay controls></video>
<div class="girl">//Thanks again baby... that was fun.//</div>
<<speech "You" "$name">>~PHEW~ That was very fun. Maybe we can do it again some other time.
<<set $sofiamet to true>>
I've got to go now.<</speech>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<<if $sofiafucked is true>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>><</if>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<<set $sexsimple to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurEng -= 10>><</nobr>><video width="1000" src="videos/gym/1/meeting/2.mp4" autoplay muted></video>
She sees you
<<speech "Keisha">>Hey, man! I thought you wouldn't come back...<</speech>>
<<speech "You" "$name">>Look who's talking... you're not even lifting anything<</speech>>
<<speech "Keisha">>Hahaha... I'm working on my execution, ok?<</speech>>
@@#answer;
<<link "Mock her">>
<<replace "#answer">>
<<speech "You" "$name">>Nah... these chicken legs don't lie...<</speech>>
<<speech "Keisha">>Duuuuude! Stop iiiit!<</speech>>
She laughs and you chat for a while, before you go on your way.
<span class="love">Her love has increased by 0.5</span>
<<set $keisha.love += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>Whatever you're doing is working. I mean... look at you ass...<</speech>>
<<speech "Keisha">>Hey dude, thirsting is not allowed at this gym...<</speech>>
She laughs and you chat for a while, before you go on your way.
<span class="lust">Her lust has increased by 0.5</span>
<<set $keisha.lust += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>>
<<link "Impose yourself over her">>
<<replace "#answer">>
<<speech "You" "$name">>I think I'll be your workout trainer. You could use someone ordering you around...<</speech>>
<<speech "Keisha">>Yeah... whatever mister olympia...<</speech>>
She laughs and you chat for a while, before you go on your way.
<span class="submission">Her submission has increased by 0.5</span>
<<set $keisha.submission += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>><video width="1000" src="videos/gym/1/meeting/4.mp4" autoplay muted></video>
She sees you.
<<speech "Kelsi">>Hi, $name!<</speech>>
<<speech "You" "$name">>Hey, Kelsi. How's it going?<</speech>>
<<speech "Kelsi">>I just finished teaching. So I took the opportunity to train a little.<</speech>>
@@#answer;
<<link "Show interest">>
<<replace "#answer">>
<<speech "You" "$name">>How did you came to learn more about yoga?<</speech>>
<<speech "Kelsi">>Oh I've always been passionate about it!<</speech>>
You chat for a while, and then you go on your way.
<span class="love">Her love has increased by 0.5</span>
<<set $kelsi.love += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>If you don't mind me saying, your body looks amazing.<</speech>>
She blushes a little.
<<speech "Kelsi">>Well, thanks...<</speech>>
You chat for a while, and then you go on your way.
<span class="lust">Her lust has increased by 0.5</span>
<<set $kelsi.lust += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>>
<<link "Impose yourself over her">>
<<replace "#answer">>
<<speech "You" "$name">>If you want more results, you can ask me for help, okay?<</speech>>
<<speech "Kelsi">>Okay...<</speech>>
You chat for a while, and then you go on your way.
<span class="submission">Her submission has increased by 0.5</span>
<<set $kelsi.submission += 0.5>>
<<link 'Next' 'gym10girl'>> <</link>>
<</replace>><</link>>You decide to take a walk in the park to breathe some fresh air and relax a little.
<<set $park += 1>>
<img class="middle medium" src="images/background/parkday.jpg">
What would you like to do?
@@#answer;
<<link "Go for a run (-15 energy)">>
<<replace "#answer">>
You decide to run a little and work on your stamina.
<<set $CurEng -= 15>>
<img class="middle medium" src="images/misc/parkrun.gif">
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<link 'Next' 'PARKREDIRECT'>> <</link>>
<</replace>><</link>>
<<link "Just relax (+15 energy/ +1 arche point)">>
<<replace "#answer">>
You decide to take it easy for a little while.
<img class="middle medium" src="images/misc/parkrelax.gif">
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>><<nobr>>
<<if $CurEng gte 100>><<set $CurEng to 100>><</if>><</nobr>>
''One arche point has been replenished''
<<set $player.arche += 1>>
<<link 'Next' 'PARKREDIRECT'>> <</link>>
<</replace>><</link>>You walk towards a less crowded area and see a tent set up on the grass.
<img class="middle medium" src="images/misc/tent.jpg">
<<speech "You" "$name">>(I didn't know people use to camp here)<</speech>>
You get closer and see a girl sleeping inside.
<video width="1000" src="videos/park/1/sleepy/1.mp4" autoplay muted loop></video>
[[Check closer|checkgirl1park1]]
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>You go around the tent to get a better view.
<video width="1000" src="videos/park/1/sleepy/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's pretty)<</speech>>
[[Go inside the tent|checkgirl1park2]]
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>You enter the tent.
<video width="1000" src="videos/park/1/sleepy/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Huh.. she brought some marshmallow...
I wonder if she's a heavy sleeper...)<</speech>>
You put the stick with marshmallow on top of her.
<video width="1000" src="videos/park/1/sleepy/4.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(Nothing. Maybe I could do... stuff to her...
Is that right though?)<</speech>>
[[Do the "right" thing|checkgirl1park3]]
<<link 'Do the right thing and leave' 'HOMEREDIRECT'>> <</link>><<speech "You" "$name">>(I don't see any trouble with having some fun...)<</speech>>
<video width="1000" src="videos/park/1/sleepy/5.mp4" autoplay controls></video>
You feel a pressentiment.
<div class="general"><span class="energy">*''Energy calling available''</span></div>
<<speech "You" "$name">>(Energy? Weird....)<</speech>>
<<set $energyused to false>>
[[Use the Energy calling (level 2/+10 energy/ 2 arche points)|checkgirl1parkeng]]
[[Just try to be sneaky (sneaking level 2)|checkgirl1park4]]
<<link 'Change you mind and leave' 'HOMEREDIRECT'>> <</link>><<if $energycalllvl gte 2 and $player.arche gte 2>>
<<set $CurEng += 10>><<nobr>>
<<set $player.arche -= 1>>
<<set $energyused to true>><</nobr>>
You touch her body and feel energy flowing through you.
<img class="middle medium" src="images/player/energycall.gif">
Her small reactions and movements almost completely stop.
<<speech "You" "$name">>(Did I just absorbed her energy?)<</speech>>
She is now in a even deeper sleep.
<<speech "You" "$name">>(Time to play then...)<</speech>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>>
[[Next|checkgirl1parkengsexint]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/energycall2.gif">
But you still manage to take some experience out of it.
<div class="girl">//Hmmm?//</div>
<<speech "You" "$name">>(Fuck! I need to go)<</speech>>
<span class="energy">''Your skill with the Energy calling has increased by 1''</span>
<<set $energycalllvl += 1>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>><</if>><<if $sneakinglevel gte 2>>
<<speech "You" "$name">>(I guess I don't need to use my powers, I'm sneaky enough...
Now, let's see...)<</speech>>
[[Next|checkgirl1parkengsexint]]
<<else>>
You're not sneaky enough to do that.
[[Back|checkgirl1park3]]<</if>><span class="bigger">Sleeping minigame</span>
<div class="general">
*The girl is sleeping and you don't want to wake her up.
*Each time you perform an action, her compliance or tension level may raise.
*Certain actions have a greater chance to raise either compliance or tension.
*After raising her compliance to certain levels, her acceptance to your touch will improve.
*If you reach the maximum level of tension the scene will end.
[[Next|sleepy1sex]]
</div>
<<set $dungeonsex to true>><<nobr>>
<<set $topoff to false>>
<<set $braoff to false>>
<<set $marshon to false>>
<<set $shortsoff to false>>
<<set $pantiesoff to false>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $penetrated to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>>
<<if $energyused is true>><<set $CurCom += 20>><</if>><</nobr>><<if $topoff is false>>
[[Caress her face|sleepy1sexcaress]]
[[Massage her tits|sleepy1sextits]]
[[Take off her top|sleepy1sextopoff]]<</if>>
<<if $topoff is true and $braoff is false>>
[[Massage her tits|sleepy1sextits2]]
[[Take her bra off|sleepy1sexbraoff]]<</if>>
<<if $braoff is true and $marshon is false>>
[[Play with the marshmallows|sleepy1sexmarsh]]<</if>>
<<if $braoff is true and $marshon is true>>
[[Play with the stick|sleepy1sexmarshstick]]
[[Massage her tits|sleepy1sextits3]]
[[Put your dick in her mouth|sleepy1sexbjeasy]]<</if>>
<<if $marshon is true and $shortsoff is false>>
[[Take her shorts off|sleepy1sexshortsoff]]<</if>>
<<if $shortsoff is true and $pantiesoff is false>>
[[Play with her pussy|sleepy1sexpplay]]
<<if $energyused is true>>
[[Take her panties off|sleepy1sexpantiesoff]]<</if>><</if>>
<<if $pantiesoff is true>>
[[Fuck her pussy|sleepy1sexpussy]]<</if>>
<<set $penetrated to false>>
<<if $CurCom lt 0>><<set $CurCom to 0>><</if>>You caress her face a little bit.
<<set $movechoice to random(9)>>
<<if $movechoice lte 8>>
<video width="1000" src="videos/park/1/sleepy/caressface.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her skin is very smooth)<</speech>>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves a little.
<div class="girl">//Hmmpf...//</div>
<<set $CurTen += 3>><</if>>
[[Keep doing it|sleepy1sexcaress]]
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>You massage her tits.
<<set $movechoice to random(9)>>
<<if $movechoice lte 7>><<set $masstits to random(1)>>
<<speech "You" "$name">>(This is nice...)<</speech>>
<<if $masstits is 0>>
<video width="1000" src="videos/park/1/sleepy/masstits1.mp4" autoplay controls></video><</if>>
<<if $masstits is 1>>
<video width="1000" src="videos/park/1/sleepy/masstits2.mp4" autoplay controls></video><</if>>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist1.mp4" autoplay controls></video>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>><</if>>
[[Keep doing it|sleepy1sextits]]
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 20>>
You try to take off her top.
<<set $movechoice to random(9)>>
<<if $movechoice lte 6>>
<video width="1000" src="videos/park/1/sleepy/topoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $topoff to true>>
<<speech "You" "$name">>(Nice!)<</speech>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist1.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sextopoff]]<</if>>
<<else>>
You try to take off her top.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/park/1/sleepy/topoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $topoff to true>>
<<speech "You" "$name">>(Nice!)<</speech>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist1.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sextopoff]]<</if>>
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>You get to the lobby and see Naomi and her friend waiting for you.
<<speech "Naomi">>Nice building! How do you pay the rent?<</speech>>
<<speech "You" "$name">>Sometimes I really don't know...<</speech>>
They laugh.
<<speech "Naomi">>So... this is my friend, Alena. She's one of my best clients.<</speech>>
<div class="girl">//Hi!//</div>
<img class="middle medium" src="images/dungeon/1/1.jpg">
You shake hands.
<<speech "You" "$name">>(She's fucking hot...)<</speech>>
<<speech "Naomi">>Can we begin?<</speech>>
<<speech "You" "$name">>Oh sure sure.. right this way.<</speech>>
[[Next|dungeon1sex1]]You take them to the place and they start to look around.
<<speech "You" "$name">>I hope this place works for you... I had a lot of work cleaning it.<</speech>>
<<speech "Naomi">>Are you kidding? This is gonna work just fine. Right, Alena?<</speech>>
<div class="girl">//Yeah, this will work.//</div>
She looks at you.
<div class="girl">//Look, you don't need to worry. I'm older than you, I have my kinks all figured out.
I'm pretty submissive, really into this stuff and I trust Naomi to teach how to handle things.//</div>
<img class="middle medium" src="images/dungeon/1/2.jpg">
<<speech "Naomi">>She's such a slut, $name. You have no idea... hahahah.<</speech>>
<div class="girl">//Hey!//</div>
<<speech "Naomi">>Am I liyng?<</speech>>
<div class="girl">//No.... haha. Have you known each other for a long time?.//</div>
Naomi looks at you.
<<speech "Naomi">>Not really, but I feel like we're gonna get along just fine.
I'm a very sensitive person and I felt something with him.<</speech>>
<<speech "You" "$name">>What do you mean...?<</speech>>
<<speech "Naomi">>I don't know... I have a good eye to meet sexual people. That's part of my job when selling.<</speech>>
<<speech "You" "$name">>I've never done this before, but I have a feeling that it's going to be a great experience.<</speech>>
<<speech "Naomi">>Are you ready, Alena?<</speech>>
<div class="girl">//Yes!//</div>
She turns back to you.
<<speech "Naomi">>You?<</speech>>
<<speech "You" "$name">>As ready as I'll ever be.<</speech>>
<<speech "Naomi">>Then let's begin.<</speech>>
[[Next|dungeon1sex2]]<<speech "Naomi">>First I'm gonna teach you how to tie some knots.
Alena, lay on the bed please.<</speech>>
<div class="girl">//This is going to be fun!//</div>
<<speech "Naomi">>Oh, before you do...<</speech>>
She takes a ballgag from her purse and give it to her.
<<speech "Naomi">>Put this on first.<</speech>>
She puts it and lay on the bed.
<<speech "Naomi">>I brought everything you'll need today. But I'm not giving it to you though.
If you like something you know where to find me...<</speech>>
She turns her purse upside down and throws all sorts of sexual and bondage devices over an old stand near her.
<<speech "You" "$name">>Woah! That's like your whole store...<</speech>>
<<speech "Naomi">>Don't be silly. I still have much more to show you later.<</speech>>
She winks at you.
<div class="girl">//Heey wha- aaout eee?//</div>
Alena says with a gag on her mouth.
<<speech "Naomi">>Calm down hahaha.<</speech>>
Naomi picks a rope from the sorted items and goes to her.
[[Next|dungeon1sex3]]<<speech "Naomi">>Watch closely...<</speech>>
She ties one of her hands to the bed headboard.
<<speech "Naomi">>Did you get it?<</speech>>
Even though you never did something like this, you don't feel any difficulty to tie a knot just like hers.
<<speech "Naomi">>What the hell?<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Naomi">>You did it on the first try.<</speech>>
<<speech "You" "$name">>Well... I gues I'm that good.<</speech>>
<div class="girl">//Hmmmm...//</div>
<<speech "Naomi">>Impressive... now tie her legs too.<</speech>>
[[Next|dungeon1sex4]]You do it easily.
<<speech "Naomi">>Well... well... well... Alena. Looks like you're gonna like this more than you antecipated.<</speech>>
You can see Alena trying to hide a smile.
<<speech "Naomi">>Now... We need a safe word.<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
<<speech "Naomi">>Don't be scared to give her everything you got... She may look upset or in pain, but this is not a indication to stop.
Even if she tells you to stop, only do it if she says the safe word. It could be something like... Mercy?
It's that cool, Alena?<</speech>>
<div class="girl">//Uhhhuuuum...//</div>
You look at her body, thinking about how to start this.
<video width="1000" src="videos/dungeon/1/1.mp4" autoplay loop></video>
<<speech "Naomi">>You can do as you please. But remember, pain and pleasure can work together, just don't give her too much of just one.<</speech>>
[[Next|dungeon1sex5]]<span class="bigger">Dungeon sessions</span>
<div class="general"> *This is your first dungeon session. It will work through the compliance and tension system.
*The sessions will be divided into three or more parts.
*Actions focused on a girl's pleasure will more likely increase her compliance, at the same time that actions that cause pain or disconfort tend to increase her tension.
*Compliance can also mean openness to a sex act, like a blowjob or anal.
*Both elementes are needed to run a successful dungeon session.
*Only after reaching certain points in each <span class="compliance">compliance</span> and <span class="tension">tension</span> you can move to the next section.
*She can only orgasm with certain actions, so you'll have to find out.
*Orgasming will lower her tension and increase her compliance.
*If you reach the last part of the session and manage to climax, the scene will be completed.
*Try not to reach the maximum level of tension. If you do, the scene will be over before you complete it.
*Every girl is different, so what works for one might not work for another.
[[Next|dg1sexlaying]]
</div>
<<set $riptop to false>><<nobr>>
<<set $rippanties to false>>
<<set $laying to false>>
<<set $blowjob to true>>
<<set $girl.orgcount to 0>>
<<set $assup to false>>
<<set $CurCom to 0>>
<<set $CurTen to 0>>
<<set $dungeonsex to true>>
<<set $stats3 to false>>
<<set $now to false>>
<<set $inventory to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $dg1success to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><span class="bigger">Part one of four: make her cum and raise her compliance and tension to at least 50 points</span>
<<if $laying is false>>
<video width="1000" src="videos/dungeon/1/2.mp4" autoplay controls></video>
<<set $laying to true>><</if>>
<<if $riptop is false>>
[[Flog her|dg1sexlayingflog]]
[[Massage tits|dg1sexlayingmasstis]]
[[Use hitachi|dg1sexlayinghitachi]]
[[Zap her|dg1sexlayingzap]]
[[Rip her top|dg1sexlayingtop]]<</if>>
<<if $riptop is true>>
[[Zap her tits|dg1sexlayingtits2]]
<<if $rippanties is false>>
[[Rip her panties|dg1sexlayingpanties]]<</if>><</if>>
<<if $rippanties is true>>
[[Use hitachi|dg1sexlayinghitachi3]]
[[Finger her|dg1sexlayingfinger]]<</if>>
<<if $girl.orgcount gte 1 and $CurCom gte 50 and $CurTen gte 50>>
[[Go to the next position|dg1sexkneelingpre]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
[[End things here|dg1sexgiveup]]<<set $CurTen += 3>>
<div class="girl">//Uhnnn!//</div>
<video width="1000" src="videos/dungeon/1/layingfloglegs.mp4" autoplay controls></video>
[[Again|dg1sexlayingfloglegs]]
[[Flog her tits|dg1sexlayingflogtits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 2>>
<<speech "Naomi">>Nice!<</speech>>
<video width="1000" src="videos/dungeon/1/layingflogtits.mp4" autoplay controls></video>
[[Again|dg1sexlayingflogtits]]
[[Flog her legs|dg1sexlayingfloglegs]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<<speech "You" "$name">>Do you like this?<</speech>>
<video width="1000" src="videos/dungeon/1/titsmass1.mp4" autoplay controls></video>
[[More|dg1sexlayingmasstis2]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/titsmass2.mp4" autoplay controls></video>
[[More|dg1sexlayingmasstis]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 3>><<nobr>>
<<set $CurTen -= 1>>
<<set $CurOrg1 += 5>><</nobr>>
<div class="girl">//Hmmmm...//</div>
<video width="1000" src="videos/dungeon/1/hitachi1.mp4" autoplay controls></video>
[[More|dg1sexlayinghitachi2]]
[[Zap her pussy|dg1sexlayingzappussy]]
[[Back|dg1sexlaying]][[Pass it over her body|dg1sexlayingzappass]]
[[Zap her arms|dg1sexlayingzaparms]]
[[Zap her legs|dg1sexlayingzaplegs]]
[[Zap her tits|dg1sexlayingzaptits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 2>>
<video width="1000" src="videos/dungeon/1/zaparms1.mp4" autoplay controls></video>
[[Pass it over her body|dg1sexlayingzappass]]
[[Zap her legs|dg1sexlayingzaplegs]]
[[Zap her tits|dg1sexlayingzaptits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 2>>
<<speech "You" "$name">>The antecipation feels good, right?<</speech>>
<video width="1000" src="videos/dungeon/1/zappass.mp4" autoplay controls></video>
[[Zap her arms|dg1sexlayingzaparms]]
[[Zap her legs|dg1sexlayingzaplegs]]
[[Zap her tits|dg1sexlayingzaptits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/dungeon/1/zaptits1.mp4" autoplay controls></video>
[[Pass it over her body|dg1sexlayingzappass]]
[[Zap her arms|dg1sexlayingzaparms]]
[[Zap her legs|dg1sexlayingzaplegs]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>>
<<speech "You" "$name">>You deserve this...<</speech>>
<video width="1000" src="videos/dungeon/1/zaplegs1.mp4" autoplay controls></video>
[[Pass it over her body|dg1sexlayingzappass]]
[[Zap her arms|dg1sexlayingzaparms]]
[[Zap her tits|dg1sexlayingzaptits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 8>><</nobr>>
<<speech "Naomi">>Woah! That hurts...<</speech>>
<video width="1000" src="videos/dungeon/1/zappussy1.mp4" autoplay controls></video>
[[Pass it over her body|dg1sexlayingzappass]]
[[Zap her arms|dg1sexlayingzaparms]]
[[Zap her legs|dg1sexlayingzaplegs]]
[[Zap her tits|dg1sexlayingzaptits]]
[[Use hitachi|dg1sexlayinghitachi]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>>
<<speech "Naomi">>Yeahhh, show that bitch...<</speech>>
<video width="1000" src="videos/dungeon/1/toprip.mp4" autoplay controls></video>
<<set $riptop to true>>
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>>[[Flog her legs|dg1sexlayingfloglegs]]
[[Flog her tits|dg1sexlayingflogtits]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 3>><<nobr>>
<<set $CurTen -= 1>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Don't get used to it.<</speech>>
<video width="1000" src="videos/dungeon/1/hitachi2.mp4" autoplay controls></video>
[[More|dg1sexlayinghitachi]]
[[Zap her pussy|dg1sexlayingzappussy]]
[[Back|dg1sexlaying]][[Play with nipples|dg1sexlayingtitsnip]]
[[Slap them|dg1sexlayingtitsslap]]
[[Massage them|dg1sexlayingtitsmass3]]
[[Back to all|dg1sexlaying]]<<set $CurCom += 2>><<nobr>>
<<set $CurOrg1 += 2>>
<<set $CurTen += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/playnips.mp4" autoplay controls></video>
[[Slap them|dg1sexlayingtitsslap]]
[[Massage them|dg1sexlayingtitsmass3]]
[[Back to all|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<<speech "You" "$name">>Take that!<</speech>>
<video width="1000" src="videos/dungeon/1/titslap.mp4" autoplay controls></video>
[[Play with nipples|dg1sexlayingtitsnip]]
[[Slap them|dg1sexlayingtitsslap]]
[[Massage them|dg1sexlayingtitsmass3]]
[[Back to all|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 2>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<<speech "Naomi">>Yeahh, grab those big tits.<</speech>>
<video width="1000" src="videos/dungeon/1/titsmass3.mp4" autoplay controls></video>
[[Play with nipples|dg1sexlayingtitsnip]]
[[Slap them|dg1sexlayingtitsslap]]
[[Back to all|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>>
<<speech "Naomi">>This looks hot!<</speech>>
<video width="1000" src="videos/dungeon/1/rippanties.mp4" autoplay controls></video>
<<set $rippanties to true>>
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 5>><<nobr>>
<<set $CurTen -= 2>>
<<set $CurOrg1 += 10>><</nobr>>
<video width="1000" src="videos/dungeon/1/layingfinger1.mp4" autoplay controls></video>
[[More|dg1sexlayingfinger2]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>>
<<if $CurOrg1 gte 100>>
[[Make her cum|dg1sexlayingorgasm]]<</if>><<set $CurCom += 5>><<nobr>>
<<set $CurTen -= 2>>
<<set $CurOrg1 += 10>><</nobr>>
<video width="1000" src="videos/dungeon/1/layingfinger2.mp4" autoplay controls></video>
[[More|dg1sexlayingfinger]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>>
<<if $CurOrg1 gte 100>>
[[Make her cum|dg1sexlayingorgasm]]<</if>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $CurTen -= 20>>
<<set $CurCom += 15>><</nobr>>
<div class="girl">//Fuuuuuuuck!//</div>
<video width="1000" src="videos/dungeon/1/orgasm1.mp4" autoplay controls></video>
<<speech "Naomi">>So fucking hot...<</speech>>
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 4>><<nobr>>
<<set $CurTen -= 2>>
<<set $CurOrg1 += 8>><</nobr>>
<<speech "You" "$name">>A little pleasure for you.<</speech>>
<video width="1000" src="videos/dungeon/1/hitachi3.mp4" autoplay controls></video>
[[More|dg1sexlayinghitachi4]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurCom += 4>><<nobr>>
<<set $CurTen -= 2>>
<<set $CurOrg1 += 8>><</nobr>>
<div class="girl">//Hmmmmm....//</div>
<video width="1000" src="videos/dungeon/1/hitachi4.mp4" autoplay controls></video>
[[More|dg1sexlayinghitachi3]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<speech "Naomi">>Alriiiight! You came! Let's change positions.<</speech>>
She goes over to Alana and untie the knots.
<<speech "Naomi">>Get on your knees baby... I bet $name here is eager to use your mouth.<</speech>>
You take your cock out.
<video width="1000" src="videos/dungeon/1/3.mp4" autoplay muted loop></video>
<<speech "You" "$name">>I'm gonna stretch that throat open.<</speech>>
Naomi looks at your big dick.
<<speech "Naomi">>Oh my god! You're packing some dick huh?<</speech>>
[[Next|dg1sexbj]]
<<set $bjlvl to 1>><<nobr>>
<<set $CurCom to 0>>
<<set $CurTen to 0>><</nobr>><span class="bigger">Part two of four: train her throat without cumming</span>
<<if $CurCom gte 25>><<set $bjlvl to 2>><</if>><<nobr>>
<<if $CurCom gte 50>><<set $bjlvl to 3>><</if>>
<<if $CurCom gte 75>><<set $bjlvl to 4>><</if>>
*Level 1<</nobr>>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Kiss her|dg1sexbjkiss]]
[[Let her rest|dg1sexbjrest]]
<<if $bjlvl gt 1>>
*Level 2
[[Let her play with it|dg1sexbjplay]]
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Suck balls harder|dg1sexbjballshard]]
[[Try to push it deeper|dg1sexbjdeep1a]]<</if>>
<<if $bjlvl gt 2>>
*Level 3
[[Put your balls in her mouth|dg1sexbjballsin]]
[[Push her head deep|dg1sexbjdeep]]
[[Fuck her mouth (hard)|dg1sexbjfuckhard]]
[[All the way|dg1sexbjdeepest]]<</if>>
<<if $bjlvl gt 3>>
*Final level
[[Fuck her mouth (hardest)|dg1sexbjfuckhardest]]
[[All the way harder|dg1sexbjdeepester]]
[[Go to the next position|dg1sexassuppre]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
[[End things here|dg1sexgiveup]]<<set $CurTen += 3>>
<<speech "You" "$name">>Does this feels good?<</speech>>
<video width="1000" src="videos/dungeon/1/zaptits2.mp4" autoplay controls></video>
[[More|dg1sexlayingtits3]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 3>>
<<speech "You" "$name">>Yeahhh...<</speech>>
<video width="1000" src="videos/dungeon/1/zaptits3.mp4" autoplay controls></video>
[[More|dg1sexlayingtits2]]
[[Back|dg1sexlaying]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 2>>
<<set $CurCom += 4>><</nobr>>
<<speech "You" "$name">>Yeah, suck my balls.<</speech>>
<video width="1000" src="videos/dungeon/1/bjballs.mp4" autoplay controls></video>
[[More|dg1sexbjballs2]]
[[Zap her tits|dg1sexbjballszap]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 2>>
<<set $CurCom += 4>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjballs2.mp4" autoplay controls></video>
[[More|dg1sexbjballs]]
[[Zap her tits|dg1sexbjballszap]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 3>><</nobr>>
<<speech "Naomi">>Uhhh... yes...<</speech>>
<video width="1000" src="videos/dungeon/1/bjballszap.mp4" autoplay controls></video>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 2>>
<<set $CurCom += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjin.mp4" autoplay controls></video>
<<speech "You" "$name">>There we go.<</speech>>
[[Zap her|dg1sexbjinzap]]
[[Suck balls|dg1sexbjballs]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 4>><</nobr>>
<<speech "You" "$name">>Fuck...<</speech>>
<video width="1000" src="videos/dungeon/1/bjfuckeasy.mp4" autoplay controls></video>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 3>><</nobr>>
<div class="girl">//Hmmm!//</div>
<video width="1000" src="videos/dungeon/1/bjinzap.mp4" autoplay controls></video>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 4>>
<<set $CurCom += 4>><</nobr>>
<<speech "You" "$name">>Yes! take it deeper.<</speech>>
<video width="1000" src="videos/dungeon/1/bjfuckmedium.mp4" autoplay controls></video>
[[Faster|dg1sexbjfuckmediumfast]]
[[Let her play with it|dg1sexbjplay]]
[[Suck balls harder|dg1sexbjballshard]]
[[Try to push it deeper|dg1sexbjdeep1a]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom += 3>><</nobr>>
<<speech "You" "$name">>Yeahhh<</speech>>
<video width="1000" src="videos/dungeon/1/bjballsin.mp4" autoplay controls></video>
[[More|dg1sexbjballsin2]]
[[Push her head deep|dg1sexbjdeep]]
[[Fuck her mouth (hard)|dg1sexbjfuckhard]]
[[All the way|dg1sexbjdeepest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom += 3>><</nobr>>
<<speech "You" "$name">>Such a big slutty mouth.<</speech>>
<video width="1000" src="videos/dungeon/1/bjballsin2.mp4" autoplay controls></video>
[[More|dg1sexbjballsin]]
[[Push her head deep|dg1sexbjdeep]]
[[Fuck her mouth (hard)|dg1sexbjfuckhard]]
[[All the way|dg1sexbjdeepest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurCom += 5>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjfuckmediumfast.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck!<</speech>>
[[Slower|dg1sexbjfuckmedium]]
[[Let her play with it|dg1sexbjplay]]
[[Suck balls harder|dg1sexbjballshard]]
[[Try to push it deeper|dg1sexbjdeep1a]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjcheek.mp4" autoplay controls></video>
[[More|dg1sexbjcheek2]]
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjcheek2.mp4" autoplay controls></video>
<<speech "You" "$name">>Ohh that's good...<</speech>>
[[More|dg1sexbjcheek]]
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 3>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>Now we're talking...<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeep.mp4" autoplay controls></video>
[[Put your balls in her mouth|dg1sexbjballsin]]
[[Fuck her mouth (hard)|dg1sexbjfuckhard]]
[[All the way|dg1sexbjdeepest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 6>><</nobr>>
<<speech "You" "$name">>Work on this dick...<</speech>>
<video width="1000" src="videos/dungeon/1/bjplay.mp4" autoplay controls></video>
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Suck balls harder|dg1sexbjballshard]]
[[Try to push it deeper|dg1sexbjdeep1a]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 4>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>I can feel your throat streching...<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeep1a.mp4" autoplay controls></video>
[[More|dg1sexbjdeep1b]]
[[Let her play with it|dg1sexbjplay]]
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Suck balls harder|dg1sexbjballshard]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 4>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeep1b.mp4" autoplay controls></video>
[[More|dg1sexbjdeep1a]]
[[Let her play with it|dg1sexbjplay]]
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Suck balls harder|dg1sexbjballshard]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>This feels so good you slut.<</speech>>
<video width="1000" src="videos/dungeon/1/bjfuckhard.mp4" autoplay controls></video>
[[Faster|dg1sexbjfuckhardfast]]
[[Put your balls in her mouth|dg1sexbjballsin]]
[[Push her head deep|dg1sexbjdeep]]
[[All the way|dg1sexbjdeepest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg += 5>>
<<set $CurCom += 6>><</nobr>>
<<speech "You" "$name">>I knew you could do it bitch.<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeepest.mp4" autoplay controls></video>
[[Put your balls in her mouth|dg1sexbjballsin]]
[[Push her head deep|dg1sexbjdeep]]
[[Fuck her mouth (hard)|dg1sexbjfuckhard]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 2>><</nobr>>
<div class="girl">//Sluuurp!//</div>
<video width="1000" src="videos/dungeon/1/bjballshard.mp4" autoplay controls></video>
[[More|dg1sexbjballshard2]]
[[Let her play with it|dg1sexbjplay]]
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Try to push it deeper|dg1sexbjdeep1a]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 2>><</nobr>>
<<speech "You" "$name">>Taste those nuts!<</speech>>
<video width="1000" src="videos/dungeon/1/bjballshard2.mp4" autoplay controls></video>
[[More|dg1sexbjballshard]]
[[Let her play with it|dg1sexbjplay]]
[[Fuck her mouth (medium)|dg1sexbjfuckmedium]]
[[Try to push it deeper|dg1sexbjdeep1a]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg += 3>>
<<set $CurCom += 5>><</nobr>>
<div class="girl">//Gawk gawk gawk gawk//</div>
<video width="1000" src="videos/dungeon/1/bjfuckhardfast.mp4" autoplay controls></video>
[[Slower|dg1sexbjfuckhard]]
[[Put your balls in her mouth|dg1sexbjballsin]]
[[Push her head deep|dg1sexbjdeep]]
[[All the way|dg1sexbjdeepest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg += 6>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>That that cock!<</speech>>
<video width="1000" src="videos/dungeon/1/bjfuckhardest.mp4" autoplay controls></video>
[[All the way harder|dg1sexbjdeepester]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg += 6>>
<<set $CurCom += 5>><</nobr>>
<video width="1000" src="videos/dungeon/1/bjdeepester.mp4" autoplay controls></video>
[[Fuck her mouth (hardest)|dg1sexbjfuckhardest]]
[[Hold her|dg1sexbjdeepesterhold]]
[[Release her|dg1sexbjdeepester2]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>>
<<set $CurTen += 7>><<nobr>>
<<set $CurOrg += 6>>
<<set $CurCom += 5>><</nobr>>
<<speech "You" "$name">>Don't move bitch.<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeepesterhold.mp4" autoplay controls></video>
[[More|dg1sexbjdeepesterhold]]
[[Release her|dg1sexbjdeepester2]]
[[Fuck her mouth (hardest)|dg1sexbjfuckhardest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg += 6>>
<<set $CurCom += 5>><</nobr>>
<div class="girl">//Ahhhhhrg...//</div>
<video width="1000" src="videos/dungeon/1/bjdeepester2.mp4" autoplay controls></video>
[[Again|dg1sexbjfuckhardest]]
[[Zap her tits|dg1sexbjdeepesterzap]]
[[Fuck her mouth (hardest)|dg1sexbjfuckhardest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 7>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom += 5>><</nobr>>
<<speech "Naomi">>Yesss she loves it!!<</speech>>
<video width="1000" src="videos/dungeon/1/bjdeepesterzap.mp4" autoplay controls></video>
[[Hold her|dg1sexbjdeepesterhold]]
[[Release her|dg1sexbjdeepester2]]
[[Fuck her mouth (hardest)|dg1sexbjfuckhardest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen -= 4>><<nobr>>
<<set $CurOrg -= 3>><</nobr>>
<<speech "You" "$name">>Breathe a little, slut...<</speech>>
<video width="1000" src="videos/dungeon/1/bjrest.mp4" autoplay controls></video>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Kiss her|dg1sexbjkiss]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen -= 5>><<nobr>>
<<set $CurOrg -= 2>>
<<set $CurCom += 2>><</nobr>>
<<speech "Naomi">>Ohh... that's hot!<</speech>>
<video width="1000" src="videos/dungeon/1/bjkiss.mp4" autoplay controls></video>
[[Suck balls|dg1sexbjballs]]
[[Stick your dick in her mouth|dg1sexbjin]]
[[Press it against her cheek|dg1sexbjcheek]]
[[Fuck her mouth (easy)|dg1sexbjfuckeasy]]
[[Let her rest|dg1sexbjrest]]
[[Back|dg1sexbj]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>>You increased her tension too much.
<div class="girl">//Fuck, Fuck! Mercy!//</div>
<<speech "Naomi">>Hey dude, watch out!<</speech>>
<<speech "You" "$name">>Okay, okay...<</speech>>
You failed.
[[Try again|dungeon1sex5]]
[[End things here|dg1sexgiveup]]<<speech "Naomi">>You're doing great, $name! You're a natural.<</speech>>
<<speech "You" "$name">>You think so?<</speech>>
<div class="girl">//Please... fuck me.//</div>
<<speech "Naomi">>The poor girl is dying to get your dick, $name.
I know a cool knot. Let me teach you.<</speech>>
Alana gets her ass up and face down, while Naomi teaches you another way to tie a girl.
[[Next|dg1sexassup]]
<<set $CurCom to 30>><<nobr>>
<<set $CurTen to 30>>
<<set $CurOrg -= 50>>
<<set $girl.orgcount to 0>><</nobr>><span class="bigger">Part three of four: make her cum and raise her compliance and tension to at least 70 points</span>
<<if $assup is false>>
<video width="1000" src="videos/dungeon/1/4.mp4" autoplay controls></video>
<<set $assup to true>><</if>>
[[Flog her|dg1sexassupflog]]
<<set $penetrated to false>>
[[Massage her ass|dg1sexassupmass]]
[[Fuck her pussy|dg1sexassuppussy]]
<<if $girl.orgcount gte 1 and $CurCom gte 70 and $CurTen gte 70>>
[[Go to the next position|dg1sexassuppreanal]]<</if>>
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
[[End things here|dg1sexgiveup]][[Flog her ass|dg1sexassupflogass]]
[[Flog her back|dg1sexassupflogback]]
[[Tease her|dg1sexassupflogtease]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 2>><</nobr>>
<div class="girl">//Owww!//</div>
<video width="1000" src="videos/dungeon/1/flogass2.mp4" autoplay controls></video>
[[Harder (dominance level 3)|dg1sexassupflogass2]]
[[Flog her back|dg1sexassupflogback]]
[[Tease her|dg1sexassupflogtease]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/flogback.mp4" autoplay controls></video>
<<speech "Naomi">>Uhhhh!<</speech>>
[[More|dg1sexassupflogback2]]
[[Flog her ass|dg1sexassupflogass]]
[[Tease her|dg1sexassupflogtease]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen -= 4>><<nobr>>
<<set $CurOrg -= 2>>
<<set $CurCom += 3>><</nobr>>
<div class="girl">//Hmmmm...//</div>
<video width="1000" src="videos/dungeon/1/assmass.mp4" autoplay controls></video>
[[Keep doing it|dg1sexassupmass]]
[[Back|dg1sexassup]]<<if $dominancelvl gte 3>>
<<set $CurTen += 6>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 3>><</nobr>>
<<speech "You" "$name">>Take this you bitch...<</speech>>
<video width="1000" src="videos/dungeon/1/flogass.mp4" autoplay controls></video>
[[More|dg1sexassupflogass]]
[[Flog her back|dg1sexassupflogback]]
[[Tease her|dg1sexassupflogtease]]
[[Back|dg1sexassup]]
<<else>>
You're not dominant enough to do that.
[[Back|dg1sexassup]]<</if>>
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 4>><<nobr>>
<<set $CurOrg -= 3>>
<<set $CurCom -= 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/flogback2.mp4" autoplay controls></video>
[[More|dg1sexassupflogback]]
[[Flog her ass|dg1sexassupflogass]]
[[Tease her|dg1sexassupflogtease]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurTen += 2>><<nobr>>
<<set $CurOrg -= 2>>
<<set $CurCom += 1>><</nobr>>
<<speech "You" "$name">>You want more of this dick?<</speech>>
<video width="1000" src="videos/dungeon/1/flogtease.mp4" autoplay controls></video>
[[Flog her ass|dg1sexassupflogass]]
[[Flog her back|dg1sexassupflogback]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $CurCom += 2>>
<<set $CurTen -= 2>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>So tight...<</speech>>
<video width="1000" src="videos/dungeon/1/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Fuck...yeah...<</speech>>
<video width="1000" src="videos/dungeon/1/doggy.mp4" autoplay controls></video>
<</if>>
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<if $dominancelvl gte 4>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurTen += 4>><</nobr>>
<<speech "You" "$name">>Let me show you who's in charge...<</speech>>
<video width="1000" src="videos/dungeon/1/doggyhead.mp4" autoplay controls></video>
[[More|dg1sexassuppussyhead2]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<else>>
You're not dominant enough to do that.
[[Back|dg1sexassup]]<</if>>
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurTen += 4>><</nobr>>
<<speech "You" "$name">>I know you love this shit!<</speech>>
<video width="1000" src="videos/dungeon/1/doggyhead2.mp4" autoplay controls></video>
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurCom += 3>>
<<set $CurTen += 1>><</nobr>>
<div class="girl">//Ohnnnnn...//</div>
<video width="1000" src="videos/dungeon/1/doggyfast.mp4" autoplay controls></video>
[[Faster|dg1sexassuppussyfast2]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $CurCom += 2>>
<<set $CurTen += 2>><</nobr>>
<<speech "You" "$name">>You like that bitch?<</speech>>
<video width="1000" src="videos/dungeon/1/doggyspank.mp4" autoplay controls></video>
[[Normal|dg1sexassuppussy]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<video width="1000" src="videos/dungeon/1/doggyfast2.mp4" autoplay controls></video>
<<speech "Naomi">>Nice!<</speech>>
[[Less fast|dg1sexassuppussyfast]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurCom += 2>>
<<set $CurTen += 2>><</nobr>>
<video width="1000" src="videos/dungeon/1/doggyhard.mp4" autoplay controls></video>
[[Harder (fitness level 3)|dg1sexassuppussyhard2]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurCom += 2>>
<<set $CurTen += 2>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/dungeon/1/doggyhard2.mp4" autoplay controls></video>
[[Less hard|dg1sexassuppussyhard]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Make her taste it|dg1sexassuppussytaste]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|dg1sexassup]]<</if>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $CurTen -= 20>>
<<set $CurCom += 15>><</nobr>>
<div class="girl">//Oh my fucking god!//</div>
<video width="1000" src="videos/dungeon/1/orgasm2.mp4" autoplay controls></video>
<<speech "Naomi">>Yeahh give it to her!<</speech>>
[[Back|dg1sexassup]]<<set $CurOrg += 2>><<nobr>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<<speech "You" "$name">>How do you taste baby?<</speech>>
<video width="1000" src="videos/dungeon/1/doggytaste.mp4" autoplay controls></video>
[[More|dg1sexassuppussytaste2]]
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<video width="1000" src="videos/dungeon/1/doggytaste2.mp4" autoplay controls></video>
[[Normal|dg1sexassuppussy]]
[[Spank her|dg1sexassuppussyspank]]
[[Fast|dg1sexassuppussyfast]]
[[Hard|dg1sexassuppussyhard]]
[[Step on her head (Dominance level 4)|dg1sexassuppussyhead]]
[[Back|dg1sexassup]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyorgasm]]<</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $CurCom += 2>>
<<set $CurTen -= 2>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Ohh fuck...<</speech>>
<video width="1000" src="videos/dungeon/1/adoggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<div class="girl">//Hmmmm yeah...//</div>
<video width="1000" src="videos/dungeon/1/adoggy.mp4" autoplay controls></video>
<</if>>
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>>[[Put a finger inside|dg1sexassupprepassfinger1]]
<<if $assprepared is true>>
[[Put two fingers inside|dg1sexassupprepassfinger2]]
[[Put three fingers inside|dg1sexassupprepassfinger3]]
[[Tease her with your dick|dg1sexassupprepassfinger4]]
[[Tease her in and out|dg1sexassupprepassfinger5]]
<</if>>
[[Back|dg1sexassupanalstage]]<<set $CurOrg -= 3>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 2>>
<<set $CurTen -= 1>><</nobr>>
<<speech "You" "$name">>Hmmm what a tight asshole...<</speech>>
<video width="1000" src="videos/dungeon/1/finger1.mp4" autoplay controls></video>
[[One more|dg1sexassupprepassfinger2]]
[[Harder|dg1sexassupprepassfinger1a]]
[[Back|dg1sexassupprepass]]<<set $CurOrg -= 3>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 2>>
<<set $CurTen -= 1>><</nobr>>
<div class="girl">//Hmmmm....//</div>
<video width="1000" src="videos/dungeon/1/finger2.mp4" autoplay controls></video>
[[One more|dg1sexassupprepassfinger3]]
[[Keep doing it|dg1sexassupprepassfinger2]]
[[Back|dg1sexassupprepass]]<<set $CurOrg -= 3>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 2>>
<<set $CurTen -= 1>><</nobr>>
<<speech "You" "$name">>Yeahhh...<</speech>>
<video width="1000" src="videos/dungeon/1/finger3.mp4" autoplay controls></video>
[[Tease her with your dick|dg1sexassupprepassfinger4]]
[[Keep doing it|dg1sexassupprepassfinger3]]
[[Back|dg1sexassupprepass]]<<set $CurOrg -= 3>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 2>>
<<set $CurTen -= 1>><</nobr>>
<<speech "You" "$name">>Just the tip...<</speech>>
<video width="1000" src="videos/dungeon/1/finger4.mp4" autoplay controls></video>
[[Put it in and keep teasing|dg1sexassupprepassfinger5]]
<<set $assprepared to true>>
[[Back|dg1sexassupprepass]]<<set $CurOrg -= 3>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<div class="girl">//Fuck....//</div>
<video width="1000" src="videos/dungeon/1/finger1a.mp4" autoplay controls></video>
[[One more|dg1sexassupprepassfinger2]]
[[Easy|dg1sexassupprepassfinger1]]
[[Back|dg1sexassupprepass]]<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $CurCom -= 5>>
<<set $CurTen += 20>><</nobr>>
<<set $penetrated to true>>
<div class="girl">//Wait! Owwwwwwww!//</div>
<<set $assprepared to true>>
<video width="1000" src="videos/dungeon/1/noprep.mp4" autoplay controls></video>
<<speech "Naomi">>Fuck! She's not gonna walk tomorrow...<</speech>>
[[Keep going|dg1sexassupanal]]
[[Back|dg1sexassupanalstage]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>>
<<set $CurCom += 3>>
<<set $CurTen -= 2>><</nobr>>
<div class="girl">//Please! Just fuck me!//</div>
<video width="1000" src="videos/dungeon/1/finger5.mp4" autoplay controls></video>
[[Fuck her already|dg1sexassupanal]]
<<set $penetrated to true>>
[[Back|dg1sexassupprepass]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $CurTen -= 20>>
<<set $CurCom += 15>><</nobr>>
<div class="girl">//Yeaaaaaaaaaah//</div>
<video width="1000" src="videos/dungeon/1/orgasm3.mp4" autoplay controls></video>
[[Back|dg1sexassupanalstage]]<<if $fitnesslvl gte 3>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $CurCom += 2>>
<<set $CurTen -= 2>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/dungeon/1/adoggyfast.mp4" autoplay controls></video>
[[More|dg1sexassupanalfast2]]
[[Normal|dg1sexassupanal]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<else>>
You're not fit enough to do that.
[[Back|dg1sexassupanalstage]]<</if>>
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $CurCom += 2>>
<<set $CurTen -= 2>><</nobr>>
<div class="girl">//Thank you!//</div>
<video width="1000" src="videos/dungeon/1/adoggyfast2.mp4" autoplay controls></video>
[[More|dg1sexassupanalfast]]
[[Normal|dg1sexassupanal]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>>
<<set $CurCom += 2>>
<<set $CurTen += 2>><</nobr>>
<<speech "You" "$name">>Take this!<</speech>>
<video width="1000" src="videos/dungeon/1/adoggyflog.mp4" autoplay controls></video>
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>>
<<if $dominancelvl gte 4>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurTen += 4>><</nobr>>
<<speech "Naomi">>That's hot!<</speech>>
<video width="1000" src="videos/dungeon/1/adoggyhead.mp4" autoplay controls></video>
[[More|dg1sexassupanalhead2]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<else>>
You're not dominant enough to do that.
[[Back|dg1sexassupanalstage]]<</if>>
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurTen += 4>><</nobr>>
<div class="girl">//Yes...//</div>
<video width="1000" src="videos/dungeon/1/adoggyhead2.mp4" autoplay controls></video>
[[More|dg1sexassupanalhead]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[See her gape|dg1sexassupanalgape]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>>
<<if $CurOrg1 gte 100>>[[Make her cum|dg1doggyanalorgasm]]<</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<<speech "You" "$name">>Taste your asshole...<</speech>>
<video width="1000" src="videos/dungeon/1/adoggytaste.mp4" autoplay controls>
</video>
[[More|dg1sexassupanaltaste2]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurCom += 2>>
<<set $CurTen += 1>><</nobr>>
<div class="girl">//Hmmmm...//</div>
<video width="1000" src="videos/dungeon/1/adoggytaste2.mp4" autoplay controls>
</video>
[[More|dg1sexassupanaltaste]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurCom += 2>><<nobr>>
<<set $CurTen -= 2>><</nobr>>
<<speech "You" "$name">>Yeahhh.<</speech>>
<video width="1000" src="videos/dungeon/1/adoggygape.mp4" autoplay controls></video>
[[More|dg1sexassupanalgape2]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><<set $CurCom += 2>><<nobr>>
<<set $CurTen -= 2>><</nobr>>
<div class="girl">//Is it open?//</div>
<video width="1000" src="videos/dungeon/1/adoggygape2.mp4" autoplay controls></video>
[[More|dg1sexassupanalgape]]
[[Normal|dg1sexassupanal]]
[[Faster (fitness level 3)|dg1sexassupanalfast]]
[[Flog her|dg1sexassupanalflog]]
[[Step on her head (Dominance level 4)|dg1sexassupanalhead]]
[[Have her taste it (Dominance level 3)|dg1sexassupanaltaste]]
[[Back|dg1sexassupanalstage]]
<<if $CurTen gte 100>><<goto "dg1tension">><</if>><<nobr>>
<<if $CurOrg gte 100>><<goto "cumondg1">><</if>><</nobr>><div class="girl">//Please! Fuck my ass. I need it...//</div>
<<speech "Naomi">>Look at you... all slutty! Great job, $name... you really gave her a great time.<</speech>>
<<speech "You" "$name">>Maybe one day I can give you a great time too...<</speech>>
<<speech "Naomi">>I'm sure you can. Let's talk about it...<</speech>>
<div class="girl">//Please...//</div>
<<speech "Naomi">>Opsie... don't keep her waiting...<</speech>>
[[Next|dg1sexassupanalstage]]
<<set $assprepared to false>><<nobr>>
<<set $CurCom to 0>>
<<set $CurTen to 0>>
<<set $dg1success to true>>
<<set $CurOrg -= 50>>
<<set $CurOrg1 -= 40>><</nobr>><span class="bigger">Last part: have some fun with her ass</span>
[[Prepare her ass|dg1sexassupprepass]]
<<if $assprepared is true>>
[[Fuck her ass|dg1sexassupanal]]
<<else>>
[[Fuck her ass without prep|dg1sexassupanalnoprep]]<</if>>
[[Cum on her face|cumondg1]]
<<if $usespray is true>>
<<button "Use the delaying spray" >><<goto "UseDelayer">><</button>><</if>>
<<if $calmnesscall is true>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>
[[End things here|dg1sexgiveup]]<<speech "You" "$name">>Hey I think we should stop...<</speech>>
<<speech "Naomi">>Why?<</speech>>
<<speech "You" "$name">>I don't know. I'm not really on the mood right now...<</speech>>
Alana gets up.
<div class="girl">//The first time dominating can be a little overwelming. It's ok.//</div>
She seems a little frustrated.
<<speech "Naomi">>Maybe I forced thigs too much haha.<</speech>>
<<speech "You" "$name">>Some other day, maybe?<</speech>>
<<speech "Naomi">>Sure!<</speech>>
Naomi helps her to untie herself.
<div class="girl">//We should go. Bye, $name...//</div>
They leave and you're left alone with your thoughts.
<<speech "Dick">>You'll learn one day boy, don't worry.<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="love">Naomi's love has increased by 1</span>
<<set $naomi.love += 1>>
[[Go home|lobby10night]]
<<set $dungeonsex to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>><</nobr>>Back to the lobby you see the girls leaving the building, as Steve stares at them.
<<speech "Steve">>Woah...<</speech>>
Then he sees you.
<<speech "Steve">>Hum... hey.<</speech>>
<<speech "You" "$name">>Come on, you're still mad at me?<</speech>>
<<speech "Steve">>Not mad, just disapointed...
But those two beauties cheered me up a little.<</speech>>
<<speech "You" "$name">>Well... about that...<</speech>>
<<speech "Steve">>Wait... they left the basement...
Where were you?<</speech>>
<<speech "You" "$name">>The basement...<</speech>>
<<speech "Steve">>Waaaait, were you...
No fucking way duuuuude!<</speech>>
<<speech "You" "$name">>I told you, things are different.<</speech>>
<<speech "Steve">>The two of them?<</speech>>
<<speech "You" "$name">>Just the older one with the dress. But probably the younger one too, in the future.<</speech>>
<<speech "Steve">>What were you doing in the basement?<</speech>>
<<speech "You" "$name">>I kiiiinda built a dungeon...<</speech>>
He quickly gets up from his chair.
<<speech "Steve">>I've got to see this.<</speech>>
<<speech "You" "$name">>Okay.<</speech>>
[[Next|lobby10night2]]<<speech "You" "$name">>Fuck! I'm gonna cum!<</speech>>
<video width="1000" src="videos/dungeon/1/cum.mp4" autoplay controls></video>
<<speech "Naomi">>Such a big load...<</speech>>
[[Next|cumondg1a]]<<speech "You" "$name">>Let me put everything in your mouh...<</speech>>
<video width="1000" src="videos/dungeon/1/cum2.mp4" autoplay controls></video>
<<speech "Naomi">>That was fucking hot...<</speech>>
<<if $dg1success is true>>
[[Next|dg1sexsuccess]]
<<else>>
[[Next|dg1notgood]]<</if>><<speech "Naomi">>That was fucking amazing! Where did you learn all that?<</speech>>
<<speech "You" "$name">>I don't know... I just did what came to my mind...<</speech>>
<div class="girl">//It was amazing, baby. I wasn't expecting much when Naomi said you were a beginner. But you did sooo well!
In fact...//</div>
She opens her purse and takes some money out.
<div class="girl">//Here, you deserve it...//</div>
<<speech "You" "$name">>What?<</speech>>
<<speech "Naomi">>Just take it, $name. She's fucking rich hahaha.<</speech>>
<span class="green">''You are 100 $ richer''</span>
<<set $player.money += 100>>
Naomi gets closer.
<<speech "Naomi">>You got me pretty fucking horny today...<</speech>>
She says in your ear.
<div class="girl">//Now we should go... Thanks for the great time, $name. It was very good...//</div>
<<speech "You" "$name">>Come back again... You too Naomi.<</speech>>
<<speech "Naomi">>After seeing all that, I'm definitely coming back, baby.
Bye now! Remember to drop by the store!<</speech>>
<<speech "You" "$name">>Bye ladies!<</speech>>
They leave and you're left alone with your thoughts.
<<speech "Dick">>That was amazing, boy. You truly have it in you.<</speech>>
<<speech "You" "$name">>(Thank you, Dick! It just came naturally! Did you do anything?)<</speech>>
<<speech "Dick">>It could be my influence... But, certainly, it was more you than me in the end.<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="love">Naomi's submission has increased by 1</span>
<<set $naomi.submission += 1>>
[[Go home|lobby10night]]
<<set $dungeonsex to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>><</nobr>><<speech "Naomi">>Well, it's a shame you didn't get to do everything to her...<</speech>>
<div class="girl">//No worries though, it was hot anyways.//</div>
<<speech "Naomi">>Definitely... you did better than I expected for a first session...<</speech>>
<div class="girl">//Naomi...//</div>
<<speech "Naomi">>Oh, yes... We should get going...
Bye! $name! See ya! Remember to drop by the store!<</speech>>
<<speech "You" "$name">>Bye ladies!<</speech>>
They leave and you're left alone with your thoughts.
<<speech "Dick">>You'll learn one day boy, don't worry.<</speech>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
<span class="love">Naomi's love has increased by 1</span>
<<set $naomi.love += 1>>
[[Go home|lobby10night]]
<<set $dungeonsex to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>><</nobr>>You massage her tits.
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<speech "You" "$name">>(So soft...)<</speech>>
<video width="1000" src="videos/park/1/sleepy/masstits3.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist3.mp4" autoplay controls></video>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>><</if>>
[[Keep doing it|sleepy1sextits2]]
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 40>>
You try to take off her bra.
<<set $movechoice to random(9)>>
<<if $movechoice lte 6>>
<video width="1000" src="videos/park/1/sleepy/braoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $braoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist3.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sexbraoff]]<</if>>
<<else>>
You try to take off her bra.
<<set $movechoice to random(9)>>
<<if $movechoice lte 5>>
<video width="1000" src="videos/park/1/sleepy/braoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $braoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist3.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>><</if>>
<<if $braoff is false>>[[Try again|sleepy1sexbraoff]]<</if>>
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>You decide to put the marshmallows to use.
<video width="1000" src="videos/park/1/sleepy/marshplay.mp4" autoplay controls></video>
<<set $marshon to true>>
<<speech "You" "$name">>(This is so dumb but I can't help it...)<</speech>>
<<set $CurCom += 3>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 50>>
You massage her tits.
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<video width="1000" src="videos/park/1/sleepy/masstits4.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
[[Keep doing it|sleepy1sextits3]]
<<else>>
She moves a little.
<div class="girl">//Hmmpf...//</div>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>>
[[Keep doing it|sleepy1sextits3]]<</if>>
<<else>>
You massage her tits.
<<set $movechoice to random(9)>><<if $movechoice lte 6>>
<video width="1000" src="videos/park/1/sleepy/masstits4.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<<else>>
She moves a little.
<div class="girl">//Hmmpf...//</div>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>><</if>>
[[Keep doing it|sleepy1sextits3]]
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm2'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 30>>
You tap the stick over her body.
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<speech "You" "$name">>(She's really wasted...)<</speech>>
<video width="1000" src="videos/park/1/sleepy/stick.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist4.mp4" autoplay controls></video>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>><</if>>
[[Keep doing it|sleepy1sexmarshstick]]
<<else>>
You tap the stick over her body.
<<set $movechoice to random(9)>><<if $movechoice lte 5>>
<<speech "You" "$name">>(She's really wasted...)<</speech>>
<video width="1000" src="videos/park/1/sleepy/stick.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves a little.
<video width="1000" src="videos/park/1/sleepy/resist4.mp4" autoplay controls></video>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>><</if>>
[[Keep doing it|sleepy1sexmarshstick]]
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 50>>
You try to take off her shorts.
<<set $movechoice to random(9)>>
<<if $movechoice lte 5>>
<video width="1000" src="videos/park/1/sleepy/shortsoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $shortsoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She closes her legs tighter.
<div class="girl">//Hmm...//</div>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sexshortsoff]]<</if>>
<<else>>
You try to take off her shorts.
<<set $movechoice to random(9)>>
<<if $movechoice lte 3>>
<video width="1000" src="videos/park/1/sleepy/shortsoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $shortsoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She closes her legs tighter.
<div class="girl">//Hmm...//</div>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sexshortsoff]]<</if>>
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 60>>
You pull her panties aside to play with her pussy.
<<set $movechoice to random(9)>><<if $movechoice lte 6>>
<<if $penetrated is false>>
<<speech "You" "$name">>(Jackpot!)<</speech>>
<<set $penetrated to true>>
<video width="1000" src="videos/park/1/sleepy/pussyplaystart.mp4" autoplay controls></video>
<<else>>
<video width="1000" src="videos/park/1/sleepy/pussyplay.mp4" autoplay controls></video><</if>>
She doesn't seem to mind.
<<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
[[Keep doing it|sleepy1sexpplay]]
<<else>>
She moves a little.
<div class="girl">//Hmmpf...//</div>
<<set $CurCom -= 1>><<nobr>>
<<set $CurTen += 3>><</nobr>>
[[Keep doing it|sleepy1sexpplay]]<</if>>
<<else>>
You pull her panties aside to play with her pussy.
<<set $movechoice to random(9)>><<if $movechoice lte 5>>
<<if $penetrated is false>>
<<speech "You" "$name">>(Jackpot!)<</speech>>
<<set $penetrated to true>>
<video width="1000" src="videos/park/1/sleepy/pussyplaystart.mp4" autoplay controls></video>
<<else>>
<video width="1000" src="videos/park/1/sleepy/pussyplay.mp4" autoplay controls></video><</if>>
She doesn't seem to mind.
<<set $CurCom += 3>><<nobr>>
<<set $CurOrg1 += 8>><</nobr>>
[[Keep doing it|sleepy1sexpplay]]
<<else>>
She moves a little.
<div class="girl">//Hmmpf...//</div>
<<set $CurCom -= 2>><<nobr>>
<<set $CurTen += 8>><</nobr>>
[[Keep doing it|sleepy1sexpplay]]<</if>>
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm2'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 40>>
<<speech "You" "$name">>(Let me test this mouth)<</speech>>
<<set $movechoice to random(9)>>
<<if $movechoice lte 8>><<set $bjeasy to random(2)>>
<<if $penetrated is false and $bjeasy lt 3>><<set $penetrated to true>>
<video width="1000" src="videos/park/1/sleepy/bjstart.mp4" autoplay controls></video>
<<elseif $bjeasy is 0>>
<video width="1000" src="videos/park/1/sleepy/bjeasy1.mp4" autoplay controls></video>
<<elseif $bjeasy is 1>>
<video width="1000" src="videos/park/1/sleepy/bjeasy2.mp4" autoplay controls></video>
<<elseif $bjeasy is 2>>
<video width="1000" src="videos/park/1/sleepy/bjeasy3.mp4" autoplay controls></video><</if>>
<<set $CurOrg += 5>>
She doesn't seem to mind.
<<set $CurCom += 5>>
<<else>>
She moves her head.
<video width="1000" src="videos/park/1/sleepy/resist5.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 4>><</nobr>><</if>>
<<else>>
<<speech "You" "$name">>(Let me test this mouth)<</speech>>
<<set $movechoice to random(9)>>
<<if $movechoice lte 6>><<set $bjeasy to random(2)>>
<<if $penetrated is false and $bjeasy lt 3>><<set $penetrated to true>>
<video width="1000" src="videos/park/1/sleepy/bjstart.mp4" autoplay controls></video>
<<elseif $bjeasy is 0 and $penetrated is true>>
<video width="1000" src="videos/park/1/sleepy/bjeasy1.mp4" autoplay controls></video>
<<elseif $bjeasy is 1 and $penetrated is true>>
<video width="1000" src="videos/park/1/sleepy/bjeasy2.mp4" autoplay controls></video>
<<elseif $bjeasy is 2 and $penetrated is true>>
<video width="1000" src="videos/park/1/sleepy/bjeasy3.mp4" autoplay controls></video><</if>>
<<set $CurOrg += 5>>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves her head.
<video width="1000" src="videos/park/1/sleepy/resist5.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 7>><</nobr>><</if>><</if>>
[[Keep doing it|sleepy1sexbjeasy]]
[[Deeper|sleepy1sexbjdeep]]
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 60>>
<<speech "You" "$name">>(Maybe if a push it a little)<</speech>>
<<set $movechoice to random(9)>>
<<if $movechoice lte 7>><<set $bjdeep to random(2)>>
<<if $bjdeep is 0>>
<video width="1000" src="videos/park/1/sleepy/bjdeep1.mp4" autoplay controls></video><</if>>
<<if $bjdeep is 1>>
<video width="1000" src="videos/park/1/sleepy/bjdeep2.mp4" autoplay controls></video><</if>>
<<if $bjdeep is 2>>
<video width="1000" src="videos/park/1/sleepy/bjdeep3.mp4" autoplay controls></video><</if>>
<<set $CurOrg += 7>>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves her head.
<video width="1000" src="videos/park/1/sleepy/resist6.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>><</if>>
<<else>>
<<speech "You" "$name">>(Maybe if a push it a little)<</speech>>
<<set $movechoice to random(9)>>
<<if $movechoice lte 5>><<set $bjeasy to random(1)>>
<<if $bjeasy is 0>>
<video width="1000" src="videos/park/1/sleepy/bjdeep1.mp4" autoplay controls></video><</if>>
<<if $bjeasy is 1>>
<video width="1000" src="videos/park/1/sleepy/bjdeep2.mp4" autoplay controls></video><</if>>
<<set $CurOrg += 7>>
She doesn't seem to mind.
<<set $CurCom += 3>>
<<else>>
She moves her head.
<video width="1000" src="videos/park/1/sleepy/resist6.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 7>><</nobr>><</if>><</if>>
[[Keep doing it|sleepy1sexbjdeep]]
[[Easy|sleepy1sexbjeasy]]
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>There, he sees a lot rope pieces, tied to old furniture, and pieces of Alana's dress as well.
<<speech "Steve">>Dude, this is too much...<</speech>>
<<speech "You" "$name">>And you didn't even see my powers in action.<</speech>>
<<speech "Steve">>This "super power" crap again?
I'm hardly believing that you're a porn actor, fucking all those girls...<</speech>>
<<speech "You" "$name">>I wish I could show you.<</speech>>
<<speech "Steve">>Just be honest man...<</speech>>
<<speech "You" "$name">>I ''am!''... wait... I think I've got an idea!
Hit me!<</speech>>
<<speech "Steve">>The fuck?<</speech>>
<<speech "You" "$name">>Hit me as hard as you can. That's probably going to activate my powers.<</speech>>
<<speech "Steve">>I'm not gonna hit you, dude...<</speech>>
<<speech "You" "$name">>Oh come on... Just cause you're a little pussy?<</speech>>
<<speech "Steve">>Nice try...<</speech>>
<<speech "You" "$name">>Come on, granny fucker!<</speech>>
<<speech "Steve">>Dude. Stop. It happened ''once''...<</speech>>
<<speech "You" "$name">>Hey, maybe I can get some gays scenes for you in the studio...<</speech>>
<<speech "Steve">>Shut up!<</speech>>
His fist is clenched.
<<speech "You" "$name">>Oh yeah... Marie wouldn't let her little puppy go out alone...<</speech>>
<<speech "Steve">>Fuck it!<</speech>>
He throws a punch at you.
<img class="middle medium" src="images/misc/stevepunch.gif">
<div class="general"><span class="transmutation">*''Transmutation calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="translocation">*''Translocation calling available''</span>
<span class="time">*''Time calling available''</span></div>
[[Use the Transmutation calling|lobby10nighttransmu]]
[[Use the Rage calling|lobby10nightrage]]
[[Use the Translocation calling|lobby10nighttranslo]]
[[Use the Time calling|lobby10nighttime]]You two chat for some more minutes.
<<speech "You" "$name">>Since then I've been fucking non stop, man.<</speech>>
<<speech "Steve">>Damn! That must be incredible!<</speech>>
<<speech "You" "$name">>It is!<</speech>>
<<speech "Steve">>Isn't there any downsides to this thing?<</speech>>
<<speech "You" "$name">>Well... minor things.<</speech>>
<<speech "Steve">>Like what? Your neck itches? Your balls got purple?<</speech>>
<<speech "You" "$name">>There's people coming for me...<</speech>>
<<speech "Steve">>....<</speech>>
<<speech "You" "$name">>....<</speech>>
<<speech "Steve">>Like... bad people?<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Steve">>Shit... what do they want?<</speech>>
<<speech "You" "$name">>I don't know. But I'm training.<</speech>>
<<speech "Steve">>For what?<</speech>>
<<speech "You" "$name">>To face them! If I learn how to use my powers correctly I think a have a great chance of winning.<</speech>>
<<speech "Steve">>Whoever it is... I believe in you, dude. I mean... look what you just did, that shit was impressive!<</speech>>
<<speech "You" "$name">>Right? I think I'm pretty powerful already...<</speech>>
<<speech "Kobalos">>Not really...<</speech>>
[[Next|lobby10night4]]At the exact moment his punch touches your face, you imagine yourself getting out of his way.
<img class="middle medium" src="images/player/translocationcall.gif">
~POOF~
[[Next|lobby10nighttranslo2]]You stand still and the punch lands right at the side of your face.
<img class="middle medium" src="images/misc/punch2.gif">
Your blood boils from the pain.
<<speech "Steve">>Fuck! I hit you too hard, I'm sorry, dude.<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
He watches as your muscles tense up and your body gets slightly bigger.
<<speech "Steve">>What the fuck?<</speech>>
<<speech "You" "$name">>''You hit like a girl!''<</speech>>
<<speech "Steve">>H-how is your voice so deep? Why you're looking at me like that?<</speech>>
<<speech "You" "$name">>''My turn!''<</speech>>
He runs away from you.
<img class="middle medium" src="images/misc/steverunning.gif">
<<speech "You" "$name">>''Come on!''<</speech>>
You run after him.
[[Next|lobby10nightrage2]]You focus on his arm coming at your direction.
<img class="middle medium" src="images/player/transmutationcall.gif">
He hits you with everything he's got.
~PLOFT~
It feels like nothing hit you.
<<speech "Steve">>What?<</speech>>
<<speech "You" "$name">>That's all you got?<</speech>>
<<speech "Steve">>But I hit you hard.<</speech>>
He looks at his arm.
<img class="middle large" src="images/misc/stevearm.gif">
<<speech "Steve">>''What the fuck???''<</speech>>
His arm looks completely limp.
[[Next|lobby10nighttransmu2]]Realizing that he won't get very far he finds an old wooden board and shields himself.
<<speech "Steve">>What the hell, $name?? You told me to hit you.<</speech>>
<<speech "You" "$name">>''Yes, but I don't like being hit!''<</speech>>
You punch the board and break it in half.
<img class="middle normal" src="images/misc/boardbreaking.gif">
<<speech "Steve">>Fuck! Wait!<</speech>>
You prepare another punch...
<<speech "Steve">>''$name!''<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|lobby10nightrage3]]His voice echoes through your head and manages to calm you down.
<<speech "You" "$name">>Ohh... sorry...<</speech>>
He looks at you, frightned.
<img class="middle medium" src="images/misc/stevescared.gif">
<<speech "Steve">>Sorry??? What the hell was that?<</speech>>
<<speech "You" "$name">>It was my Rage calling. Sometimes when I get mad I can choose to use it.<</speech>>
<<speech "Steve">>Fuck... so it's real?<</speech>>
<<speech "You" "$name">>I told you.<</speech>>
<<speech "Steve">>I thought you would kill me.<</speech>>
<<speech "You" "$name">>Sorry, man...<</speech>>
<<speech "Steve">>Forget it... that was fucking amazing.<</speech>>
<<speech "You" "$name">>Did you like it? I never remember what happens. It always gets a little foggy.<</speech>>
<<speech "Steve">>You just took my punch right in the face like it was nothing. And you broke a solid wooden board!<</speech>>
<<speech "You" "$name">>Awesome right??<</speech>>
<<speech "Steve">>But how?<</speech>>
<<speech "You" "$name">>Ancient magical powers... I still don't know much about it... It just happened, I swear.<</speech>>
<<speech "Steve">>So that's the reason for your big dong?<</speech>>
<<speech "You" "$name">>Yep!<</speech>>
<<speech "Steve">>That's so fucking cool! I'm so happy for you!<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
<<speech "Steve">>But let's cut the crap. I'm happy for me too...
With all this power and your new job... you're gonna get me some pussy right?<</speech>>
<<speech "You" "$name">>Are you joking? Of course! All the pussy you can take.<</speech>>
<<speech "Steve">>Fuck yeah! I love you bro.<</speech>>
He hugs you.
<<speech "You" "$name">>Okay, now you're just using me...<</speech>>
He lets go.
<<speech "Steve">>Don't forget I was your friend before all this shit.<</speech>>
<<speech "You" "$name">>Yeah... you're right. Sorry, man...<</speech>>
He puts his hand on your chest.
<<speech "Steve">>Don't worry. I forgive you, okay?<</speech>>
<<speech "You" "$name">>Stop being so polite! I told you I'll get you some girls.<</speech>>
<<speech "Steve">>Yeees!<</speech>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
[[Next|lobby10night3]]<<speech "You" "$name">>Oh... shit...<</speech>>
<<speech "Steve">>What did you do??<</speech>>
<<speech "You" "$name">>I just imagined something soft... like jelly.<</speech>>
<<speech "Steve">>What??<</speech>>
<<speech "You" "$name">>This power... it's called Transmutation calling. I can sometimes change the composition of things.<</speech>>
<<speech "Steve">>You turned my arm into jelly??<</speech>>
<img class="middle normal" src="images/misc/stevearm2.gif">
<<speech "Steve">>''Ahhhhhhhhh''<</speech>>
<<speech "You" "$name">>Calm down! Let me concentrate.<</speech>>
<<speech "Steve">>Fuck! How am I supposed to beat my meat, $name??
This was like... 80% of my day as a receptionist...<</speech>>
[[Next|lobby10nighttransmu3]]You close your eyes and try to dissipate your power.
<img class="middle medium" src="images/player/transmutationcall.gif">
<<speech "You" "$name">>Done!<</speech>>
He keeps touching the arm, squeezes it a little and does some poses.
<<speech "Steve">>Fuck... so it's real?<</speech>>
<<speech "You" "$name">>I told you.<</speech>>
<<speech "Steve">>I thought my arm was gone for good...<</speech>>
<<speech "You" "$name">>Sorry, man...<</speech>>
<<speech "Steve">>Forget it... that was fucking amazing.<</speech>>
<<speech "You" "$name">>Did you like it? I usually think of food when I use this power, don't know why though.<</speech>>
<<speech "Steve">>You just imagined something and it happened!<</speech>>
<<speech "You" "$name">>Awesome right??<</speech>>
<<speech "Steve">>But how?<</speech>>
<<speech "You" "$name">>Ancient magical powers... I still don't know much about it... It just happened, I swear.<</speech>>
<<speech "Steve">>So that's the reason for your big dong?<</speech>>
<<speech "You" "$name">>Yep!<</speech>>
<<speech "Steve">>That's so fucking cool! I'm so happy for you!<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
<<speech "Steve">>But let's cut the crap. I'm happy for me too...
With all this power and your new job... you're gonna get me some pussy right?<</speech>>
<<speech "You" "$name">>Are you joking? Of course! All the pussy you can take.<</speech>>
<<speech "Steve">>Fuck yeah! I love you bro.<</speech>>
He hugs you.
<<speech "You" "$name">>Okay, now you're just using me...<</speech>>
He lets go.
<<speech "Steve">>Don't forget I was your friend before all this shit.<</speech>>
<<speech "You" "$name">>Yeah... you're right. Sorry, man...<</speech>>
He puts his hand on your chest.
<<speech "Steve">>Don't worry. I forgive you, okay?<</speech>>
<<speech "You" "$name">>Stop being so polite! I told you I'll get you some girls.<</speech>>
<<speech "Steve">>Yeees!<</speech>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
[[Next|lobby10night3]]<<speech "You" "$name">>Owwww- okay, that actually didn't hurt.<</speech>>
You find yourself in your bathroom floor.
<<speech "You" "$name">>Why the bathroom?? I only meant to get out of his punch.<</speech>>
~SCRIIIISH~
The shower curtain opens.
<<speech "Steve">>Okay... what the fuck just happened?<</speech>>
<<speech "You" "$name">>Fuck! You scared me...
We... uhmm... teleported.<</speech>>
<<speech "Steve">>What the hell? That's impossible! H-how??<</speech>>
<<speech "You" "$name">>Okay let's try to go back...<</speech>>
<<speech "Steve">>W-What??<</speech>>
You grab his wrist.
<img class="middle medium" src="images/player/translocationcall.gif">
~POOF~
[[Next|lobby10nighttranslo3]]You both fall on the basement floor.
<<speech "You" "$name">>Ha! I did it...<</speech>>
Still on the ground Steve looks at you.
<<speech "Steve">>Fuck... so it's real?<</speech>>
<<speech "You" "$name">>I told you.<</speech>>
<<speech "Steve">>I think I'm gonna puke.<</speech>>
<<speech "You" "$name">>Sorry, man...<</speech>>
<<speech "Steve">>Forget it... that was fucking amazing.<</speech>>
<<speech "You" "$name">>Did you like it? I still can't go exactly to were I planed. But it's something...<</speech>>
<<speech "Steve">>Dude! You can fucking teleport!<</speech>>
<<speech "You" "$name">>Awesome right??<</speech>>
<<speech "Steve">>But how?<</speech>>
<<speech "You" "$name">>Ancient magical powers... I still don't know much about it... It just happened, I swear.<</speech>>
<<speech "Steve">>So that's the reason for your big dong?<</speech>>
<<speech "You" "$name">>Yep!<</speech>>
<<speech "Steve">>That's so fucking cool! I'm so happy for you!<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
<<speech "Steve">>But let's cut the crap. I'm happy for me too...
With all this power and your new job... you're gonna get me some pussy right?<</speech>>
<<speech "You" "$name">>Are you joking? Of course! All the pussy you can take.<</speech>>
<<speech "Steve">>Fuck yeah! I love you bro.<</speech>>
He hugs you.
<<speech "You" "$name">>Okay, now you're just using me...<</speech>>
He lets go.
<<speech "Steve">>Don't forget I was your friend before all this shit.<</speech>>
<<speech "You" "$name">>Yeah... you're right. Sorry, man...<</speech>>
He puts his hand on your chest.
<<speech "Steve">>Don't worry. I forgive you, okay?<</speech>>
<<speech "You" "$name">>Stop being so polite! I told you I'll get you some girls.<</speech>>
<<speech "Steve">>Yeees!<</speech>>
<span class="translocation">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>>
[[Next|lobby10night3]]You close your eyes and things around you slow down, including Steve.
<img class="middle medium" src="images/player/timecall.gif">
With all the time in the world you easily manage to get out of his way and walk around him.
<<speech "You" "$name">>Why you're so slow, man?<</speech>>
It takes about five seconds for his punch to finish, plus five more before he notices that you walked around him.
<<speech "Steve">>Wwwwwwhhhhhhhaaaaaattttt????<</speech>>
<<speech "You" "$name">>My turn...<</speech>>
You give him a slap on the face.
<img class="middle normal" src="images/misc/steveslap.gif">
[[Next|lobby10nighttime2]]<<speech "Steve">>Wwwwwhhhhaaaatttt tttttttthhhhhhheeeee fffffffuuuuuucccckkkkk?????<</speech>>
<<speech "You" "$name">>Okay I think I should stop. I've had enough fun.<</speech>>
<img class="middle medium" src="images/player/timecall.gif">
Things turn back to normal, but his reaction to the slap is still going.
<<speech "Steve">>How??? Do you have super speed?<</speech>>
<<speech "You" "$name">>Not really. I just slowed you down.<</speech>>
<<speech "Steve">>Fuck! That hurt! Why did you punched me back?<</speech>>
<<speech "You" "$name">>I just slapped you. It wasn't even that hard.<</speech>>
<<speech "Steve">>That was a slap?? It felt like you hit me with a brick!<</speech>>
[[Next|lobby10nighttime3]]<<speech "You" "$name">>Sorry, man...<</speech>>
<<speech "Steve">>Forget it... that was fucking amazing.<</speech>>
<<speech "You" "$name">>Did you like it? I still can't control it for longer periods. But it's something...<</speech>>
<<speech "Steve">>Dude! You can fucking stop time!<</speech>>
<<speech "You" "$name">>Awesome right??<</speech>>
<<speech "Steve">>But how?<</speech>>
<<speech "You" "$name">>Ancient magical powers... I still don't know much about it... It just happened, I swear.<</speech>>
<<speech "Steve">>So that's the reason for your big dong?<</speech>>
<<speech "You" "$name">>Yep!<</speech>>
<<speech "Steve">>That's so fucking cool! I'm so happy for you!<</speech>>
<<speech "You" "$name">>Thanks!<</speech>>
<<speech "Steve">>But let's cut the crap. I'm happy for me too...
With all this power and your new job... you're gonna get me some pussy right?<</speech>>
<<speech "You" "$name">>Are you joking? Of course! All the pussy you can take.<</speech>>
<<speech "Steve">>Fuck yeah! I love you bro.<</speech>>
He hugs you.
<<speech "You" "$name">>Okay, now you're just using me...<</speech>>
He lets go.
<<speech "Steve">>Don't forget I was your friend before all this shit.<</speech>>
<<speech "You" "$name">>Yeah... you're right. Sorry, man...<</speech>>
He puts his hand on your chest.
<<speech "Steve">>Don't worry. I forgive you, okay?<</speech>>
<<speech "You" "$name">>Stop being so polite! I told you I'll get you some girls.<</speech>>
<<speech "Steve">>Yeees!<</speech>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
[[Next|lobby10night3]]You both hear a voice coming from a darker spot on the room.
<<speech "Steve">>Who's there??<</speech>>
You can see a greenish smoke coming from a dark corner.
<<speech "You" "$name">>Fuck... I think I recognize this voice.<</speech>>
<<speech "Kobalos">>I've decided to come back. I think we have unfinished business...<</speech>>
He comes out of the shadows and smoke with a grin in his face and a knife in his hand.
<<speech "Steve">>What the fuck? A migdet??<</speech>>
[[Next|lobby10night5]]<div class="general">End of content for now...
Play again to get different outcomes... ''(be sure not to lose any content)''
Stay tuned for more...
Don't forget to support the creator, it speeds up the next releases...
<<nobr>>
<<nobr>><a href="https://www.patreon.com/drwolfman">
<img class="middle normal" src="images/misc/patreonlogo2.jpg">
</a><</nobr>>
<<nobr>><a href="https://subscribestar.adult/aphrodisia-an-interactive-game">
<img class="middle normal" src="images/misc/subscribestarlogo.jpg">
</a><</nobr>><</nobr>>
And remember to join our comunity to talk about the game.
<<nobr>><a href="https://discord.gg/D7TzWkjyZP">
<img class="middle small" src="images/misc/discordlogo.jpg">
</a><</nobr>>
<<nobr>><a href="https://f95zone.to/threads/aphrodisia-ch-1-dr-wolfman.123516/">
<img class="middle smaller" src="images/misc/f95zone.jpg">
</a><</nobr>>
Thanks for playing!
<img class="middle medium" src="images/misc/endofchapter.gif">
</div><<if $CurCom gte 60>>
You try to take off her panties.
<<set $movechoice to random(9)>>
<<if $movechoice lte 5>>
<video width="1000" src="videos/park/1/sleepy/pantiesoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $pantiesoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She closes her legs tighter.
<video width="1000" src="videos/park/1/sleepy/resist7.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sexpantiesoff]]<</if>>
<<else>>
You try to take off her panties.
<<set $movechoice to random(9)>>
<<if $movechoice lte 3>>
<video width="1000" src="videos/park/1/sleepy/pantiesoff.mp4" autoplay controls></video>
She doesn't seem to mind.
<<set $pantiesoff to true>>
<<speech "You" "$name">>(Yeah...)<</speech>>
<<else>>
She closes her legs tighter.
<video width="1000" src="videos/park/1/sleepy/resist7.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 5>><</nobr>>
[[Try again|sleepy1sexpantiesoff]]<</if>>
<</if>>
[[Back|sleepy1sex]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>[[Sideways|sleepy1sexpussyside]]
[[From behind|sleepy1sexpussybehind]]
[[Missionary|sleepy1sexpussymiss]]
<<set $penetrated to false>>
[[Back|sleepy1sex]]<<if $CurCom gte 80>>
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $CurCom += 3>><</nobr>>
<</nobr>>
<<if $penetrated is false>>
You lay on the ground and fuck her sideways.
<video width="1000" src="videos/park/1/sleepy/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[More|sleepy1sexpussyside]]
<<else>>
<<speech "You" "$name">>It's kinda hard to do this...<</speech>>
<video width="1000" src="videos/park/1/sleepy/side.mp4" autoplay controls></video>
[[More|sleepy1sexpussyside]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist8.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 6>><</nobr>>
[[Keep trying|sleepy1sexpussyside]]<</if>>
<<else>>
<<set $movechoice to random(9)>><<if $movechoice lte 5>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $CurCom += 3>><</nobr>>
<<if $penetrated is false>>
You lay on the ground and fuck her sideways.
<video width="1000" src="videos/park/1/sleepy/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[More|sleepy1sexpussyside]]
<<else>>
<<speech "You" "$name">>It's kinda hard to do this...<</speech>>
<video width="1000" src="videos/park/1/sleepy/side.mp4" autoplay controls></video>
[[More|sleepy1sexpussyside]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist8.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 8>><</nobr>>
[[Keep trying|sleepy1sexpussyside]]<</if>>
<</if>>
[[Back|sleepy1sexpussy]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>>You release your hot load all over her face.
<<speech "You" "$name">>(Fuuuuuuuuuuck!)<</speech>>
<video width="1000" src="videos/park/1/sleepy/cum.mp4" autoplay controls></video>
<<speech "You" "$name">>(Still sleeping... success!)<</speech>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>><<nobr>>
<<set $badkarma += 1>><</nobr>>
''Your sneaking skill has increased by 25xp''
<<set $sneakinglvl += 25>>
<<link 'Go home' 'HOMEREDIRECT'>> <</link>>
<<set $dungeonsex to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $CurTen -= 10>>
<<set $girl.orgcount += 1>><</nobr>>
<div class="girl">//''Fuuuck...''//</div>
<video width="1000" src="videos/park/1/sleepy/orgasm.mp4" autoplay controls></video>
She starts mumbling in her sleep.
[[Back|sleepy1sex]]She wakes up.
<div class="girl">//W-what?//</div>
<img class="middle medium" src="images/park/1/1.jpg">
She seems a little dizzy.
<<speech "You" "$name">>Hey... uhhhg... I can explain...<</speech>>
<div class="girl">//''What the fuck??''//</div>
<img class="middle medium" src="images/park/1/2.jpg">
<<speech "You" "$name">>Calm down!<</speech>>
She looks around for someone.
<div class="girl">//Guaaaaaaaard!//</div>
<<speech "You" "$name">>(Okay... time to go...)<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>><<nobr>>
<<set $badkarma += 1>><</nobr>>
''Your sneaking skill has increased by 15xp''
<<set $sneakinglvl += 15>>
<<link 'Run back home' 'HOMEREDIRECT'>> <</link>>
<<set $dungeonsex to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>>
<<set $CurTen to 0>>
<<set $CurCom to 0>><</nobr>><<if $CurCom gte 80>>
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $CurCom += 3>><</nobr>>
<<if $penetrated is false>>
You turn her over and fuck her from behind.
<video width="1000" src="videos/park/1/sleepy/behindstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[Normal|sleepy1sexpussybehind]]
[[Deeper|sleepy1sexpussybehinddeep]]
<<else>>
<<speech "You" "$name">>It's kinda hard to do this...<</speech>>
<video width="1000" src="videos/park/1/sleepy/behind.mp4" autoplay controls></video>
[[Normal|sleepy1sexpussybehind]]
[[Deeper|sleepy1sexpussybehinddeep]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 6>><</nobr>>
[[Keep trying|sleepy1sexpussybehind]]<</if>>
<<else>>
<<set $movechoice to random(9)>><<if $movechoice lte 5>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $CurCom += 3>><</nobr>>
<<if $penetrated is false>>
You turn her over and fuck her from behind.
<video width="1000" src="videos/park/1/sleepy/behindstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[Normal|sleepy1sexpussybehind]]
[[Deeper|sleepy1sexpussybehinddeep]]
<<else>>
<<speech "You" "$name">>It's kinda hard to do this...<</speech>>
<video width="1000" src="videos/park/1/sleepy/behind.mp4" autoplay controls></video>
[[Normal|sleepy1sexpussybehind]]
[[Deeper|sleepy1sexpussybehinddeep]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 6>><<nobr>>
<<set $CurTen += 8>><</nobr>>
[[Keep trying|sleepy1sexpussybehind]]<</if>>
<</if>>
[[Back|sleepy1sexpussy]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 80>>
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 += 9>>
<<set $CurCom += 3>><</nobr>>
<<speech "You" "$name">>Fuck... so warm.<</speech>>
<video width="1000" src="videos/park/1/sleepy/behinddeep.mp4" autoplay controls></video>
[[More|sleepy1sexpussybehinddeep2]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 6>><</nobr>>
[[Keep trying|sleepy1sexpussybehinddeep]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]<</if>>
<<else>>
<<set $movechoice to random(9)>><<if $movechoice lte 4>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 += 9>>
<<set $CurCom += 3>><</nobr>>
<<speech "You" "$name">>Fuck... so warm.<</speech>>
<video width="1000" src="videos/park/1/sleepy/behinddeep.mp4" autoplay controls></video>
[[More|sleepy1sexpussybehinddeep2]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 8>><</nobr>>
[[Keep trying|sleepy1sexpussybehinddeep]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]<</if>><</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 80>>
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 += 9>>
<<set $CurCom += 3>><</nobr>>
<div class="girl">//Hmmm...//</div>
<video width="1000" src="videos/park/1/sleepy/behinddeep2.mp4" autoplay controls></video>
[[More|sleepy1sexpussybehinddeep]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 6>><</nobr>>
[[Keep trying|sleepy1sexpussybehinddeep]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]<</if>>
<<else>>
<<set $movechoice to random(9)>><<if $movechoice lte 4>>
<<set $CurOrg += 7>><<nobr>>
<<set $CurOrg1 += 9>><</nobr>>
<div class="girl">//Hmmm...//</div>
<video width="1000" src="videos/park/1/sleepy/behinddeep2.mp4" autoplay controls></video>
[[More|sleepy1sexpussybehinddeep]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist9.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 8>>
<<set $CurCom += 3>><</nobr>>
[[Keep trying|sleepy1sexpussybehinddeep2]]
[[Normal|sleepy1sexpussybehind]]
[[Back|sleepy1sexpussy]]<</if>><</if>>
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<if $CurCom gte 80>>
<<set $movechoice to random(9)>><<if $movechoice lte 7>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $CurCom += 3>><</nobr>>
<<if $penetrated is false>>
You open her legs and start to fuck her wet pussy.
<video width="1000" src="videos/park/1/sleepy/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[More|sleepy1sexpussymiss]]
<<else>>
<<speech "You" "$name">>(Feels so good...)<</speech>>
<video width="1000" src="videos/park/1/sleepy/miss.mp4" autoplay controls></video>
[[More|sleepy1sexpussymiss]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist10.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 6>><</nobr>>
[[Keep trying|sleepy1sexpussymiss]]<</if>>
<<else>>
<<set $movechoice to random(9)>><<if $movechoice lte 5>>
<<set $CurOrg += 6>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $CurCom += 3>><</nobr>>
<<if $penetrated is false>>
You open her legs and start to fuck her wet pussy.
<video width="1000" src="videos/park/1/sleepy/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
[[More|sleepy1sexpussymiss]]
<<else>>
<<speech "You" "$name">>It's kinda hard to do this...<</speech>>
<video width="1000" src="videos/park/1/sleepy/miss.mp4" autoplay controls></video>
[[More|sleepy1sexpussymiss]]<</if>>
<<else>>
You try to fuck her but she starts moving.
<video width="1000" src="videos/park/1/sleepy/resist10.mp4" autoplay controls></video>
<<set $CurCom -= 3>><<nobr>>
<<set $CurTen += 8>><</nobr>>
[[Keep trying|sleepy1sexpussymiss]]<</if>>
<</if>>
[[Back|sleepy1sexpussy]]
<<nobr>><<if $CurOrg gte 100>><<goto "cumonsleepy1">><</if>>
<<if $CurOrg1 gte 100>><<link 'Make her cum' 'sleepy1orgasm'>><</link>><</if>>
<<if $CurTen gte 100>><<goto "sleepy1tension">><</if>><</nobr>><<set $period to 3>>
<<speech "You" "$name">>It's almost time to meet Naomi. I better get down.<</speech>>
<<speech "Dick">>Are you nervous, boy?<</speech>>
<<speech "You" "$name">>I won't lie, Dick. I'm a little nervous. I've never done this kind of thing before.<</speech>>
<<speech "Dick">>It's inside you, there's no denying it. You just need to empty your head and let your instincts act for you.<</speech>>
<<speech "You" "$name">>That's... a good advice.<</speech>>
<<speech "Dick">>Now go there and fuck the shit out of that slut.<</speech>>
<<if $CurEng lte 20>>
<<speech "You" "$name">>There's only one problem... I'm tired as fuck. I'm afraid I won't have the energy to fuck her properly.<</speech>>
<<speech "Dick">>You just can't lose your first domination session...<</speech>>
Suddenly you feel something inside you.
<img class="middle medium" src="images/misc/energized.gif">
<<set $CurEng += 20>>
<<speech "You" "$name">>Woah! I feel great!<</speech>>
<<speech "Dick">>Don't get used to it. Make wiser choices in the future.
Go!<</speech>>
<</if>>
[[Next|dungeon1sex]]You decide to spend your free time resting and relaxing.
<img class="middle normal" src="images/misc/relaxing.gif">
''Your energy increased by 30''
<<set $CurEng += 30>>
[[Next|Home10c]]
<<set $cheats to false>><<speech "You" "$name">>Actually, Kendra... I'm sorry.<</speech>>
<<set $kendrasex to false>>
<<speech "Kendra">>What?<</speech>>
<<speech "You" "$name">>I don't feel like doing this in here, right now.<</speech>>
She blushes and looks away.
<<speech "Kendra">>You must think I'm a slut right?
God, I'm so dumb...<</speech>>
<<speech "You" "$name">>No! Of course not...<</speech>>
<<speech "Kendra">>Yes I am. First I start shooting adult content. Now I'm here pretending I wasn't gonna have sex with you in the warehouse.<</speech>>
She puts her hands on the sides of her head.
<<speech "You" "$name">>Look... I've always been attracted to you. Not waiting to have sex right at this moment doesn't change that.
And about the adult stuff... There's doing nothing wrong. You're just working with what you have to help yourself and your family.<</speech>>
She looks at you.
<<speech "Kendra">>You really think that?<</speech>>
<<speech "You" "$name">>Of course I do. You're one of the best people I know.<</speech>>
She gets closer.
[[Next|work8kendradeny2]]You feel her warm lips.
<video width="1000" src="videos/kendra/day8/kiss.mp4" autoplay controls></video>
<<speech "You" "$name">>That was nice...<</speech>>
<<speech "Kendra">>''You'' are nice... maybe nicer than I am...
Thank you $name.<</speech>>
She turns away and leaves.
<<speech "You" "$name">>(What the hell did I just do?)<</speech>>
[[Next|work8kendradeny3]]<<speech "Dick">>Uhhmm... boy...<</speech>>
<<speech "You" "$name">>What is it, Dick?<</speech>>
<<speech "Dick">>You've got work to do.<</speech>>
<<speech "You" "$name">>Now? But it's night!
I'm tired.<</speech>>
<<speech "Dick">>I'm afraid it's not a choice, $name.
Something lurks around...<</speech>>
[[Next|work8kendradeny4]]<<speech "You" "$name">>Wha-what?<</speech>>
<<speech "Dick">>Someone is close, I can feel it.<</speech>>
<<speech "You" "$name">>''What kind of weak ass mystical wise help is this, Dick??'' I need to know who's coming!<</speech>>
<<speech "Dick">>''I do not fucking know, boy!''
If I knew you would know too.<</speech>>
You look around triyng to see if there's anything unusual around.
<<speech "You" "$name">>I don't see anyone. Maybe you are wrong...<</speech>>
<<speech "Dick">>I am never wrong about things like this.<</speech>>
<<speech "You" "$name">>Well, I'm outta here... this place is already scary as it is by night.<</speech>>
You leave the warehouse towards the store.
[[Next|night8b]]<<speech "You" "$name">>I'm done with your attitude. Let me shut your mouth!<</speech>>
You grab the back of her head and guide it towards your cock.
<video src="videos/mandy/day7/dominate/fbj1.mp4" autoplay controls></video>
<<speech "Mandy">>What? ~humpft!-<</speech>>
[[Next|mandy7bjforce2]]<<speech "You" "$name">>Okay... we should stop it...<</speech>>
<<speech "Dani1" "Dani">>I'm sorry, $name... I wish I was ready, but I'm not...<</speech>>
<<speech "You" "$name">>Hey, take your time...<</speech>>
<<speech "Dani1" "Dani">>Are you frustrated?<</speech>>
<<speech "You" "$name">>Well... you just gave me some blue balls...
But it's ok.<</speech>>
She looks down.
<<speech "You" "$name">>Really, it's fine... I had fun.<</speech>>
Seeing that notihing else is going to happen you release your focus.
<img class="middle medium" src="images/player/transmutationcall.gif">
[[Next|dani8transend2]]<<speech "Dani">>Did you like it?<</speech>>
<<speech "You" "$name">>Yeah! That was great. Very good given that you were so nervous.<</speech>>
She looks pretty excited to hear that.
<<speech "Dani">>Thank you!<</speech>>
<<speech "You" "$name">>I should get going though... It's pretty late.<</speech>>
<<speech "Dani">>Sure! Thanks for coming...
I really had fun.<</speech>>
You give her a kiss on the forehead and leave.
<<speech "Dani">>Oh... Bye!!<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $dani.corruption += 1>>
<span class="love">Her lust has increased by 1</span>
<<set $dani.lust += 1>>
[[Go home|home8night]]You're not charismatic enough to do that.
[[Back|work8kendrasex]]<<speech "You" "$name">>Fuck... finally home.
<<if $kendrasex is true>>
I can't believe I had sex with Kendra and fought a monster at the same night.
<<else>>
I can't believe I declined sex with Kendra and fought a monster at the same night.<</if>>
<</speech>>
<<speech "Dick">>You did very well, boy.<</speech>>
<<speech "You" "$name">>Explain to me, how is it possible for a creature from fucking acient Greece to be out there?
I thought theses things were just in my dreams.<</speech>>
<<speech "Dick">>No. They are free now. Free from their gods, walking around the Earth.<</speech>>
<<speech "You" "$name">>So there are more?<</speech>>
<<speech "Dick">>Time doesn't kill most of magical creatures, so yes.<</speech>>
<<speech "You" "$name">>And are all of them bad?<</speech>>
<<speech "Dick">>Not all of them...
But must of them...<</speech>>
<<speech "You" "$name">>Great...<</speech>>
[[Next|home9night3]]<<if $timecalllvl gte 1 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>>
<<set $mistytime to true>><</nobr>>
<<speech "You" "$name">>Okay... I'm sorry...<</speech>>
<<speech "Misty">>Then get your sorry ass outta here!<</speech>>
<<speech "You" "$name">>Sure, I'm going.
But what is that thing behind you?<</speech>>
She turns to look.
<<speech "You" "$name">>(Gotcha!)<</speech>>
<img class="middle medium" src="images/player/timecall.gif">
A wave of your power hits her and her movements get immediately slow.
<<speech "You" "$name">>(Okay! That's my chance)<</speech>>
You take this time to go back to Cecilia and finish what you started.
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
[[Next|ceci10sex]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/timecall2.gif">
But you still manage to take some experience out of it.
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
<<speech "Misty">>Do you want me to call the police?<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
[[Go home|home10a]]<</if>><<speech "Misty">>That was a fucking lot!<</speech>>
<video width="1000" src="videos/misty/day10/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm fucking done...<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "Misty">>Oh my god!<</speech>>
<<speech "You" "$name">>Oh no...<</speech>>
Misty's still kinda confused about what just happened.
<<speech "You" "$name">>Thank you. I mean... sorry...
I have to go...
Bye...<</speech>>
You get the fuck out of there.
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Misty's lust has increased by 1</span>
<<set $misty.lust += 1>>
[[Go home|home10a]]
<<set $sexsimple to false>><<nobr>>
<<set $stats3 to true>>
<<set $now to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $inventory to true>>
<<set $skillslist to true>>
<<set $CurEng -= 30>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $CurTen -= 10>>
<<set $girl.orgcount += 1>><</nobr>>
<div class="girl">//''Hmmmmmm...''//</div>
<video width="1000" src="videos/park/1/sleepy/orgasm2.mp4" autoplay controls></video>
[[Back|sleepy1sex]]Unfortunately for her, her tits come out.
<video width="1000" src="videos/gym/1/l1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
[[Next|gym10girlluck1]]<div class="girl">//Oh my god, I'm getting so horny...//</div>
<video width="1000" src="videos/gym/1/desire.mp4" autoplay controls></video>
<<speech "You" "$name">>Why don't you let me fuck you ass, huh?<</speech>>
<div class="girl">//No... I can't...//</div>
<<speech "You" "$name">>Maybe just the tip. Just to tease you a little...<</speech>>
<div class="girl">//Okay... but no more than that...//</div>
<<speech "You" "$name">>Suuuuuuure...<</speech>>
<<set $allowtease to true>>
<<set $desire to true>>
[[Next|gym10sexprepare]]<<if $oilnumber gte 1>>
<<speech "You" "$name">>Listen, I have some oil... can I use it on you?<</speech>>
<div class="girl">//Ohhh you naught boy! You can play with my ass... but nothing more than that, okay?//</div>
<<speech "You" "$name">>Suuuuuure....<</speech>>
<<set $assoiled to true>>
[[Next|gym10sexoil]]
<<else>>
You don't have any oil to use.
<<speech "You" "$name">>(God dammit! Should've bought some to use on that ass)<</speech>>
[[Back|gym10sex]]<</if>><<if $charismalvl gte 2>>
<<speech "You" "$name">>Hey... Can I play with your asshole a bit?<</speech>>
<div class="girl">//Are you crazy?//</div>
<<speech "You" "$name">>Come on! I helped you... and you hurt my feet...<</speech>>
She thinks for a while.
<div class="girl">//Okay... but just the tip...//</div>
<<speech "You" "$name">>Suuuuuuure...<</speech>>
<<set $allowtease to true>>
[[Next|gym10sexprepare]]
<<else>>
You're not charismatic enough to do that.
[[Back|gym10sex]]<</if>><<if $charismalvl gte 3>>
<<speech "You" "$name">>I'm gonna put it in...<</speech>>
<div class="girl">//No...//</div>
She tries to hide it, but you can see that she wants it.
<<speech "You" "$name">>You know you want it, baby. We have to be fast here.<</speech>>
<div class="girl">//Okay...//</div>
[[Next|gym10sexanalstart]]
<<else>>
You're not charismatic enough to do this.
[[Back|gym10sex]]<</if>><<if $charismalvl gte 5>>
<<speech "You" "$name">>I'm gonna put it in your ass...<</speech>>
<div class="girl">//No! You are crazy!//</div>
<<speech "You" "$name">>I helped you to workout, you hit my feet, and all I'm asking is too give you some pleasure.<</speech>>
Your words make her feel a misture of guilt and lust.
<div class="girl">//Okay...//</div>
[[Next|gym10sexanalstart]]
<<else>>
You're not charismatic enough to do this.
[[Back|gym10sex]]<</if>><<if $spraynumber gte 1>>
You stop to spray some delayer on your dick.
<img class="middle medium" src="images/items/delayerspray.jpg">
''Your need to orgasm lowered by 40''
<<speech "You" "$name">>This thing works fast!<</speech>>
<<set $spraynumber -= 1>><<nobr>>
<<set $CurOrg -=40>>
<<set $usespray to false>><</nobr>>
<<button "Return" `previous()`>><</button>>
<<else>>
You don't have this item.
<<button "Return" `previous()`>><</button>>
<</if>><<button "Back" `previous()`>><</button>>
<<speech "Dick">>Oh... so you want to take a step ahead, huh?
I'm sure you know the magical words for that...<</speech>>
Type in the password given to supporters.
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>\
<span id='textbox-submit'>\
<<button 'Confirm'>>
<<set $answer to $answer.trim().toLowerCase()>>
<<if hashStr($answer) == -1670953074>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="energy">''Your energy has increased by 100''</span>
<<set $CurEng += 100>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -2116240712>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your arche has increased by 10''
<<set $player.arche += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -879150698>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<<if $day lt 7>>
<span class="yellow">''Your charisma level has increased by 5''</span>
<<set $player.charisma += 5>>
(The results will show after you go back to the game)
<<else>>
<span class="yellow">''Your charisma level has increased by 5''</span>
<<set $charismalvl += 5>>
(The results will show after you go back to the game)
<</if>>
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1037829669>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<<if $day lt 7>>
<span class="red">''Your dominance level has increased by 5''</span>
<<set $player.dominance += 5>>
(The results will show after you go back to the game)
<<else>>
<span class="red">''Your dominance level has increased by 5''</span>
<<set $dominancelvl += 5>>
(The results will show after you go back to the game)
<</if>>
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 860880516>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<<if $day lt 7>>
<span class="grey">''Your fitness level has increased by 5''</span>
<<set $player.fitness += 5>>
(The results will show after you go back to the game)
<<else>>
<span class="grey">''Your fitness level has increased by 5''</span>
<<set $fitnesslvl += 5>>
(The results will show after you go back to the game)
<</if>>
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 2005689724>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<<if $day lt 7>>
<span class="blue">''Your intelligence level has increased by 5''</span>
<<set $player.intelligence += 5>>
(The results will show after you go back to the game)
<<else>>
<span class="blue">''Your intelligence level has increased by 5''</span>
<<set $intelligencelvl += 5>>
(The results will show after you go back to the game)
<</if>>
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 2081392936>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="purple">''Your reputation level has increased by 5''</span>
<<set $player.reputation += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 776526439>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="green">''Your money has increased by 500 $''</span>
<<set $player.money += 500>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -22835930>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="energy">''Your skill with the Energy calling has increased by 5''</span>
<<set $energycalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 831480732>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="calmness">''Your skill with the Calmness calling has increased by 5''</span>
<<set $calmnesscalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1772224059>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="psy">''Your skill with the Psychic calling has increased by 5''</span>
<<set $psycalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1429935840>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="invi">''Your skill with the Invisibility calling has increased by 5''</span>
<<set $invicalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -397057215>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="luck">''Your skill with the Luck calling has increased by 5''</span>
<<set $luckcalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -333629003>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 5''</span>
<<set $lustcalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1554318291>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="rage">''Your skill with the Rage calling has increased by 5''</span>
<<set $ragecalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1493882170>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 5''</span>
<<set $transmutationcalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -476641259>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="time">''Your skill with the Time calling has increased by 5''</span>
<<set $timecalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1453761214>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="translocation">''Your skill with the Translocation calling has increased by 5''</span>
<<set $translocationcalllvl += 5>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1578195688>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Mandy's love has increased by 10</span>
<<set $mandy.love += 10>>
<span class="lust">Mandy's lust has increased by 10</span>
<<set $mandy.lust += 10>>
<span class="submission">Mandy's submission has increased by 10</span>
<<set $mandy.submission += 10>>
<span class="corruption">Mandy's corruption has increased by 10</span>
<<set $mandy.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -504108053>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Dee's love has increased by 10</span>
<<set $dee.love += 10>>
<span class="lust">Dee's lust has increased by 10</span>
<<set $dee.lust += 10>>
<span class="submission">Dee's submission has increased by 10</span>
<<set $dee.submission += 10>>
<span class="corruption">Dee's corruption has increased by 10</span>
<<set $dee.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1226509526>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Cecilia's love has increased by 10</span>
<<set $cecilia.love += 10>>
<span class="lust">Cecilia's lust has increased by 10</span>
<<set $cecilia.lust += 10>>
<span class="submission">Cecilia's submission has increased by 10</span>
<<set $cecilia.submission += 10>>
<span class="corruption">Cecilia's corruption has increased by 10</span>
<<set $cecilia.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1078019017>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Misty's love has increased by 10</span>
<<set $misty.love += 10>>
<span class="lust">Misty's lust has increased by 10</span>
<<set $misty.lust += 10>>
<span class="submission">Misty's submission has increased by 10</span>
<<set $misty.submission += 10>>
<span class="corruption">Misty's corruption has increased by 10</span>
<<set $misty.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1755533494>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Kendra's love has increased by 10</span>
<<set $kendra.love += 10>>
<span class="lust">Kendra's lust has increased by 10</span>
<<set $kendra.lust += 10>>
<span class="submission">Kendra's submission has increased by 10</span>
<<set $kendra.submission += 10>>
<span class="corruption">Kendra's corruption has increased by 10</span>
<<set $kendra.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 348634084>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Dani's love has increased by 10</span>
<<set $dani.love += 10>>
<span class="lust">Dani's lust has increased by 10</span>
<<set $dani.lust += 10>>
<span class="submission">Dani's submission has increased by 10</span>
<<set $dani.submission += 10>>
<span class="corruption">Dani's corruption has increased by 10</span>
<<set $dani.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1547683407>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Lauren's love has increased by 10</span>
<<set $lauren.love += 10>>
<span class="lust">Lauren's lust has increased by 10</span>
<<set $lauren.lust += 10>>
<span class="submission">Lauren's submission has increased by 10</span>
<<set $lauren.submission += 10>>
<span class="corruption">Lauren's corruption has increased by 10</span>
<<set $lauren.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -2134640547>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Kelly's love has increased by 10</span>
<<set $kelly.love += 10>>
<span class="lust">Kelly's lust has increased by 10</span>
<<set $kelly.lust += 10>>
<span class="submission">Kelly's submission has increased by 10</span>
<<set $kelly.submission += 10>>
<span class="corruption">Kelly's corruption has increased by 10</span>
<<set $kelly.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 748216263>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Codi's love has increased by 10</span>
<<set $codi.love += 10>>
<span class="lust">Codi's lust has increased by 10</span>
<<set $codi.lust += 10>>
<span class="submission">Codi's submission has increased by 10</span>
<<set $codi.submission += 10>>
<span class="corruption">Codi's corruption has increased by 10</span>
<<set $codi.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1083180149>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Summer's love has increased by 10</span>
<<set $summer.love += 10>>
<span class="lust">Summer's lust has increased by 10</span>
<<set $summer.lust += 10>>
<span class="submission">Summer's submission has increased by 10</span>
<<set $summer.submission += 10>>
<span class="corruption">Summer's corruption has increased by 10</span>
<<set $summer.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -174888523>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Elena's love has increased by 10</span>
<<set $elena.love += 10>>
<span class="lust">Elena's lust has increased by 10</span>
<<set $elena.lust += 10>>
<span class="submission">Elena's submission has increased by 10</span>
<<set $elena.submission += 10>>
<span class="corruption">Elena's corruption has increased by 10</span>
<<set $elena.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 369881123>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Vina's love has increased by 10</span>
<<set $vina.love += 10>>
<span class="lust">Vina's lust has increased by 10</span>
<<set $vina.lust += 10>>
<span class="submission">Vina's submission has increased by 10</span>
<<set $vina.submission += 10>>
<span class="corruption">Vina's corruption has increased by 10</span>
<<set $vina.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1383247163>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Hana's love has increased by 10</span>
<<set $hana.love += 10>>
<span class="lust">Hana's lust has increased by 10</span>
<<set $hana.lust += 10>>
<span class="submission">Hana's submission has increased by 10</span>
<<set $hana.submission += 10>>
<span class="corruption">Hana's corruption has increased by 10</span>
<<set $hana.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1530914869>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Marie's love has increased by 10</span>
<<set $marie.love += 10>>
<span class="lust">Marie's lust has increased by 10</span>
<<set $marie.lust += 10>>
<span class="submission">Marie's submission has increased by 10</span>
<<set $marie.submission += 10>>
<span class="corruption">Marie's corruption has increased by 10</span>
<<set $marie.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1060938766>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Mercedes's love has increased by 10</span>
<<set $mercedes.love += 10>>
<span class="lust">Mercedes's lust has increased by 10</span>
<<set $mercedes.lust += 10>>
<span class="submission">Mercedes's submission has increased by 10</span>
<<set $mercedes.submission += 10>>
<span class="corruption">Mercedes's corruption has increased by 10</span>
<<set $mercedes.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1326503218>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Eliza's love has increased by 10</span>
<<set $eliza.love += 10>>
<span class="lust">Eliza's lust has increased by 10</span>
<<set $eliza.lust += 10>>
<span class="submission">Eliza's submission has increased by 10</span>
<<set $eliza.submission += 10>>
<span class="corruption">Eliza's corruption has increased by 10</span>
<<set $eliza.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -689872317>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Naomi's love has increased by 10</span>
<<set $naomi.love += 10>>
<span class="lust">Naomi's lust has increased by 10</span>
<<set $naomi.lust += 10>>
<span class="submission">Naomi's submission has increased by 10</span>
<<set $naomi.submission += 10>>
<span class="corruption">Naomi's corruption has increased by 10</span>
<<set $naomi.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -809546959>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Riley's love has increased by 10</span>
<<set $riley.love += 10>>
<span class="lust">Riley's lust has increased by 10</span>
<<set $riley.lust += 10>>
<span class="submission">Riley's submission has increased by 10</span>
<<set $riley.submission += 10>>
<span class="corruption">Riley's corruption has increased by 10</span>
<<set $riley.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1095806125>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Chanell's love has increased by 10</span>
<<set $chanell.love += 10>>
<span class="lust">Chanell's lust has increased by 10</span>
<<set $chanell.lust += 10>>
<span class="submission">Chanell's submission has increased by 10</span>
<<set $chanell.submission += 10>>
<span class="corruption">Chanell's corruption has increased by 10</span>
<<set $chanell.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -217649733>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Steve's friendship has increased by 10</span>
<<set $steve.friendship += 10>>
<span class="favor">Steve's favor has increased by 10</span>
<<set $steve.favor += 10>>
<span class="obedience">Steve's obedience has increased by 10</span>
<<set $steve.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1014301420>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Larry's friendship has increased by 10</span>
<<set $larry.friendship += 10>>
<span class="favor">Larry's favor has increased by 10</span>
<<set $larry.favor += 10>>
<span class="obedience">Larry's obedience has increased by 10</span>
<<set $larry.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1842790225>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Frank's friendship has increased by 10</span>
<<set $frank.friendship += 10>>
<span class="favor">Frank's favor has increased by 10</span>
<<set $frank.favor += 10>>
<span class="obedience">Frank's obedience has increased by 10</span>
<<set $frank.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 2135636268>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Tyler's friendship has increased by 10</span>
<<set $tyler.friendship += 10>>
<span class="favor">Tyler's favor has increased by 10</span>
<<set $tyler.favor += 10>>
<span class="obedience">Tyler's obedience has increased by 10</span>
<<set $tyler.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1354482265>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Jack's friendship has increased by 10</span>
<<set $jack.friendship += 10>>
<span class="favor">Jack's favor has increased by 10</span>
<<set $jack.favor += 10>>
<span class="obedience">Jack's obedience has increased by 10</span>
<<set $jack.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 485715458>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">James's friendship has increased by 10</span>
<<set $james.friendship += 10>>
<span class="favor">James's favor has increased by 10</span>
<<set $james.favor += 10>>
<span class="obedience">James's obedience has increased by 10</span>
<<set $james.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1237066014>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Matt's friendship has increased by 10</span>
<<set $matt.friendship += 10>>
<span class="favor">Matt's favor has increased by 10</span>
<<set $matt.favor += 10>>
<span class="obedience">Matt's obedience has increased by 10</span>
<<set $matt.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 743281478>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="friendship">Buck's friendship has increased by 10</span>
<<set $buck.friendship += 10>>
<span class="favor">Buck's favor has increased by 10</span>
<<set $buck.favor += 10>>
<span class="obedience">Buck's obedience has increased by 10</span>
<<set $buck.obedience += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 249724213>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Keisha's love has increased by 10</span>
<<set $keisha.love += 10>>
<span class="lust">Keisha's lust has increased by 10</span>
<<set $keisha.lust += 10>>
<span class="submission">Keisha's submission has increased by 10</span>
<<set $keisha.submission += 10>>
<span class="corruption">Keisha's corruption has increased by 10</span>
<<set $keisha.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1377334116>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
<span class="love">Kelsi's love has increased by 10</span>
<<set $kelsi.love += 10>>
<span class="lust">Kelsi's lust has increased by 10</span>
<<set $kelsi.lust += 10>>
<span class="submission">Kelsi's submission has increased by 10</span>
<<set $kelsi.submission += 10>>
<span class="corruption">Kelsi's corruption has increased by 10</span>
<<set $kelsi.corruption += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -639246637>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your hacking skill level has been increased by 10!''
<<set $hackinglevel += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1841037278>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your handyman skill level has been increased by 10!''
<<set $handymanlevel += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1349398535>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your sneaking skill level has been increased by 10!''
<<set $sneakinglevel += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1354054458>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your fighting skill level has been increased by 10!''
<<set $fightinglevel += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -69873518>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Dick">>Correct! You shall receive my blessing!<</speech>>
''Your massage skill level has been increased by 10!''
<<set $massagelevel += 10>>
(The results will show after you go back to the game)
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
@@.alert;Incorrect.@@
<<speech "Dick">>I'm afraid that's incorrect... If you really don't remember the magical words you can always check again at the right place...<</speech>> <<nobr>>
<<nobr>><a href="https://www.patreon.com/drwolfman">
<img class="middle normal" src="images/misc/patreonlogo2.jpg">
</a><</nobr>>
<<nobr>><a href="https://subscribestar.adult/aphrodisia-an-interactive-game">
<img class="middle normal" src="images/misc/subscribestarlogo.jpg">
</a><</nobr>><</nobr>>
<<button "Type another password">><<goto "cheats">><</button>>
<<button "Back to the game" `previous()`>><</button>>
<</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><<speech "Kobalos">>I'm not a FUCKING midget!<</speech>>
Steve instinctively gets behind you for protection.
<<speech "Steve">>Do something!<</speech>>
<<speech "You" "$name">>What do you want me to do? I already fought him!<</speech>>
Kobalos smirks again.
<<speech "Kobalos">>Why are you so scared, $name? I thought you were a warrior...<</speech>>
He says while gently sliding his thumb against the knife's edge.
<<speech "You" "$name">>I can fuck you up again if you'd like...<</speech>>
You get into a fighting stance.
<<speech "Kobalos">>Hahahahaha...<</speech>>
<<speech "Steve">>Fuck! That's not a good laugh...<</speech>>
Kobalos then raises his arm, with his hand behind his head and elbow pointing up.
<<speech "Kobalos">>HAAAÁ!<</speech>>
He throws the knife in your direction.
[[Next|lobby10night6]]You duck, trying to dogde his throw, but Steve is not quick enough and just stand still.
<img class="middle medium" src="images/release 4.0/misc/knifethrow.gif">
~THUD~
<<speech "You" "$name">>STEVE?<</speech>>
You look behind you and see Steve paralyzed, but unharmed.
<<speech "Steve">>W-w-what?<</speech>>
The knife went over his head and hit a wooden pillar behind you.
<<speech "Kobalos">>I'm not here to fight you... but it was fun to see you pissing your pants hahaha...<</speech>>
<<speech "You" "$name">>Motherfucker...<</speech>>
<<speech "Kobalos">>Hey, I said I can't control it, right? It's my nature.<</speech>>
<<speech "You" "$name">>What do you want?<</speech>>
He snaps his fingers and a big linen bag appears pending from a strap hanging on the knife stuck in the pillar.
<<speech "Kobalos">>I want to do some business with you.<</speech>>
<<speech "Steve">>What the hell is h-hapening, $name?<</speech>>
<<speech "You" "$name">>You can chill. He's not gonna do anything.
What do you propose?<</speech>>
[[Next|lobby10night7]]<<speech "Kobalos">>I collect magical itens. And I think you might need them.
So I want to sell them to you.<</speech>>
<<speech "You" "$name">>Magical itens? What do they do?<</speech>>
<<speech "Kobalos">>All sorts of things. Amongst other things these items can make you more intelligent, faster, increase your memory...<</speech>>
Steve looks at you.
<<speech "Steve">>Come on man, this is too weird, we should go.<</speech>>
<<speech "You" "$name">>Agreed.<</speech>>
Kobalos rummages through the bag a little more.
<<speech "Kobalos">>Oh, there's this thing that makes your prick bigger if you wear it.<</speech>>
<<speech "Steve">>Wait, $name. I think we should hear what he has to say. It would be impolite to leave.<</speech>>
<<speech "You" "$name">>I don't think I need any of that. I have powers, you know?<</speech>>
<<speech "Kobalos">>Oh, but you can always be more powerful my friend. Remember that there are people coming for you.<</speech>>
<<speech "Steve">>He's right, $name. It's never too much...<</speech>>
<<speech "You" "$name">>Shut up, Steve! You're only interested on the dick enlarger thing.<</speech>>
Kobalos opens a smile.
<<speech "Kobalos">>You can have it if you ''really'' want it, young man...
What do you offer in exchange?<</speech>>
<<speech "Steve">>Well, I don't have any money...<</speech>>
Kobalos then, closes his bag.
<<speech "Kobalos">>No deal then...<</speech>>
<<speech "Steve">>Awww maaaaaan...<</speech>>
<<speech "You" "$name">>Where do you live?<</speech>>
<<speech "Kobalos">>What?<</speech>>
<<speech "Steve">>Yeah... do you have a home?<</speech>>
<<speech "Kobalos">>I... did have a place. But it attracted too much attention.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kobalos">>There's someone hunting us, magical creatures.<</speech>>
<<speech "You" "$name">>Oh, so you're being hunted too? I don't feel so bad about myself anymore...<</speech>>
<<speech "Kobalos">>That's part of the reason I came here. I need your protection...<</speech>>
<<speech "You" "$name">>Are you familiar with logic? You can't just try to kill someone and then ask them for protection.<</speech>>
<<speech "Kobalos">>I wasn't gonna kill you. I was testing you. You have potential.<</speech>>
<<speech "You" "$name">>That's a pretty fucked up way to test someone...<</speech>>
<<speech "Kobalos">>Sorry for my methods. But it worked. I'll go straight to the point:
I'll make you good prices for my items in exchange for your protection.<</speech>>
<<speech "You" "$name">>You're still gonna charge me??<</speech>>
<<speech "Kobalos">>I have to! I need to live somehow.<</speech>>
<<speech "Steve">>Hey, I have an idea...
Why don't you live here with us?<</speech>>
<<speech "You" "$name">>What the hell?? Are you fucking crazy?<</speech>>
<<speech "Kobalos">>Hmmm...<</speech>>
Kobalos thinks for a while.
<<speech "Steve">>You asked what I could offer. I can bring you food and some other supplies here in the basement.
Nobody uses this place anyways.<</speech>>
<<speech "You" "$name">>I do!<</speech>>
The small trickster, looks around.
<<speech "Kobalos">>Well, I see that you have a great use for it. Kobalos likes this type of stuff.
It's not such a bad idea. If something happens to me you'll be near enough to act.<</speech>>
<<speech "You" "$name">>No fucking way! What if someone finds out?<</speech>>
<<speech "Steve">>For the love of god, $name. You're already "gifted". Let me have this one...
I'll be eternally greatful.<</speech>>
<<speech "Kobalos">>I could help with girls...<</speech>>
<<speech "You" "$name">>How? And more importantly, why?<</speech>>
<<speech "Kobalos">>I'm great with restrainment. And I could help to prepare them for you and to punish them how they deserve.<</speech>>
<<speech "You" "$name">>You just forgot that they can't see you. With all due respect, but you're one ugly motherfucker.<</speech>>
<<speech "Kobalos">>I can shapeshift...<</speech>>
His body starts to move, his limbs grow and go into non human shapes, as he proceeds to change his face.
<img class="middle medium" src="images/misc/shapeshifting.gif">
<<speech "Steve">>Wooooooah!<</speech>>
There's now a regular human male in front of you.
<<speech "You" "$name">>You look like a sedentary man in his mid thirties.<</speech>>
<<speech "Kobalos">>That's the point. Not to draw attention.<</speech>>
His voice is different too.
<<speech "You" "$name">>This is too much. How can I trust you if can you transform into anyone?<</speech>>
<<speech "Kobalos">>Not anyone. There's a limit. Besides, there's one way to know.
My eyes glow green for a moment when you say my name.<</speech>>
<<speech "You" "$name">>Bullshit...
...
Kobalos...<</speech>>
Just as he told you, his eyes glow green for a split second.
<<speech "Kobalos">>Consider this an act of trust.<</speech>>
[[Next|lobby10night8]]<<speech "You" "$name">>How do you plan to live on the basement?<</speech>>
<<speech "Kobalos">>I just need a roof over my head. My main interest consist of collecting items and playing with people.<</speech>>
<<speech "You" "$name">>So you plan on walking around constantly?<</speech>>
<<speech "Kobalos">>I... Yes. I need to do it.<</speech>>
<<speech "Steve">>I can help with that. We can create a signal for when he has to leave.<</speech>>
<<speech "Kobalos">>There's no need for that.<</speech>>
He pulls an artifact from his bag, in the shape of an eye.
<<speech "Kobalos">>I just need to put this against a surface to attach it. Then I'm able to close my eyes and see through it.<</speech>>
<<speech "Steve">>So you can put it on the basement door!<</speech>>
<<speech "Kobalos">>That's the plan.
I'll spend most of my day out doing my things and return late at night.<</speech>>
You think for a moment about his proposition.
<<speech "You" "$name">>Who do you need protection from?<</speech>>
<<speech "Kobalos">>I couldn't find out much about the stalkers. But seems like some of them have powers.<</speech>>
<<speech "You" "$name">>Stalkers... Have you seen one?<</speech>>
<<speech "Kobalos">>Yes... Kobalos saw one searching around my old place.<</speech>>
<<speech "You" "$name">>Was he big?<</speech>>
<<speech "Kobalos">>It was a she. Pretty small if you ask me.
Seems like they have all kinds of people. Maybe even other magical beings...<</speech>>
You can see that he's frightened.
<<speech "You" "$name">>You know what? Fuck it... You can stay. But you better give me some good stuff.<</speech>>
He opens a big smile.
<<speech "Kobalos">>Great... I'll prepare something for the next occasion.<</speech>>
<<speech "You" "$name">>For this to work you need to do as I say. Don't play with anyone on the building.
And keep away from Marie.<</speech>>
<<speech "Kobalos">>Who is Marie?<</speech>>
<<speech "You" "$name">>She kinda controls this building. Just don't get in her way.<</speech>>
<<speech "Kobalos">>Understood...<</speech>>
<<speech "Steve">>~AHEEEM~<</speech>>
<<speech "You" "$name">>Oh, and give Steve his thing. You'll need to have a good relationship for this to work.<</speech>>
<<speech "Kobalos">>Deal...<</speech>>
<<speech "Steve">>Fuck yes!<</speech>>
Kobalos digs deep in the bag with most of his arm going inside it, defying your perception.
<<speech "Kobalos">>Here it is.<</speech>>
He pulls out a ring.
<<speech "Kobalos">>As soon as you put it on, the transformation will occour. But you must wear it at all times.<</speech>>
Steve eagerly puts the ring on.
<<speech "Steve">>Oh my god I hope this wor-<</speech>>
<img class="middle small" src="images/release 4.0/misc/growingdick.gif">
<<speech "Steve">>FUCK YEAH!!! I can feel the weight.<</speech>>
He takes off his belt and is about to drop his pants.
<<speech "You" "$name">>Okay big boy! You can do that in private. We don't need to see this.<</speech>>
He pulls his pants foward and take a look inside.
<<speech "Steve">>It's... just... ''beautiful!''<</speech>>
<<speech "You" "$name">>It's getting late. I'm pretty fucking tired.<</speech>>
Kobalos begins to return to his original form.
<img class="middle medium" src="images/misc/shapeshifting.gif">
<<speech "You" "$name">>That's fucking gross...<</speech>>
He then goes up the stairs and carefully looks outside through the door gap.
<<speech "You" "$name">>What are you doing?<</speech>>
<<speech "Kobalos">>Stay calm, there's no one out there now.<</speech>>
He goes out and put the eye artifact on the door, as if it was a peephole. Then he comes back down.
<<speech "You" "$name">>I think you're ready then. There's an old bed in that corner. Keep the lights off and hide if someone comes here.<</speech>>
<<speech "Kobalos">>Like I said. I'll be out most of the time. And I can hide very well.
I've been doing it for centuries...<</speech>>
<<speech "You" "$name">>Good, I'll come back later so we can discuss the magical stuff.
Let's go Steve.<</speech>>
You look at him and he's still at the same position.
<<speech "Steve">>Simply... beautiful...<</speech>>
You politely grab him by the arm and go upstairs.
[[Next|lobby10night9]]<<speech "You" "$name">>So... are you happy?<</speech>>
<<speech "Steve">>Are you joking? This is fucking amazing! I'm never taking this thing off.<</speech>>
<<speech "You" "$name">>Yeah... just be careful. I don't fully trust him yet.<</speech>>
<<speech "Steve">>Oh, come on... everything's fine...
Now, if you excuse me... I'll be testing my new meat.<</speech>>
<<speech "You" "$name">>Didn't need to know that... Bye, dude.<</speech>>
He enters his room and closes the door.
<<speech "Steve">>Wooooooooooooooooah!<</speech>>
<<speech "You" "$name">>Well, can't blame him. I was pretty happy when it happened to me...<</speech>>
[[Next|home10night]]<<speech "You" "$name">>What the fuck is my life turning into...<</speech>>
<<speech "Dick">>That was smart. Kobalos is a very intelligent creature, and perhaps he can give you information that I don't recall because of Aphrodite's block.<</speech>>
<<speech "You" "$name">>I don't know about smart. But it's sure something that can help me...<</speech>>
You take care of your basic needs and go to bed.
[[Next|Chapter3 v1.0.0 codeupdate]]<<set $period to 0>>
You drift into a deep sleep and dream with a relaxing place.
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle large" src="images/misc/peaceful.gif">
[[Next|Newstatchecksystem]]<<set $shortfreetime to true>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
You have some free time...
<<set $previousPassage = passage()>>
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
<<link 'Buy something from Tyler' 'TYLERDELIVERY'>><</link>>
<<link 'Use your phone' 'Phone'>> <</link>>
[[End your free time|day11a]]
<<else>>
You have no free time left...
[[End your free time|day11a]]<</if>><<if $weeddiscount is 0>>
<<speech "Tyler">>I only sell premium rolled joints. It's 15$ each. Five for 70$.<</speech>>
[[Buy one|buy1weedp]]
[[Buy five|buy5weedp]]
[[Ask for a discount (friendship level 2)|weeddiscount1p]]
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>><</if>>
<<if $weeddiscount is 1>>
<<speech "Tyler">>I only sell premium rolled joints. It's 12$ each. Five for 55$.<</speech>>
[[Buy one|buy1weeddisc1p]]
[[Buy five|buy5weeddisc1p]]
[[Ask for a discount (friendship level 4)|weeddiscount2p]]
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>><</if>>
<<if $weeddiscount is 2>>
<<speech "Tyler">>I only sell premium rolled joints. It's 10$ each. Five for 45$.<</speech>>
[[Buy one|buy1weeddisc2p]]
[[Buy five|buy5weeddisc2p]]
[[Ask for a discount (friendship level 6)|weeddiscount3p]]
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>><</if>>
<<if $weeddiscount is 3>>
<<speech "Tyler">>I only sell premium rolled joints. It's 8$ each. Five for 40$.<</speech>>
[[Buy one|buy1weeddisc3p]]
[[Buy five|buy5weeddisc3p]]
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<</if>>
<<button "Finish">>
<<goto $previousPassage>>
<</button>><<if $player.money gte 70>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 70$ poorer"
[[Back|WEEDBUYPHONE]]
<<set $weed += 5>><<nobr>>
<<set $player.money -= 70>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $player.money gte 15>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 15$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 1>><<nobr>>
<<set $player.money -= 15>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $tyler.friendship gte 2>>
<<speech "You" "$name">>Come on, man! You gotta make it cheaper for me.
Am I not your brotha from another motha?<</speech>>
<<speech "Tyler">>Do not ever fucking say that shit again...<</speech>>
<<speech "You" "$name">>Yeah... sorry...
I don't even have a mother...<</speech>>
<<speech "Tyler">>Okay... one for 12 $ and five for 55 $.<</speech>>
<<set $weeddiscount to 1>>
[[Back|WEEDBUYPHONE]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUYPHONE]]<</if>><<if $player.money gte 12>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 12$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 1>><<nobr>>
<<set $player.money -= 12>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $player.money gte 55>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 55$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 5>><<nobr>>
<<set $player.money -= 55>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $tyler.friendship gte 4>>
<<speech "You" "$name">>Can't you go any lower? I always buy from you.
I must be your number one client...<</speech>>
<<speech "Tyler">>Okay... one for 10 $ and five for 45 $.<</speech>>
<<set $weeddiscount to 2>>
[[Back|WEEDBUYPHONE]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUYPHONE]]<</if>><<if $player.money gte 10>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 10$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 1>><<nobr>>
<<set $player.money -= 10>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $player.money gte 45>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 45$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 5>><<nobr>>
<<set $player.money -= 45>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<speech "You" "$name">>Can't you go lower?<</speech>>
<<speech "Tyler">>Okay! Last discount I'll ever give you.
One for 8 $ and five for 40 $.<</speech>>
<<set $weeddiscount to 3>>
[[Back|WEEDBUYPHONE]]
<<else>>
<<speech "Tyler">>Sorry, man. I can't sell it any lower...<</speech>>
[[Back|WEEDBUYPHONE]]<</if>><<if $player.money gte 8>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 1 joint''
<img class="right-side small" src="images/items/weed.jpg">
''You are 8$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 1>><<nobr>>
<<set $player.money -= 8>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<if $player.money gte 40>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You got 5 joints''
<img class="right-side small" src="images/items/weed.jpg">
''You are 40$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $weed += 5>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<else>>
You don't have enough money.
[[Back|WEEDBUYPHONE]]<</if>>
<<speech "You" "$name">>Okay, I should get to work now...<</speech>>
<<set $shortfreetime to false>>
Before going out you receive another message.
<<speech "Marie">>Hello, $name. I need you to come by my office before you go to work.
It's a serious matter.<</speech>>
<<speech "You" "$name">>Great... that doesn't sound good.<</speech>>
[[Next|day11office]]<<speech "You" "$name">>Hey bro, can you bring something for me?<</speech>>
<<speech "Tyler">>I got you. Whatchu you need?<</speech>>
[[Buy some energy drink|buyengdrink]]
[[Buy some weed|WEEDBUYPHONE]]
<<if $day gte 13>>
[[Buy something from the sexshop|SEXSHOPBUYPHONE]]
<</if>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>><<speech "You" "$name">>I need those energy drinks.<</speech>>
<<speech "Tyler">>How many?<</speech>>
[[Buy one (15 $)|buy1eng]]
[[Buy a six pack (75 $)|buy6eng]]
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>><<if $player.money gte 15>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You bought 1 energy drink''
<img class="right-side small" src="images/items/engdrink.jpg">
''You are 15 $ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $engdrink += 1>><<nobr>>
<<set $player.money -= 15>><</nobr>>
<<else>>
You don't have enough money.
[[Back|TYLERDELIVERY]]<</if>>
<<if $player.money gte 75>>
<<speech "Tyler">>Give me 5 minutes and I'll be there.<</speech>>
''You bought 6 energy drinks''
<img class="right-side small" src="images/items/engdrink.jpg">
''You are 75$ poorer"
<<link 'Buy something else' 'TYLERDELIVERY'>> <</link>>
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>>
<<set $engdrink += 6>><<nobr>>
<<set $player.money -= 75>><</nobr>>
<<else>>
You don't have enough money.
[[Back|TYLERDELIVERY]]<</if>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Weed</span><<nobr>>
<</nobr>><a data-passage="weedstats" class="link-internal link-image">
<img class="left-side small" src="images/items/weed.jpg">
</a>
<span class="bigger">Energy drink</span><<nobr>>
<</nobr>><a data-passage="engdrink" class="link-internal link-image">
<img class="left-side small" src="images/items/engdrink.jpg">
</a>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
By having an energy drink you can restore +15 energy to be able to do more with your day.
<img class="right-side small" src="images/items/engdrink.jpg">
You have $engdrink can(s).
<<set $engdrink to 0>>
<<if $submission.lust is 0.5>>
<<set $kendra.submission += 0.5>>
<</if>>
<<widget "Reuseitems">>
<<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<</widget>>
<<set $mariedom to 0>>
<<if $oilnumber lt 0>>
<<set $oilnumber to 0>><</if>>
<<set $salaryfine to 0>>
<<goto "home10nightdream">>
<<set $girl.orgcount to 0>>
<<set $girlorgcount2 to 0>>
<<set $MaxOrg2 = 100>>
<<set $CurOrg2 = 0>><<run Gorgasm2($CurOrg2, $MaxOrg2, "verticalhealthbargirl2",
false)>>
<<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $riley = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $chanell = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $jayla = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<button "Return" `previous()`>><</button>>
<<nobr>><<if $spraynumber gte 1 and $usespray is false>>
<a data-passage="Use Delayer" class="link-internal link-image">
<img class="contacts" src="images/items/delayerspray.jpg">
</a><</if>>
<<if $engdrink gte 1 and $useengdrink is false>>
<a data-passage="Use Energy drink" class="link-internal link-image">
<img class="contacts" src="images/items/engdrink.jpg">
</a><</if>>
<</nobr>>You have some energy drink.
<img class="middle medium" src="images/items/engdrink.jpg">
''Your energy increased by 15''
<<speech "You" "$name">>This thing works fast!<</speech>>
<<set $engdrink -= 1>><<nobr>>
<<set $CurEng += 15>>
<<set $useengdrink to true>><</nobr>>
<<button "Return" `previous()`>><</button>>You stop to spray some delayer on your dick.
<img class="middle medium" src="images/items/delayerspray.jpg">
''Your need to orgasm lowered by 40''
<<speech "You" "$name">>This thing works fast!<</speech>>
<<set $spraynumber -= 1>><<nobr>>
<<set $CurOrg -=40>>
<<set $usespray to true>><</nobr>>
<<button "Return" `previous()`>><</button>>You wake up with a buzzing sound from your phone.
<<speech "You" "$name">>Who's texting me? What time is it? Damn... it's six already... I just remembered I have to work...<</speech>>
<<speech "Tyler">>//Hey bro, you up? Just wanned to let you know that I started delivering to my clients, so if you need some, just call me. And just for you, I can bring some stuff from the market too if you need any. Peace.//<</speech>>
<<speech "You" "$name">>Hmm... that might help a lot actually...
Now I have to get ready for that shitty job.<</speech>>
<<speech "Dick">>Do not forget about our scene today.<</speech>>
<<speech "You" "$name">>Oh, yeah! I need to save some energy for that too...<</speech>>
You go take a shower and get dressed.
[[Next|shortfree11]]
<<set $CurEng to 100>><<nobr>>
<<set $sfaction to 2>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $period to 1>>
<<set $cecilia.mess += 1>>
<<set $cecilia.mess2 to true>>
<<set $jack.mess += 1>>
<<set $jack.mess1 to true>>
<<set $lauren.mess += 1>>
<<set $lauren.mess1 to true>>
<<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $day to 11>><</nobr>>You've been in her office before. It's in her apartment, but it has a separate entrance.
<<speech "You" "$name">>Marie! I'm here!<</speech>>
@@#answer;
<<link "Knock on the door">>
<<replace "#answer">>
She opens the door and you can see inside.
<img class="middle medium" src="images/release 4.0/marie/day11/1.jpg">
<<speech "Marie">>Good morning, Mr. Harris. I'm glad you came.<</speech>>
<<speech "You" "$name">>Mr. Harris? Is it so serious that you called me by my last name?<</speech>>
You notice that there's a man in a suit sitting on a chair near her table.
<<speech "Marie">>Please, come in. This is Mr. Charles Tanaka. He's been helping me with the new "formalities"<</speech>>
You enter and see an asian man in his forties, very well dressed and with a smile that doesn't look like a smile at all.
<<speech "Charles">>There's no need to be so formal, Marie. Jack already told me about him.<</speech>>
He says with a slight Japanese accent as he holds out his hand to you.
<<speech "You" "$name">>(He works with Jack?) Hello...<</speech>>
His forced smile fades and he starts to write someting on a notepad.
You then sit beside him while Marie goes around the table towards her chair.
<<speech "You" "$name">>So, what's all this?<</speech>>
<<speech "Marie">>I called you here to talk about some rent changes. Mr. Tanaka works as Jack's accountant.<</speech>>
<<speech "You" "$name">>(I knew it!)<</speech>>
<<speech "Marie">>We are working to improve the building, as you can see. All these changes resulted in an increase in general taxes and this influenced the new rent that will be charged to residents. That includes you.<</speech>>
<img class="middle medium" src="images/release 4.0/marie/day11/2.jpg">
The man looks at you but remain silent.
<<speech "You" "$name">>Well, I figured that would happen (maybe I could afford it...).
How much will it be?<</speech>>
<<speech "Marie">>A thousand, weekly.<</speech>>
<<speech "You" "$name">>WHAT? (THE FUCK?)<</speech>>
<<speech "Marie">>I'm sorry to inform you that. But that's the amount we needed to adjust.<</speech>>
<<speech "You" "$name">>You know I can't pay for all this.<</speech>>
<<speech "Charles">>You're allowed to leave the building.<</speech>>
You look at Marie, expecting what she has to say.
<<speech "Marie">>He can't go... It's in the contract.<</speech>>
<<speech "You" "$name">>So I can't afford to stay and I also can't move out?<</speech>>
<<speech "Marie">>You could go, but you would be fined for practically the same amount you're paying for your rent.<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/3.jpg">
<<link 'Play smart' 'd11rentsmart'>> <</link>>
<<link 'Lose your shit' 'd11rentrant'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>There must be a way out of this. I'm sure we can work this thing out.<</speech>>
<<speech "Marie">>I'm afraid not, Mr. Harris.<</speech>>
You look at the man and ask:
<<speech "You" "$name">>You work for Jack, right?<</speech>>
<<speech "Charles">>My relation with Mr. McCarthy consistis on a partnership. But yes, we work toghether.<</speech>>
<<speech "You" "$name">>He told me I could work for him. Perhaps we can close some kind of deal.<</speech>>
<<speech "Marie">>$name, I don't think you should-<</speech>>
<img class="middle medium" src="images/release 4.0/marie/day11/4.jpg">
<<speech "Charles">>Please, Mrs. Phoenix. I want to hear what he has to say.<</speech>>
<<speech "You" "$name">>I've been told my habilities could come in handy. I'm a fast learner and capable of doing more than you could think at first glance.
That could be useful for you, right? A guy who wouldn't draw attention but could get the job done...<</speech>>
<<speech "Marie">>I still don't think-<</speech>>
Without looking, Charles signals with his hand for her to be quiet. It seems like he's thinking about what to do while Marie is fuming beside him.
<<speech "Charles">>I admire your line of thought. Jack already showed interest in hiring you, but it's good to know that you're available to do it "willingly".
I'll talk to him about it. He'll give you a call. Don't worry about the rent changes for now.<</speech>>
<<speech "Marie">>That's... wonderful.<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/5.jpg">
She's visibly displeased.
<<speech "You" "$name">>Thank you, Mr. Tanaka.<</speech>>
<<speech "Charles">>You may leave now.<</speech>>
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="blue">''Your intelligence has increased by 5 xp''</span>
<<set $player.intelligence += 20>>
<span class="favor">Jack's favor has increased by 1</span>
<<set $jack.favor += 1>>
[[Try to be alone with her (charisma level 3)|d11talkmarie]]
[[Leave her office|lobby11]]<<if $charismalvl gte 3>>
<<speech "You" "$name">>One more thing before I go. Can I talk to Marie in private?<</speech>>
<<speech "Charles">>My time here is very short, Mr. Harris.<</speech>>
<<speech "You" "$name">>I promise it will be quick. I also have some appointments by now.
I just want to discuss a private matter.<</speech>>
<<speech "Charles">>I'll make a phone call. Be quick.<</speech>>
He leaves the room and leave you two alone.
<<speech "Marie">>Are you out of your mind??<</speech>>
<<speech "You" "$name">>Look, I'm doing my best to survive. But you're always making it hard for me.<</speech>>
<<if $marie.love gte 2>>
<<speech "Marie">><span class="love">(Love) I will find a way to help you, I promisse. But please, be careful with Jack.</span><</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/8.jpg">
<<elseif $marie.submission gte 2>>
<<speech "Marie">><span class="submission">(Submission) Sorry, I wish there was something I could do to help.</span><</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/9.jpg">
<<else>>
<<speech "Marie">>It's just business, $name. It's nothing personal.
But what did you wanted to tell me anyway?<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/10.jpg">
<</if>>
[[Flirt with her|d11talkmarieflirt]]
[[Try to blackmail her|d11talkmariebm]]
<<else>>
You're not charismatic enough to do that.
[[Next|lobby11]]<</if>><<speech "You" "$name">>You guys are fucking kidding me!<</speech>>
Marie is taken by surprise with your reaction.
<<speech "Marie">>$name! I mean, Mr. Harris!<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/6.jpg">
<<speech "You" "$name">>No... this is bullshit! You can't be doing this to people.<</speech>>
You slam the table.
~BLAMM!~
The man remains calm and still, with his eyes fixed on you.
<<speech "Marie">>$name! You should lower your tone! It's all in the contract. The price could raise at any moment. You agreed and signed it. It's all legal.<</speech>>
<<speech "You" "$name">>All legal? Do you need me to remind you that the money you used to improve the building came from a criminal?<</speech>>
At this moment the man starts to smile.
<<speech "Charles">>If this establishment is receiving money from a criminal and you have a contract with your name in it, you shouldn't be making allegations so inadvertently.
Don't you fear any possible retaliation?<</speech>>
Marie seems really worried with the situation.
<<speech "You" "$name">>You can threat me all you want. I have no money to pay for this anyway.<</speech>>
<<speech "Marie">>Calm down, $name. You don't know what you're getting into.<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/7.jpg">
Charles lets out a small laugh.
<<speech "Charles">>Mr. McCarthy was right about showing interest on you. To be honest, I wouldn't think you'd be this... aggresive.
But it could be put to good use.<</speech>>
<<speech "Marie">>Mr. Tanaka I don't think thi-<</speech>>
<<speech "Charles">>Please, Mrs. Phoenix, I'm offering him an opportunity to get out of this terrible situation.<</speech>>
He looks back at you.
<<speech "Charles">>I'll call Jack and tell him about what happened here today. He tends to like people who show courage. He'll get in touch with you.
Don't worry about the rent changes for now.<</speech>>
<<speech "Marie">>That's... wonderful.<</speech>>
She's visibly displeased.
<<speech "You" "$name">>Okay...<</speech>>
<<speech "Charles">>You may leave now.<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 5>>
<span class="favor">Jack's friendship has increased by 1</span>
<<set $jack.friendship += 1>>
[[Try to be alone with her (charisma level 3)|d11talkmarie]]
[[Leave her office|lobby11]]Type in your answer.
<<set $answer to ''>>\
<<textbox '$answer' '' autofocus>>\
<span id='textbox-submit'>\
<<button 'Confirm'>>
<<set $answer to $answer.trim().toLowerCase()>>
<<if hashStr($answer) == 90642715>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't cacth anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 107866>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't catch anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 107990>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't cacth anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 1204283566>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't cacth anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == 99639597>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't cacth anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<elseif hashStr($answer) == -1206139674>>
<<replace '#textbox-submit'>>\
<</replace>>
<<replace '#textbox-reply'>>\
<<speech "Homelessman" "Homeless man">>Yes! YES!<</speech>>
He hugs you and you feel a burst of energy.
<<speech "You" "$name">>(What the fuck is up with this guy?)<</speech>>
He lets you go, give a look around and runs off, disappearing down an alley.
<<speech "You" "$name">>I hope I didn't catch anything from him...<</speech>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>>
[[Next|streetd11a]]
<</replace>>
<<run $('#textbox-answer').attr('readonly', 'true');>>
<<else>>
<<replace '#textbox-reply'>>\
@@.alert;Incorrect.@@
<<speech "Homelessman" "Homeless man">>What?? No! You're so stupid!<</speech>>
He walks away cursing.
<<speech "You" "$name">>What the f- ok... let's forget this happened...<</speech>>
[[Next|streetd11a]]
<</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>Walking down the street, in the distance, you see the old strange homeless man again.
<<speech "You" "$name">>Man... not sure if I want to deal with his weirdness today.<</speech>>
You start to cross to the other side of the street, but he sees you.
<<speech "Homelessman" "Homeless man">>Hey! Hey! Over here!<</speech>>
<<speech "You" "$name">>Oh, hi buddy...<</speech>>
He runs towards you.
<<speech "You" "$name">>(Fuck!)<</speech>>
You try to walk to the other side but the cars don't give you time to cross.
<<speech "Homelessman" "Homeless man">>Before you go your way... riddle me this:
What has four legs in the morning, two at noon, and three in the evening?<</speech>>
<<speech "You" "$name">>(Oh he's doing riddles now. Great...) Well...<</speech>>
[[Answer him|streetd11ans]]
[[Leave without answering|streetd11noans]]Reaching the lobby you see Steve leaning over the reception with his head resting in his arms.
<<speech "You" "$name">>Are you ok man?<</speech>>
<<speech "Steve">>Heeeeeeey... how's it going?<</speech>>
He sounds very sleepy.
<<speech "You" "$name">>I'm kinda pissed about the rent increase... but I think I'll manage to deal with it.
One way or another...<</speech>>
<<speech "Steve">>That's nice man...<</speech>>
<<speech "You" "$name">>Are you even listening to what I'm saying?<</speech>>
<<speech "Steve">>Yeah, I feel you...<</speech>>
You grab his shoulders and give him a little shake.
<<speech "You" "$name">>Steve!<</speech>>
<<speech "Steve">>''I'm ok!'' Chill...<</speech>>
<<speech "You" "$name">>Did you smoke too much?<</speech>>
<<speech "Steve">>No, but I did beat my new meat all night long.<</speech>>
<<speech "You" "$name">>Arrgh... That must be hurting. Wait, not literally the whole night, right?<</speech>>
<<speech "Steve">>About 23 times...<</speech>>
<<speech "You" "$name">>Whaaaaaaat? Go to sleep man...<</speech>>
<<speech "Steve">>I can't. If Marie catch me sleeping, I'm fucked.<</speech>>
<<speech "You" "$name">>Well, good luck to you then. And please, give your new "friend" a little rest for today.<</speech>>
<<speech "Steve">>Yeah, yeah...<</speech>>
[[Next|lobby11a]]The door to the pool opens and you see Kelly approaching you.
<<speech "Kelly">>Oh, hey guys! Do you like my new bikini? My hubby bought it for me.<</speech>>
<img class="middle large" src="images/release 4.0/kelly/day11/1.jpg">
Steve opens his mouth but can't say a word.
<<speech "You" "$name">>You look very good, Kelly.<</speech>>
<<speech "Kelly">>Thank you!<</speech>>
<<speech "You" "$name">>Can we see the back part?<</speech>>
<<speech "Kelly">>Sure!<</speech>>
<img class="middle large" src="images/release 4.0/kelly/day11/2.jpg">
<<speech "You" "$name">>(Damn!)<</speech>>
<<speech "Steve">>. . .<</speech>>
<<speech "Kelly">>I have to go now. Nice seeing you guys!<</speech>>
She walks to the stairs.
<<speech "Steve">>It's... trasparent...<</speech>>
<<speech "You" "$name">>What's that Steve? I don't think it is... could you give us a better look, Kelly?<</speech>>
<<speech "Kelly">>What? It's not transparent. Look!<</speech>>
She stops at the stairs and gives you both a better look.
<video width="1000" src="videos/release 4.0/kelly/day11/1.mp4" autoplay muted loop></video>
~THUD~ You hear the sound of something hitting wood coming from under Steve's desk.
<<speech "Steve">>Fuck!<</speech>>
<img class="middle medium" src="images/release 4.0/misc/boner.gif">
<<speech "Steve">>I have to go!<</speech>>
He goes to his room and slams the door.
<<speech "You" "$name">>There he goes again...<</speech>>
<<speech "Kelly">>So?? Could you see anything?<</speech>>
<<speech "You" "$name">>It's totally fine, I couldn't see a thing.<</speech>>
She laughs in relief.
<<speech "Kelly">>I really should go now, Byeee!<</speech>>
She runs upstairs.
[[Next|lobby11b]]<<speech "You" "$name">>Hey... Kobalos? Are you there?<</speech>>
You slowly walk down the stairs.
<<speech "You" "$name">>What the hell?<</speech>>
The place looks even cleaner than before. All the remaining trash and rags were thrown away. Some of the metal parts of the beds and other furnitures were also polished.
But there's no signal of him.
<<speech "You" "$name">>So that creep is a neat freak? That might be helpful...
He's not around though, I wonder where he goes during the day...
Anyway, better go to work.<</speech>>
You take the stairs back and leave the building.
[[Next|streetd11]]<<if $charismalvl gte 4>>
<<speech "You" "$name">>Come on, I've been only helpful to you. Since you're giving me so much to take in, you might as well give me a great time too.<</speech>>
<<speech "Marie">>But it's like I said, this is not personal...<</speech>>
She stops and thinks for a second.
<<speech "Marie">>Okay...<</speech>>
She turns to her side to give you a better look.
<img class="middle large" src="images/release 4.0/marie/day11/11.jpg">
<<speech "Marie">>Like this?<</speech>>
<<speech "You" "$name">>Yeah... but turn all the way.<</speech>>
She has her back to you now.
<img class="middle large" src="images/release 4.0/marie/day11/12.jpg">
<<speech "You" "$name">>Your ass looks amazing today, Marie...<</speech>>
<<speech "Marie">>Thank you... I worked very hard for it.<</speech>>
She sits on a small coffee table.
<<speech "You" "$name">>You work out? I thought your whole life was this building.<</speech>>
<<speech "Marie">>There are many things that you don't know about me, Mr. Harris...<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/13.jpg">
@@#answer;
<<link "Focus on her">>
<<replace "#answer">>
<<speech "You" "$name">>I would love to learn more about you. You just have to be less... agressive.<</speech>>
She looks at you as if she's trying to understand what you mean.
<<speech "Marie">>Mind your business. You have no idea why I act like this...<</speech>>
You laugh out of the corner of your mouth. She's just proved your point.
<<speech "Marie">>~SIGH~ You're right...<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/14.jpg">
<<speech "Marie">>Maybe we could talk on a different occasion.
Now you need to leave, $name.<</speech>>
<<speech "You" "$name">>I'd like that. And yeah, I need to go too. Bye Marie, good talk.<</speech>>
<<speech "Marie">>Goodbye, $name.<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 1</span>
<<set $marie.love += 1>>
<<link 'Leave her office' 'lobby11'>> <</link>>
<</replace>><</link>>
<<link 'Focus on the show'>>
<<replace "#answer">>
<<speech "You" "$name">>That's why I need you to show me more of you.<</speech>>
<<speech "Marie">>I wasn't referring to my body.<</speech>>
<<speech "You" "$name">>But I am. I'd love to see more.<</speech>>
She notices a bulge in your pants.
<<speech "Marie">>This is too inappropriate. Mr. Tanaka is right outside, he could come back at any minute.<</speech>>
<<speech "You" "$name">>That's the fun of it. Don't you like the thrill of almost getting caught?<</speech>>
<<speech "Marie">>You really don't know much about me, $name.<</speech>>
She opens her legs.
<img class="middle large" src="images/release 4.0/marie/day11/15.jpg">
<<speech "You" "$name">>Nice panties...<</speech>>
<<speech "Marie">>Glad you like it, because that's all you're gonna see for today.<</speech>>
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="lust">Her lust has increased by 1</span>
<<set $marie.lust += 1>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
<<link 'Use the Lust calling (-10 energy /0.5 arche point)' 'd11talkmarielust'>> <</link>>
<<link 'Leave it be' 'd11talkmarienotlust'>><</link>>
<</replace>><</link>>
<<else>>
You're not charismatic enough.
[[Leave her office|lobby11]]<</if>><<if $CurEng gte 10 and $player.arche gte 0.5>>
<<set $CurEng -= 10>><<set $player.arche -= 0.5>>
<<speech "You" "$name">>Oh, is it? Are you sure you don't want to go a little further?<</speech>>
<img class="middle small" src="images/player/lustcall.gif">
Her expression changes.
<img class="middle large" src="images/release 4.0/marie/day11/17.jpg">
<<speech "Marie">>I really shouldn't... however...<</speech>>
She takes off her shirt.
<img class="middle large" src="images/release 4.0/marie/day11/18.jpg">
<<speech "You" "$name">>(Damn! She really did it...)<</speech>>
She takes off her glasses.
<img class="middle large" src="images/release 4.0/marie/day11/19.jpg">
<<speech "Marie">>You're lucky I'm feeling generous today.<</speech>>
<<speech "You" "$name">>Yeah... lucky me. Now keep going.<</speech>>
<<speech "Marie">>You're not giving me orders, are you?<</speech>>
She's under your spell but you haven't used much of your power to be able to get her to do whatever you want.
<img class="middle large" src="images/release 4.0/marie/day11/20.jpg">
<<speech "You" "$name">>No. Of course not. I'm just appreciating the show.<</speech>>
<<speech "Marie">>Relax. I'm only teasing you, boy.<</speech>>
She leans back and smiles.
<img class="middle large" src="images/release 4.0/marie/day11/21.jpg">
<<speech "You" "$name">>Your tits look amazing in this bra.<</speech>>
[[Next|d11talkmarielust2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle small" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<<speech "Marie">>Why are standing there?<</speech>>
<<speech "You" "$name">>Uhmm... I need to go.<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 0.5''</span>
<<set $lustcalllvl += 0.5>>
<<set $CurEng -= 5>>
[[Go home|home8night]]<</if>><<speech "You" "$name">>You look hot when you're working.<</speech>>
She's surprised that you chose this moment to hit on her.
<<speech "Marie">>Thank you. But this is not the time for this.<</speech>>
<<speech "You" "$name">>Why don't you turn around?<</speech>>
<<speech "Marie">>$name, now - is not - the time.<</speech>>
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
[[Convince her to give you a little show (charisma level 4)|d11talkmarielove]]
[[Leave her office|lobby11]]<<speech "You" "$name">>You're right, it's better not to push it.<</speech>>
<<speech "Marie">>I'm glad you got some sense in your head.<</speech>>
<<speech "You" "$name">>It was nice talking to you. Not particularly the beginning of the conversation...
Bye, Marie.<</speech>>
<<speech "Marie">>Goodbye, $name.<</speech>>
[[Leave her office|lobby11]]<<speech "You" "$name">>I want you to keep in mind that I still have a card up my sleeve.<</speech>>
She looks tenser.
<<speech "Marie">>What are you talking about?<</speech>>
<<speech "You" "$name">>Oh, don't pretend you're stupid. You know damn well that I can still take you to the police.
You're his accomplice. You're involved with his shit.<</speech>>
She looks more serious.
<<speech "Marie">>You shouldn't pretend to be stupid either, $name.
That time, after Jack "talked" to you, I wasn't thinking straight.<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Marie">>You tried to blackmail me that day. But I spoke with him after.
You can't go to the police anymore.<</speech>>
<<speech "You" "$name">>Oh, you wanna try me?<</speech>>
<<speech "Marie">>No, $name. You're the one who shouldn't try anything.
If you go to the police, Jack will know before your information even reaches high ranking.<</speech>>
<<speech "You" "$name">>That motherfucker bought some cops, huh?<</speech>>
<<speech "Marie">>Now you're being smart. But it was a nice try.<</speech>>
<<speech "You" "$name">>Doesn't matter... I'll think of another way to get out of this.
Mark my words.<</speech>>
You walk to the door.
<<speech "Marie">>Whatever, I don't have time for this...<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $marie.submission += 1>>
[[Leave her office|lobby11]]<<speech "Marie">>This bra?<</speech>>
She grabs the left piece and pulls it down.
<img class="middle large" src="images/release 4.0/marie/day11/22.jpg">
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "Marie">>Lost for words, $name?<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/23.jpg">
<<speech "Marie">>And I thought that lately you've been talking more.<</speech>>
<<speech "You" "$name">>I was just taking a moment to admire your body. (She's fucking tall...)<</speech>>
<<speech "Marie">>Good answer...<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/24.jpg">
<<speech "Marie">>Would you like to see more? It's getting very hot in here.<</speech>>
[[Next|d11talkmarielustshow]]<<speech "You" "$name">>I would love to see more, Marie. (I know she's under the lust calling's effect, but there's no way she wasn't already horny)<</speech>>
She turns on her back and slowly pulls down her skirt.
<img class="middle large" src="images/release 4.0/marie/day11/25.jpg">
<<speech "You" "$name">>(Fuck yeah...)<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/26.jpg">
<<speech "You" "$name">>(Damn... I didn't get to check her ass properly before.)<</speech>>
<<speech "Marie">>Do you like it?<</speech>>
She notices your dick almost ripping off your pants.
<<speech "Marie">>I guess that answers my question...<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/27.jpg">
<<speech "You" "$name">>(She can't take her eyes off my dick...)<</speech>>
[[Start to masturbate (-10 energy /0.5 arche point)|d11talkmarielustsex]]
[[Play it safe|d11talkmarielustshow2]]<<if $CurEng gte 10 and $player.arche gte 0.5>>
<<set $CurEng -= 10>><<set $player.arche -= 0.5>>
You take your cock out and start stroking it.
<<set $lateforwork to true>>
<<speech "You" "$name">>You want this?<</speech>>
<<speech "Marie">>$name! Don't take advantage of the situation!<</speech>>
You focus even more on your spell, increasing the effect over her.
<img class="middle" src="images/player/lustcall.gif">
An evil smile appears on her face.
<img class="middle large" src="images/release 4.0/marie/day11/34.jpg">
<<speech "Marie">>You're gonna give this dick right now!<</speech>>
Strangely when she comes at your direction you feel like she's slightly taller than you thought.
<<speech "You" "$name">>(What the-)<</speech>>
She shoves you into a couch.
[[Next|d11talkmarielustsex2]]
<<else>>
You take your cock out and start stroking it.
<<speech "You" "$name">>You want this?<</speech>>
<<speech "Marie">>$name! Don't take advantage of the situation!<</speech>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle small" src="images/player/lustcall2.gif">
<<speech "Marie">>You should leave.<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/28.jpg">
<<speech "You" "$name">>Uhmm... I need to go.<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 0.5''</span>
<<set $lustcalllvl += 0.5>>
<<set $CurEng -= 5>>
[[Leave her office|lobby11]]<</if>><<speech "You" "$name">>If you keep on going maybe I'll give you some later...<</speech>>
<<speech "Marie">>Oh, you don't need to give anything. I'll take whatever I want.<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/28.jpg">
<<speech "You" "$name">>Woah, chill...<</speech>>
<<speech "Marie">>Hahaha... I'm pretty "chill". I'm just stating facts.
I always get what I want.<</speech>>
She removes her skirt completely.
<img class="middle large" src="images/release 4.0/marie/day11/29.jpg">
<<speech "Marie">>And if I want, I'll have you to.<</speech>>
@@#answer;
<<link "You can have me all you want baby">>
<<replace "#answer">>
<<speech "You" "$name">>You can have me all you want baby...<</speech>>
<<speech "Marie">>That's how I like it...<</speech>>
She removes her bra.
<img class="middle large" src="images/release 4.0/marie/day11/30a.jpg">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $marie.lust += 0.5>>
<<link 'Next' 'd11talkmarielustshow3'>> <</link>>
<</replace>><</link>>
<<link "Maybe, if you play your cards right">>
<<replace "#answer">>
<<speech "You" "$name">>Maybe, if you play your cards right...<</speech>>
<<speech "Marie">>Hmm, hard to get are you?<</speech>>
She removes her bra.
<img class="middle large" src="images/release 4.0/marie/day11/30b.jpg">
<span class="blue">''Your intelligence has increased by 5 xp''</span>
<<set $player.intelligence += 5>>
<span class="love">Her love has increased by 0.5</span>
<<set $marie.love += 0.5>>
<<link 'Next' 'd11talkmarielustshow3'>> <</link>>
<</replace>><</link>>
<<link "Haha, you're very funny. Now take those tits out.">>
<<replace "#answer">>
<<speech "You" "$name">>Haha, you're very funny. Now take those tits out.<</speech>>
<<speech "Marie">>You think you can give orders? You can't blackmail me anymore.<</speech>>
She removes her bra.
<img class="middle large" src="images/release 4.0/marie/day11/30c.jpg">
<<speech "Marie">>This is to get ''me'' off, not you.<</speech>>
<span class="red">''Your dominance has increased by 5 xp''</span>
<<set $player.dominance += 5>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $marie.submission += 0.5>>
<<link 'Next' 'd11talkmarielustshow3'>> <</link>>
<</replace>><</link>><<speech "Marie">>Only one piece left...<</speech>>
<img class="middle large" src="images/release 4.0/marie/day11/31.jpg">
@@#answer;
<<link "You love to tease me huh?">>
<<replace "#answer">>
<<speech "You" "$name">>You love to tease me huh?<</speech>>
<<speech "Marie">>Why do you say that?<</speech>>
She removes her panties.
<img class="middle large" src="images/release 4.0/marie/day11/32a.jpg">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $marie.lust += 0.5>>
<<link 'Next' 'd11talkmarielustshow4'>> <</link>>
<</replace>><</link>>
<<link "Your body is amazing">>
<<replace "#answer">>
<<speech "You" "$name">>Your body is amazing, Marie...<</speech>>
<<speech "Marie">>You really think so?<</speech>>
She removes her panties.
<img class="middle large" src="images/release 4.0/marie/day11/32b.jpg">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="love">Her love has increased by 0.5</span>
<<set $marie.love += 0.5>>
<<link 'Next' 'd11talkmarielustshow4'>> <</link>>
<</replace>><</link>>
<<link "What are you waiting for?">>
<<replace "#answer">>
<<speech "You" "$name">>What are you waiting for? Show me.<</speech>>
<<speech "Marie">>You're not very fun, are you Mr. Harris?<</speech>>
She removes her panties.
<img class="middle large" src="images/release 4.0/marie/day11/32c.jpg">
<span class="red">''Your dominance has increased by 5 xp''</span>
<<set $player.dominance += 5>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $marie.submission += 0.5>>
<<link 'Next' 'd11talkmarielustshow4'>> <</link>>
<</replace>><</link>><img class="middle large" src="images/release 4.0/marie/day11/33.jpg">
<<speech "You" "$name">>Fuck... I need to fuck you right now...<</speech>>
<<speech "Marie">>I think that-<</speech>>
Suddenly ou both hear Mr. Tanaka's voice becoming closer
<<speech "Charles">>It's settled then. If you excuse me, I need to finish some attendences with Mrs. Phoenix.<</speech>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<img class="middle small" src="images/player/lustcall.gif">
<<speech "Marie">>You need to go! Now!<</speech>>
She rushes to get dressed and you leave the room as fast as you can.
<<speech "You" "$name">>This was nice... Bye.<</speech>>
She doesn't answer you. She's too busy worrying about getting caught naked.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $marie.lust += 0.5>>
<span class="lust">''Your skill with the Lust calling has increased by 0.5''</span>
<<set $lustcalllvl += 0.5>>
[[Leave her office|lobby11]]<video width="1000" src="videos/release 4.0/marie/day11/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah! Calm down...<</speech>>
<<speech "Marie">>Shut up and take the rest of your clothes off!<</speech>>
<<speech "You" "$name">>(What the fuck is wrong with her?)<</speech>>
[[Next|d11talkmarielustsex3]]Before you think she falls over you with her leg pressing your parts and starts to kiss you.
<video width="1000" src="videos/release 4.0/marie/day11/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! This bitch is heavy... I feel kinda weird...)<</speech>>
<<speech "Dick">>$name! This woman has a strong nature in her. Her body is reacting to your magic!<</speech>>
<<speech "You" "$name">>(I knew something was wrong... It looks like she's growi-)<</speech>>
[[Next|d11talkmarielustsex4]]Before you can finish your thoughts she gets down on you and starts to eagerly suck on your cock.
<video width="1000" src="videos/release 4.0/marie/day11/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Wow! Okay...)<</speech>>
[[Next|d11talkmarielustsex5]]<video width="1000" src="videos/release 4.0/marie/day11/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! This feels so good... But at the same time, I feel kinda weak...)<</speech>>
<<speech "Dick">>She's draining energy from you...<</speech>>
<<speech "You" "$name">>(''What the fuck??'')<</speech>>
[[Next|d11talkmarielustsex6]]<<speech "You" "$name">>(What do I do??)<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/5.mp4" autoplay controls></video>
<<speech "Dick">>Just enjoy it...<</speech>>
<<speech "You" "$name">>(What? But...)<</speech>>
<<speech "Dick">>I don't know what she's doing or who she is, but you have plenty of magical energy to give her.<</speech>>
[[Next|d11talkmarielustsex7]]<<speech "Dick">>Remember what I told you. Different people react differently to your powers.<</speech>>
<<speech "You" "$name">>(Yeah but I thought I could dominate her)<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/6.mp4" autoplay controls></video>
<<speech "Dick">>You possess the alternative to either yield to the influence of others or assert your own dominance. No shame in either choice. Pleasure can come in many ways.<</speech>>
[[Let her have her fun|d11talkmarielustsexfun]]
[[Take control of her (energy -10)|d11talkmarielustsexdom]]<<speech "You" "$name">>You know what? Let's see what you got...<</speech>>
<<speech "Marie">>Stand up!<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/7.mp4" autoplay controls></video>
You notice she's indeed a little "bigger" than usual.
<<speech "You" "$name">>(Damn! This is so trippy)<</speech>>
[[Next|d11talkmarielustsexfun1]]<<speech "You" "$name">>You know what, Marie? I prefer taking charge of things...<</speech>>
You get up on the couch and tell her to suck it.
<video width="1000" src="videos/release 4.0/marie/day11/7d.mp4" autoplay controls></video>
[[Next|d11talkmarielustsexdom2]]
<<speech "You" "$name">>(Fuck... this feels good...)<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/8.mp4" autoplay controls></video>
<<speech "Marie">>This is not enough...<</speech>>
<<speech "You" "$name">>What?<</speech>>
[[Next|d11talkmarielustsexfun2]]She grabs your thin body and lift you like it was nothing.
<video width="1000" src="videos/release 4.0/marie/day11/9.mp4" autoplay controls></video>
<<speech "You" "$name">>(Whaaaaat?)<</speech>>
<<speech "Dick">>This woman... I sense something strange about her...<</speech>>
[[Next|d11talkmarielustsexfun3]]<video width="1000" src="videos/release 4.0/marie/day11/10.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn!)<</speech>>
<<speech "Dick">>I sense repressed anger mixed with a strong sexual drive. I think... it's reacting to your magic...<</speech>>
[[Next|d11talkmarielustsexfun4]]<<speech "You" "$name">>(That's-)<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/11.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck! This feels so good. I can't think straight, Dick...)<</speech>>
[[Next|d11talkmarielustsexfun6]]She spins you upside down.
<video width="1000" src="videos/release 4.0/marie/day11/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(What the fuck?)<</speech>>
[[Next|d11talkmarielustsexfun6]]She takes off her bra and spins you upside down.
<video width="1000" src="videos/release 4.0/marie/day11/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(What the fuck?)<</speech>>
[[Next|d11talkmarielustsexfun7]]Suddenly ou both hear Mr. Tanaka's voice becoming closer
<<speech "Charles">>It's settled then. If you excuse me I need to finish some attendences with Mrs. Phoenix.<</speech>>
<<speech "You" "$name">>Fuck! I'm really close!<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/13.mp4" autoplay controls></video>
<<speech "Marie">>Shit! You may cum now...<</speech>>
She lays on the couch and awaits your load.
[[Next|d11talkmarielustsexfun8]]You release your hot load all over her face.
<video width="1000" src="videos/release 4.0/marie/day11/cum.mp4" autoplay controls></video>
<<speech "You" "$name">>That was fucking amazing.<</speech>>
<img class="middle small" src="images/player/lustcall.gif">
Suddenly the door opens.
<<speech "Charles">>''What is this??''<</speech>>
She's caught off guard.
<<speech "Charles">>Once a whore, always a whore I see...<</speech>>
<<speech "You" "$name">>(Fuck...What is he talking about?)<</speech>>
He looks deep into your eyes.
<<speech "Charles">>You should get out immediately. Mr. McCarthy will know about this.<</speech>>
<<speech "You" "$name">>Uhmm, sorry about that.
(That was fucking crazy!)<</speech>>
You leave as fast as you can, without looking back.
<span class="favor">Jack's friendship has decreased by 1</span>
<<set $jack.friendship -= 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $marie.lust += 2>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $mariedom to 1>><</nobr>>
[[Leave her office|lobby11]]<<speech "You" "$name">>Don't you dare to stop, keep sucking it.<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/8d.mp4" autoplay controls></video>
[[Next|d11talkmarielustsexdom3]]<<speech "You" "$name">>Let me fuck this big mouth a little.<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/9d.mp4" autoplay controls></video>
<<speech "Dick">>I think she's coming back to her normal size.<</speech>>
[[Next|d11talkmarielustsexdom4]]<<speech "You" "$name">>Juuust like that...<</speech>>
<video width="1000" src="videos/release 4.0/marie/day11/10d.mp4" autoplay controls></video>
You get off the couch.
<<speech "You" "$name">>Fuck! I'm gonna cum! Take these stupid glasses off and lay on the couch.<</speech>>
[[Next|d11talkmarielustsexdom5]]You release your hot load all over her face.
<video width="1000" src="videos/release 4.0/marie/day11/cum.mp4" autoplay controls></video>
<<speech "You" "$name">>That was fucking amazing.<</speech>>
<img class="middle small" src="images/player/lustcall.gif">
Suddenly the door opens.
<<speech "Charles">>''What is this??''<</speech>>
She's caught off guard.
<<speech "Charles">>Once a whore, always a whore I see...<</speech>>
<<speech "You" "$name">>(Fuck...What is he talking about?)<</speech>>
He looks deep into your eyes.
<<speech "Charles">>You should get out immediately. Mr. McCarthy will know about this.<</speech>>
<<speech "You" "$name">>Uhmm, sorry about that.<</speech>>
You leave as fast as you can, without looking back.
<span class="favor">Jack's friendship has decreased by 1</span>
<<set $jack.friendship -= 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $marie.lust += 2>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $mariedom to 1>>
<<set $CurEng -= 10>><</nobr>>
[[Leave her office|lobby11]]<<speech "You" "$name">>I don't have time for this nonsense.<</speech>>
You try to walk around him but he holds you by the arm.
<<speech "Homelessman" "Homeless man">>You won't do what I told you?<</speech>>
<<speech "You" "$name">>Uhmm... no.<</speech>>
<<speech "Homelessman" "Homeless man">>Well... fuck you then.<</speech>>
He realeases his grip, walks away and you feel somehow a little tired after that.
<span class="energy">''Your energy has decreased by 10''</span>
<<set $CurEng -= 10>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
[[Next|streetd11a]]Before reaching the market you pass in front of the sex shop and see Naomi putting some toys on a shelf.
<<speech "You" "$name">>Hey, there! Working hard?<</speech>>
<<if $oilnumber lt 0>><<set $oilnumber to 0>><</if>>
You say from the door.
<<speech "Naomi">>Heeey! Not much, this time of day it's kinda lame.<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/1.jpg">
<<speech "You" "$name">>I didn't even think this place would be open this time of the day.<</speech>>
<<speech "Naomi">>It usually isn't. But I decided to start things early today. This way I have more time for myself.<</speech>>
<<speech "You" "$name">>Time for you?<</speech>>
<<speech "Naomi">>Well, someone has to test the toys right? Hahaha...<</speech>>
@@#answer;
<<link "That must be hot to watch">>
<<replace "#answer">>
<<speech "You" "$name">>That must be hot to watch...<</speech>>
<<speech "Naomi">>Maybe I'll let you watch it someday. I feel strangely comfortable around you.<</speech>>
She gives you a "subtle" look of her panties.
<img class="middle large" src="images/release 4.0/naomi/day11/3.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $naomi.lust += 0.5>>
<<link 'Next' 'streetd11b'>> <</link>>
<</replace>><</link>>
<<link "It's cool to see that you like what you do">>
<<replace "#answer">>
<<speech "You" "$name">>It's cool to see that you like what you do.<</speech>>
<<speech "Naomi">>Awnn, thanks. Some people are too close minded about my job. So yeah, thanks!<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/2.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $naomi.love += 0.5>>
<<link 'Next' 'streetd11b'>> <</link>>
<</replace>><</link>>
<<link "I'd love to use some of this stuff on you">>
<<replace "#answer">>
<<speech "You" "$name">>I'd love to use some of this stuff on you.<</speech>>
<<speech "Naomi">>Hmmm, look at you. Dreaming about doing dirty things to me, huh?<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/4.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $naomi.submission += 0.5>>
<<link 'Next' 'streetd11b'>> <</link>>
<</replace>><</link>>
<<set $timespent to false>><<speech "You" "$name">>I have to go, my shift starts soon.<</speech>>
<<set $moneyspent to $player.money>><<nobr>>
<<set $naomitopless to false>><</nobr>>
<<speech "Naomi">>Wait, don't you wanna buy something first?<</speech>>
<<set $naomibonus to false>>
<<speech "You" "$name">>I dont know...<</speech>>
<<speech "Naomi">>Did you know I pierced my nipples?<</speech>>
<<speech "You" "$name">>Really?<</speech>>
<<speech "Naomi">>Yes. And if you buy anything I'll let you take a look.<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/6.jpg">
<<speech "Naomi">>Is that a good offer?<</speech>>
@@#answer;
<<link "Payment in advance">>
<<replace "#answer">>
<<speech "You" "$name">>Payment in advance.<</speech>>
<<if $naomi.lust gte 0.5>>
<span class="lust">''Lust check successful!''</span>
<<speech "Naomi">>~SIGH~<</speech>>
You can notice she pretends to be annoyed, but can't hide her horniness.
<img class="middle large" src="images/release 4.0/naomi/day11/7.jpg">
<<speech "Naomi">>Ready?<</speech>>
<<speech "You" "$name">>Yes!<</speech>>
<<set $naomitopless to true>>
<img class="middle large" src="images/release 4.0/naomi/day11/8.jpg">
<span class="lust">Her lust has increased by 1</span>
<<set $naomi.lust += 1>>
<<else>>
<span class="lust">''Lust check failed''</span>
<<speech "Naomi">>Hey, don't be a smartass haha.<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/5.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $naomi.lust += 0.5>>
<</if>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Next' 'SEXSHOP'>> <</link>>
<</replace>><</link>>
<<link "That's a good deal">>
<<replace "#answer">>
<<speech "You" "$name">>That's a good deal.<</speech>>
<<speech "Naomi">>Great! Feel free to look around.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $naomi.love += 0.5>>
<<link 'Next' 'SEXSHOP'>> <</link>>
<</replace>><</link>>
<<link "Sorry, I can't right now">>
<<replace "#answer">>
<<speech "You" "$name">>Sorry, I can't right now.<</speech>>
<<speech "Naomi">>Oh, okay then. Don't forget to drop by later.<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/1.jpg">
<span class="love">Her love has decreased by 0.5</span>
<<set $naomi.love -= 0.5>>
<<link 'Next' 'marketd11'>> <</link>>
<</replace>><</link>><<if $naomitopless is false and $moneyspent eq $player.money>>
<<speech "Naomi">>Well, since you didn't get anything I can't keep my promise... hahaha<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/10.jpg">
<<speech "You" "$name">>(Dammit!)<</speech>>
<<speech "Naomi">>I have to organize some things in the back. See ya!<</speech>>
[[Next|marketd11]]<</if>>
<<if $naomitopless is false and $moneyspent gt $player.money>>
<<speech "Naomi">>Thaks for buying! I guess now it's my part of the deal, right?<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/7.jpg">
<<speech "Naomi">>Ready?<</speech>>
<<speech "You" "$name">>Yes!<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/8.jpg">
<<speech "You" "$name">>Woah, I like it!<</speech>>
<<speech "Naomi">>I'm loving it! It gets so sensitive...<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/9.jpg">
<<speech "You" "$name">>That's hot...<</speech>>
<<speech "Naomi">>I know. I'm getting kinda horny... But let's leave it for later.
I have some stuff to do before other clients start to come. See ya!<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $naomi.lust += 1>>
[[Next|marketd11]]<</if>>
<<if $naomitopless is true and $moneyspent gt $player.money>>
<<speech "Naomi">>Thanks for buying! You're a man of your word haha.<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/11.jpg">
<<speech "You" "$name">>My word is worth gold haha. I really liked your piercing.<</speech>>
<<speech "Naomi">>I'm loving it! It gets so sensitive...<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/9.jpg">
<<speech "You" "$name">>That's hot...<</speech>>
<<speech "Naomi">>I know. I'm getting kinda horny... But let's leave it for later.
I have some stuff to do before other clients start to come. See ya!<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $naomi.love += 1>>
[[Next|marketd11]]<</if>>
<<if $naomitopless is true and $moneyspent eq $player.money>>
<<speech "Naomi">>Hey! That's not fair, you didn't buy anything...<</speech>>
<img class="middle large" src="images/release 4.0/naomi/day11/12.jpg">
<<speech "You" "$name">>I know. But I had to see your titties haha.<</speech>>
<<speech "Naomi">>Not cool man. I need to go. See ya.<</speech>>
<span class="love">Her love has decreased by 1</span>
<<set $naomi.love -= 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $naomi.submission += 1>>
[[Next|marketd11]]
<</if>><<set $workhacktry to false>><<set $workhacktry to true>>
<<if $hackinglevel gte 10>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle small" src="images/misc/hackingsuccess.gif">
You manage to gain access to the bonus for getting to work early.
From now on a 200 $ bonus will be added to your final payment.
<<set $workhacked to true>><<nobr>>
<<set $salary += 200>><</nobr>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<<else>>
You access the same wi-fi the machine is using and try to change it's settings.
<img class="middle normal" src="images/misc/hackingfail.gif">
Unfortunately, you still don't have the skill to do that yet.
''Your hacking skill level has increased by 25 xp''
<<set $hackinglvl += 25>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</if>>After arriving at the store you have to sign in to open the door.
<<set $previousPassage = passage()>><<nobr>>
<<set $naomitopless to false>><</nobr>>
<img class="middle medium" src="images/misc/punchtimemachine.jpg">
<<if $lateforwork is false>>
<div class="general">//Analyzing... $name, identity recognized...//</div><</if>>
<<if $lateforwork is true and $workhacked is false and $workhacktry is false>>
<div class="general">//Analyzing... $name, identity recognized...
Late for work, a fine of 20 $ will be deducted from the final payment. //</div>
<<set $salaryfine += 20>><<set $lateforwork to false>>
<<speech "You" "$name">>(Fuck!)<</speech>><</if>>
<<if $workhacked is false and $workhacktry is false>>
<<link 'Try to hack it (-10 energy)(hacking level 10/ Exp^)' 'WORKHACK'>> <</link>>
<</if>>
[[Enter|marketd11a]]As you enter the staff room you overhear Larry discussing something with a beautiful girl.
<<set $riley.met to true>>
<<speech "You" "$name">>(Ohh, so that's Larry's granddaughter... she's beautiful)<</speech>>
<<speech "Riley">>You can't just work yourself to death grampa...<</speech>>
<<speech "Larry">>Ohhh it's fiiiiine. I'm built like a stalion.
Besides that, your... mother... doesn't take care of you, so I need the money to help with your studies.<</speech>>
<<speech "Riley">>You don't have to worry about that anymore. I got a job at the bakery next to here. We'll be seeing eachother a lot more from now on.<</speech>>
<<speech "Larry">>That's wonderfull, darling! But the only way I could ever stop worrying about you would be if you didn't exist haha.<</speech>>
They notice you.
<img class="middle large" src="images/release 4.0/riley/day11/1.jpg">
<<speech "Larry">>Hey kid, have you met my sweet girl?<</speech>>
<<speech "Riley">>I think I saw him a few times when I came to visit you.<</speech>>
<<speech "You" "$name">>Yeah, Riley, right?<</speech>>
<<if $larry.friendship gte 1>>
<span class="friendship">''Friendship check successful!''</span>
<<speech "Larry">>This is $name, my favourite co-worker, pumpkin.<</speech>>
<<speech "Riley">>It's so sweet how you treat my grampa. Not everyone these days have respect or patience for the elders.<</speech>>
<<speech "You" "$name">>Oh, you don't have to thank me. Larry's a wonderful guy.<</speech>>
<<speech "Larry">>Yes, $name is like the son I never wanted to have hahaha.<</speech>>
She starts to laugh and slaps Larry on the shoulder.
<<speech "Riley">>Hahahaha, stop it...<</speech>>
<<speech "You" "$name">>And you're the father that would've been abandoned me haha.<</speech>>
<<speech "Larry">>Hahaha. See? We have the same wicked sense of humor.<</speech>>
<img class="middle large" src="images/release 4.0/riley/day11/2.jpg">
<span class="love">Her love has increased by 1</span>
<<set $riley.love += 1>><<else>>
<span class="friendship">''Friendship check failed''</span>
<<speech "Riley">>Hey, I know you don't owe us anything. But I would love it if you could help my grandpa a little more. He's too proud to ask for help most of the time.<</speech>>
<img class="middle large" src="images/release 4.0/riley/day11/3.jpg">
<<speech "You" "$name">>Oh, sure. I'll try my best.<</speech>>
<</if>>
<<speech "Riley">>Could you give me your number?<</speech>>
<<speech "You" "$name">>Oh... I- yeah...<</speech>>
<<speech "Riley">>Oh... I didn't mean it like that. It's just that this way I could call you in case my grandpa forgets to charge his phone or something. He's always doing that and sometimes I get worried.<</speech>>
<<speech "Larry">>Don't be getting wrong ideas, kid. My sweethart deserves only the best treatment.<</speech>>
''You got her number!''
[[Next|marketd11b]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The sweet granddaughter: Riley</span><<nobr>>
<</nobr>><a data-passage="Rileystats" class="link-internal link-image">
<img class="right-side small" src="images/riley/face.jpg">
</a>
She's Larry's granddaughter.
''Stats:''
*Her love for you is $riley.love
*Her lust for you is $riley.lust
*Her corruption is $riley.corruption
*Her submissiveness to you is $riley.submission
''Things you know:''
<<speech "You" "$name">>It's pretty cool to see your relationship.<</speech>>
<<set $worked to false>>
<<speech "Larry">>Yes, she's the love of my life. She only makes me proud.<</speech>>
<<speech "Riley">>Grandpa, this is a little embarassing.<</speech>>
<<speech "You" "$name">>Hey, it's cool, don't worry haha.<</speech>>
<<speech "Larry">>She's studying to be a doctor, you know?<</speech>>
<<speech "Riley">>Grampaaa... I haven't decided yet.<</speech>>
<<speech "Larry">>Sure, sure, no pressure. It's just that if you'd take care of me I'd live till my two hundreds.<</speech>>
<<speech "You" "$name">>So you go to the uni?<</speech>>
<<speech "Riley">>Yeah! And now that I think about it... I've never saw you there.<</speech>>
<<speech "You" "$name">>Yeah, I've been talking to some people and they convinced me to join. I just have to organize some things, I'll probably start next week.<</speech>>
<<speech "Larry">>That's the best thing you could do son. You can't stay stupid for life.<</speech>>
You open a smile, but before starting to laugh you realize his being very serious.
<<speech "You" "$name">>Oh, so you really care about my future, old man?<</speech>>
<<speech "Larry">>Sure I do, the sooner you get a better job, the sooner I'll get a rest form your ugly face.<</speech>>
Sensing things are getting too corny he does a little joke.
<<speech "You" "$name">>Look who's talking...<</speech>>
<<speech "Riley">>Well, this time I have to defend him. Grandpa was very handsome when younger. And he still is.<</speech>>
Larry does a barrier with his hands covering his mouth from her whispering to you.
<<speech "Larry">>I bedded them all...<</speech>>
<<speech "You" "$name">>Hahahaha.<</speech>>
<<speech "Riley">>What?<</speech>>
<<speech "Larry">>Nothing, nothing. Pumpkin, grampa has to work right now. Thanks again for visiting.<</speech>>
He kisses her forehead and walks towards the door to the market.
<<speech "Larry">>You should go too, $name, before both of us get fired.<</speech>>
He leaves.
<<speech "Riley">>Bye, $name. See you at uni?<</speech>>
@@#answer;
<<link "Can't wait for it">>
<<replace "#answer">>
<<speech "You" "$name">>Can't wait for it.<</speech>>
<<speech "Riley">>Oh, stop it haha.<</speech>>
<img class="middle large" src="images/release 4.0/riley/day11/5.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $riley.lust += 0.5>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<<link 'Go to work' 'work11d'>> <</link>>
<</replace>><</link>>
<<link "Maybe we could study together">>
<<replace "#answer">>
<<speech "You" "$name">>Maybe we could study together.<</speech>>
<<speech "Riley">>Yeah, that'd be cool.<</speech>>
<img class="middle large" src="images/release 4.0/riley/day11/4.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $riley.love += 0.5>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Go to work' 'work11d'>> <</link>>
<</replace>><</link>>
<<link "You'll be my guide">>
<<replace "#answer">>
<<speech "You" "$name">>You'll be my guide.<</speech>>
<<speech "Riley">>Hey, I have to agree to that first, right? Haha.<</speech>>
<img class="middle large" src="images/release 4.0/riley/day11/6.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $riley.submission += 0.5>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<<link 'Go to work' 'work11d'>> <</link>>
<</replace>><</link>><<set $previousPassage = passage()>>
<<if $worked is false>>
You finish getting ready and when you enter the market there's a strong smell of insecticide.
<<speech "You" "$name">>(Damn! This thing is too strong. It can't be good for your health)<</speech>>
Looking around you see some people smelling the air and looking over their shoulders to find were the smell is coming from.
<<speech "You" "$name">>(I bet Frank paid for the cheapest fumigation)<</speech>>
<<link 'Next' 'WORKMARKET'>> <</link>>
<<else>>
It's lunch time.
<<set $period to 2>> <<nobr>><<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>><</nobr>>
You decide to hangout in the staff room, but before going you hear some loud conversation coming from Frank's office.
[[Check it out|mercedes11d]]
[[Go to the staff room|kendratalk11]]
<</if>>How do you want to work?
<<set $worked to true>>
@@#answer;
<<link "Work smart">>
<<replace "#answer">>
You try to work smart, doing less manual labor and more of a organizing and managing type of work.
<img class="middle medium" src="images/player/smartwork.gif">
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<<nobr>><<if $day gte 12>><<set $salarybonus +=15>>''A bonus of 15 $ will be added to your weekly pay''<</if>>
<<set $CurEng -= 20>><</nobr>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>
<<link "Work hard">>
<<replace "#answer">>
You do your best to reload the products, carry some boxes around and really use your body.
<img class="middle medium" src="images/player/hardwork.gif">
<span class="grey">''Your fitness has increased by 20 xp''</span>
<<set $player.fitness += 20>>
<<nobr>><<if $day gte 12>><<set $salarybonus +=15>>''A bonus of 15 $ will be added to your weekly pay''<</if>>
<<set $CurEng -= 25>><</nobr>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>
<<link "Just work">>
<<replace "#answer">>
You use your social skills to convince people to do things for you and your wits to secretly redirect some of your obligations to others.
<img class="middle medium" src="images/player/evilwork.gif">
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>><<nobr>><<if $shortfreetime is false>>
<<set $previousPassage = passage()>>
<<set $shortfreetime to true>>
<<set $sfaction to 3>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $sfaction4 to false>><</if>><</nobr>>
<<if $sfaction gt 0>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<speech "You" "$name">>I think I need to rest a little...<</speech>>
You enter the staff room and see:
<<if $sfaction1 is false>>
*Larry, by himself, eating his lunch.
<<speech "Larry">>Oh! Egg sandwich!<</speech>><</if>>
<<if $sfaction2 is false>>
*Dani, reading another book
<img class="middle medium" src="images/dani/day5/1.jpg"><</if>>
<<if $sfaction3 is false>>
*A girl, sitting on a couch by the corner.
<<speech "Chanell" "???">>Oh my goood, where is that asshole??<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/1.jpg">
<</if>>
What do you want to do?
<<if $sfaction1 is false>>
[[Sit with Larry to eat (energy:+15 /-2 actions)|larrytalk11]]<</if>>
<<if $sfaction2 is false>>
[[Talk to Dani|danitalk11short]]<</if>>
<<if $sfaction3 is false>>
[[Talk to the girl|tylertalk11]]<</if>>
[[Go back to work|work11d1]]
<<else>>
You have no free time left...
<<set $shortfreetime to false>>
[[Go back to work|work11d1]]<</if>>The noise actually comes from the Mercedes office. Frank recently commissioned it to be built next to his own, in a less busy area of the market.
<<speech "You" "$name">>What are they talking about?<</speech>>
The door is closed but you can hear.
<<speech "Frank">>''You keep doing this!''<</speech>>
<<speech "Mercedes">>''I'm sorry! But I had an appointment. Do you know how hard it is to get one hour with this pedicure?''<</speech>>
They are shouting so loud that they're catching the customer's attention.
<<speech "You" "$name">>Uhmm... guys! You're speaking too loud.<</speech>>
They keep arguing.
<<speech "Frank">>''It doesn't matter! You can't keep coming to work at noon.''<</speech>>
You knock on the door.
<<speech "Frank">>Who the hell is it?<</speech>>
<<speech "You" "$name">>It's $name...<</speech>>
<<speech "Mercedes">>Great! Now let's see who's right...<</speech>>
Mercedes opens the door for you.
[[Next|mercedes11d1]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The troublemaker: Chanell</span><<nobr>>
<</nobr>><a data-passage="Chanellstats" class="link-internal link-image">
<img class="right-side small" src="images/chanell/face.jpg">
</a>
She's Tyler's younger sister.
''Stats:''
*Her love for you is $chanell.love
*Her lust for you is $chanell.lust
*Her corruption is $chanell.corruption
*Her submissiveness to you is $chanell.submission
''Things you know:''
<<if $sfaction gte 2>>
<<speech "You" "$name">>Hey! Can I sit with you?<</speech>>
<<speech "Larry">>Sure! Your company is good company.
What did you brought? Wanna share?<</speech>>
You both eat and chat for a while.
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>><<nobr>>
<<set $sfaction -= 2>>
<<set $sfaction1 to true>><</nobr>>
<<link 'Next' 'shortfree11b'>> <</link>>
<<else>>
There is not enough time to do that.
<<link 'Next' 'shortfree11b'>> <</link>><</if>><<if $sfaction gte 1>>
<<speech "You" "$name">>Hey, girl. Why you're so upset.<</speech>>
<<speech "Dani">>Oh! Hi! Uhmm... It's nothing.<</speech>>
<<speech "You" "$name">>Come on, you can tell me.<</speech>>
<<speech "Dani">>It's my mom... She's been pressing me all the time.<</speech>>
<<speech "You" "$name">>Pressing?<</speech>>
<<speech "Dani">>Like, she's always telling me what to do and that I should do better.<</speech>>
<<speech "You" "$name">>But you're so smart... I don't get it.<</speech>>
<<speech "Dani">>Y-you think I'm smart??<</speech>>
<<speech "You" "$name">>Sure! This place would be even worse if it wasn't for your help with logistics.
She's blushing.
<<speech "Dani">>T-thank you!
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="translocation">*''Translocation calling available''</span></div>
[[Use the Psychic calling to influence her (-15 energy /1 arche point /-1 action)|danitalk11psy]]
[[Use the Translocation calling to talk to her mother (-15 energy /1 arche point)|laurentalk11a]]
[[Just talk to her|danitalk11n]]
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<else>>
There is not enough time to do that.
<<link 'Next' '$previousPassage'>> <</link>><</if>><<if $sfaction gte 1>>
<<speech "You" "$name">>Hey, are you looking for someone?<</speech>>
She looks you up and down.
<<speech "Chanell">>Hey! You work here?<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/2.jpg">
<<speech "You" "$name">>Yeah, I'm $name.<</speech>>
<<speech "Chanell">>Never seen your face here before... I'm Chanell.<</speech>>
<<set $chanell.met to true>>
<<speech "You" "$name">>So, who you're looking for?<</speech>>
<<speech "Chanell">>Let me ask you something...<</speech>>
She keeps ignoring your attempt to help her.
<<speech "Chanell">>Do you think these clothes make me look like a whore?<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/3.jpg">
@@#answer;
<<link "It's a little revealing, but you look good">>
<<replace "#answer">>
<<speech "You" "$name">>It's a little revealing, but you look good.<</speech>>
<<speech "Chanell">>Hmmm, right answer.<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/4.jpg">
<span class="love">Her love has increased by 1</span>
<<set $chanell.love += 1>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Next' 'tylertalk11a'>> <</link>>
<</replace>><</link>>
<<link "You look hot, I don't care about what is looks like">>
<<replace "#answer">>
<<speech "You" "$name">>You look hot, I don't care about what is looks like.<</speech>>
<<speech "Chanell">>Hahahaha. I like you.<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/5.jpg">
<span class="lust">Her lust has increased by 1</span>
<<set $chanell.lust += 1>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<<link 'Next' 'tylertalk11a'>> <</link>>
<</replace>><</link>>
<<link "It does. Are you a whore?">>
<<replace "#answer">>
<<speech "You" "$name">>It does. Are you a whore?<</speech>>
<<speech "Chanell">>Heeey... Don't say that...<</speech>>
She complains, but her tone is sweet.
<img class="middle medium" src="images/release 4.0/chanell/day11/6.jpg">
<span class="submission">Her submission has increased by 1</span>
<<set $chanell.submission += 1>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<<link 'Next' 'tylertalk11a'>> <</link>>
<</replace>><</link>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction3 to true>><</nobr>>
<<else>>
There is not enough time to do that.
<<link 'Next' '$shortfree11b'>> <</link>><</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/riley/face.jpg">
<a data-passage="Rileymessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Rileygallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>>
<<button "Back">><<goto "Rileycontact">><</button>>
<<set $riley.mess -= 1>><<nobr>>
<img class="right-side small" src="images/riley/face.jpg"><</nobr>>
<<nobr>>
<<if $riley.mess lt 0>><<set $riley.mess to 0>><</if>><<button "Back">><<goto "Rileycontact">><</button>>
*Profile picture:
<img class="contacts" src="images/riley/face.jpg">You get back to work and see Eliza buying some things.
<<set $shortfreetime to false>>
<img class="middle medium" src="images/release 4.0/eliza/day11/1.jpg">
<<speech "You" "$name">>Hello, there!<</speech>>
<<speech "Eliza">>Hi, $name! How are you?<</speech>>
<<speech "You" "$name">>I'm okay. Buying some stuff?<</speech>>
<<speech "Eliza">>Yeah! I just moved to a new place and my fridge is completely empty.<</speech>>
<<speech "You" "$name">>Oh cool! Did you like the new place?<</speech>>
<<speech "Eliza">>It's kinda expensive, but my parents are giving me a little help.
The building has everything! They recently built a new recreational area.<</speech>>
<<speech "You" "$name">>Wait... is it the building right next to here? The Diamond Hall?<</speech>>
<<speech "Eliza">>Yeah! Do you know it?<</speech>>
<<speech "You" "$name">>I live there!<</speech>>
<<speech "Eliza">>What? That's great! We're neighbors now!<</speech>>
<<speech "You" "$name">>We should meet up someday.<</speech>>
<<speech "Eliza">>Sure, that would be cool. I've been dying to jump on the building's pool...<</speech>>
<<speech "You" "$name">>Haha. Do you swim well?<</speech>>
<<speech "Eliza">>Do I swim well? I used to compete.
I trained for years when I was a kid, that's why I'm so tall haha.<</speech>>
<<if $charismalvl gte 3>>
<span class="yellow">''Charisma check successful!''</span>
<<speech "You" "$name">>That's awesome! I've never been a great swimmer...
But I can float like a boat if I stay really still...<</speech>>
She laughs and gives you a flirtacious slap on the arm.
<<speech "Eliza">>Come on! I'll have to teach a few things then.<</speech>>
<<speech "You" "$name">>I'll bring my floaters. I think they still fit.<</speech>>
<<speech "Eliza">>Hahaha. It's a date.
I mean... not a date date.<</speech>>
She's blushing.
<<speech "You" "$name">>No no no... You already said it. Now it's gonna have to be date.
Which complicates things, cause I don't know if a have swimming shorts fit for a first date...<</speech>>
<<speech "Eliza">>Stooooop! Hahahaha
Look, here's my number. So we can work out the time and place.<</speech>>
<<set $elizapooldate to true>>
''You got her number!''
<<set $eliza.number to true>>
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
<<speech "You" "$name">>You know... it's waaay better to talk to you when James is not around.<</speech>>
<<else>>
<span class="yellow">''Charisma check failed''</span>
<<speech "You" "$name">>That's awesome! I've never been a great swimmer...<</speech>>
<<speech "Eliza">>Come on! I'll have to teach a few things then.<</speech>>
<<speech "You" "$name">>I'd like that very much!
You know... it's waaay better to talk to you when James is not around.<</speech>>
<</if>>
<<speech "Eliza">>Uhmmm...<</speech>>
<<speech "You" "$name">>I mean, he keeps interrupting me and we don't get the chance to have a nice chat.<</speech>>
<<speech "Eliza">>$name, you shou-<</speech>>
<<speech "You" "$name">>Besides that, he's kinda abusive with his power.<</speech>>
<<speech "James">>~AHEM!<</speech>>
<<speech "You" "$name">>(Fuck...)<</speech>>
[[Next|work11d2]]Suddenly, Tyler approaches you.
<<speech "Tyler">>I told you to wait outside!<</speech>>
<<speech "Chanell">>You were taking too long!<</speech>>
He notices you were talking.
<<speech "Tyler">>What are you talking about?<</speech>>
<<speech "You" "$name">>I was trying to help her find-<</speech>>
She interrupts you.
<<speech "Chanell">>$name was giving me his opnion about my clothes.<</speech>>
He looks at you.
<<speech "Tyler">>What? Why?<</speech>>
<<speech "Chanell">>You keep complaining about the way I dress, so I was checking what other guys think about it.<</speech>>
<<speech "Tyler">>You see? These clothes will get you in trouble! You can't walk around like this.<</speech>>
<<speech "Chanell">>$name seems to like it.<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/7.jpg">
<<speech "Tyler">>Bro, what the fuck?<</speech>>
@@#answer;
<<link "Side with her">>
<<replace "#answer">>
<<speech "You" "$name">>Hey, don't blame me! She looks good, I don't see a problem.<</speech>>
<<speech "Chanell">>Thank you! See? Someone gets me.
And as matter of fact, all girls wear this. You should know, you fuck half of them.<</speech>>
<<speech "Tyler">>That's the point you idiot! These hoes sleep with everyone.
You think I care about them girls I fuck?<</speech>>
<<speech "You" "$name">>Guys...<</speech>>
<<speech "Tyler">>I don't have time for this... I've got shit to deliver.<</speech>>
He walks to the door, stops and gives you a look.
<<speech "Tyler">>Just so you know. If you try anything with her I'll kill you. Peace...<</speech>>
He leaves.
<<speech "You" "$name">>Peace? Really??<</speech>>
<<speech "Chanell">>Don't worry about him. He won't do anything to you.<</speech>>
<<speech "You" "$name">>I know. But you should listen to him. He's a little over the top but he truly cares about you.<</speech>>
<<speech "Chanell">>I'll think about that.
But hey...<</speech>>
She gets closer to you.
<<speech "Chanell">>Thanks for defending me.<</speech>>
She lightly caress your chest.
<<speech "You" "$name">>I wasn't de-<</speech>>
She pulls out her phone.
<<speech "Chanell">>What's your number?<</speech>>
<<speech "You" "$name">>(Why not...)<</speech>>
''You got her number!''
<<set $chanell.number to true>>
<<speech "Chanell">>I have to go after that idiot.<</speech>>
She goes after him.
<<speech "Chanell">>Nice meeting you...<</speech>>
<img class="middle medium" src="images/release 4.0/chanell/day11/8.jpg">
<span class="love">Her love has increased by 1</span>
<<set $chanell.love += 1>>
<span class="friendship">His friendship has decreased by 1</span>
<<set $tyler.friendship -= 1>>
<<link 'Next' 'shortfree11b'>> <</link>>
<</replace>><</link>>
<<link "Side with him">>
<<replace "#answer">>
<<speech "You" "$name">>Hey, chill! Look, Tyler's just worried about your safety.<</speech>>
She's pretty upset.
<<speech "Chanell">>You're not my father, ok?<</speech>>
<<speech "Tyler">>And you're not my daughter, but dad left and I have to care of my women, don't you see that?<</speech>>
<<speech "Chanell">>Excuse me?? ''Your'' women?<</speech>>
<<speech "You" "$name">>~AHEM~ Guys!<</speech>>
<<speech "Tyler">>What?<</speech>>
<<speech "Chanell">>What?<</speech>>
<<speech "You" "$name">>You can talk about this somewhere else. Maybe in private.<</speech>>
<<speech "Chanell">>He's right, I'm leaving.<</speech>>
She goes through the back door and leaves.
~BLAM
<<speech "Tyler">>Chanell! Wait...
Fuck man, why she gotta be so stuborn.<</speech>>
<<speech "You" "$name">>Don't worry man, you're just doing your best. She'll see it eventually...<</speech>>
<<speech "Tyler">>Thanks bro. I need to go after her. Later.<</speech>>
<<speech "You" "$name">>Later...<</speech>>
<span class="love">Her love has decreased by 1</span>
<<set $chanell.love -= 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $tyler.friendship += 1>>
<<link 'Next' 'shortfree11b'>> <</link>>
<</replace>><</link>><<speech "Dani">>Why is it so hard to live with your mom?<</speech>>
<<speech "You" "$name">>Well, it's pretty hard to live without a mom too...<</speech>>
She looks at you with big eyes, while covering her mouth.
<<speech "Dani">>I-I-I'm s-so sorry. I didn't mean to-
<<speech "You" "$name">>It's ok. I understand that it can be hard either way.<</speech>>
<<speech "Dani">>Yes... It's too much sometimes...<</speech>>
@@#answer;
<<link "Calm her down">>
<<replace "#answer">>
<<speech "You" "$name">>Don't worry. Like I said, you're very intelligent.
You'll have your own money and be independent in no time.<</speech>>
<<speech "Dani">>You really think so??<</speech>>
<<speech "You" "$name">>I'm sure of it.<</speech>>
<<speech "Dani">>Thanks for saying that. I feel better now.
<img class="middle medium" src="images/release 4.0/dani/day11/2.jpg">
<span class="love">Her love has increased by 1</span>
<<set $aaa.love += 1>><<nobr>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Next' '$previousPassage'>> <</link>>
<</replace>><</link>>
<<link "Take advantage of her">>
<<replace "#answer">>
<<speech "You" "$name">>Look, you just have to get better at following directions. Especially from a boss woman like your mother.<</speech>>
<<speech "Dani">>What do you mean?<</speech>>
<<speech "You" "$name">>People will always want things from you. It's just the way it is.
You have to be ready to do as expected without questioning to much, and offer the best you can give.<</speech>>
<<speech "Dani">>And how do I get better at this?<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/3.jpg">
<<speech "You" "$name">>Stand up.<</speech>>
<<speech "Dani">>W-why?<</speech>>
<<speech "You" "$name">>See? You're still bad at this.<</speech>>
<<speech "Dani">>Oh! I get it. Sorry.
She quickly gets up.
<img class="middle medium" src="images/release 4.0/dani/day11/4.jpg">
<<link 'Next' 'danitalk11use'>> <</link>>
<</replace>><</link>><<speech "Frank">>Hmmm, having interesting thoughts, are you not?<</speech>>
<<speech "You" "$name">>(Dick? You're usually not around when I'm talking with someone)<</speech>>
<<speech "Frank">>I'm ''always'' around, but this time perhaps I've been attracted by your lustful thoughts...
My suggestion is that you try to take a few pictures of her to get some money, but she'll have to trust you enough for that.<</speech>>
<<speech "You" "$name">>(But I didn't ask for-)<</speech>>
<<speech "Dani">>You didn't needed to. I felt that you were thinking about what to do to her.
You shall be very sneaky with the camera, so we don't call much attention...<</speech>>
<<speech "You" "$name">>(Yeah... that could work)
Dani, I will take some pictures of you.<</speech>>
<<speech "Dani">>What?? Why? There's people around...<</speech>>
<<speech "You" "$name">>They won't care... come on... don't you trust me?<</speech>>
<<if $dani.love gte 3>>
<span class="love">''Love check successful!''</span>
<<speech "Dani">>I do... o-ok...<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/5.jpg">
<<speech "You" "$name">>But you have to be smilling.<</speech>>
<<speech "Dani">>Ok! But why do you want to take pictures of me?<</speech>>
<<speech "You" "$name">>I'm... uhmm... learning to... draw. Yes. I'm learning to draw.
I need to practice drawing different poses, and you need to learn how to follow directions. It's a win-win situation.
<<speech "Dani">>Y-you want to draw me?? Okay!
<img class="middle medium" src="images/release 4.0/dani/day11/6.jpg">
<<speech "You" "$name">>Please don't yell. People are gonna notice us...<</speech>>
You look around and people don't seem particularly interested on what you're doing. Most of them are either eating or dozing off.
<<speech "You" "$name">>(Yes! The other guy from security is sleeping, which means there's no one watching the cameras...)
Let's begin!<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<link 'Next' 'danitalk11pics'>> <</link>>
<<else>>
<span class="love">''Love check failed!''</span>
<<speech "Dani">>I don't feel confortable... s-sorry...
I-I have to go. Bye...<</speech>>
She exits in a visibly upset way.<</if>>
<<set $salaryfine to 0>>You get your old camera from your stuff and get in position.
<<speech "You" "$name">>Alright, to warm up just pose like you want.<</speech>>
<<speech "Dani">>Like this?<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/7.jpg">
<<speech "You" "$name">>Sure! (She's kinda cute...)
Now uncross your legs.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/8.jpg">
<<speech "You" "$name">>Great! This will be very helpful for me...<</speech>>
She smiles.
[[Next|danitalk11pics1]]<<speech "You" "$name">>Actually, you can open your legs even more.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/9.jpg">
~CLICK
<<set $danipicmoney to 20>>
<<speech "Dani">>Is this ok?<</speech>>
<<speech "You" "$name">>(Man, she's really so inocent that she doesn't see that her shorts are too short?)
Can I ask you something?<</speech>>
<<speech "Dani">>Sure...<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/10.jpg">
~CLICK
<<speech "You" "$name">>Uhhmm... (Fuck... She's not wearing panties... I want to ask, but I can't scare her...)<</speech>>
<<speech "Dani">>$name?<</speech>>
<<speech "You" "$name">>Sorry, I got carried away...
But do guys usually pay attention to you?<</speech>>
<<speech "Dani">>I don't know... I never noticed...<</speech>>
<<speech "You" "$name">>Really? Not one guy?<</speech>>
<<speech "Dani">>I have this problem... the guys I liked never liked me back...<</speech>>
She seems a little off now.
<<speech "You" "$name">>Hey, hey! This is an exercise of self-love too, ok?
I wouldn't ask to take pictures of anyone. Everyone has their beauty.<</speech>>
<<speech "Dani">>So you're saying that I'm pretty?<</speech>>
@@#answer;
<<link "Yeah!">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah! I think you're pretty...<</speech>>
<<speech "Dani">>''Oh my god!''<</speech>>
<<speech "You" "$name">>Shhhhh...<</speech>>
<<speech "Dani">>Sorry...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $dani.love += 0.5>><<nobr>>
<<link 'Next' 'danitalk11pics2'>> <</link>>
<</replace>><</link>>
<<link "Kinda...">>
<<replace "#answer">>
<<speech "You" "$name">>Kinda... Your type of body is attractive to some guys.<</speech>>
<<speech "Dani">>Oh... thank you.<</speech>>
She seem a little confused.
<span class="lust">Her lust has increased by 0.5</span>
<<set $dani.lust += 0.5>><<nobr>>
<<link 'Next' 'danitalk11pics2'>> <</link>>
<</replace>><</link>><<if $sneakinglevel lt 2>>
''Sneaking check failed''
<div class="general">Your sneaking level is not high enough for you to know how to be silent or when to hide, so the longer you keep going, the greater the chance of getting caught from this point on...</div>
<<else>>
''Sneaking check successful''
<div class="general">Your sneaking skill is high enough for you to know how to be silent or when to hide, so you can keep going quite safely.</div>
<</if>>
<<speech "You" "$name">>(I think I can get her to show more of her pussy)
Raise your legs and hold them for me. I need to... uhm... study the anatomy of the leg.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/11.jpg">
<<speech "Dani">>Is this enough?<</speech>>
<<speech "You" "$name">>That's perfect.<</speech>>
<<set $danipicmoney += 10>>
~CLICK
<<set $caught to false>>
[[Next|danitalk11pics3]]
[[Finish before you get caught|danitalk11picsend]]<<speech "You" "$name">>You can lower your legs again. Let me take one from a different perpective.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/12.jpg">
~CLICK
<<set $danipicmoney += 10>>
<<speech "You" "$name">>Niiice!<</speech>>
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 7>>
<<goto "danipics11caught">>
<<else>>
[[Next|danitalk11pics4]]
[[Finish before you get caught|danitalk11picsend]]
<</if>><</if>><<speech "You" "$name">>(It's better if we stop this before getting caught)
I think I have what I need. Was it helpful for you too?<</speech>>
<<speech "Dani">>Yeah... at least it kept my mind out of my problems for a few minutes.<</speech>>
<<speech "You" "$name">>Glad I could help!<</speech>>
<<speech "Dani">>My luch brake it's almost over. I need to go.
Bye, $name. Thanks again!<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $dani.submission += 1>>
''You are $danipicmoney $ richer!''
<<set $player.money += $danipicmoney>>
<<link 'Next' '$previousPassage'>> <</link>>The security wakes up guy sees the photoshooting.
<div class="general">//What the hell is happening here???//</div>
<img class="middle normal" src="images/release 4.0/misc/caught.gif">
<<speech "You" "$name">>Wait! It's not what you think...<</speech>>
<div class="general">//This is so disrespectful! I'm telling Frank!//</div>
<<set $salaryfine to 100>><<nobr>>
<<set $caught to true>><</nobr>>
''A fine of 100 $ will be taken from your next payment''.
<<speech "You" "$name">>Fuck!<</speech>>
<<speech "Cecilia">>I-I guess I should go...<</speech>>
<<link 'Next' '$previousPassage'>> <</link>>She pauses for a moment and looks down.
<<speech "Dani">>Wait... I think there's something showing-<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/13.jpg">
<<speech "You" "$name">>(Shit!) Hey!! Could you face the other way so I can see your hair? That's hard to draw sometimes.<</speech>>
<<speech "Dani">>Oh, ok...<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/14.jpg">
<<set $danipicmoney += 10>>
~CLICK
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 5>>
<<goto "danipics11caught">>
<<else>>
[[Next|danitalk11pics5]]
[[Finish before you get caught|danitalk11picsend]]
<</if>><</if>><<speech "You" "$name">>Now open your legs a little more...<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/15.jpg">
<<set $danipicmoney += 10>>
~CLICK
<<speech "You" "$name">>That's perfect!<</speech>>
It looks like she's having fun, but her smile fades when she looks at the watch.
<<speech "Dani">>Oh my god! My lunch break ended 5 minutes ago!<</speech>>
<<speech "You" "$name">>That's not too much...<</speech>>
<<speech "Dani">>I have to go. I hope these pics help you. Thanks for helping me. I think I'm better now. Bye, $name!<</speech>>
She runs to her little office.
<<speech "You" "$name">>(Well, I think I got a few pics...)
After years of watching porn, you've discovered the most niche types of sites and forums, making it relatively easy for you to find buyers.
<<if $caught is false and $sneakinglevel lt 2>>
<<set $movechoice to random(9)>>
<<if $movechoice gte 3>>
<<goto "danipics11caught">>
<<else>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $dani.submission += 1>>
''You are $danipicmoney $ richer!''
<<set $player.money += $danipicmoney>>
<<link 'Next' '$previousPassage'>> <</link>>
<</if>><</if>><<if $CurEng gte 15 and $player.arche gte 1>>
<<set $CurEng -= 15>>
<<set $player.arche -= 1>>
You quickly gain access to her mind, maybe because she's very open to you.
<img class="middle medium" src="images/player/psycall.gif">
Her expression suddenly changes and her focus seems a little off.
<<speech "You" "$name">>Are you ok, Dani?<</speech>>
<<speech "Dani">>Yeeep...<</speech>>
Her voice has a even higher pitch and she keeps looking at different spots of the place.
<<speech "You" "$name">>(She's behaving like a little girl...)<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/16.jpg">
<<speech "Dani">>What is it? Is there something on my feet?
<img class="middle medium" src="images/release 4.0/dani/day11/17.jpg">
<<speech "You" "$name">>Uhmm yeah...<</speech>>
<<speech "Dani">>Hey, it's not my feet, you're looking at my bum hahaha.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/18.jpg">
<<speech "Frank">>Hmmm, having interesting thoughts, are you not?<</speech>>
<<speech "You" "$name">>(Dick? You're usually not around when I'm talking with someone)<</speech>>
<<speech "Frank">>I'm ''always'' around, but this time perhaps I've been attracted by your lustful thoughts...
My suggestion is that you try to take a few pictures of her to get some money, but she'll have to trust you enough for that.<</speech>>
<<speech "You" "$name">>(But I didn't ask for-)<</speech>>
<<speech "Dani">>You didn't needed to. I felt that you were thinking about what to do to her.
You shall be very sneaky with the camera, so we don't call much attention...<</speech>>
<<speech "You" "$name">>(Yeah... that could work)
Hey, Dani.<</speech>>
<<speech "Dani">>What?<</speech>>
<speech "You" "$name">>I will take some pictures of you.<</speech>>
<<speech "Dani">>Why?<</speech>>
<<speech "You" "$name">>It doesn't matter. Just do some poses and if I like I'll give you a present, ok?<</speech>>
<<speech "Dani">>Yay! Okay!<</speech>>
You look around and people don't seem particularly interested on what you're doing. Most of them are either eating or dozing off.
<<speech "You" "$name">>(Yes! The other guy from security is sleeping, which means there's no one watching the cameras...)<</speech>>
[[Next|danitalk11psy1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
<<link 'Next' 'shortfree11b'>> <</link>><<if $sneakinglevel lt 2>>
''Sneaking check failed''
<div class="general">Your sneaking level is not high enough for you to know how to be silent or when to hide, so the longer you keep going, the greater the chance of getting caught from this point on...</div>
<<else>>
''Sneaking check successful''
<div class="general">Your sneaking skill is high enough for you to know how to be silent or when to hide, so you can keep going quite safely.</div>
<</if>>
<<speech "You" "$name">>Let's start from this position, just stay as you are.<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/19.jpg">
~CLICK
<<speech "You" "$name">>(Danm! She looks hot like this...)
Okay, now could you grab your cheek?<</speech>>
She pinches the skin at the corner of her mouth.
<<speech "Dani">>Ike disss?<</speech>>
<<speech "You" "$name">>No, I meant-<</speech>>
<<speech "Dani">>Hahahahaha I'm kiddiiiiing!<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/20.jpg">
~CLICK
<<speech "You" "$name">>Haha (As long as she keeps posing, she can play all she likes)<</speech>>
[[Next|danitalk11psy2]]
[[Finish before you get caught|danitalk11picsendpsy]]<<speech "You" "$name">>Could you stand up for me?<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/20.jpg">
~CLICK
<<speech "Dani">>Do I look pretty this way?<</speech>>
<<speech "You" "$name">>You sure do...<</speech>>
<<speech "Dani">>I bet I look even cuter if I do this...<</speech>>
<img class="middle medium" src="images/release 4.0/dani/day11/21.jpg">
~CLICK
<<speech "You" "$name">>(What?? If someone catch her naked we'll be fired right away!)
Dani, stop!<</speech>>
<<speech "Dani">>Why? You don't want to see my titties? Mom says that boys loves titties.<</speech>>
<<speech "You" "$name">>We do, but we can't do this in here...
(Fuck... invisibility would come in handy right now...)<</speech>>
<<speech "Frank">>You can't use two callings at full power at the same time...<</speech>>
<<speech "You" "$name">>(I figured...)<</speech>>
<<speech "Frank">>Not without training, that is...<</speech>>
<<speech "You" "$name">>(So there's a way?? We can train when I get home? The training in my dreams!)<</speech>>
<<speech "Frank">>That will not be enough. You have to train your soul to be stronger.<</speech>>
<<speech "You" "$name">>My soul? How do I do that?<</speech>>
<<speech "Frank">>I've thinking about this. Meditation could work, but you would need to meditate like a fucking monk to achieve such power.<</speech>>
<<speech "You" "$name">>(Dammit!)<</speech>>
<<speech "Frank">>You never go to church do you?<</speech>>
<<speech "You" "$name">>(What does that have to do with anything?)<</speech>>
<<speech "Dani">>Uhhg... you're no fun...<</speech>>
She starts to get dressed again.
<img class="middle medium" src="images/release 4.0/dani/day11/22.jpg">
<<speech "You" "$name">>(Fuck! Dick, I can't lose this chance. Pleeeeease!)<</speech>>
<<speech "Frank">>This may exaust you. Like, a great deal...<</speech>>
<<speech "You" "$name">>(I don't care, just do it!)<</speech>>
<<speech "Frank">>Some people can only learn from pain...<</speech>>
<div class="general"><span class="invi">*''Invisibility calling available''</span></div>
<<speech "You" "$name">>(Yes!) Dani! Wait...<</speech>>
[[Use the Invisibility calling|danitalk11psyinv1]]<<speech "You" "$name">>(It's better if we stop this before getting caught)
<img class="middle medium" src="images/player/psycall.gif">
I think I have what I need. Was it helpful for you too?<</speech>>
<<speech "Dani">>Yeah... at least it kept my mind out of my problems for a few minutes.<</speech>>
<<speech "You" "$name">>Glad I could help!<</speech>>
<<speech "Dani">>My luch brake it's almost over. I need to go.
Bye, $name. Thanks again!<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $dani.love += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $dani.corruption += 1>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>>
''You are $danipicmoney $ richer!''
<<set $player.money += $danipicmoney>>
<<link 'Next' '$previousPassage'>> <</link>>You get to the staff room and see Kendra.
<img class="middle medium" src="images/release 4.0/kendra/day11/1.jpg">
<<speech "Kendra">>$name! How's it going?<</speech>>
<<speech "You" "$name">>Hi Kendra. Looking fine today...<</speech>>
<<speech "Kendra">>Well thanks, you look cute yourself too.<</speech>>
<<speech "You" "$name">>So... how are things?<</speech>>
<<speech "Kendra">>Great! I'm actually being able to pay my bills now haha.<</speech>>
<<speech "You" "$name">>That's awesome. I don't think I can say the same haha...<</speech>>
<<speech "Kendra">>Hey. You helped me, so I'm gonna help you. We did this thing together, it's only fair that you get you share, right?<</speech>>
<<speech "You" "$name">>Kendra. You don't need to-<</speech>>
<<speech "Kendra">>I actually do, and I also ''want'' to.<</speech>>
She gives you 300 $.
<<set $player.money += 300>>
''You are 300 $ richer''
<<speech "You" "$name">>Woah! That's a lot!<</speech>>
<<speech "Kendra">>You deserve it. I got a little more than that...
I'm only at the start, you know... haha<</speech>>
<<speech "You" "$name">>You sure are. But hey, are you feeling more confortable now?<</speech>>
<<speech "Kendra">>Yeah, I'm feeling way more confident.<</speech>>
<<speech "You" "$name">>What about your content...<</speech>>
<<speech "Kendra">>$name, you know my password, remember? I haven't changed it.
You can always see it for yourself.<</speech>>
<<speech "You" "$name">>Oh, right!<</speech>>
<<speech "Kendra">>Also, I've been meaning to tell you something.
I'd like you to direct me more. If you'd like, of course...<</speech>>
<<speech "You" "$name">>Direct you?<</speech>>
<<speech "Kendra">>Yeah.. I mean... the photos you took of me are still the best sellers on my page.
I'm doing only "softcore", I think that's how they call it. Just feet pics and from time to time a little butt shot. But they don't sell as good as the ones you took.<</speech>>
<<speech "You" "$name">>I see. Well, I'd be happy to help.<</speech>>
<<speech "Kendra">>Great! I know you have other stuff to do. Only when you have the time.
I can't wait!<</speech>>
<<if $kendra.love gte 3>>
<span class="love">''Love check successful!''</span>
<<speech "Kendra">>And we can have a little fun too...<</speech>>
<img class="middle medium" src="images/release 4.0/kendra/day11/2.jpg">
<<speech "You" "$name">>Hmmm I like were this is going.<</speech>>
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Kendra">>We should try to keep it professional though...<</speech>>
<img class="middle medium" src="images/release 4.0/kendra/day11/3.jpg">
<<speech "You" "$name">>Yeah, sure...<</speech>>
<</if>><<if $kendrabuttplugsmall is true and $kendra.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<<speech "Kendra">>Oh, there's something I want to show you...
Fuck! I'm so embarassed. But I trust you. Here...<</speech>>
She hands you her phone and there's a video to be played.
<video src="videos/release 4.0/kendra/day11/1.mp4" controls></video>
<<speech "You" "$name">>What? This is so hot, Kendra!<</speech>>
<<speech "Kendra">>I've been training since you gave me this plug.<</speech>>
<span class="lust">Her Lust has increased by 0.5</span>
<<set $kendra.lust += 0.5>>
<<elseif $kendrabuttplugsmall is true and $kendra.lust lt 2>>
<span class="lust">''Lust check failed''</span>
<<speech "Kendra">>I've been training since you gave me that plug. I even recorded it. But I'm kinda shy to show you...<</speech>>
<<speech "You" "$name">>Oh, okay... no problem (God dammit!)<</speech>><</if>>
<<speech "Kendra">>My break is over, I've gotta go, byeeee!<</speech>>
''You can now direct Kendra's content for her page and earn some money!''
<<set $shortfreetime to false>>
[[Next|shortfree11b]]<<if $sfaction2 is false>>
*Dani, looking a little upset.
<img class="middle medium" src="images/release 4.0/dani/day11/1.jpg"><</if>><<speech "Frank">>Why do you need his opnion? He has work to do.<</speech>>
<<speech "Mercedes">>He'll be out in a second...<</speech>>
<img class="middle medium" src="images/release 4.0/mercedes/day11/1.jpg">
<<speech "Mercedes">>$name, don't you think a woman should always dress nicely to be appreciated?<</speech>>
<<speech "You" "$name">>I actually just came here to tell you that people outside can hear your discussion.<</speech>>
<<speech "Frank">>It's not just about dressing well. People value money, that's all that matters to them.
Am I right, $name?<</speech>>
He shows you a $100 bill.
<<speech "Frank">>You don't agree with me?<</speech>>
@@#answer;
<<link "Take the money">>
<<replace "#answer">>
<<speech "You" "$name">>Sure! (Fuck it, why not?)<</speech>>
You grab the money from his hand.
<<speech "Mercedes">>That's not fair. You just bought him, in front of me.<</speech>>
<<speech "Frank">>That just proves my point, darling. People will do whatever you want the to do if you keep their pockets full.<</speech>>
<<speech "You" "$name">>(That's the whole reason you got this fucking gold digger)<</speech>>
<<speech "Frank">>Now you should back to work. Thank you for taking care of the customers.<</speech>>
''You are 100 $ richer''
<<set $player.money += 100>>
<<link 'Next' 'shortfree11b'>> <</link>>
<</replace>><</link>>
<<link "Don't take the money">>
<<replace "#answer">>
You keep looking him dead in the eye with your hands behind your back.
<<speech "Frank">>Uhmm... ~COUGH... like I was saying, people love money. But some of them prefer to work for it, right $name?<</speech>>
<span class="obedience">His obedience has increased by 1</span>
<<set $frank.obedience += 1>>
<<if $mercedesrecord is true>>
''You remember you recorded her time with you...''
<<speech "You" "$name">>I guess you have a point. But information can be even better to persuade some people.<</speech>>
<<speech "Frank">>Information? Like what?<</speech>>
You look at Mercedes and back at Frank.
<<speech "You" "$name">>Like secrets for instance...<</speech>>
She's not dumb, she knows what you're talking about.
<img class="middle medium" src="images/release 4.0/mercedes/day11/2.jpg">
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
<<speech "Mercedes">>B-but that doesn't answer my question...<</speech>>
She tries to change the subject.
<<speech "Mercedes">>A woman is valued by her beauty. That's how I was raised.<</speech>>
<<else>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Mercedes">>But that doesn't answer my question. A woman is valued by her beauty. That's how I was raised.<</speech>>
<</if>>
<<speech "Frank">>Honey, I love that you're smoking hot. But you said you wanted to work with me.<</speech>>
<<speech "Mercedes">>And I still do...<</speech>>
She takes off hear coat and hangs it.
<img class="middle medium" src="images/release 4.0/mercedes/day11/3.jpg">
<<speech "Frank">>But your office is finished about 3 weeks and you only came to work 4 times, all of them at lunch.<</speech>>
<<speech "Mercedes">>So?<</speech>>
[[Get in their discussion (charisma level 3)|mercedes11dtalk]]
[[Leave them and go to your lunch break|kendratalk11]]
<</replace>><</link>><<speech "You" "$name">>Look, my lunch break already started but that's an interesting discussion.<</speech>>
They stop talking and look at you.
<<speech "You" "$name">>Boss, I mean, Frank. Let's not fool ourselves, Mercedes is a beautiful woman, and beautiful woman tend to be with high value man.<</speech>>
<<speech "Frank">>You see? He understands.<</speech>>
<<speech "You" "$name">>But that doesn't means she'll do whatever you want her to.<</speech>>
<<speech "Mercedes">>''Thank you!''<</speech>>
<<speech "You" "$name">>What I'm trying to say is...<</speech>>
@@#answer;
<<link "You should respect Mercedes">>
<<replace "#answer">>
<<speech "You" "$name">>Mercedes needs more space to do what she wants.<</speech>>
<<speech "Frank">>More than I already give her??<</speech>>
<<speech "You" "$name">>That's the price, Frank. You may be successful, but she's a high value woman...<</speech>>
<img class="middle small" src="images/release 4.0/mercedes/day11/5.jpg">
<<speech "You" "$name">>..in her own way.<</speech>>
<<speech "Mercedes">>You see, Frank? $name knows what he's talking about.<</speech>>
<<speech "Frank">>But... Oh well... I'll try to be more... understandable.<</speech>>
<<speech "Mercedes">>Great!<</speech>>
She gives him a smooch on the cheek.
<<speech "You" "$name">>I need to go now. Great seeing you...<</speech>>
<<speech "Frank">>Hmpft...<</speech>>
<<speech "Mercedes">>Goodbye, $name...<</speech>>
<img class="middle medium" src="images/release 4.0/mercedes/day11/6.jpg">
<span class="love">Her love has increased by 1</span>
<<set $mercedes.love += 1>>
<span class="friendship">His friendship has decreased by 1</span>
<<set $frank.friendship -= 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Go to your lunch break|kendratalk11]]
<</replace>><</link>>
<<link "You should respect Frank">>
<<replace "#answer">>
<<speech "You" "$name">>I get that you care a lot about your appearance, but that alone won't work in a relationship.<</speech>>
<<speech "Frank">>Exactly!<</speech>>
<<speech "You" "$name">>Not trying to be rude or anything, but there's a loooot of hot women walking around in this town. You need to work harder to be a high value woman.<</speech>>
<<speech "Mercedes">>Maybe I could try to be on time more often...<</speech>>
<<speech "Frank">>That's a start!<</speech>>
<<speech "You" "$name">>I need to go now. Great seeing you...<</speech>>
<<speech "Frank">>Bye, $name. Good to see you.<</speech>>
<<speech "Mercedes">>Yeah... goodbye, $name...<</speech>>
<img class="middle medium" src="images/release 4.0/mercedes/day11/7.jpg">
She's not happy.
<span class="love">Her love has decreased by 1</span>
<<set $mercedes.love -= 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $frank.friendship += 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Go to your lunch break|kendratalk11]]
<</replace>><</link>>James puts his hand on your shoulder.
<<set $worked to false>>
<<speech "James">>What did you say, kid? You think I abuse of my authority?<</speech>>
He gets his mouth close to your ear and whispers.
<<speech "James">>You've seen nothing...<</speech>>
He pushes you against the shelves and starts to inspect you.
~BLAM!
<<speech "You" "$name">>Wait! What are you doing?<</speech>>
<<speech "James">>''Hands on the shelf!'' I'm conducting a search on you.<</speech>>
<<speech "You" "$name">>In here?<</speech>>
<<speech "James">>Shut your mouth.<</speech>>
<<speech "Eliza">>Sir, maybe-<</speech>>
<<speech "James">>You too, keep it shut.<</speech>>
He crouches down, tells you to spread your legs, and begins searching for something on them.
<<speech "You" "$name">>But what are you looking for?<</speech>>
He looks up.
<<speech "James">>I can smell weed from miles away.<</speech>>
Customers start to gather around to see whats happening.
<<speech "You" "$name">>(Fuck, fuck, fuck!)<</speech>>
You remember there's an old blunt you keep on your uniform for "emergencies".
<div class="general"><span class="lust">*''Lust calling available''</span>
<span class="time">*''Time calling available''</span></div>
[[Use the Lust calling (level 3/-15 energy / 1 arche point)|james11lust]]
[[Use the Time calling (level 2/-10 energy / 1 arche point)|james11time]]
[[Try to talk your way out (Charisma level 4)|james11char]]
[[Try to get rid of the evidence (Sneaking level 2)|james11sneak]]<<if $sfaction gte 1>>
<<speech "You" "$name">>Hi, Dani.<</speech>>
<<speech "Dani">>H-hi, $name!<</speech>>
<<speech "You" "$name">>What are you reading this time?<</speech>>
<<speech "Dani">>The Hobbit. It's my third time reading it...<</speech>>
You sit by her side.
@@#answer;
<<link "Show interest on the book">>
<<replace "#answer">>
<<speech "You" "$name">>Wow! I just watched the movies. They're pretty cool.
Most of the time I end up sleeping, but it's more about me. The music and ambience make me sleepy.<</speech>>
<<speech "Dani">>Hahahahaha...<</speech>>
You chat for a while.
<span class="love">Her love increased by 1</span>
<<set $dani.love += 1>>
<<link 'Next' 'danitalk11short2'>> <</link>>
<</replace>><</link>>
<<link "Show interest on her">>
<<replace "#answer">>
<<speech "You" "$name">>Your skin looks so soft...<</speech>>
You gently caress her legs for a short time.
<<speech "Dani">>$name, I-I...<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<if $dani.lust gte 1>>
<span class="lust">''Lust check successful!''</span>
She opens her legs reacting positively to your touch.
<img class="middle large" src="images/release 4.0/dani/day11short/1.jpg">
<<else>>
<span class="lust">''Lust check failed''</span>
She closes her legs tight, showing that she's still too shy around you.
<img class="middle large" src="images/release 4.0/dani/day11short/2.jpg">
<</if>>
<span class="lust">Her lust increased by 1</span>
<<set $dani.lust += 1>>
<<link 'Next' 'danitalk11short2'>> <</link>>
<</replace>><</link>>
<<set $sfaction -= 1>><<set $sfaction2 to true>>
<<else>>
There is not enough time to do that.
<<link 'Next' '$shortfree11b'>> <</link>><</if>><<speech "You" "$name">>Great talk, Dani...<</speech>>
<<if $CurEng gte 100>><<set $CurEng to 100>><</if>>
You get up from the couch.
<<speech "Dani">>Thanks for the company, $name.<</speech>>
But before you go she calls you again.
<<speech "Dani">>Wait!<</speech>>
<<if $dani.love gte 3>>
<span class="love">''Love check successful!''</span>
<<set $danitea to true>>
<<speech "Dani">>I made you some tea...<</speech>>
She takes a termic bottle from her backpack and serves you a cup.
<<speech "You" "$name">>Tea? I don't usually drink tea, but why not?<</speech>>
You take a sip and it tastes wonderful.
<<speech "You" "$name">>Wooah! This thing is amazing!<</speech>>
She giggles.
<img class="middle large" src="images/release 4.0/dani/day11short/3.jpg">
<<speech "Dani">>It's a family recipe from my grandma. It's supposed to give you energy.<</speech>>
<<speech "You" "$name">>I can tell. I kinda feel something already.<</speech>>
<<speech "Dani">>I'm glad you liked it! You're always working so much, so I thought about making some for you.<</speech>>
<<speech "You" "$name">>That's sweet. Thank you, Dani!<</speech>>
<<speech "Dani">>I-It's nothing haha.<</speech>>
She grabs her things and goes back to her little office.
<<speech "Dani">>Byeeee!<</speech>>
<img class="middle large" src="images/release 4.0/dani/day11short/4.jpg">
<span class="energy">''Your energy has increased by 20''</span>
<<set $CurEng += 20>>
<<link 'Next' 'shortfree11b'>> <</link>>
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Dani">>I- Uhmm... It's nothing. Sorry!<</speech>>
She grabs her things and rush to work at her little office.
<<speech "You" "$name">>(Man... she's so weird...)<</speech>>
<<link 'Next' 'shortfree11b'>> <</link>><</if>><<if $timecalllvl gte 2 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 10>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>(I need to.. Uhm... come on! .... Think faster $name!
Wait... maybe not so fast)<</speech>>
You focus on having more time to think.
<img class="middle medium" src="images/player/timecall.gif">
You open your eyes and you're at the same spot, with no one around.
<<speech "You" "$name">>(What?)<</speech>>
Looking around, everything seems normal.
<<speech "Eliza">>Oh, hello there, $name!<</speech>>
You turn around and see Eliza coming from behind you.
<<speech "You" "$name">>Hi! Uhmm... Hello...<</speech>>
<<speech "Eliza">>Is everything ok?<</speech>>
<<speech "You" "$name">>Yeah... I'm okay. Buying some stuff?<</speech>>
<<speech "Eliza">>Yeah! I just moved to a new place and my fridge is completely empty.<</speech>>
<<speech "You" "$name">>(I went back in time!)
Uhmm... cool! Did you like the new place?<</speech>>
<<speech "Eliza">>It's kinda expensive, but it's impossible not to like. The building has everything and recently they build a new recreational area.<</speech>>
<<speech "You" "$name">>Let me guess... The Diamond Hall?<</speech>>
<<speech "Eliza">>Yeah! How did you know it?<</speech>>
<<speech "You" "$name">>I live there!<</speech>>
<<speech "Eliza">>What? That's great! So we're neighbors now.<</speech>>
<<speech "You" "$name">>Seems like it. We should meet up someday.<</speech>>
<<speech "Eliza">>Sure, that would be cool.<</speech>>
<<speech "You" "$name">>I bet you've been dying to get in the building's pool.<</speech>>
<<speech "Eliza">>Yeah! How did you guess?<</speech>>
<<speech "You" "$name">>You're so tall, I bet you used to swim when younger.
You have the body of a competitor...<</speech>>
<<speech "Eliza">>How... Oh my god!<</speech>>
She gives you a flirtacious slap on the arm.
<<speech "Eliza">>Have you been investigating me?<</speech>>
<<speech "You" "$name">>I'm just very observant haha<</speech>>
<<speech "Eliza">>No, really. That was so cool. Like, Sherlock Holmes type of thing.
You know... It may seem a silly, but when I was little I decided to be a cop because of him.<</speech>>
<<speech "You" "$name">>Really? That's not silly. It's actually pretty cool that you managed to bring a child's dream to adulthood in such a sustainable way.<</speech>>
<<speech "Eliza">>You think so?<</speech>>
She blushes a little.
<<speech "You" "$name">>(I think this is probably the right time...)<</speech>>
[[Next|james11time2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/timecall2.gif">
But you still manage to take some experience out of it.
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 5>><</nobr>>
[[Next|james11caught]]<</if>><<if $lustcalllvl gte 3 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>(Lust? What the hell do I do with it?)<</speech>>
He starts to tap really close to your left pocket, where a blunt is.
<<speech "You" "$name">>(Fuck it!)<</speech>>
You close your eyes and randomly focus on the Lust calling, not having time to think straight.
<img class="middle medium" src="images/player/lustcall.gif">
<<speech "You" "$name">>(Did anything happen?)<</speech>>
James reaches the outside of your pocket and feels something.
<<speech "James">>What is this?<</speech>>
<<speech "You" "$name">>This is... uhmm.<</speech>>
<div class="general">Oh my god! What are you doing?</div>
A woman shouts and when you turn your head you see a girl.
<video width="1000" src="videos/release 4.0/james/day11/1.mp4" autoplay loop muted></video>
<<speech "You" "$name">>(What the...)<</speech>>
<<speech "James">>Lady, what the hell is this?<</speech>>
He stops the search and turns his attention to her, still stading right next to you with one hand on your shoulder.
<div class="girl">//Isn't this hot, guys?//</div>
[[Next|james11lust2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 7.5>><</nobr>>
[[Next|james11caught]]<</if>><div class="girl">//Who wants to see my ass?//</div>
<video width="1000" src="videos/release 4.0/james/day11/2.mp4" autoplay controls></video>
A guy watching her says:
<div class="general">//Yo, that's fucking hot.//</div>
Some people start taking photos and videos.
<<speech "Eliza">>Hey! What are you doi...<</speech>>
Eliza stops for a while, pressing her crotch.
<<speech "James">>The hell you're waiting for?? Arrest these people?<</speech>>
She wakes up from her lust wave.
<<speech "Eliza">>Yes sir!<</speech>>
Seems like you affected a lot of random people around.
<video width="1000" src="videos/release 4.0/james/day11/3.mp4" autoplay loop muted></video>
Eliza runs and tackles the girl, trying to stop the show.
[[Next|james11lust3]]<<speech "James">>There is nothing to see here folks. Go on with your live-
''What the...''<</speech>>
A woman goes down on a man while the other starts jerking off and recording the whole thing.
<video src="videos/release 4.0/james/day11/4.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah!<</speech>>
Eliza's still on the ground stopping the lady from masturbating again.
<<speech "Eliza">>Sir! I can't go after them. I'm holding her... I'm...<</speech>>
Seems like resisting to the temptation is making her dizzy.
He lets go of you, grabs his baton and walks towards them.
<<speech "You" "$name">>Now is my chance...<</speech>>
You take the blunt from your pocket and hide it in the middle of some cereal boxes.
[[Next|james11lust4]]<<speech "You" "$name">>(They're really going for it...)<</speech>>
<video src="videos/release 4.0/james/day11/5.mp4" autoplay controls></video>
<<speech "James">>Stop this right fucking now!<</speech>>
Raising the baton, he startles them, causing them to stop for a while.
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
<<speech "You" "$name">>(Hmm... I could pretend I'm helping them to hold these people before dissipating the calling...)<</speech>>
[["Help to establish order"|james11lusthelp]]
[[Stop the effect|james11lust5]]
<<else>>
<span class="blue">''Intelligence check failed''</span>
<<speech "You" "$name">>(I should stop this before it gets even more out of control...)<</speech>>
[[Stop the effect|james11lust5]]<</if>>James manages to stop the "couple" from having public sex, but people around begin to get aroused and some of them begin to touch themselves.
You run to the market's communication center, where all the calls and solicitations are given.
<<speech "You" "$name">>(I've got an idea!)<</speech>>
You grab the microphone.
<div class="general">//''Attention, everyone! The police are outside the store. Anyone causing disorder will be detained for indecent assault!''//</div>
Simultaneously you drop the calling's effect.
<img class="middle medium" src="images/player/lustcall.gif">
People suddenly come to their senses and most of them look disgusted, embarrassed, or a mix of both.
<<speech "James">>There's nothing to be seen here, folks. Keep walking.<</speech>>
You come back to Eliza and Officer James, with things apparently under control.
<<speech "Eliza">>That was... really... ~SIGH... smart, $name.<</speech>>
She seems a little dizzy from resisting the calling, but she managed to handcuff the exhibitionist lady.
<<speech "James">>Boy oh boy. And here I was, thinking you only had shit for brains.<</speech>>
<<speech "You" "$name">>Thanks, Eliza. Glad I could help, officer.
You can continue conducting the search if you want to.<</speech>>
<<speech "James">>That won't be necessary. Just make sure things stay calm around here.
I mean... What the hell was even that?<</speech>>
The exhibitionist answers:
<div class="girl">//I-I don't know what has gotten into me...//</div>
The guy recording also questions:
<div class="general">//''You fucked my wife?''</div>
To what the other guy answers:
<div class="general">//I'm sorry! She jumped me... I couldn't resist!//</div>
<<speech "You" "$name">>(Damn! Did I really damaged these people relationship?)<</speech>>
<<speech "Dick">>You did not. The calling only made them do what they were holding themselves from doing.
This desire was already on their minds.<</speech>>
<<speech "You" "$name">>(Oh, Dick... Well, I feel better in that case...)<</speech>>
<<speech "James">>You can all explain what happened on the police station.
Now walk...<</speech>>
He grabs the "couple" and directs them to the parking lot, where his ride probably is.
<<speech "Eliza">>That was quick thinking $name, well done. I'll see you later.<</speech>>
She follows James to the door.
<<speech "You" "$name">>~PHEW (That was close...)<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $eliza.lust += 2>>
<span class="favor">His favor has increased by 1</span>
<<set $james.favor += 1>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
[[Next|work11d3]]<img class="middle medium" src="images/player/lustcall.gif">
As soon as the effect drops, pleople around seem completely baffled by the situation.
<<speech "Eliza">>Sir! I got her.<</speech>>
Eliza says after cuffing the exibitionist.
<<speech "James">>I've got them too.<</speech>>
The man is in handcuffs and the woman is getting handcuffed while the guy recording runs off to the exit.
<<speech "James">>God dammit! I need reinforcements!<</speech>>
He grabs the "couple" and directs them to the parking lot, where his ride probably is, completely ignoring the search he was performing on you.
<<speech "Eliza">>Eliza! Come with me! We need to go after him.
To the rest of you, ''disperse!''<</speech>>
People around start to walk away and the situation looks in control.
<<speech "Eliza">>I have to go, $name.<</speech>>
She leaves, visibly panting.
<<speech "You" "$name">>~PHEW (That was close...)<</speech>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="lust">Her lust has increased by 2</span>
<<set $eliza.lust += 2>>
[[Next|work11d3]]Not being able to anything you just freeze.
<<speech "James">>Now let's see what we got here.<</speech>>
He taps the outside of your pockets.
<<speech "James">>Empty your pockets...<</speech>>
You pull out your cellphone and wallet, leaving the evidence inside your left pocket.
<<speech "James">>No no... let me help you...<</speech>>
He puts his hands inside your front pockets and puls them outwards, dropping the blunt on the ground.
<<speech "James">>What do we have here?<</speech>>
He picks it up and smells it.
<<speech "James">>Some cheap ass weed.<</speech>>
<<speech "Eliza">>$name!<</speech>>
Eliza looks very surprised.
<<speech "James">>Well... the state won't let me arrest just for this.<</speech>>
<<speech "You" "$name">>(Thank god!)<</speech>>
<<speech "James">>But I can fine the shit out of you...<</speech>>
He grabs a small document, writes something on it, tears off a piece, and then gives it to you.
''You are fined 150 $.''
<<speech "You" "$name">>(''Fuck!'')<</speech>>
<<speech "James">>Hahaha, I love this job, I really do. Grab his signature, cadet. I'm leaving.
Keep out of trouble, kid.<</speech>>
He leaves to the parking lot.
<<speech "Eliza">>What was that, $name?<</speech>>
<<speech "You" "$name">>It's just weed. It's not a big deal.<</speech>>
<<speech "Eliza">>It is for me. That's wrong.<</speech>>
<<speech "You" "$name">>Well, I'm sorry. But I need to relax sometimes...<</speech>>
She gives you a pen.
<<if $eliza.love gte 1>>
<span class="love">''Love check successful!''</span>
<<speech "Eliza">>You can just sign in here, I'll find a way to check the fine as paid in the system.<</speech>>
<<speech "You" "$name">>Really! Thank you so much!<</speech>>
<<speech "Eliza">>But please, don't do this anymore...<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Eliza">>I have to go now. It was great seeing you.
Bye... neighbor.<</speech>>
She walks away.
[[Next|work11d3]]
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Eliza">>I'm sorry, but you have to sign it...<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
''You are 150 $ poorer.''
<<set $player.money -=150>>
<<speech "Eliza">>Please, don't do this anymore...<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Eliza">>I have to go now. It was great seeing you.
Bye... neighbor.<</speech>>
She walks away.
[[Next|work11d3]]<</if>><<set $previousPassage = passage()>>
<<if $worked is false>>
<<speech "You" "$name">>(Woah! That was a lot!)<</speech>>
You realize the smell of insecticide still didn't wear off.
<<speech "You" "$name">>(Shit... people will start to faint because of this thing...)<</speech>>
<<link 'Next' 'WORKMARKET2'>> <</link>>
<<else>>
<<set $period to 3>> <<nobr>><<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>><</nobr>>
<<speech "You" "$name">>(What a looooong day)<</speech>>
<<speech "Dick">>But now we're off to fuck some bitches...<</speech>>
<<speech "You" "$name">>(Hahaha it's always funny to see you speaking like this)<</speech>>
You go to the staff room, change your clothes and walk to the entrance, just when your phone rings.
~CRAWLING IN MY SKIIIIN, THESE WOOOOUNDS THEY WIIIIILL NOT HEAAAAAL~
<<speech "You" "$name">>Oh, it's $mname. Hey, man!<</speech>>
<<speech "Matt" "$mname">>//How's my sunshine feeling today, huh?//<</speech>>
<<speech "You" "$name">>Haha. I'm alright. I wa-<</speech>>
<<speech "Matt" "$mname">>//Great! My time is a little short. You're coming today, I presume.//<</speech>>
<<speech "You" "$name">>Yeah.<</speech>>
<<speech "Matt" "$mname">>//Could you do me a gigantic favor?//<</speech>>
<<speech "You" "$name">>I think so...<</speech>>
<<speech "Matt" "$mname">>//We had some... problems over here. I saw in your documents that you work in a super market, is that correct?//<</speech>>
<<speech "You" "$name">>Yes. But what happened?<</speech>>
<<speech "Matt" "$mname">>//Some lunatic broke in, invaded a scene and broke 3 lamps.//<</speech>>
<<speech "You" "$name">>Woah! Really?<</speech>>
<<speech "Matt" "$mname">>//No $name, I made it all up.//<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
<<speech "Matt" "$mname">>//Of course is true! It's a mess in here. And we need the lights to shoot some scenes today. Could you bring me three lamps?//<</speech>>
<<speech "You" "$name">>I don't know man. Just three normal lamps?<</speech>>
<<speech "Matt" "$mname">>//Not normal, LED lamps! But we need the highest quality you can find.
I need to go now. Be here fast!//<</speech>>
<<speech "You" "$name">>Jeez... Okay, but what about the money?<</speech>>
He hangs up.
<<speech "You" "$name">>Man... he's just so weird...<</speech>>
@@#answer;
<<link "Buy the lamps (150 $)">>
<<replace "#answer">><<if $player.money gte 150>>
You walk to the eletronics aisle and find the lamps.
<<speech "You" "$name">>What the fuck??? 150 bucks??
I really hope he pays me back...<</speech>>
You bring it to a station and pay for it.
<<set $broughtlamps to true>>
''You are 150 $ poorer''
<<set $player.money -= 150>><<else>>
You don't have enough money...
<</if>>
<<link 'Next' 'studio11'>> <</link>>
<</replace>><</link>>
<<link "Steal the lamps">>
<<replace "#answer">>
You walk to the eletronics aisle and find the lamps.
<<speech "You" "$name">>Frank won't miss just three lamps...<</speech>>
<<set $broughtlamps to true>>
You put the lamps in your bag and leave.
<<set $badkarma += 1>>
<span class="favor">Frank's favor has decreased by 2</span>
<<set $frank.favor -= 2>>
<<link 'Next' 'studio11'>> <</link>>
<</replace>><</link>>
<<link "Don't take the lamps">>
<<replace "#answer">>
<<speech "You" "$name">>Nah... not my problem... $mname needs to learn some respect before asking for things.<</speech>>
You leave straight to the set.
<<set $broughtlamps to false>>
<<link 'Next' 'studio11'>> <</link>>
<</replace>><</link>><</if>><<speech "You" "$name">>But speaking of inspiration... Do you know who inspires me everyday?
Officer James.<</speech>>
<<speech "Eliza">>Uhmm...<</speech>>
<<speech "You" "$name">>No, really. I know people think he's too arrogant. But I say:
"You watch your goddamn mouth before speaking ill of officer motherfucking James."
If he seems arrogant is because he needs to secure his authority, you know?.<</speech>>
<<speech "Eliza">>$name...<</speech>>
<<speech "You" "$name">>I'm telling you, he's an example to be followed. I wish I could be like him someday...
But what is it, Eliza?<</speech>>
<<speech "Eliza">>He's behind you...<</speech>>
You turn to him.
<<speech "You" "$name">>Oh! Hello officer! Didn't see you there...<</speech>>
<<speech "James">>Acting a little off today, huh?<</speech>>
<<speech "You" "$name">>Off? Hmm.. I feel normal...<</speech>>
<<speech "James">>So you defend my name against people?<</speech>>
<<speech "You" "$name">>Sure sir!<</speech>>
<<speech "James">>You know...<</speech>>
He gets closer to you.
<<speech "James">>I don't like ass-kissers...
But I'll cut you some slack today...<</speech>>
He looks serious, but doesn't seem angry.
<<speech "James">>Are you almost done, cadet Eliza?<</speech>>
<<speech "Eliza">>Yes, sir!<</speech>>
<<speech "James">>I'll wait for you in the car...
As for you...<</speech>>
He looks you up and down.
<<speech "James">>Have a nice day...<</speech>>
He walks away to the entrance.
<<speech "Eliza">>Uhmm... that was a little weird hahaha.<</speech>>
<<speech "You" "$name">>Yeah... sorry about that. I try to stay out of James radar...<</speech>>
<<speech "Eliza">>That's probably for the best... you know...
He thinks you-<</speech>>
<<speech "You" "$name">>He thinks I carry weed around and smoke all day long?<</speech>>
<<speech "Eliza">>Okay, Sherlock. I don't know how you're pulling that off but I'm impressed...<</speech>>
<<speech "You" "$name">>Maybe I can teach you someday...<</speech>>
You say it in a playful way.
<<speech "Eliza">>I'll take some notes haha. Now I really need to go.
Here's my number, neighbor. Let's work out the details to meet...<</speech>>
<<speech "You" "$name">>Sure!<</speech>>
You exchange numbers.
<<speech "Eliza">>It was very nice seeing you. The small talk got deeper than I thought haha
Anyways, see you at the pool, bye!<</speech>>
<<set $elizapooldate to true>>
''You got her number!''
<<set $eliza.number to true>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
<span class="love">Her love has increased by 2</span>
<<set $eliza.love += 2>>
<span class="friendship">His friendship has increased by 1</span>
<<set $james.friendship += 1>>
[[Next|work11d3]]<<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/eliza/face.jpg">
<a data-passage="Elizamessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Elizagallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Elizacontact">><</button>>
<<set $eliza.mess -= 1>><<nobr>>
<img class="right-side small" src="images/eliza/face.jpg"><</nobr>>
<<if $eliza.mess lt 0>><<set $eliza.mess to 0>><</if>><<button "Back">><<goto "Elizacontact">><</button>>
*Profile picture:
<img class="contacts" src="images/eliza/face.jpg"><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/chanell/face.jpg">
<a data-passage="Chanellmessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Chanellgallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Chanellcontact">><</button>>
<<set $chanell.mess -= 1>><<nobr>>
<img class="right-side small" src="images/chanell/face.jpg"><</nobr>>
<<if $chanell.mess lt 0>><<set $chanell.mess to 0>><</if>><<button "Back">><<goto "Chanellcontact">><</button>>
*Profile picture:
<img class="contacts" src="images/chanell/face.jpg"><span class="bigger">Introducing the new stat checks</span>
<div class="general">
*Besides the normal active stat levels needed to play certain actions, they will also work passively.
*Sometimes, during conversations your stats and your relationship to others may open additional options of dialogues and actions.
*Throughout the game, automatic checks will happen to determine if your personality or your closeness to someone were significant to play additional interactions.
*You'll see things like:
<span class="yellow">''Charisma check successful!''</span>
Wich means that your charisma was high enough to expand a dialogue, for instance, or perhaps open a new possibility of a small improvement either for you or for this relationship.
or
<span class="lust">''Lust check failed''</span>
Meaning that something could have happened if a girl's attraction to you were stronger.
*Keep an eye out for these checks and be sure to test the different possibilities.
[[Next|home11day]]</div><<if $charismalvl gte 3>>
<<speech "You" "$name">>Okay, okay. I should've confessed... (I hope this works...)<</speech>>
He pauses for a moment.
<<speech "James">>Confessed what, exactly?<</speech>>
You put your hand deep into your pocket and pull out the old crushed blunt.
<<speech "You" "$name">>This thing...<</speech>>
You show it to him.
<<speech "James">>Tweny five years in this shit, my nose never fails...
Give me this thing!<</speech>>
He grabs it from your hand.
<<speech "You" "$name">>It's from my friend, sir.<</speech>>
<<speech "James">>Ohhhh, sure. It's never the person's blunt, even though is in their pocket.
The grass fairy must be real busy putting this shit inside every pocket I search.<</speech>>
<<speech "You" "$name">>No, sir... my friend has passed... it has been some time.<</speech>>
He pauses for a moment.
<<speech "You" "$name">>This is the last thing he gave me, so I keep it as memory of him.
As you can't see it's not even smokable anymore.<</speech>>
Your social skills are up to the point that you can fake deep emotions.
<<speech "James">>Are you liyng to me?<</speech>>
<<speech "You" "$name">>No...<</speech>>
<<speech "James">>What's his name?<</speech>>
<<speech "You" "$name">>Steve...<</speech>>
<<speech "James">>Sorry for your loss. I know how hard it is to lose someone close.<</speech>>
He gives the smashed blunt back.
<<speech "James">>I'm going to the car... be quick.<</speech>>
<<speech "Eliza">>Sure, sir!<</speech>>
He walks to the parking lot.
<<speech "You" "$name">>(I can't believe that worked... I'm getting too good at lying...)
At least he left me alone...<</speech>>
<<speech "Eliza">>Yeah... he lost a friend in the force recently. That's probably why he understands you...
But I'm so sorry about your friend, $name.<</speech>>
[[Tell her the truth|eliza11truth]]
[[Keep lying|eliza11lie]]
<<else>>
You're not charismatic enough to do that...
[[Next|james11caught]]<</if>><<if $sneakinglevel gte 2>>
<<speech "You" "$name">>Come on, officer...<</speech>>
You put your hand deep into your pocket, grab the crushed blunt and pull the fabric outwards, while concealing the evidence in your palm.
<<speech "James">>I didn't tell you to do anything! ''Hands behind your head!''<</speech>>
<<speech "You" "$name">>Oh, sorry sir.<</speech>>
After putting your cellphone and wallet on the ground in front of him, you bring your hands together behind your head still palming the blunt.
<<speech "James">>Let me see...<</speech>>
He checks your pulled out pockets and proceeds to your torso, finding nothing in the process.
<<speech "James">>Let me see your arms. Put them out to the sides, like a 'T'.<</speech>>
<<speech "You" "$name">>Sure!<</speech>>
You quickly glance to your right and separate your hands, lowering your arms to shoulder level. Taking advantage of the movement, you throw the evidence as far to the side as you can.
<<speech "James">>Huh...<</speech>>
He taps, grabs and rubs your arms from hands to armpits, without any success.
<<speech "Eliza">>Sir, I think he's clean.<</speech>>
<<speech "James">>With all due respect, cadet Eliza. I don't need you to tell me how to do my job...<</speech>>
<<speech "Eliza">>Oh... I'm sorry, sir.<</speech>>
<<speech "James">>You may lower your arms.<</speech>>
You do as he says.
<<speech "James">>Looks like you got lucky this time.<</speech>>
He taps you hard on the shoulder.
~TAP TAP
<<speech "James">>You have a great day, son.<</speech>>
He seems very irritaded.
<<speech "James">>I'll be waiting in the car. You have 5 minutes before you need to take a bus.<</speech>>
<<speech "Eliza">>Sure! I just have to pay for this...<</speech>>
He walks to the parking lot.
<<speech "Eliza">>Sorry! I have to go, $name...<</speech>>
<<speech "You" "$name">>Wait let me scan these things for you. Come here.<</speech>>
You rush to a closed checkout lane, helping her to avoid the lines.
<<speech "Eliza">>You're a life saver!<</speech>>
You answer her while scaning her stuff.
<<speech "You" "$name">>It's okay. I made him angry, so might as well help you against his bad mood haha.<</speech>>
<<speech "Eliza">>Don't worry. You had nothing to hide.
Thanks again. See you at the building... neighbor.<</speech>>
She gives you a beautiful smile, before rushing to the entrance.
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
''Your sneaking skill has increased by 25 xp''
<<set $sneakinglvl += 25>>
[[Next|work11d3]]
<<else>>
You're not sneaky enough to do that...
[[Next|james11caught]]<</if>>How do you want to work the second part of your shift?
<<set $worked to true>>
@@#answer;
<<link "Work hard">>
<<replace "#answer">>
You give your best to not be called out by your boss and manage to do your job as you are intended to.
<img class="middle medium" src="images/misc/hardwork.gif">
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>><<if $day gte 12>><<set $salarybonus +=15>>''A bonus of 15 $ will be added to your weekly pay''<</if>>
<<set $CurEng -= 20>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>
<<link "Just //work//">>
<<replace "#answer">>
You do just the bare minimum and pretend to work hard, putting people to work for you.
<img class="small" src="images/misc/badwork.gif">
<span class="yellow">''Your charisma has increased by 5 xp''</span>
<<set $player.charisma += 5>>
<span class="red">''Your dominance has increased by 5 xp''</span>
<<set $player.dominance += 5>>
<<set $CurEng -= 10>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>You leave the bus, walk quickly to avoid getting mugged, and finally reach the film set.
Buck sees you from the door and announces.
<<speech "Buck">>Yo... he's here...<</speech>>
<<speech "Matt" "$mname">>There you are!!<</speech>>
You see $mname, stressed as always.
<<speech "You" "$name">>Better soon than never, right?<</speech>>
<<speech "Matt" "$mname">>Did you bring what I asked you?<</speech>>
<<if $broughtlamps is true>>
<<speech "You" "$name">>Yeah, man. Here it is...<</speech>>
<<speech "Matt" "$mname">>Great! This will do!<</speech>>
<<speech "You" "$name">>Cool, but what about the mon-<</speech>>
<<speech "Matt" "$mname">>I'll repay you somehow, just go there and fuck someone.<</speech>>
He pushes you to the shooting area.
<span class="favor">His favor has increased by 1</span>
<<set $matt.favor += 1>><<else>>
<<speech "You" "$name">>Nah man... You've been too ignorant for my taste...
You can get it yourself.<</speech>>
<<speech "Matt" "$mname">>What? Nooooo. Fuuuuuck!
I'll go. Buck, take care of things.<</speech>>
He rushes to the exit.
<<speech "Buck">>Yo, dude. Matt's a little weird, trust me, I know.
But he's a good little fella. Take it easy on him. Just ignore his ignorance and you'll be fine.<</speech>>
<<speech "You" "$name">>Hmm, I'll keep that in mind.<</speech>>
<<speech "Buck">>Cool... now you should go in there. There's some hot bitches today...<</speech>>
You walk to the shooting area.
<span class="favor">Matt's favor has decreased by 1</span>
<<set $matt.favor -= 1>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>><</if>>
[[Next|studio11a]]On the set you see the usual things: people walking around naked, camera crew transporting equipment and directors giving instructions.
<<speech "Rachel">>Heyyyy, are you an actor?<</speech>>
<img class="middle medium" src="images/release 4.0/rachel/day11/1.jpg">
<<speech "You" "$name">>Hey, yeah... (Her tits are massive!)<</speech>>
<<speech "Rachel">>Could you fuck me? The guy who was supposed to, chickened out...<</speech>>
<<speech "You" "$name">>Oh, that's bad. What's your name?<</speech>>
<<speech "Rachel">>Uhmm... Rachel. You're $name, right?<</speech>>
<<speech "You" "$name">>Yeah, how'd you know?<</speech>>
<<speech "Rachel">>Well I asked the guy at the reception if there was someone with experience available, and he told me about you.<</speech>>
<<speech "You" "$name">>Well, I do have some experience...<</speech>>
<<speech "Rachel">>It's my first boy and girl scene. So I need someone who knows what he's doing and doesn't hurt me...<</speech>>
<<speech "You" "$name">>Hurt you?<</speech>>
<<speech "Rachel">>Yeah! I didn't get to fuck a lot yet...<</speech>>
<<speech "You" "$name">>How old are you?<</speech>>
<<speech "Rachel">>Just turned eighteen...<</speech>>
<<speech "You" "$name">>Woah, I thought you were older... no offense tough.<</speech>>
<<speech "Rachel">>Relax, people tend to think I'm older because of my this:
<img class="middle medium" src="images/release 4.0/rachel/day11/2.jpg">
Hahaha...<</speech>>
<<speech "You" "$name">>Yeah... I can see that...<</speech>>
<<speech "Rachel">>So...<</speech>>
<<speech "You" "$name">>Oh, yeah! (I need to check who else is available first...)
The thing is, someone asked me a little help with something.
I'll check it out real quick and then I'll see if I can shoot with you, ok?<</speech>>
<<speech "Rachel">>Alright! I'll be waiting, baby...<</speech>>
<img class="middle medium" src="images/release 4.0/rachel/day11/3.jpg">
<<speech "You" "$name">>(Damn!)<</speech>>
[[Next|studio11b]]<<Sexstart>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $penetrated to false>>
<<set $rachelfucked to true>><</nobr>>
[[Blowjob|rachelbj]]
[[Missionary|Rachelsexmiss]]
<<if $CurOrg1 gte 30 or $girl.orgcount gte 1>>
[[Sideways|Rachelsexside]]
[[Reverse cowgirl|Rachelsexrcow]]
[[Cowgirl|Rachelsexcow]]
[[Doggystyle|Rachelsexdoggy]]
<<else>>
==Sideways==
==Missionary==
==Reverse cowgirl==
==Cowgirl==
==Doggystyle==<</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="energy">*''Energy calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<link 'Use the Energy calling (arche: -1)' 'NewEnergyCalling'>> <</link>>The director asks you to undress and enter the scene when you feel like it.
<<if $intelligencelvl gte 2>>
<span class="blue">''Intelligence check successful!''</span>
<<set $girl.orgcount to 0>>
You notice he has a very chill vibe and seems more open to a charismatic and funny approach to this scene.
<<else>>
<span class="blue">''Intelligence check failed''</span>
You fail to get an insight about the director.
<</if>>
<div class="general">//You look beeeeeautiful, baby.//</div>
<<set $rachel to true>><<set $pair1 to false>>
<<speech "Rachel">>Thanks!<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/1.mp4" autoplay muted loop></video>
<div class="general">//What size are these?//</div>
[[Next|rachelprescene2]]
<<set $bonusdom to 0>><<nobr>>
<<set $bonuschar to 0>>
<<set $bonusfit to 0>>
<<set $deepthroat to false>>
<<set $deepfuck to false>>
<<set $jayla.met to true>><</nobr>><video width="1000" src="videos/release 4.0/rachel/day11/2.mp4" autoplay controls></video>
<<set $girl.orgcount to 0>>
<div class="general">//''Double jays? Woah''//</div>
<<speech "Rachel">>Yeah! I got them from my mom haha.<</speech>>
<div class="general">//That's awesome. Shake them a little more for the camera...//</div>
<video width="1000" src="videos/release 4.0/rachel/day11/3.mp4" autoplay muted loop></video>
<div class="general">//Niiice, now stand up for me, please.//</div>
[[Next|rachelprescene3]]<video width="1000" src="videos/release 4.0/rachel/day11/4.mp4" autoplay controls></video>
<<set $directorpoints to 0>>
That's your cue.
<div class="general">//Can you help her, $name?//</div>
@@#answer;
<<link "Be chill">>
<<replace "#answer">>
<<speech "You" "$name">>Sure! Let me feel them first.<</speech>>
You approach her and lighty play with her big juggs.
<video width="1000" src="videos/release 4.0/rachel/day11/cool1.mp4" autoplay controls></video>
<<set $directorpoints += 1>>
[[Next|rachelprescene4]]
<</replace>><</link>>
<<link "Be assertive">>
<<replace "#answer">>
<<speech "You" "$name">>Let me feel these first.<</speech>>
You quickly grab her tits.
<video width="1000" src="videos/release 4.0/rachel/day11/straight1.mp4" autoplay controls></video>
[[Next|rachelprescene4]]
<</replace>><</link>>You untie the knot behind her neck and begin to undress the top.
<video width="1000" src="videos/release 4.0/rachel/day11/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Look at these...<</speech>>
<<speech "Rachel">>Do you like them?<</speech>>
@@#answer;
<<link "Try to be funny">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah! Now let's see what we can do with them.<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/cool2.mp4" autoplay controls></video>
<div class="general">//Hahahaha. Let's begin with a blowjob, guys.//</div>
<<set $directorpoints += 1>>
[[Guide her|rachelprescenerough1]]
[[Let her|rachelprescenecool1]]
<</replace>><</link>>
<<link "Suck on them">>
<<replace "#answer">>
<video width="1000" src="videos/release 4.0/rachel/day11/straight2.mp4" autoplay controls></video>
<div class="general">//Let's begin with a blowjob, guys.//</div>
[[Guide her|rachelprescenerough1]]
[[Let her|rachelprescenecool1]]
<</replace>><</link>><<speech "You" "$name">>Come here, let me help you.<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/straight3.mp4" autoplay controls></video>
[[Next|rachelprescenerough2]]<<speech "You" "$name">>Let me hold your hair so you can show me your skills.<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/cool3.mp4" autoplay controls></video>
[[Next|rachelprescenecool2]]<<speech "You" "$name">>Juuust teaching you how things work...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/straight4.mp4" autoplay controls></video>
<<set $rachelfirstdom to true>>
[[Next|Rachelsex]]<<speech "You" "$name">>Oh yeah...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/cool4.mp4" autoplay controls></video>
<<set $rachelfirstdom to false>>
[[Next|Rachelsex]]<<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bj.mp4" autoplay controls></video>
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Rachel">>''Fuck I'm cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/orgasm.mp4" autoplay controls></video>
[[Back|Rachelsex]]Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day11night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>><<set $period to 4>> <<nobr>><<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>><</nobr>>
<<speech "You" "$name">>(Man, I'm beat...)<</speech>>
You wait for the bus to your home and fortunately it doesn't take long.
<<speech "You" "$name">>(Nice!)<</speech>>
You get inside and the driver, a very old skinny woman, gives you a head sign.
<<speech "You" "$name">>Good evening, ma'am.<</speech>>
The bus is totally empty, you walk to the back and sit.
<<speech "You" "$name">>(I just want to sleep right now...)<</speech>>
Your head gets heavier and heavier, making it hard to keep your eyes open.
<div class="general">Tough night, kid?</div>
<<speech "You" "$name">>Not the worst actually, but I'm pretty tired...<</speech>>
<div class="general">We do what we can, right?</div>
<<speech "You" "$name">>Yeah... what about you? It seems pretty chill today, not much movement...<</speech>>
<div class="general">Yes, today's been a blessing. Not everyday is like this, especially around this time.</div>
<<speech "You" "$name">>It can get very dangerous, right?<</speech>>
<div class="general">Indeed, my friend. But I don't get scared easily.</div>
<<speech "You" "$name">>Well, that's good. But how come you don't get scared working so late?<</speech>>
<div class="general">You see... everyone's got a destiny. It just don't fit in my head that my destiny would lead me to die like this...</div>
<<speech "You" "$name">>That's an weird concept, destiny.<</speech>>
<div class="general">Why? You don't believe it?</div>
@@#answer;
<<link "I do">>
<<replace "#answer">>
<<speech "You" "$name">>I do, sometimes...
There's people working their asses off who will never get to go on a great vacation or have a nice car. Meanwhile, others are fortunate enough to be born into wealth, having everything handed to them on a silver platter.
It just doesn't seem like you can do much sometimes...<</speech>>
<div class="general">That's a way to see it. I agree with you.</div>
<<set $angelafavor to 0>>
<<link 'Next' 'day11night2'>> <</link>>
<</replace>><</link>>
<<link "I don't">>
<<replace "#answer">>
<<speech "You" "$name">>I just think that is fucked up to imagine that someone's gonna have the same life reagardless of how much effort they put in changing their odds.<</speech>>
<div class="general">Is that so?</div>
<<speech "You" "$name">>Well, yeah... Many people come from nothing and get to change their lifes. I mean, there's luck involved too, but you can't deny that, if you really focus, things will get better.
I may be wrong, but it's just sad to think that you have absolutely no choice over what happens to you.<</speech>>
<div class="general">I see your point. It's a valid one.</div>
<<set $angelafavor to 1>>
<<link 'Next' 'day11night2'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>Oh yeah, I'm gonna cum.<</speech>>
The director whispers:
<div class="general">//On her face, on her face!//</div>
<<speech "Rachel">>Wait... that's-<</speech>>
[[Cum on her face|cumonrachelface]]
[[Cum on her body|cumonrachelbody]]
<<if $girl.orgcount gte 1 and $CurPain lt 20>><<set $rachelbonus to true>><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjtip.mp4" autoplay controls></video>
[[More|rachelbjtip2]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjhead.mp4" autoplay controls></video>
[[More|rachelbjhead2]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjhead2.mp4" autoplay controls></video>
[[More|rachelbjhead]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjtip2.mp4" autoplay controls></video>
[[More|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 1>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjslap.mp4" autoplay controls></video>
[[Work the tip|rachelbjtip]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjsns.mp4" autoplay controls></video>
[[More|rachelbjsns2]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjsns2.mp4" autoplay controls></video>
[[More|rachelbjsns]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Grab on her head|rachelbjhead]]
<<if $deepthroat is false>>
[[Fuck her face|rachelbjprefacefuck]]
<<else>>
[[Fuck her face|rachelbjfacefuck]]
<</if>>
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<if $rachelfirstdom is true>>
<span class="submission">''Submission check successful!''</span>
<<speech "You" "$name">>Let me fuck your face again.<</speech>>
<<set $deepthroat to true>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjfacefuck.mp4" autoplay controls></video>
[[More|rachelbjfacefuck]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
[[Back to all|Rachelsex]]
<<else>>
<span class="submission">''Submission check failed''</span>
<<speech "You" "$name">>Let me fuck your face.<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjprefacefuck.mp4" autoplay controls></video>
She stops you.
<<speech "Rachel">>I don't think I'm ready yet...<</speech>>
@@#answer;
<<link "Fuck it anyways (dominance level 3)">>
<<replace "#answer">>
<<if $dominancelvl gte 3>>
<<speech "You" "$name">>Yes you are.<</speech>>
You grab her head firmly and thrust your cock against her throat.
<<set $deepthroat to true>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjprefacefuck2.mp4" autoplay controls></video>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
[[Next|rachelbjfacefuck]]
<<else>>
You're not dominant enough to do that.
<</if>>
[[Back to all|Rachelsex]]
<</replace>><</link>>
[[Back to all|Rachelsex]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>>
<<set $bonusdom += 1>>
<<set $CurPain += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjfacefuck.mp4" autoplay controls></video>
[[More|rachelbjfacefuck2]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>>
<<set $bonusdom += 1>>
<<set $CurPain += 1>><</nobr>>
<<speech "You" "$name">>Yeahhh...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/bjfacefuck2.mp4" autoplay controls></video>
[[More|rachelbjfacefuck]]
[[Work the tip|rachelbjtip]]
[[Cockslap|rachelbjslap]]
[[Stroke and suck|rachelbjsns]]
[[Grab on her head|rachelbjhead]]
[[Back to all|Rachelsex]]
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>>
<<if $CurOrg1 gte 20>><<set $deepfuck to true>><</if>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/rachel/day11/miss.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Rachel">>Hmmmm...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/miss2.mp4" autoplay controls></video>
<</if>>
[[More|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
[[Harder|Rachelsexmisshard]]
<<if $deepfuck is false>>
[[Deeper|Rachelsexmissdeeppre]]
<<else>>
[[Deeper|Rachelsexmissdeep]]
[[Raise her legs|Rachelsexmisslegs]]
<</if>>
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 4>>
<<set $CurPain += 2>>
<<set $bonusfit += 1>>
<<if $CurOrg1 gte 20>><<set $deepfuck to true>><</if>><</nobr>>
<<speech "Rachel">>Uhnnn...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/missfast.mp4" autoplay controls></video>
[[More|Rachelsexmissfast2]]
[[Normal|Rachelsexmiss]]
[[Harder|Rachelsexmisshard]]
<<if $deepfuck is false>>
[[Deeper|Rachelsexmissdeeppre]]
<<else>>
[[Deeper|Rachelsexmissdeep]]
[[Raise her legs|Rachelsexmisslegs]]
<</if>>
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 4>>
<<set $CurPain += 2>>
<<set $bonusfit += 1>>
<<if $CurOrg1 gte 20>><<set $deepfuck to true>><</if>><</nobr>>
<<speech "Rachel">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/missfast2.mp4" autoplay controls></video>
[[More|Rachelsexmissfast]]
[[Normal|Rachelsexmiss]]
[[Harder|Rachelsexmisshard]]
<<if $deepfuck is false>>
[[Deeper|Rachelsexmissdeeppre]]
<<else>>
[[Deeper|Rachelsexmissdeep]]
[[Raise her legs|Rachelsexmisslegs]]
<</if>>
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>>
<<set $CurPain += 2>>
<<if $CurOrg1 gte 20>><<set $deepfuck to true>><</if>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/misshard.mp4" autoplay controls></video>
[[More|Rachelsexmisshard2]]
[[Normal|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
<<if $deepfuck is false>>
[[Deeper|Rachelsexmissdeeppre]]
<<else>>
[[Deeper|Rachelsexmissdeep]]
[[Raise her legs|Rachelsexmisslegs]]
<</if>>
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>>
<<set $CurPain += 2>>
<<if $CurOrg1 gte 20>><<set $deepfuck to true>><</if>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/misshard2.mp4" autoplay controls></video>
[[More|Rachelsexmisshard]]
[[Normal|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
<<if $deepfuck is false>>
[[Deeper|Rachelsexmissdeeppre]]
<<else>>
[[Deeper|Rachelsexmissdeep]]
[[Raise her legs|Rachelsexmisslegs]]
<</if>>
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 1>><</nobr>>
<<speech "Rachel">>Yeah! Fuck me deep!<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/missdeep.mp4" autoplay controls></video>
[[More|Rachelsexmissdeep2]]
[[Normal|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
[[Harder|Rachelsexmisshard]]
[[Raise her legs|Rachelsexmisslegs]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<if $CurOrg1 gte 40 or $girl.orgcount gte 1>>
<span class="lust">''Lust check successful!''</span>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 1>><</nobr>>
<<speech "Rachel">>Yeah! Fuck me deep!<</speech>>
<<set $deepfuck to true>>
<video width="1000" src="videos/release 4.0/rachel/day11/missdeep.mp4" autoplay controls></video>
[[More|Rachelsexmissdeep2]]
[[Normal|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
[[Harder|Rachelsexmisshard]]
[[Raise her legs|Rachelsexmisslegs]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>>
<<else>>
<span class="lust">''Lust check failed''</span>
<<speech "You" "$name">>Take that cock deep...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/missdeeppre.mp4" autoplay controls></video>
<<speech "Rachel">>Wait, don't go too deep...<</speech>>
Seems like she's not horny enough.
@@#answer;
<<link "Fuck her anyways (dominance level 3)">>
<<replace "#answer">>
<<if $dominancelvl gte 3>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 4>>
<<set $CurPain += 3>><</nobr>>
<<speech "You" "$name">>It will get better...<</speech>>
You take her hand away and hold it.
<video width="1000" src="videos/release 4.0/rachel/day11/missdeeppre2.mp4" autoplay controls></video>
<<set $deepfuck to true>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
[[Next|Rachelsexmissdeep2]]
<<else>>
You're not dominant enough to do that.
<</if>>
[[Back to all|Rachelsex]]
<</replace>><</link>>
[[Back to all|Rachelsex]]<</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 1>><</nobr>>
<<speech "Rachel">>Yeah! Fuck me deep!<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/missdeep2.mp4" autoplay controls></video>
[[More|Rachelsexmissdeep]]
[[Normal|Rachelsexmiss]]
[[Faster|Rachelsexmissfast]]
[[Harder|Rachelsexmisshard]]
[[Raise her legs|Rachelsexmisslegs]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>>
<<set $CurPain += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/raiselegs.mp4" autoplay controls></video>
[[Harder|Rachelsexmisslegshard]]
[[Faster|Rachelsexmisslegsfast]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 8>>
<<set $CurPain += 4>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/misslegshard.mp4" autoplay controls></video>
[[Faster|Rachelsexmisslegsfast]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 6>>
<<set $CurPain += 2>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/misslegsfast.mp4" autoplay controls></video>
[[Harder|Rachelsexmisslegshard]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/rachel/day11/side.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Rachel">>Hmmmm...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/sidenormal.mp4" autoplay controls></video>
<</if>>
[[More|Rachelsexside]]
[[Faster|Rachelsexsidefast]]
[[Harder|Rachelsexsidehard]]
[[Deeper|Rachelsexsidedeep]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/sidefast.mp4" autoplay controls></video>
[[Normal|Rachelsexside]]
[[Harder|Rachelsexsidehard]]
[[Deeper|Rachelsexsidedeep]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/sidehard.mp4" autoplay controls></video>
[[Normal|Rachelsexside]]
[[Faster|Rachelsexsidefast]]
[[Deeper|Rachelsexsidedeep]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/sidedeep.mp4" autoplay controls></video>
[[Normal|Rachelsexside]]
[[Faster|Rachelsexsidefast]]
[[Harder|Rachelsexsidehard]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/rachel/day11/rcow.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Rachel">>Hmmmm...<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/rcownormal.mp4" autoplay controls></video>
<</if>>
[[More|Rachelsexrcow]]
[[Let her work it|Rachelsexrcowwork]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/rcowwork.mp4" autoplay controls></video>
[[Normal|Rachelsexrcow]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/rachel/day11/cow.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/rachel/day11/cownormal.mp4" autoplay controls></video>
<</if>>
[[More|Rachelsexcow]]
[[Harder|Rachelsexcowhard]]
[[Faster|Rachelsexcowfast]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/rcowhard.mp4" autoplay controls></video>
[[Normal|Rachelsexcow]]
[[Faster|Rachelsexcowfast]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 +=4>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggy.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggynormal.mp4" autoplay controls></video>
<</if>>
[[More|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Faster|Rachelsexdoggyfast]]
[[Deeper|Rachelsexdoggydeep]]
[[Very hard (fitness level 2)|Rachelsexdoggyhard]]
[[Very fast (fitness level 2)|Rachelsexdoggyfaster]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/rcowfast.mp4" autoplay controls></video>
[[Normal|Rachelsexcow]]
[[Harder|Rachelsexcowhard]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggywork.mp4" autoplay controls></video>
[[Normal|Rachelsexdoggy]]
[[Faster|Rachelsexdoggyfast]]
[[Deeper|Rachelsexdoggydeep]]
[[Very hard (fitness level 2)|Rachelsexdoggyhard]]
[[Very fast (fitness level 2)|Rachelsexdoggyfaster]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 4>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggyfast.mp4" autoplay controls></video>
[[Normal|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Deeper|Rachelsexdoggydeep]]
[[Very hard (fitness level 2)|Rachelsexdoggyhard]]
[[Very fast (fitness level 2)|Rachelsexdoggyfaster]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>>
<<set $CurPain += 2>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggydeep.mp4" autoplay controls></video>
[[Normal|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Faster|Rachelsexdoggyfast]]
[[Very hard (fitness level 2)|Rachelsexdoggyhard]]
[[Very fast (fitness level 2)|Rachelsexdoggyfaster]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 8>>
<<set $CurPain += 1>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggyhard.mp4" autoplay controls></video>
[[Normal|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Faster|Rachelsexdoggyfast]]
[[Deeper|Rachelsexdoggydeep]]
[[Very fast (fitness level 2)|Rachelsexdoggyfaster]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back to all|Rachelsex]]<</if>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 7>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggyfaster.mp4" autoplay controls></video>
[[More|Rachelsexdoggyfaster2]]
[[Normal|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Faster|Rachelsexdoggyfast]]
[[Deeper|Rachelsexdoggydeep]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back to all|Rachelsex]]<</if>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 5>>
<<set $CurOrg1 += 7>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/rachel/day11/doggyfaster2.mp4" autoplay controls></video>
[[More|Rachelsexdoggyfaster]]
[[Normal|Rachelsexdoggy]]
[[Let her work it|Rachelsexdoggywork]]
[[Faster|Rachelsexdoggyfast]]
[[Deeper|Rachelsexdoggydeep]]
[[Back to all|Rachelsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "rachelorgasm">> <</link>><</if>>
<<if $CurOrg gte 100>><<goto "cumonrachel">><</if>>
<<if $CurEng lte 0>><<goto "rachelBadEndEnergy">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back to all|Rachelsex]]<</if>><<speech "You" "$name">>Open your mouth!<</speech>>
<video width="1000" src="videos/release 4.0/rachel/day11/cumonface1.mp4" autoplay controls></video>
She seems to gag a little.
[[Next|cumonrachelface2]]At the last minute you aim at her body.
<video width="1000" src="videos/release 4.0/rachel/day11/cumonbody.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeah!<</speech>>
<div class="general">Aaaand cut! What the hell, man? I told you to cum on her face.</div>
<<speech "Rachel">>You didn't tell he would have cum om my face!<</speech>>
<div class="general">You're in a porn scene, darling. It's expected that you can receive a load on your face...</div>
<<speech "You" "$name">>Come on man, it's her first scene. She'll get used to it.
And it was a great scene.<</speech>>
<div class="general">I can't deny, it was a really great scene for a begginer.</div>
She looks at you.
<<speech "Rachel">>Thanks for that...<</speech>>
<<speech "You" "$name">>It's alright. I gotta go now, bye guys!<</speech>>
<<set $jayla.love +1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<<if $rachelbonus is true>>
[[Next|rachel11end]]
<<else>>
[[Next|scene11end]]<</if>><video width="1000" src="videos/release 4.0/rachel/day11/cumonface2.mp4" autoplay controls></video>
<<speech "You" "$name">>Huuuu... that felt good...<</speech>>
<div class="general">//Aaaaaaaand cut! Nice job guys!//</div>
<<speech "Rachel">>Dude!! Did he really need to cum on my face?<</speech>>
<img class="middle medium" src="images/release 4.0/rachel/day11/4.jpg">
<div class="general">//Well darling... it ''is'' a porn scene...//</div>
@@#answer;
<<link "Try to calm her down (charisma level 3)">>
<<replace "#answer">>
<<if $charismalvl gte 3>>
<<speech "You" "$name">>Sorry, Rachel... But guys will get a loooot more into you if you do things like this.<</speech>>
<<speech "Rachel">>Yeah, but I don't like to do this.<</speech>>
<<speech "You" "$name">>It will get better. Think about your popularity, think about the money.<</speech>>
<<speech "Rachel">>Well...<</speech>>
<<speech "You" "$name">>Besides... You look freaking hot with all that cum over your face and tits.<</speech>>
<<speech "Rachel">>Well, it does look hot.<</speech>>
<img class="middle medium" src="images/release 4.0/rachel/day11/5.jpg">
<<speech "You" "$name">>Here, hold on my dick, baby. Let's take some photos...<</speech>>
She comes closer and you signal the director to keep rolling.
[[Next|cumonrachelface3]]
<<else>>
You're not charismatic enough to do that.
<<if $rachelbonus is true>>
[[Next|rachel11end]]
<<else>>
[[Next|scene11end]]<</if>><</if>>
<</replace>><</link>>
<<link "Teach her">>
<<replace "#answer">>
<<speech "You" "$name">>You want to be a pornstar and can't take a load on the face?<</speech>>
<<speech "Rachel">>Well, yeah, but...<</speech>>
<<speech "You" "$name">>You need to get used to act like a whore if you want any chance of being succesfull.<</speech>>
<img class="middle medium" src="images/release 4.0/rachel/day11/6.jpg">
<<speech "You" "$name">>I'll keep cumming on your face if that helps haha...<</speech>>
<<speech "Rachel">>Can I have a tissue now?<</speech>>
<<set $jayla.submission +=1>>
<div class="general">//Sure, baby...//</div>
<<speech "You" "$name">>Thanks for the scene, see you later guys.<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<<if $rachelbonus is true>>
[[Next|rachel11end]]
<<else>>
[[Next|scene11end]]<</if>>
<</replace>><</link>>You walk a little further and see another crew getting ready to shoot a scene, while someone cleans up shards of glass from the floor.
<<set $bonuschar to 0>><<set $bonusint to 0>>
<div class="general">//Where's the goddam lamps? We need more light in here!//</div>
The director seems angry.
<<speech "You" "$name">>(Ohh... so this is the scene someone invaded...)<</speech>>
<<speech "Lily">>...I mean what was even that?<</speech>>
<<speech "Marina">>Right? I can't see why someone would do that...<</speech>>
<img class="middle medium" src="images/release 4.0/pair1/day11/1.jpg">
<<speech "You" "$name">>(Hmm... they're cute)<</speech>>
<div class="general">//And where is the replacement I need?//</div>
The brunette sees you.
<<speech "Lily">>Hey, you're an actor, I've seen you here before.<</speech>>
<<speech "You" "$name">>Yeah, what happened here?<</speech>>
<<speech "Lily">>A weird guy entered here, speaking a lot of shit and knocked over some lamps.<</speech>>
<<speech "Marina">>Yeah, and dude who was supposed to film with us got cut in the middle of all the chaos. It was pretty bad.<</speech>>
<<speech "You" "$name">>(Hmm so this is my chance...)
I could shoot with you girls, then...<</speech>>
The director overhears.
<div class="general">//Not a chance kid, a begginer like you would ruin my scene.//</div>
<<speech "You" "$name">>(Dammit!)<</speech>>
You hear quick footsteps coming from behind you.
<<speech "Matt" "$mname">>I'm here! I'm here!<</speech>>
Matt come with the lamps and starts setting them up.
<div class="general">//Great! How did you get it so fast at this time?//</div>
He looks at you.
<<if $broughtlamps is true>>
<<speech "Matt" "$mname">>$name got them for me. He saved us!<</speech>>
<div class="general">//Oh, I thought he was just an actor...//</div>
<<speech "Matt" "$mname">>He is, but he's also good at helping with all sorts of stuff.<</speech>>
<div class="general">//Huh...//</div>
The director looks you up and down.
<div class="general">//You think he could shoot this scene?//</div>
<span class="favor">''Favor check successful!''</span>
<<speech "Matt" "$mname">>He's one of the best, trust me.<</speech>>
<div class="general">//Ok, then. Get ready, we'll start right away...//</div>
Matt comes closer and whispers.
<<speech "Matt" "$mname">>You're welcome. But I can also pay you back for the lamps if you're real dumb and choose not to fuck these girls.<</speech>>
<<set $canfuckpair1 to true>><<else>>
<<speech "Matt" "$mname">>It was very expensive. But ''I'' found a way, you can thank me later...<</speech>>
<div class="general">//Haha! You're a life saver Matt!//</div>
<<speech "Matt" "$mname">>It's Little Giant...<</speech>>
He looks dead serious.
<div class="general">//Uhm... sure... whatever...
Before you leave... You think this guy could shoot this scene?//</div>
<span class="favor">''Favor check failed''</span>
<<speech "Matt" "$mname">>No, not yet...<</speech>>
He starts to laugh and leaves.
<<set $canfuckpair1 to false>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<</if>>
[[Next|choosegirl11]]<video width="1000" src="videos/release 4.0/rachel/day11/cumonfaceend.mp4" autoplay controls></video>
<div class="general">//Come on, don't be shy...//</div>
<img class="middle medium" src="images/release 4.0/rachel/day11/7.jpg">
<div class="general">//Great, darling!//</div>
She starts to suck you.
<img class="middle medium" src="images/release 4.0/rachel/day11/8.jpg">
<<speech "You" "$name">>Look who's doing it...<</speech>>
The director comes closer.
<div class="general">//One more from the top...//</div>
<img class="middle medium" src="images/release 4.0/rachel/day11/9.jpg">
<div class="general">//Niiiice! Thanks for you work, $name!//</div>
<<speech "You" "$name">>Don't mention it, man.<</speech>>
<div class="general">//No, really, I know some people who would love to work with you.//</div>
<<speech "You" "$name">>Oh cool! Now I have to go, bye guys.<</speech>>
<<set $jayla.lust +1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>><<if $directorpoints gte 2>>
<span class="purple">You got 2 point of bonus reputation for sticking with the director's vibe!</span>
<<set $player.reputation += 2>><</if>>
<span class="purple">You got 1 point of bonus reputation for the photos!</span>
<<set $player.reputation += 1>>
<<if $rachelbonus is true>>
[[Next|rachel11end]]
<<else>>
[[Next|scene11end]]<</if>><<if $pair1 is true>>
*You get 500 $ and +4 reputation for this scene.
<<set $player.money += 500>><<set $player.reputation += 3>>
<<if $girl.orgcount eq 0>><<nobr>>
*You didn't make Lily cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girl.orgcount eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
*You made Lily cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount gte 2>><<nobr>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
*You made Lily cum more than once!! You get +100$ bonus and +2 bonus reputation.<</nobr>><</if>>
<<if $girlorgcount2 eq 0>><<nobr>>
*You didn't make Marina cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girlorgcount2 eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
*You made Marina cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girlorgcount2 gte 2>><<nobr>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
*You made Marina cum more than once!! You get +100$ bonus and +2 bonus reputation.<</nobr>><</if>>
<</if>>
<<if $rachel is true>>
*You get 600 $ and +2 reputation for this scene.
<<set $player.money += 600>><<set $player.reputation += 2>>
<<if $girl.orgcount eq 0>><<nobr>>
*You didn't make her cum. You get no bonus for that.<</nobr>>
<</if>>
<<if $girl.orgcount eq 1>><<nobr>>
<<set $player.money += 50>>
<<set $player.reputation += 1>>
*You made her cum once! You get +50$ bonus and +1 bonus reputation.<</nobr>>
<</if>>
<<if $girl.orgcount gte 2>><<nobr>>
<<set $player.money += 100>>
<<set $player.reputation += 2>>
*You made her cum more than once!! You get +100$ bonus and +2 bonus reputation.<</nobr>><</if>>
<<if $pair1 is false and $broughtlamps is true>>
*You get 150 $ back for bringing in the lamps and not choosing to fuck both girls.
<<set $player.money += 150>>
<</if>><</if>>
<<if $bonuschar is true>><<nobr>>
<<set $player.charisma += 1>>
<span class="yellow">You got 10xp on charisma for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusdom gte 5>><<nobr>>
<<set $player.dominance += 10>>
<span class="red">You got 10xp on dominance for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusfit gte 8>><<nobr>>
<<set $player.fitness += 25>>
<span class="grey">You got 25xp on fitness for some actions you took in this scene.</span><</nobr>>
<</if>>
<<if $bonusint gte 10>><<nobr>>
<<set $player.intelligence += 1>>
<span class="blue">You got 10xp on intelligence for some actions you took in this scene.</span><</nobr>>
<</if>>
[[Next|day11night]]
<<Sexend>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>><</nobr>>Before you go Rachel calls you.
<<speech "Rachel">>Hey! You made me cum! No one has ever done that before...<</speech>>
<<speech "You" "$name">>I'm glad I could help haha.<</speech>>
<<speech "Rachel">>No, really. When I see you again I'm gonna fuck you goood.<</speech>>
<<speech "You" "$name">>Hmmm... I'm down for that.<</speech>>
<<speech "Rachel">>Now I need to go before my mom kills me...<</speech>>
She turns away and start packing her stuff.
<<speech "You" "$name">>Bye!<</speech>>
''You achieved her bonus!''
You just have to wait...
[[Next|scene11end]]<div class="girl">Fuck! I can't work with you. You're hurting me!</div>
The director says:
<div class="general">Hey dumbass! Get out of here!</div>
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day11night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>>When you enter the set they're already rolling.
<<set $pair1 to true>>
<div class="general">//Shhh... let them talk a little bit. You enter later. The brunette is Lily and the blonde is Marina.//</div>
<video width="1000" src="videos/release 4.0/pair1/day11/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(This is gonna be fun)<</speech>>
[[Next|pair1prescene1]]<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<Sexend>>
<div class="general">''OPTION 1: Lily and Marina'' (Reputation +4, Money +500$)
<img class="right-side medium" src="images/release 4.0/pair1/day11/capa.jpg">
<<if $canfuckpair1 is true>>
[[Choose Lily and Marina|pair1prescene]]
<<else>>
==Choose Lily and Marina==(Must've helped $mname)<</if>>
''PROS:''
- More reputation
- Two girls
''CONS'':
- Hard to satisfy both
- One of them is Less experienced
''GIRL HINT TO BONUS'': make sure to satisfy them.
</div>
<div class="general">''OPTION 2: Rachel'' (Reputation +2, Money +600$)
<img class="right-side medium" src="images/release 4.0/rachel/day11/capa.jpg">
[[Choose Rachel|rachelprescene]]
''PROS''
- Huge tits
- Sweet and funny
- More money
''CONS''
- Less experienced
- Less reputation
''GIRL HINT TO BONUS'': make sure to satisfy her and not cause much pain.
</div><<speech "Lily">>Next question...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/2.mp4" autoplay controls></video>
<<speech "You" "$name">>(She soo cute man...)<</speech>>
[[Next|pair1prescene2]]<video width="1000" src="videos/release 4.0/pair1/day11/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Not bad?? Bitch, you're lucky I have a magic dong...)<</speech>>
[[Next|pair1prescene3]]<video width="1000" src="videos/release 4.0/pair1/day11/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(Maybe we can fix that...)<</speech>>
[[Next|pair1prescene4]]<video width="1000" src="videos/release 4.0/pair1/day11/5.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
[[Next|pair1prescene5]]<video width="1000" src="videos/release 4.0/pair1/day11/6.mp4" autoplay controls></video>
<<speech "You" "$name">>(Her tits look perfect...)<</speech>>
[[Next|pair1prescene6]]<video width="1000" src="videos/release 4.0/pair1/day11/7.mp4" autoplay controls></video>
Marina still seems a little unconfortable to do lesbian stuff.
<<speech "Lily">>You should take your tits out too...<</speech>>
<<speech "Marina">>Okay...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/8.mp4" autoplay muted loop></video>
[[Next|pair1prescene7]]<video width="1000" src="videos/release 4.0/pair1/day11/9.mp4" autoplay controls></video>
<<speech "Lily">>You should get up, let me see that ass.<</speech>>
<<speech "Marina">>Haha, sure.<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/10.mp4" autoplay muted loop></video>
[[Next|pair1prescene8]]<video width="1000" src="videos/release 4.0/pair1/day11/11.mp4" autoplay controls></video>
<<speech "You" "$name">>(Nice!)<</speech>>
<<speech "Lily">>Let me take off my skirt too.<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/12.mp4" autoplay muted loop></video>
<<speech "Lily">>Ooops, almost took the panties out too hahaha.<</speech>>
[[Next|pair1prescene9]]<video width="1000" src="videos/release 4.0/pair1/day11/13.mp4" autoplay controls></video>
<<set $condompair1 to false>>
<<speech "You" "$name">>(Maybe she's getting more open now...)<</speech>>
They start kissing.
<video width="1000" src="videos/release 4.0/pair1/day11/14.mp4" autoplay muted loop></video>
<<speech "Lily">>You're a pretty good kisser!<</speech>>
<<speech "Marina">>Thanks... but I don't know if...<</speech>>
Before she can speak, Lily kisses her again.
<video width="1000" src="videos/release 4.0/pair1/day11/15.mp4" autoplay muted loop></video>
<<speech "Marina">>Sorry, I don't think I'm into girls...<</speech>>
The director whispers to you:
<div class="general">//Oh no... I know that look, she's gonna quit the scene. Get in there!//</div>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="lust">*''Lust calling available''</span></div>
[[Use the Psychic calling (lvl 3 or lvl 2 + dominance lvl 3 /-20 energy /2 arche points)|pair1psy]]
[[Use the Lust calling (-20 energy /1 arche point)|pair1lust]]
[[Just do your work|pair1plain]]<<if $CurEng gte 20 and $player.arche gte 2 and $psycalllvl gte 3>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 2>><</nobr>>
You step foward and call their attention.
<<speech "You" "$name">>Hey, girls.<</speech>>
Your eyes glow blue for a split second.
<img class="middle medium" src="images/player/psycall.gif">
You're immediately bombarded with two heavy streams of thoughts.
<<speech "Lily">>(He's kinda cute)<</speech>>
<<speech "Marina">>(God... I'm so nervous...)<</speech>>
Entering two minds at once is not an easy task. You're listening, but also completely still, as if any movement could disrupt your concentration.
<<speech "Lily">>(Can he take both of us though? I think he's still new in the business...)<</speech>>
<<speech "Marina">>(Shit... they're not gonna pay me if don't do well...)<</speech>>
The director whipers:
<div class="general">//What the fuck are you doing?? Do something.//</div>
<<speech "You" "$name">>(Fuck! This is too intense...)<</speech>>
<<speech "Lily">>(What is he doing? I knew he would freeze, poor dude)<</speech>>
<<speech "Marina">>(I don't know what to do...)<</speech>>
<<speech "You" "$name">>(Focus $name!)
Just do what you came here to do and ''FOLLOW'' my lead.<</speech>>
As soon as you say this you stop hearing their thoughts.
<<speech "You" "$name">>(Did it... work?)<</speech>>
The girls look at each other.
<<speech "You" "$name">>(Come on! Do something, take of your panties...)<</speech>>
<<speech "Lily">>I have an idea...<</speech>>
[[Next|pair1psy2]]
<<elseif $CurEng gte 20 and $player.arche gte 2 and $psycalllvl gte 2 and $dominancelvl gte 3>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 2>><</nobr>>
You step foward and call their attention.
<<speech "You" "$name">>Hey, girls.<</speech>>
Your eyes glow blue for a split second.
<img class="middle medium" src="images/player/psycall.gif">
You're immediately bombarded with two heavy streams of thoughts.
<<speech "Lily">>(He's kinda cute)<</speech>>
<<speech "Marina">>(God... I'm so nervous...)<</speech>>
Entering two minds at once is not an easy task. You're listening, but also completely still, as if any movement could disrupt your concentration.
<<speech "Lily">>(Can he take both of us though? I think he's still new in the business...)<</speech>>
<<speech "Marina">>(Shit... they're not gonna pay me if don't do well...)<</speech>>
The director whipers:
<div class="general">//What the fuck are you doing?? Do something.
<<speech "You" "$name">>(Fuck! This is too intense...)<</speech>>
<<speech "Lily">>(What is he doing? I knew he would freeze, poor dude)<</speech>>
<<speech "Marina">>(I don't know what to do...)<</speech>>
<<speech "You" "$name">>(Focus $name!)
Just do what you came here to do and ''FOLLOW'' my lead.<</speech>>
As soon as you say this you stop hearing their thoughts.
<<speech "You" "$name">>(Did it... work?)<</speech>>
The girls look at each other.
<<speech "You" "$name">>(Come on! Do something, take of your panties...)<</speech>>
<<speech "Lily">>I have an idea...<</speech>>
[[Next|pair1psy2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
[[Next|Pair1sex]]
<<set $psycalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>><</if>><<if $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
<<speech "You" "$name">>Hey, girls... Why don't you play some more before I join?<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
<video width="1000" src="videos/release 4.0/pair1/day11/19.mp4" autoplay controls></video>
<div class="general">//What?//</div>
<<speech "You" "$name">>(It worked!)<</speech>>
<<speech "Lily">>Fuck you're so hot...<</speech>>
She also takes off her panties and goes back to kissing.
[[Next|pair1lust1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
[[Next|Pair1sex]]
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>><</if>><<speech "You" "$name">>Hey girls, can I join you?<</speech>>
You say while massaging your cock through your underwear.
<video width="1000" src="videos/release 4.0/pair1/day11/16.mp4" autoplay controls></video>
<<speech "Lily">>Ohhh, look who's happy to see us...<</speech>>
She catches your cue.
<<speech "Lily">>Are you ready to suck that cock?<</speech>>
<<speech "Marina">>Hmmm... yeah.<</speech>>
The blondie also gets it.
[[Next|pair1plain2]]<video width="1000" src="videos/release 4.0/pair1/day11/17.mp4" autoplay controls></video>
<<speech "Lily">>Great start girl, now suck on it for me.<</speech>>
[[Next|pair1plain3]]<video width="1000" src="videos/release 4.0/pair1/day11/18.mp4" autoplay controls></video>
<<set $marinadt to false>>
<<speech "You" "$name">>(Hmmm this feels nice)<</speech>>
<<set $pair1bj to true>>
[[Next|Pair1sex]]
<<set $pair1psy to false>><<set $threesomesex to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $penetrated to false>>
<<set $pair1fucked to true>><</nobr>>
<<if $pair1bj is false>>
[[Blowjob|Pair1prebj]]
<<else>>
[[Blowjob|Pair1sexbj]]
<</if>>
[[Fuck them|Pair1sexfuck]]
<<if $pair1psy is true>>
[[Lesbian sex|Pair1sexles]]
<<else>>
==Lesbian sex==
<</if>><<if $pair1psy is false>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="energy">*''Energy calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<link 'Use the Energy calling (arche: -1)' 'NewEnergyCalling'>> <</link>><</if>>-Marina
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
-Lily
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>><<nobr>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><video width="1000" src="videos/release 4.0/pair1/day11/20.mp4" autoplay controls></video>
<<speech "You" "$name">>Her pussy must taste amazing...<</speech>>
She lets out a heavy sigh as if your words make her get even more into it.
<<speech "Lily">>I need to taste it!<</speech>>
[[Next|pair1lust2]]<video width="1000" src="videos/release 4.0/pair1/day11/21.mp4" autoplay controls></video>
<<speech "Marina">>Hmmmm...<</speech>>
<<speech "You" "$name">>(She just needed a little push...)<</speech>>
[[Next|pair1lust3]]<video width="1000" src="videos/release 4.0/pair1/day11/22.mp4" autoplay controls></video>
[[Next|pair1lust4]]<video width="1000" src="videos/release 4.0/pair1/day11/23.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmm... she's really enjoying it)<</speech>>
[[Next|pair1lust5]]<video width="1000" src="videos/release 4.0/pair1/day11/24.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah, make her cum...<</speech>>
[[Next|pair1lust6]]<video width="1000" src="videos/release 4.0/pair1/day11/orgasm2.mp4" autoplay controls></video>
<<speech "Lily">>See? I knew you like girls hahaha...<</speech>>
<<speech "Marina">>That was awesome...<</speech>>
<<speech "Lily">>Do you wanna eat me now?<</speech>>
<<speech "Marina">>Yes!<</speech>>
[[Next|pair1lust7]]<video width="1000" src="videos/release 4.0/pair1/day11/26.mp4" autoplay controls></video>
<<speech "Lily">>Oh my...<</speech>>
[[Next|pair1lust8]]<video width="1000" src="videos/release 4.0/pair1/day11/27.mp4" autoplay controls></video>
<<speech "Lily">>That's really you first time eating pussy?<</speech>>
<<speech "Marina">>Hmmmhmm...<</speech>>
[[Next|pair1lust9]]<video width="1000" src="videos/release 4.0/pair1/day11/28.mp4" autoplay controls></video>
<<speech "Lily">>Ohnnnnn...<</speech>>
[[Next|pair1lust10]]
<video width="1000" src="videos/release 4.0/pair1/day11/29.mp4" autoplay controls></video>
<<speech "You" "$name">>(That's so fucking hot...)<</speech>>
[[Next|pair1lust11]]<video width="1000" src="videos/release 4.0/pair1/day11/orgasm1.mp4" autoplay controls></video>
<<speech "Marina">>Did you like it?<</speech>>
<<speech "Lily">>I loved it! You're a natural.<</speech>>
<<speech "You" "$name">>That was amazing girls. (This calling really makes them cum a lot faster...)<</speech>>
[[Next|pair1lust12]]<<speech "You" "$name">>But now it's my turn to have some fun.<</speech>>
<<set $marinadt to false>>
<video width="1000" src="videos/release 4.0/pair1/day11/16.mp4" autoplay controls></video>
<<set $pair1bj to false>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
[[Next|Pair1sex]]
<<set $pair1psy to false>><video width="1000" src="videos/release 4.0/pair1/day11/19.mp4" autoplay controls></video>
<<speech "You" "$name">>(Oh my God! It worked!)<</speech>>
[[Next|pair1psy3]]<<speech "You" "$name">>(Lily, take of your panties and kiss her some more)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/20.mp4" autoplay controls></video>
<<speech "You" "$name">>(I didn't know I could do this. I can tell people what to do from now on?)<</speech>>
<<speech "Dick">>They are here for a purpose. You're making suggestions inside a context that they're already in, making it easier to "control" them.<</speech>>
<<speech "You" "$name">>(Oh... so they're just doing this because they already wanted?)<</speech>>
<<speech "Dick">>That is an oversimplification, but yes.
Don't worry though, with time and proper training, you'll be capable of making people do stuff they never thought of doing.
Now let's fuck those bitches.<</speech>>
<<set $pair1bj to false>><<set $marinadt to false>>
<<speech "You" "$name">>(Hahaha, you don't have to say that again...)<</speech>>
<<set $pair1psy to true>>
<span class="psy">''Your skill with the Psychic calling has increased by 2''</span>
<<set $psycalllvl += 2>>
[[Next|Pair1sex]]<<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjtipm1.mp4" autoplay controls></video>
[[Stroke it|Pair1sexhjm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjtipsuckm1.mp4" autoplay controls></video>
[[More|Pair1sexbjsucktipm2]]
[[Switch to Lily|Pair1sexbjsucktipl1bs1]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjtipsuckm2.mp4" autoplay controls></video>
[[More|Pair1sexbjsucktipm1]]
[[Switch to Lily|Pair1sexbjsucktipl1bs1]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 1>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/hjm1.mp4" autoplay controls></video>
<<set $fuckmarina to true>>
[[Switch to Lily|Pair1sexhjl1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsm1.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsm2]]
[[Switch to Lily|Pair1sexbjsnsl1]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsm2.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsm1]]
[[Switch to Lily|Pair1sexbjsnsl1]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Deepthroat|Pair1sexbjdeepthroat]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsl1.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsl2]]
[[Switch to Marina|Pair1sexbjsnsm1]]
[[Have Marina suck your balls|Pair1sexbjsnsl1bs1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/hjl1.mp4" autoplay controls></video>
[[More|Pair1sexhjl2]]
[[Switch to Marina|Pair1sexhjm1]]
[[Have Marina suck your balls|Pair1sexhjl1bs1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsl2.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsl1]]
[[Switch to Marina|Pair1sexbjsnsm1]]
[[Have Marina suck your balls|Pair1sexbjsnsl1bs1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurEng -= 1.5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/hjl1bs.mp4" autoplay controls></video>
[[More|Pair1sexhjl1bs2]]
[[Switch to Marina|Pair1sexhjm1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2.5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsl1bs.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsl1bs2]]
[[Switch to Marina|Pair1sexbjsnsm1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>>Who do you want to start with?
@@#answer;
<<link "Marina">>
<<replace "#answer">>
<<speech "You" "$name">>Come here Marina.<</speech>>
<<set $pair1bj to true>>
<video width="1000" src="videos/release 4.0/pair1/day11/prebj.mp4" autoplay controls></video>
<<link 'Next' 'Pair1sexbj'>> <</link>>
<</replace>><</link>>
<<link "Lily">>
<<replace "#answer">>
<<speech "You" "$name">>Come here Lily.<</speech>>
<<set $pair1bj to true>>
<video width="1000" src="videos/release 4.0/pair1/day11/prebj2.mp4" autoplay controls></video>
<<link 'Next' 'Pair1sexbj'>> <</link>>
<</replace>><</link>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2.5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjsnsl1bs2.mp4" autoplay controls></video>
[[More|Pair1sexbjsnsl1bs1]]
[[Switch to Marina|Pair1sexbjsnsm1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurEng -= 1.5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/hjl1bs2.mp4" autoplay controls></video>
[[More|Pair1sexhjl1bs1]]
[[Switch to Marina|Pair1sexhjm1]]
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjtipsuckl1bs.mp4" autoplay controls></video>
[[Switch to Marina|Pair1sexbjsucktipm1]]
[[Stroke it|Pair1sexhjl1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/hjl2.mp4" autoplay controls></video>
[[More|Pair1sexhjl1]]
[[Switch to Marina|Pair1sexhjm1]]
[[Have Marina suck your balls|Pair1sexhjl1bs1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Suck it deep|Pair1sexbjdeep]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjdeep.mp4" autoplay controls></video>
[[Stroke it|Pair1sexhjl1]]
[[Suck the tip with ballsucking|Pair1sexbjsucktipl1bs1]]
[[Stroke and suck|Pair1sexbjsnsl1]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<if $marinadt is false>><<goto "Pair1sexbjpredeepthroat">><<else>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjdeepthroat.mp4" autoplay controls></video>
[[More|Pair1sexbjdeepthroat2]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</if>><<speech "You" "$name">>Do you know how to deepthroat, baby?<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjpredeepthroat.mp4" autoplay controls></video>
[[Next|Pair1sexbjpredeepthroat2]]<<speech "You" "$name">>Come here...<</speech>>
<<set $marinadt to true>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjpredeepthroat2.mp4" autoplay controls></video>
<<speech "Lily">>I think she's getting the hang of it haha.<</speech>>
[[More|Pair1sexbjdeepthroat]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/bjdeepthroat2.mp4" autoplay controls></video>
[[More|Pair1sexbjdeepthroat]]
[[Stroke it|Pair1sexhjm1]]
[[Lick the tip|Pair1sexbjtipm1]]
[[Suck the tip|Pair1sexbjsucktipm1]]
[[Stroke and suck|Pair1sexbjsnsm1]]
[[Back to bj options|Pair1sexbj]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<speech "You" "$name">>Get on your knees, I'm gonna cum!<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/cum.mp4" autoplay controls></video>
[[Next|cumonpair2]]Looks like you ran out of energy and can not shoot anymore today...
<img class="middle medium" src="images/player/noenergy.jpg">
You failed this scene...
You lost 1 point of reputation.
<<set $player.reputation -=1>>
You get NO money.
But don't give up. Next time will be better.
[[Go home|day11night]]
<<if $player.reputation lt -1>><<goto "GAMEOVER">><</if>><<speech "Dick">>Keep in mind that controlling them will arouse us too...<</speech>>
-Marina
[[Lick her tits|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
-Lily
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to all|Pair1sex]]<<set $CurOrg2 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Taste it)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilylick.mp4" autoplay controls></video>
[[More|Pair1sexleslilylick2]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilylick2.mp4" autoplay controls></video>
[[More|Pair1sexleslilylick]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 5>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Eat her like you mean it, Lily)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilylickfast.mp4" autoplay controls></video>
[[More|Pair1sexleslilylickfast2]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 5>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilylickfast2.mp4" autoplay controls></video>
[[More|Pair1sexleslilylickfast]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Rub her pussy, Lily)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilyrub.mp4" autoplay controls></video>
[[More|Pair1sexleslilyrub2]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Faster)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilyrub2.mp4" autoplay controls></video>
[[More|Pair1sexleslilyrub]]
[[Lick her tits|Pair1sexleslilytits]]
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 += 2>><<nobr>>
<<set $CurOrg += 1>><</nobr>>
<<speech "You" "$name">>(Suck those perky tits)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/lilytits.mp4" autoplay controls></video>
[[Eat her pussy slow|Pair1sexleslilylick]]
[[Eat her pussy fast|Pair1sexleslilylickfast]]
[[Rub her pussy|Pair1sexleslilyrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg2 gte 100>><<goto "marinalorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 2>><<nobr>>
<<set $CurOrg += 1>><</nobr>>
<<speech "You" "$name">>(Suck on those nipples, Marina)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/maritits.mp4" autoplay controls></video>
[[More|Pair1sexlesmaritits2]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 2>><<nobr>>
<<set $CurOrg += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/maritits2.mp4" autoplay controls></video>
[[More|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Lick it good, I know you like it)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/marilick.mp4" autoplay controls></video>
[[More|Pair1sexlesmarilick2]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/marilick2.mp4" autoplay controls></video>
[[More|Pair1sexlesmarilick]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 5>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Rub your pussy on her face, Lily)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/maritrub.mp4" autoplay controls></video>
[[More|Pair1sexlesmaritrub2]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Suck her lips)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/marisuck.mp4" autoplay controls></video>
[[More|Pair1sexlesmarisuck2]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 5>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Keep your mouth in there)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/maritrub2.mp4" autoplay controls></video>
[[More|Pair1sexlesmaritrub]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Suck on it|Pair1sexlesmarisuck]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg1 += 3>><<nobr>>
<<set $CurOrg += 2>><</nobr>>
<<speech "You" "$name">>(Keep going)<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/marisuck2.mp4" autoplay controls></video>
[[More|Pair1sexlesmarisuck]]
[[Lick her tits|Pair1sexlesmaritits]]
[[Eat her pussy slow|Pair1sexlesmarilick]]
[[Get her pussy rubbed on your tongue|Pair1sexlesmaritrub]]
[[Back to lesbian sex|Pair1sexles]]
[[Back to all|Pair1sex]]
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurOrg1 gte 100>><<goto "lilylorgasm">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><<set $CurOrg2 to 0>><<nobr>>
<<set $girlorgcount2 += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Marina">>''I'm cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/orgasm2.mp4" autoplay controls></video>
[[Back|Pair1sex]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Lily">>''I'm fucking cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/orgasm1.mp4" autoplay controls></video>
[[Back|Pair1sex]]<<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmari.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarinormal.mp4" autoplay controls></video>
<</if>>
[[More|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $bonusfit += 1>><<nobr>>
<<set $CurOrg += 2.5>>
<<set $CurEng -= 3>>
<<set $CurOrg2 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarifast.mp4" autoplay controls></video>
[[More|Pair1sexmissmarifast2]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $bonusfit += 1>><<nobr>>
<<set $CurOrg += 2.5>>
<<set $CurEng -= 3>>
<<set $CurOrg2 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarifast2.mp4" autoplay controls></video>
[[More|Pair1sexmissmarifast]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 4>><</nobr>>
<<speech "You" "$name">>Lick her pussy, baby...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarilick.mp4" autoplay controls></video>
[[More|Pair1sexmissmarilick2]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 4>><</nobr>>
<<speech "Marina">>Hmmm...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarilick2.mp4" autoplay controls></video>
[[More|Pair1sexmissmarilick]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 4>><</nobr>>
<<speech "You" "$name">>Rub it, Lily...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarirub.mp4" autoplay controls></video>
[[Normal|Pair1sexmissmari]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg2 += 6>><</nobr>>
<<set $bonusfit += 1>>
<<speech "Marina">>Oh....<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarifaster.mp4" autoplay controls></video>
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Faster|Pair1sexmissmarifast]]
[[Harder|Pair1sexmissmarihard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|Pair1sexmissmari]]
<</if>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg2 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarihard.mp4" autoplay controls></video>
[[More|Pair1sexmissmarihard2]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg2 += 6>><</nobr>>
<<speech "Lily">>Yes! Fuck her pussy!<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/missmarihard2.mp4" autoplay controls></video>
[[More|Pair1sexmissmarihard]]
[[Normal|Pair1sexmissmari]]
[[Have Lily rub her pussy|Pair1sexmissmarirub]]
[[Have Lily lick her pussy|Pair1sexmissmarilick]]
[[Faster|Pair1sexmissmarifast]]
[[Very fast (fitness level 2)|Pair1sexmissmarifaster]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>>[[Missionary with Marina|Pair1sexmissmari]]
<<set $penetrated to false>>
[[Doggy with Marina|Pair1sexdoggymari]]
[[Doggy with Lily|Pair1sexdoggylily]]
[[Reverse cowgirl with Lily|Pair1sexcow]]
[[Back to all|Pair1sex]]
<<if $condompair1 is false>><<goto "pair1condom">><</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymari.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymarinormal.mp4" autoplay controls></video>
<</if>>
[[More|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<if $charismalvl gte 4 or $dominancelvl gte 4 or $pair1psy is true>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 4>><</nobr>>
<<speech "You" "$name">>Lick her asshole, Lily.<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymariass.mp4" autoplay controls></video>
<<speech "Lily">>Hmmm... taste good...<</speech>>
[[Normal|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>>
<<else>>
You don't meet the requirements to follow this option.
[[Back|Pair1sexdoggymari]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg2 += 5>><</nobr>>
<<speech "You" "$name">>Rub her asshole a little...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymarirub.mp4" autoplay controls></video>
[[Normal|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<if $charismalvl gte 3 or $dominancelvl gte 3 or $pair1psy is true>>
<<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 1>><</nobr>>
<<speech "You" "$name">>Suck it straight from her pussy baby...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymaritaste.mp4" autoplay controls></video>
[[Normal|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<else>>
You don't meet the requirements to follow this option.
[[Back|Pair1sexdoggymari]]<</if>>
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg2 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymarihard.mp4" autoplay controls></video>
[[More|Pair1sexdoggymarihard2]]
[[Normal|Pair1sexdoggymari]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg2 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymarihard2.mp4" autoplay controls></video>
[[More|Pair1sexdoggymarihard]]
[[Normal|Pair1sexdoggymari]]
[[Let them work|Pair1sexdoggymariwork]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1.5>>
<<set $CurOrg2 += 6>><</nobr>>
<<speech "You" "$name">>Fuck yeah...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymariwork.mp4" autoplay controls></video>
[[Normal|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Play with Lily|Pair1sexdoggymariplay]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 2>>
<<set $CurOrg2 += 3>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggymariplay.mp4" autoplay controls></video>
[[Normal|Pair1sexdoggymari]]
[[Harder|Pair1sexdoggymarihard]]
[[Let them work|Pair1sexdoggymariwork]]
[[Tell Lily to taste it (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggymaritaste]]
[[Have Lily rub her asshole|Pair1sexdoggymarirub]]
[[Have Lily lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggymariass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg2 gte 100>><<goto "marinaorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylily.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilynormal.mp4" autoplay controls></video>
<</if>>
[[More|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 4 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>Take that!<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyspank.mp4" autoplay controls></video>
<<speech "Marina">>Yeah! Take that!<</speech>>
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<if $charismalvl gte 4 or $dominancelvl gte 4 or $pair1psy is true>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Lick her asshole, baby...<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyass.mp4" autoplay controls></video>
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>>
<<else>>
You don't meet the requirements to follow this option.
[[Back|Pair1sexdoggylily]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1.5>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilywork.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilywork2]]
[[Normal|Pair1sexdoggylily]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 1.5>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilywork2.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilywork]]
[[Normal|Pair1sexdoggylily]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Rub that pussy, Marina.<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilypussy.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilypussy2]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Marina">>Like this?<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilypussy2.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilypussy]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1.5>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyworkm.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilyworkm2]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 1.5>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyworkm2.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilyworkm]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Hard|Pair1sexdoggylilyhard]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Take this cock!<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyhard.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilyhard2]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/doggylilyhard2.mp4" autoplay controls></video>
[[More|Pair1sexdoggylilyhard]]
[[Normal|Pair1sexdoggylily]]
[[Let her work it|Pair1sexdoggylilywork]]
[[Let them work it|Pair1sexdoggylilyworkm]]
[[Spank her|Pair1sexdoggylilyspank]]
[[Have Marina rub her pussy|Pair1sexdoggylilypussy]]
[[Have Marina lick her asshole (char/dom lvl 3 or Psychic calling active)|Pair1sexdoggylilyass]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm2">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlily.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilynormal.mp4" autoplay controls></video>
<</if>>
[[More|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilymtits.mp4" autoplay controls></video>
[[More|Pair1sexcowmtits2]]
[[Normal|Pair1sexcow]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilymtits2.mp4" autoplay controls></video>
[[More|Pair1sexcowmtits]]
[[Normal|Pair1sexcow]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 4>><<nobr>>
<<set $CurEng -= 5>>
<<set $bonusfit += 1>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilyfaster.mp4" autoplay controls></video>
[[Normal|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>>
<<else>>
You don't meet the requirements to follow this option.
[[Back|Pair1sexcow]]<</if>><<set $CurOrg += 4>><<nobr>>
<<set $bonusfit += 1>>
<<set $CurEng -= 4>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilyfast.mp4" autoplay controls></video>
[[Normal|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 2>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilypussy.mp4" autoplay controls></video>
[[Normal|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Harder|Pair1sexcowhard]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilyhard.mp4" autoplay controls></video>
[[More|Pair1sexcowhard2]]
[[Normal|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurEng -= 3>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/pair1/day11/cowlilyhard2.mp4" autoplay controls></video>
[[More|Pair1sexcowhard]]
[[Normal|Pair1sexcow]]
[[Have Marina play with her tits|Pair1sexcowmtits]]
[[Play with her pussy|Pair1sexcowpussy]]
[[Faster|Pair1sexcowfast]]
[[Very fast (fitness level 3)|Pair1sexcowfaster]]
[[Back to positions|Pair1sexfuck]]
[[Back to all|Pair1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lilyorgasm3">><</if>>
<<if $CurOrg gte 100>><<goto "cumonpair1">><</if>>
<<if $CurEng lte 0>><<goto "pair1BadEndEnergy">><</if>><</nobr>><<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Lily">>''I'm fucking cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/orgasm3.mp4" autoplay controls></video>
[[Back|Pair1sex]]<<set $CurOrg1 to 0>><<nobr>>
<<set $girl.orgcount += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Lily">>''I'm fucking cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/orgasm5.mp4" autoplay controls></video>
[[Back|Pair1sex]]<<set $CurOrg2 to 0>><<nobr>>
<<set $girlorgcount2 += 1>>
<<set $bonusmoney += 1>>
<<set $bonusreputation += 1>><</nobr>>
<<speech "Marina">>''I'm cumming!!''<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/orgasm4.mp4" autoplay controls></video>
[[Back|Pair1sex]]<<speech "You" "$name">>Yeah, share that cum<</speech>>
<video width="1000" src="videos/release 4.0/pair1/day11/cum2.mp4" autoplay controls></video>
[[Next|cumonpair3]]
<<set $threesomesex to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>><</nobr>><video width="1000" src="videos/release 4.0/pair1/day11/cum3.mp4" autoplay controls></video>
<<if $pair1psy is true>>
<img class="middle medium" src="images/player/psycall.gif">
<<speech "You" "$name">>(That worked amazing!)<</speech>>
<div class="general">//Great scene! I don't know what just happened, but you sure helped. I'm not gonna forget this!//</div>
<<speech "You" "$name">>I'm glad you liked man!<</speech>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="purple">You got 2 point of bonus reputation!</span>
<<set $player.reputation += 2>>
<<else>>
<<speech "You" "$name">>(Man, that was awesome!)<</speech>>
<div class="general">//Great scene, guys! A lot of chemistry, well done!//</div>
<</if>>
[[Next|pair1end]]You and the girls get cleaned and finish getting ready to leave a hard day's work.
<<speech "Lily">>Hey, you're pretty good!<</speech>>
<<speech "You" "$name">>Thanks, you're very nice too!<</speech>>
<<if $girl.orgcount gte 2>>
<<speech "Lily">>No, I mean... ''really good''...<</speech>>
She comes closer and gives you her phone to type in your number.
<<set $lilybonus to true>>
''You achieved her bonus!''
<</if>>
<<speech "Marina">>Yeah, she's right. Thanks for shooting with us...<</speech>>
<<speech "You" "$name">>Thank you too. You were very good for a first time...<</speech>>
She smiles.
<<if $girlorgcount2 gte 2>>
<<speech "Marina">>Could you... teach me some stuff later?<</speech>>
She gives you her phone number.
<<speech "You" "$name">>Sure! We'll stay in touch...<</speech>>
<<set $marinabonus to true>>
''You achieved her bonus!''
<</if>>
<<speech "You" "$name">>Gotta go now, ladies. It was a pleasure.<</speech>>
<<speech "Lily">>See ya handsome!<</speech>>
<<speech "Marina">>Byeeeee!<</speech>>
[[Next|scene11end]]The driver slows down to pick up some people at a bus stop.
<div class="general">Good evening...</div>
A group of 4 guys enter the bus.
<div class="general">//Shut up you old hag, just drive...//</div>
<<speech "You" "$name">>(Shiiiiit...)<</speech>>
The group gets closer to you.
<div class="general">//You gotta be kidding me...//</div>
One of them take off his hoodie and you recognize him immediately.
<<speech "You" "$name">>Jason?<</speech>>
<<speech "Jason">>Little man... what a coincidence...<</speech>>
He sits by your side.
<<speech "Jason">>You're gonna stand there, you idiots?<</speech>>
Two of them sit in front of you and one right behind you.
<<speech "You" "$name">>(I'm dead...)<</speech>>
<<speech "Jason">>I fucking missed you, man...<</speech>>
He passes his arm around you neck an bring your head closer.
<<speech "Jason">>So... where's that bitch, huh?<</speech>>
<<speech "You" "$name">>Who you're talking about?<</speech>>
He tightens his grapple.
<<speech "Jason">>Kendra, my girl...<</speech>>
The rest of the group suddenly get more uneasy.
<div class="general">//So that's the guy who stole your girl? hahahaha.//</div>
<<speech "Jason">>You shut the fuck up. He didn't steal shit...<</speech>>
He turns his attention back to you.
<<speech "Jason">>You heard me? She's mine...<</speech>>
<<speech "You" "$name">>She's not-<</speech>>
<img class="middle small" src="images/release 4.0/misc/punch1.gif">
[[Next|day11night3]]You close your eyes antecipating the punch but after a few seconds nothing happens.
<<speech "You" "$name">>What?<</speech>>
When you open your eyes you see Jason freezed with his hand right next to your face.
<img class="middle small" src="images/release 4.0/misc/punch2.gif">
You look around and it seems like the world around you is paused, not just him but his friends and all the objects.
<<speech "You" "$name">>What the hell just happened?<</speech>>
You rise from your seat, walking past Jason and into the bus corridor.
<<speech "You" "$name">>Dick? Was that you?<</speech>>
<div class="general">Dick? Is that how you call him?</div>
The old woman slowly gets up from her seat and turns to you, with all the rest still stopped in time.
<div class="general">Ahh Adonis... always trying to fit into different realities.</div>
<<speech "You" "$name">>Who... are you?<</speech>>
<div class="general">A better question would be: what am I?</div>
You realize your body feels numb, not in a bad way, you just don't feel the weight of your body over your feet or the feeling of your clothes touching your skin.
<<speech "You" "$name">>What are you?<</speech>>
She walks slowly and seems to have difficulty on her march, but keeps getting closer.
<div class="general">I'm not here to answer that. I'm here to finally meet this era's common link.</div>
<<speech "You" "$name">>Are you an enemy?<</speech>>
<div class="general">Not an enemy, not a friend. For now, just an observer...
You're not what I expected. This is a good thing...</div>
She's now right in front of you.
<<speech "You" "$name">>Uhmm... what do you want?<</speech>>
<div class="general">Right now I just want to have a nice look at you.</div>
Now that she's closer, you notice her skin is very wrinckled and her bone cheeks very prominent.
<<speech "You" "$name">>Okay... (as long as she doesn't touch me is okay... I guess...)<</speech>>
<div class="general">Can I touch you?</div>
<<speech "You" "$name">>(Fuck...)<</speech>>
@@#answer;
<<link "Yes">>
<<replace "#answer">>
<<speech "You" "$name">>Yes...<</speech>>
She raises her arm and lightly runs her fingertips across your forearm.
<div class="general">So... young...</div>
Your body completely shivers and your arm hairs stand on end.
<<speech "You" "$name">>(What the hell's this feeling?)<</speech>>
She stops running her fingers, slowly grabs your arm, and holds it.
<<speech "You" "$name">>Uhmm... what are you doing?<</speech>>
<div class="general">Just borrowing some energy.</div>
<<speech "You" "$name">>Wait I-<</speech>>
<img class="middle medium" src="images/misc/energydrain.gif">
<<set $CurEng to 1>>
The feeling of exaustion covers every inch of your body.
<<speech "You" "$name">>Stop... please...<</speech>>
Your vision gets darker and darker, your legs fail and you fall over your knees.
<<set $angelafavor += 1>>
[[Next|day11nightdrained]]
<</replace>><</link>>
<<link "No">>
<<replace "#answer">>
<<speech "You" "$name">>Sorry, but I don't know you yet...<</speech>>
You take a step back.
<div class="general">Well... at least I tried...</div>
<<speech "You" "$name">>Tried what?<</speech>>
<div class="general">Nothing... I need to go now...
Don't forget to bring in the documents. I organized it all for you.
I'll be waiting. Goodbye!</div>
[[Next|day11nightend]]
<</replace>><</link>>Still on knees, your body falls foward but you manage to put your hands on the ground and to support it.
<<set $angelatouch to true>>
<div class="general">Yes, just as I thought...</div>
Her voice seems different.
<<speech "You" "$name">>(What?)<</speech>>
You look up.
<img class="middle large" src="images/release 4.0/angela/day11/1.jpg">
<<speech "You" "$name">>W-who are you...<</speech>>
<<speech "Angela" "Clio">>My name is Clio, pleased to meet you, $name.<</speech>>
<<speech "You" "$name">>What did you do to me?<</speech>>
<<speech "Angela" "Clio">>Like I said, I just borrowed some of your energy.<</speech>>
<<speech "You" "$name">>What... for?<</speech>>
<<speech "Angela" "Clio">>So I could go back to my original form. How do I look?<</speech>>
<<speech "You" "$name">>Hot...<</speech>>
<<speech "Angela" "Clio">>Thank you! I'm sorry about this, but you'll feel better when you wake up.<</speech>>
<<speech "You" "$name">>Wake up?<</speech>>
<<speech "Angela" "Clio">>Don't forget to bring in the documents. I organized it all for you.
I'll be waiting. Goodbye!<</speech>>
<img class="middle medium" src="images/release 4.0/angela/day11/2.jpg">
You finally colapse on the ground.
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
[[Next|day11nightend]]<<speech "Dick">>Wake up!<</speech>>
<<speech "You" "$name">>(What??)<</speech>>
You wake up at the same seat you were in.
<<speech "You" "$name">>(So it was all just a dream)<</speech>>
At the corner of your vision you spot Jason's hand slowly moving at your direction.
<<speech "You" "$name">>(This thing's ''still'' going??)<</speech>>
You easily dodge his punch, as you look around and see his friends reaction slowly shifting.
<<speech "Dick">>We need to get the fuck out of here, boy.<</speech>>
You rush to the door and see no driver on the way out.
<<speech "You" "$name">>(What is this?)<</speech>>
There's a folder opened at the top with a few papers sliding out a little.
<<speech "You" "$name">>(The documents...)<</speech>>
Quickly, you grab them and get out of the bus, while the group's reaction still very slowed.
<<speech "You" "$name">>(Okay, what the hell was that?)<</speech>>
<<speech "Dick">>Focus on getting home, I'll tell you on the way.<</speech>>
[[Next|day11nightend1]]Although you felt very tired inside the bus, after leaving you feel a small burst of energy running through your body.
<<speech "You" "$name">>(Great! I can run)<</speech>>
You start a little jog on the way to your home.
<<speech "Dick">>Clio... That one is a mistery...<</speech>>
<<speech "You" "$name">>(Who is she?)<</speech>>
<<speech "Dick">>A muse...<</speech>>
<<speech "You" "$name">>(Another one?)<</speech>>
<<speech "Dick">>Yes. She's the muse of history.<</speech>>
<<speech "You" "$name">>(She blocked your connection to me, just like that first one, Elsa...)<</speech>>
<<speech "Dick">>It seems like they have this ability... did she do anything to you?<</speech>>
<<speech "You" "$name">>(Well, first she stopped time. Then she got closer and asked if she could touch me)<</speech>>
<<speech "Dick">>I'm presuming you didn't let her...<</speech>>
<<if $angelatouch is true>>
<<speech "You" "$name">>(Yeah... about that...)<</speech>>
<<speech "Dick">>Have you lost your mind, boy?<</speech>>
<<speech "You" "$name">>(She didn't seem dangerous. She also had a sweet personality, understanding and shit...)<</speech>>
<<speech "Dick">>You must never trust a muse. They work for Aphrodite.<</speech>>
<<speech "You" "$name">>(I know, but I'm ok, right?)<</speech>>
<<speech "Dick">>She absorbed you, did she not?<</speech>>
<<speech "You" "$name">>(Yeah... but it was just a dream)<</speech>>
<<speech "Dick">>Not just a dream...<</speech>>
<<else>>
<<speech "You" "$name">>(Of course not)<</speech>>
<<speech "Dick">>Thank the gods...<</speech>>
<</if>>
<<speech "You" "$name">>(I don't get what happened. Looks like she controls time)<</speech>>
<<speech "Dick">>That's the power Aphrodite gave her.
She managed to talk to you through your dreams.<</speech>>
<<speech "You" "$name">>(But I wasn't sleeping)<</speech>>
<<speech "Dick">>Not even for a moment? I remember you were very tired.<</speech>>
<<speech "You" "$name">>(Shit... when I got in the bus. Once I sat down I got very sleepy, but I don't remember falling asleep...)<</speech>>
<<speech "Dick">>She just needed one second to graps a conection to the in between...<</speech>>
<<speech "You" "$name">>(The dream world?)<</speech>>
<<speech "Dick">>Something like that...<</speech>>
<<speech "You" "$name">>(She also said something about some documents that I should deliver to somewhere)<</speech>>
<<speech "Dick">>Documents? Let me see...<</speech>>
Still jogging you pull out one of the papers and before you can even read Dick says:
<<speech "Dick">>Ha! She forged documents for an aplication. She wants you to go to college...<</speech>>
<<speech "You" "$name">>(What? Why would she want that? Better yet, why is she helping me to get in?)<</speech>>
<<speech "Dick">>Unbelievable...<</speech>>
<<speech "You" "$name">>(Right? This makes things waaay easier)<</speech>>
<<speech "Dick">>Wait, you're not planning on doing what she wants...<</speech>>
<<speech "You" "$name">>(Nope, I'm planning on doing what I already wanted. I'm going to college)<</speech>>
<<speech "Dick">>You can't be serious...<</speech>>
<<speech "You" "$name">>(You said it yourself that it was a good idea)<</speech>>
<<speech "Dick">>Indeed, but that was before Clio decided to help you. There's something wrong with this.<</speech>>
<<speech "You" "$name">>(Dick, I gave up on running away. No matter what I do they always seem to find me.
I might as well do the best I can to improve my habilities)<</speech>>
<<speech "Dick">>You... have a point.<</speech>>
<<speech "You" "$name">>(Besides... I've always wanted to know how the college life is...)<</speech>>
<<speech "Dick">>You know what? Perhaps you're right. Let's do this!<</speech>>
<<speech "You" "$name">>(Yeah! Finally... home)<</speech>>
You stop in front of your building.
[[Next|day11nightend2]]<<speech "Steve">>$name! There you are!<</speech>>
<<speech "You" "$name">>Steve... what's the matter?<</speech>>
<<speech "Steve">>Ha... it's a funny story...<</speech>>
He scratches the back of the head.
<<speech "You" "$name">>Fuck... I know that look. Were is Kobalos.<</speech>>
<<speech "Steve">>I couldn't find him anywhere, man. I'm kinda worried...<</speech>>
<<speech "You" "$name">>Shit! I told you this was not a good idea!<</speech>>
<<speech "Steve">>Calm down, we're gonna find him.<</speech>>
<<speech "You" "$name">>Is there any place you didn't look?<</speech>>
<<speech "Steve">>Hmm... ... Your apartment!<</speech>>
<<speech "You" "$name">>Let's go!<</speech>>
[[Next|day11nightend3]]You both get to your floor and you spot your door half open.
<<speech "You" "$name">>I hope that's him, cause if someone robbed my place I'm fucked.<</speech>>
<<speech "Steve">>No wait, it's gotta be him...<</speech>>
Walking slowly you get closer to your door.
<<speech "You" "$name">>On three?<</speech>>
<<speech "Steve">>On three...<</speech>>
<<speech "You" "$name">>Three!<</speech>>
~BLAM
You kick the door and get inside.
[[Next|day11home]]<<speech "Kobalos">>Fuck fuck fuck!<</speech>>
You see Kobalos pulling out a knife.
<<speech "You" "$name">>Wait! What the hell is happening?<</speech>>
Steve goes to the kitchen and comes out with a butter knife.
<<speech "Steve">>Yeah! What he said!<</speech>>
<<speech "Kobalos">>~SIGH~ It's just you...<</speech>>
He puts away his knife.
<<speech "Kobalos">>I thought you were the stalkers coming after me...<</speech>>
<<speech "You" "$name">>Fortunately not. Did you find any information about them?<</speech>>
<<speech "Kobalos">>Not yet. I've been a little busy...<</speech>>
He points to your bed.
You see Mandy laid on it.
<<speech "You" "$name">>What the fuck did you do to her?<</speech>>
Steve raises the butter knife again.
<<speech "Steve">>I knew we couldn't trust you...<</speech>>
<<speech "You" "$name">>Steve, you- ~SIGH~ just watch him.<</speech>>
You go to check on Mandy.
<<speech "Kobalos">>Relaaaaaaax. I just helped her. You may not believe this, but she was fainted against the front door.<</speech>>
You and Steve look at eachother.
<<speech "Steve">>That makes sense...<</speech>>
<<speech "You" "$name">>He's probably telling the truth...<</speech>>
You come closer to check her pulse and the smell of alcohool is very present.
<<speech "You" "$name">>Yep, I definitely believe you. But what were you doing here?<</speech>>
<<speech "Kobalos">>I took the day to get familiar with this place... I discovered all sorts of things...<</speech>>
<<speech "Steve">>Like what?<</speech>>
<<speech "Kobalos">>The old lady from the 10th floor uses cocaine...<</speech>>
<<speech "Steve">>Ms. Johnson?? That's why that old bitch have energy to go on at jog at four in the morning...<</speech>>
<<speech "You" "$name">>So, just gossip?<</speech>>
<<speech "Kobalos">>Give me more time and I'll find more about people in here...<</speech>>
<<speech "You" "$name">>But why are you here now?<</speech>>
<<speech "Kobalos">>I was passing by to check if you were home, then-<</speech>>
<<speech "You" "$name">>Wait how did you know I live in this apartment.<</speech>>
<<speech "Kobalos">>I have a great nose.<</speech>>
<<speech "Steve">>Well, it's sure big hahaha.<</speech>>
<<speech "Kobalos">>Look who's talking... Steven Seagal called he wants his hairstyle back...<</speech>>
<<speech "You" "$name">>Hahahahahahaha<</speech>>
<<speech "Steve">>Hey! Fuck you!<</speech>>
<<speech "Kobalos">>No! Fuck ''you''!<</speech>>
<<speech "You" "$name">>That was a good one. Let him speak, Steve...<</speech>>
<<speech "Kobalos">>Were was I? Oh, yeah. So, I was passing by and found this woman laid on her door.
I thought she could be safer inside here. Or at least serve as an amusement for you...<</speech>>
<<speech "You" "$name">>You really think I would take advantage of her?<</speech>>
You take a good look at her body.
<<speech "You" "$name">>I don't know...<</speech>>
<<speech "Kobalos">>~SNIFF SNIFF~What is this smell?<</speech>>
<<speech "You" "$name">>What smell?<</speech>>
<<speech "Kobalos">>I don't know, but it's coming from you.<</speech>>
He gets closer and starts to smell your your arms and hand.
<<speech "You" "$name">>What the hell?<</speech>>
<<speech "Kobalos">>You've been with a muse?<</speech>>
<<speech "You" "$name">>Ohhhh, yes. She found me.<</speech>>
<<speech "Steve">>A muse? What is a muse?<</speech>>
<<speech "Kobalos">>You don't tell him anything?<</speech>>
<<speech "You" "$name">>I do, but so much shit happens that I end up not having time or forgeting.<</speech>>
<<speech "Steve">>It's cool, man...<</speech>>
<<speech "Kobalos">>The muses work for Aphrodite, the one coming after $name.<</speech>>
<<speech "You" "$name">>Yeah. This is the second one a met.<</speech>>
<<speech "Steve">>That's so scary, bro...
...
Are they hot?<</speech>>
<<speech "You" "$name">>They are, but I feel like they always want to kill me...<</speech>>
[[Next|day11home0]]<<set $period to 0>>
You drift into a deep sleep and dream with a relaxing place.
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle large" src="images/misc/peaceful.gif">
[[Next|day12home]]<<set $CurEng to 100>><<nobr>>
<<set $sfaction to 2>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $workhacktry to false>>
<<set $period to 1>> <<nobr>><<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>><</nobr>>
<<nobr>><<set $useitems to true>>
<<set $usespray to false>>
<<set $useengdrink to false>><</nobr>>
<<set $day to 12>><</nobr>>
The sun shines right on your face through a small gap on the curtains.
<<speech "You" "$name">>(Hmmm... what time is it? Huh... five minutes before my alarm, shit...
At least it's payday...)<</speech>>
You get up and see Mandy still asleep on your bed.
<<speech "You" "$name">>(Damn! She's really wasted... I'll try not to wake her up, fow now)<</speech>>
<<if $angelatouch is true>>
You also notice that even after sleeping a full night, your body haven't recovered that much.
<<set $CurEng to 90>>
<<speech "You" "$name">>(It must have been that muse...)<</speech>>
<</if>>
[[Next|Shortfreetime12]]<<set $shortfreetime to true>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
You have some free time...
<<set $previousPassage = passage()>>
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
<<link 'Buy something from Tyler' 'TYLERDELIVERY'>><</link>>
[[End your free time|day12a]]
<<else>>
You have no free time left...
[[End your free time|day12a]]<</if>><<speech "You" "$name">>(I need a shower before I leave)<</speech>>
<<set $shortfreetime to false>><<set $mandyassrousal to 0>>
~SHHHHHH
<<set $mandysex12 to false>>
<<speech "Dick">>I was planning a training for you.<</speech>>
<<set $mandybanned to false>>
<<speech "You" "$name">>(Good morning, Dick. A new training plan?)<</speech>>
<<speech "Dick">>Good day. Yes, you need to learn how to use two callings simutaneously.<</speech>>
<<speech "You" "$name">>(Hmmm... that's interesting)<</speech>>
<<speech "Dick">>Not just interesting, it's necessary.<</speech>>
<<speech "You" "$name">>(How does it work? This training...)<</speech>>
<<speech "Dick">>First you must train your arche.<</speech>>
<<speech "You" "$name">>But I train it everyday. I meditate and shit.<</speech>>
<<speech "Dick">>Not like that. You've been training how to gather more arche energy, and that's good.
But now you need to train to stablish a deeper conection to your inner arche.<</speech>>
<<speech "You" "$name">>(How do I do that?)<</speech>>
<<speech "Dick">>You have to build your faith.<</speech>>
<<speech "You" "$name">>(Faith? Like praying?)<</speech>>
<<speech "Dick">>That's a great way to do it.<</speech>>
<<speech "You" "$name">>(I don't know if that's gonna work. I've never been a religious person...)<</speech>>
<<speech "Dick">>The source of your power is linked to the gods, that's why it's important to strenghten your beliefs.
It's not about praying, but about believing more.<</speech>>
<<speech "You" "$name">>(Okay... I think I see your point. Is it just dream training again?)<</speech>>
<<speech "Dick">>I'm still thinking about how to do it...
But it's necessary if creatures like yesterday keep finding you.<</speech>>
<<speech "You" "$name">>(I trust you. I should finish geting ready...)<</speech>>
After closing the shower tap you hear a few sounds.
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
Your intelligence allows you to have a better insight about the sound.
<<speech "You" "$name">>(That sounded like steps... is Mandy awake?)<</speech>>
You also notice that the bathroom's door is slightly open.
<<speech "You" "$name">>(She's spying on me...)<</speech>>
[[Let her spy|day12spy]]
[[Confront her|day12conf]]
<<else>>
<span class="blue">''Intelligence check failed''</span>
<<speech "You" "$name">>What was that?<</speech>>
The door is slightly open.
<<speech "You" "$name">>(Weird...)<</speech>>
You put on a towel and leave the bathroom.
[[Next|day12b]]<</if>><video width="1000" src="videos/release 4.0/mandy/day11/spy1.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's really checking me out...)<</speech>>
[[Next|day12spy2]]You quickly open the door and catch her in the act.
<<speech "You" "$name">>What the fuck are you doing?<</speech>>
<<speech "Mandy">>$name... I'm sorrrry...<</speech>>
She sounds tipsy.
<<speech "You" "$name">>(She's still drunk?)
Why are you drunk? Where you trying to see me naked?<</speech>>
<<speech "Mandy">>The door was open and I had to look, I'm curiousss...
I got into some shit with the site I stream for...<</speech>>
<<speech "You" "$name">>You're such a whore...<</speech>>
<<speech "Mandy">>I'm nooooooot...<</speech>>
She keeps looking at your dick.
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Make her suck your dick (dominance level 3/energy -25)|day12conf1]]
[[Listen to her|day12conftalk]]Mandy's sitting on your couch talking on the phone.
<video width="1000" src="videos/release 4.0/mandy/day11/1.mp4" autoplay muted loop></video>
She notices you.
<<speech "Mandy">>So yeaaaaaah... I gotta go girllll. Talk to you later... Byeeeeee.<</speech>>
She sounds tipsy.
<<speech "You" "$name">>(Is she still drunk?)
Hey, Mandy... I was gonna get dressed...<</speech>>
She sees you.
<<speech "Mandy">>$name... it's alriiiiiight. It's your house anyways hahahahaha...
I wanted to thank you before leaving.<</speech>>
<<speech "You" "$name">>What happened?<</speech>>
<<speech "Mandy">>You want the whole story or the short tiny bit version? haha...<</speech>>
@@#answer;
<<link "Long version">>
<<replace "#answer">>
<<speech "You" "$name">>Give me the full story.<</speech>>
<<set $mandybanned to true>>
<<speech "Mandy">>As you know I'm a camgirl, right? So like... I get paid to do dirty stuff...
Yesterday I was in a private show with a fan. Did you know I have fans? All thanks to this booty... hahahaha<</speech>>
She slaps her ass.
<<speech "You" "$name">>It's a very nice ass.<</speech>>
<<speech "Mandy">>Thank you!!! So yeah... Private session, nice payment and stuff...
It was going alright until the guy decided that he wanted to see me in person...<</speech>>
<<speech "You" "$name">>Hmm, that's not good.<</speech>>
<<speech "Mandy">>That's what I thought... So I tried to take this idea out of his mind but he said that he knows were I live...<</speech>>
<<speech "You" "$name">>Shit!<</speech>>
<<speech "Mandy">>He threatened to come after me... I panicked and shut down the stream.<</speech>>
<<speech "You" "$name">>Uhhgg, I can imagine the scare...<</speech>>
<<speech "Mandy">>The problem is... you can't just shut down a show when someone paid for it.<</speech>>
<<speech "You" "$name">>Wait, don't they have an emergency button for stuff that crosses limits?<</speech>>
<<speech "Mandy">>Yeah... but I got so scared that I forgot about that.
I tried to report him, but he's one of the top payers on the site...
Instead of getting in trouble I was the one who's been banned...<</speech>>
<<speech "You" "$name">>Fuck, that sound really bad.<</speech>>
<<speech "Mandy">>That's it... I'm fucked now. It was my main source of income...
I'm so fucked haha...<</speech>>
It seems like she's laughing to hide her sadness.
<<speech "Mandy">>I just went to my friends house and got as drunk as I could. We also used some... stuff. Then my mo-... Dee called and asked if I was home.
I thought that was a weird question, so I said that I wasn't, but decided to come home and investigate...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Mandy">>I don't know! I was druuuunk...
When I got here she was still out... And guess what? She forgot to put the keys under the carpet again!<</speech>>
<<speech "You" "$name">>That's why you passed out in front of your door?<</speech>>
<<speech "Mandy">>I didn't pass out... I was just sleeping hahaha.<</speech>>
<<if $mandy.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
She gets up.
<<speech "Mandy">>Buuuuut, my guardian angel came to the rescue... hahaha<</speech>>
She comes closer and presses her finger on your chest.
<<speech "You" "$name">>(Hmmm... what to do?)<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $mandy.love += 1>>
[[Take advantage of her (energy -25)|mandy12adv]]
[[Take her home and focus on her mother|dee12]]
<<else>>
<span class="lust">''Lust check failed''</span>
She starts to sleep again.
<<speech "You" "$name">>(She's out again... I gotta take her home)<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $mandy.love += 1>>
[[Take her home and focus on her mother|dee12]]<</if>>
<</replace>><</link>>
<<link "Short version">>
<<replace "#answer">>
<<speech "You" "$name">>Be quick, I have to go to work...<</speech>>
<<set $mandybanned to true>>
<<speech "Mandy">>Talking about work, I've lost mine...
Because of a creepy piece of shit, I was banned from the site I stream to...<</speech>>
<<speech "You" "$name">>Fuck, that's really bad.<</speech>>
<<speech "Mandy">>At least you saved me hahaha...<</speech>>
<<speech "You" "$name">>Is your mother home?<</speech>>
<<speech "Mandy">>Dee? I don't know, she's supposed to, but I don't care...<</speech>>
<<if $mandy.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
She gets up and walks on your direction.
<<speech "Mandy">>Do you really have to work right now?<</speech>>
After getting close she press her finger on your chest.
<<speech "You" "$name">>(Hmmm... what to do?)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Take advantage of her|mandy12adv]]
[[Take her home and focus on her mother|dee12]]
<<else>>
<span class="lust">''Lust check failed''</span>
She starts to sleep again.
<<speech "You" "$name">>(She's out again... I gotta take her home)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Take her home and focus on her mother|dee12]]<</if>>
<</replace>><</link>><<speech "You" "$name">>Why don't you thank me properly?<</speech>>
<<set $CurOrg to 0>>
You drop your towel and let her see your already hard cock.
<video width="1000" src="videos/release 4.0/mandy/day11/2.mp4" autoplay controls></video>
[[Next|mandy12adv1]]You get dressed and decide to help her get back home.
~KNOCK KNOCK
<<speech "You" "$name">>Dee?<</speech>>
After a few seconds you hear the door opening.
<<speech "Dee">>Oh my god! There you are!<</speech>>
She hurries to Mandy and give her a hug.
<<if $mandy12fucked is true>>
<<speech "Dee">>What is this smell?<</speech>>
Mandy still has some drops of cum on her body.
<<speech "Dee">>It smells familiar...<</speech>>
<</if>>
<<speech "Mandy">>Let me go!<</speech>>
She pushes Dee and goes inside.
<<speech "Dee">>Oh my...<</speech>>
She seems worried.
<<speech "You" "$name">>Don't worry about her Dee...<</speech>>
A smile apears on her face.
<<speech "Dee">>Thank you so much for taking care of her!<</speech>>
She hugs you tight.
<<speech "You" "$name">>(She smells so good...)<</speech>>
She lets go.
<<speech "Dee">>What happened to her?<</speech>>
<<speech "You" "$name">>Uhmm... When I got home she was sleeping leaning on your door.
I think she drank too much.<</speech>>
<<speech "Dee">>Arrgh... I left the keys on the vase.<</speech>>
She puts her hand on a plant vase and picks up the keys.
<<speech "Dee">>She couldn't even remember I told her that...<</speech>>
<<speech "You" "$name">>Were you out last night?<</speech>>
<<speech "Dee">>Oh... uhmm... yes...<</speech>>
She seems a little ashamed.
<<speech "You" "$name">>Are you okay?<</speech>>
<<speech "Dee">>Not really... do you have a little time?<</speech>>
She opens her door, inviting you in.
<<if $mandy12fucked is true>>
<<speech "You" "$name">>(Shit... fucking Mandy got me late for work)
Not really, Dee. I'm late for work. We'll talk later, okay?<</speech>>
<<speech "Dee">>Sure! You have your life haha... I don't want to disturb you.
Have a nice day, sweetie.<</speech>>
[[Next|day12lobby]]
<<else>>
@@#answer;
<<link "Listen to her">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, Dee. We can talk...<</speech>>
<<speech "Dee">>Thank you dear. Please, come inside...<</speech>>
[[Next|dee12a]]
<</replace>><</link>>
<<link "Go to work">>
<<replace "#answer">>
<<speech "You" "$name">>Not right now, actually. We'll talk later, okay?<</speech>>
<<speech "Dee">>Sure! You have your life haha... I don't want to disturb you.
Have a nice day, sweetie.<</speech>>
[[Next|day12lobby]]
<</replace>><</link>><</if>><video width="1000" src="videos/release 4.0/mandy/day11/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuuuck...<</speech>>
[[Next|mandy12adv2]]<<speech "You" "$name">>Let me help you...<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/4.mp4" autoplay controls></video>
[[Next|mandy12adv3]]<video width="1000" src="videos/release 4.0/mandy/day11/5.mp4" autoplay controls></video>
[[Next|mandy12bj]]<<speech "You" "$name">>Let's take this top off.<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/6.mp4" autoplay controls></video>
[[Handjob|mandy12hj]]
[[Stroke and suck|mandy12bjsns]]
[[Deep|mandy12bjdeep]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/mandy/day11/hj.mp4" autoplay controls></video>
[[Stroke and suck|mandy12bjsns]]
[[Deep|mandy12bjdeep]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>>The director enter the scene and gives you a box of condoms.
<<set $condompair1 to true>>
<div class="general">//I don't know you yet, so you gotta use this to fuck my girls. Use as many as you like.//</div>
<<speech "You" "$name">>(Okay, fair enough...)<</speech>>
[[Next|Pair1sexfuck]]<<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjsns.mp4" autoplay controls></video>
[[More|mandy12bjsns2]]
[[Handjob|mandy12hj]]
[[Deep|mandy12bjdeep]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjdeep.mp4" autoplay controls></video>
[[More|mandy12bjdeep2]]
[[Handjob|mandy12hj]]
[[Stroke and suck|mandy12bjsns]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjmakedeep.mp4" autoplay controls></video>
[[More|mandy12bjmakedeep2]]
[[Handjob|mandy12hj]]
[[Stroke and suck|mandy12bjsns]]
[[Deep|mandy12bjdeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjmakedeep2.mp4" autoplay controls></video>
[[More|mandy12bjmakedeep]]
[[Handjob|mandy12hj]]
[[Stroke and suck|mandy12bjsns]]
[[Deep|mandy12bjdeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjdeep2.mp4" autoplay controls></video>
[[More|mandy12bjdeep]]
[[Handjob|mandy12hj]]
[[Stroke and suck|mandy12bjsns]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/mandy/day11/bjsns2.mp4" autoplay controls></video>
[[More|mandy12bjsns]]
[[Handjob|mandy12hj]]
[[Deep|mandy12bjdeep]]
[[Make her go deep|mandy12bjmakedeep]]
[[Stop this and fuck her|Mandy12sexprep0]]
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><<speech "Mandy">>I want your cock in my ass...<</speech>>
<<speech "You" "$name">>Fuck! You're so dirty...<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/sex.mp4" autoplay controls></video>
You take her to your bed.
[[Prepare her ass first|mandy12sexprep]]
<<set $bonusfit to 0>>
[[Fuck it as it is|mandy12sexdom]]<<speech "You" "$name">>Fuck yeaaah! Open your mouth...<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/cum.mp4" autoplay controls></video>
[[Next|cumonmandy12a]]<<if $dominancelvl gte 3>>
<<speech "You" "$name">>Get on your knees right now!<</speech>>
<<set $CurOrg to 0>>
<<speech "Mandy">>Okay...<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/2.mp4" autoplay controls></video>
<<speech "You" "$name">>You want to suck it?<</speech>>
<<speech "Mandy">>Yes...<</speech>>
<<speech "You" "$name">>Then beg for it.<</speech>>
[[Next|day12conf2]]
<<else>>
You're not dominant enough to do that.
[[Next|day12conftalk]]<</if>><<speech "Mandy">>I wanted to thank you before leaving.<</speech>>
<<speech "You" "$name">>What happened?<</speech>>
<<speech "Mandy">>You want the whole story or the short tiny bit version? haha...<</speech>>
@@#answer;
<<link "Long version">>
<<replace "#answer">>
<<speech "You" "$name">>Give the full story.<</speech>>
<<set $mandybanned to true>>
<<speech "Mandy">>As you know I'm a camgirl, right? So like... I get paid to do dirty stuff...
Yesterday I was in a private show with a fan. Did you know I have fans? All thanks to this booty... hahahaha<</speech>>
She slaps her ass.
<<speech "You" "$name">>It's a very nice ass.<</speech>>
<<speech "Mandy">>Thank you!!! So yeah... Private session, nice payment and stuff...
It was going alright until the guy decided that he wanted to see me in person...<</speech>>
<<speech "You" "$name">>Hmm, that's not good.<</speech>>
<<speech "Mandy">>That's what I tought... So I tried to take this idea out of his mind but he said that he knows were I live...<</speech>>
<<speech "You" "$name">>Shit!<</speech>>
<<speech "Mandy">>He threatened to come after me... I panicked and shut down the stream.<</speech>>
<<speech "You" "$name">>Uhhgg, I can imagine the scare...<</speech>>
<<speech "Mandy">>The problem is... you can't just shut down a show when someone paid for it.<</speech>>
<<speech "You" "$name">>Wait, don't they have aa emergency button for stuff that crosses limits?<</speech>>
<<speech "Mandy">>Yeah... but I got so scared that I forgot about that.
I tried to report him, but he's one of the top payers on the site...
Instead of getting in trouble I was the one who's been banned...<</speech>>
<<speech "You" "$name">>Fuck, that sound really bad.<</speech>>
<<speech "Mandy">>That's it... I'm fucked now. It was my main source of income...
I'm so fucked haha...<</speech>>
It seems like she's laughing to hide her sadness.
<<speech "Mandy">>I just went to my friends house and got as drunk as I could. We also used some... stuff. Then my mo-... Dee called and asked if I was home.
I thought that was a weird question so I said that I wasn't but decided to come home and investigate...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Mandy">>I don't know! I was druuuunk...
When I got here she was still out... And guess what? She forgot to put the keys under the carpet again!<</speech>>
<<speech "You" "$name">>That's why you passed out in front of your door?<</speech>>
<<speech "Mandy">>I didn't pass out... I was just sleeping hahaha.<</speech>>
<<if $mandy.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
She gets up.
<<speech "Mandy">>Buuuuut, my guardian angel came to the rescue... hahaha<</speech>>
She comes closer and press her finger on your chest.
<<speech "You" "$name">>(Hmmm... what to do?)<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $mandy.love += 1>>
[[Take advantage of her (energy -25)|mandy12adv]]
[[Take her home and focus on her mother|dee12]]
<<else>>
<span class="lust">''Lust check failed''</span>
She starts to sleep again.
<<speech "You" "$name">>(She's out again... I gotta take her home)<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $mandy.love += 1>>
[[Take her home and focus on her mother|dee12]]<</if>>
<</replace>><</link>>
<<link "Short version">>
<<replace "#answer">>
<<speech "You" "$name">>Be quick, I have to go to work...<</speech>>
<<set $mandybanned to true>>
<<speech "Mandy">>Talking about work, I've lost mine...
Because of a creepy piece of shit, I was banned from the site I stream to...<</speech>>
<<speech "You" "$name">>Fuck, that's really bad.<</speech>>
<<speech "Mandy">>At least you saved me hahaha...<</speech>>
<<speech "You" "$name">>Is your mother home?<</speech>>
<<speech "Mandy">>Dee? I don't know, she's supposed to, but I don't care...<</speech>>
<<if $mandy.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
She gets up and walks on your direction.
<<speech "Mandy">>Do you really have to work right now?<</speech>>
After getting close she press her finger on your chest.
<<speech "You" "$name">>(Hmmm... what to do?)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Take advantage of her|mandy12adv]]
[[Take her home and focus on her mother|dee12]]
<<else>>
<span class="lust">''Lust check failed''</span>
She starts to sleep again.
<<speech "You" "$name">>(She's out again... I gotta take her home)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Take her home and focus on her mother|dee12]]<</if>>
<</replace>><</link>><video width="1000" src="videos/release 4.0/mandy/day11/dom1.mp4" autoplay controls></video>
<<speech "You" "$name">>Okay, put you mouth on it.<</speech>>
[[Next|day12conf3]]<video width="1000" src="videos/release 4.0/mandy/day11/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Now go deeper.<</speech>>
[[Next|day12conf4]]<video width="1000" src="videos/release 4.0/mandy/day11/4.mp4" autoplay controls></video>
<<speech "You" "$name">>That's good...<</speech>>
[[Next|day12conf5]]<video width="1000" src="videos/release 4.0/mandy/day11/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeaaah...<</speech>>
[[Next|day12conf6]]<<speech "You" "$name">>Take this fucking top off.<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/6.mp4" autoplay controls></video>
[[Next|day12conf7]]<video width="1000" src="videos/release 4.0/mandy/day11/bjmakedeep.mp4" autoplay controls></video>
<<speech "You" "$name">>Don't run from my cock. Come here.<</speech>>
[[Next|day12conf8]]<video width="1000" src="videos/release 4.0/mandy/day11/bjmakedeep2.mp4" autoplay controls></video>
<<speech "You" "$name">>I can feel your throat opening for my dick...<</speech>>
[[Next|Mandy12sexprep0]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<if $mandy12prep is false>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexprep.mp4" autoplay controls></video>
<<set $mandy12prep to true>><</if>>
[[Finger ass|mandy12sexprepfing]]
[[Finger ass and pussy|mandy12sexprepfps]]
[[Lick ass|mandy12sexpreplick]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<video width="1000" src="videos/release 4.0/mandy/day11/sexprep.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! Look at this ass...<</speech>>
<<set $bonusfit to 0>>
[[Next|mandy12sexdom2]]
<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 5>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexprepfinger.mp4" autoplay controls></video>
[[More|mandy12sexprepfing2]]
[[Finger ass and pussy|mandy12sexprepfps]]
[[Lick ass|mandy12sexpreplick]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 5>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexprepfinger2.mp4" autoplay controls></video>
[[More|mandy12sexprepfing]]
[[Finger ass and pussy|mandy12sexprepfps]]
[[Lick ass|mandy12sexpreplick]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 8>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexprepfps.mp4" autoplay controls></video>
[[More|mandy12sexprepfps2]]
[[Finger ass|mandy12sexprepfing]]
[[Lick ass|mandy12sexpreplick]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 8>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexprepfps2.mp4" autoplay controls></video>
[[More|mandy12sexprepfps]]
[[Finger ass|mandy12sexprepfing]]
[[Lick ass|mandy12sexpreplick]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 10>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexpreplick.mp4" autoplay controls></video>
[[More|mandy12sexpreplick2]]
[[Finger ass|mandy12sexprepfing]]
[[Finger ass and pussy|mandy12sexprepfps]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<div class="general">ASSHOLE AROUSAL: $mandyassrousal/100</div>
<<set $mandyassrousal += 10>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexpreplick2.mp4" autoplay controls></video>
[[More|mandy12sexpreplick]]
[[Finger ass|mandy12sexprepfing]]
[[Finger ass and pussy|mandy12sexprepfps]]
<<if $mandyassrousal gte 100>>
[[Fuck her prepared asshole|mandy12sexstart]]
<<else>>
==Fuck her==
<</if>>
[[Fuck her without prep|mandy12sexdom]]<video width="1000" src="videos/release 4.0/mandy/day11/cowpussystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<speech "You" "$name">>Thought you wanned in your ass...<</speech>>
<<speech "Mandy">>Yeah, but my pussy is on fire too...<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $mandy.lust += 1>>
[[Next|mandy12cowpussy]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $mandy12fucked to true>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $pussypenetrated is false>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowpussystart.mp4" autoplay controls></video>
<<set $pussypenetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowpussy.mp4" autoplay controls></video>
<</if>>
[[More|mandy12cowpussy]]
<<set $pussypenetrated to true>>
[[Harder|mandy12cowpussyhard]]
[[Fuck her back|mandy12cowpussyback]]
[[Switch to ass|mandy12cowass]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg1 to 0>>
<<speech "Mandy">>''Oh my god, I'm cumming!''<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/orgasm.mp4" autoplay controls></video>
[[Back|mandy12anal]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowpussyback.mp4" autoplay controls></video>
[[Normal|mandy12cowpussy]]
[[Harder|mandy12cowpussyhard]]
[[Switch to ass|mandy12cowass]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowpussyhard.mp4" autoplay controls></video>
[[Normal|mandy12cowpussy]]
[[Fuck her back|mandy12cowpussyback]]
[[Switch to ass|mandy12cowass]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false or $pussypenetrated is true>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowassstart.mp4" autoplay controls></video>
<<set $penetrated to true>><<set $pussypenetrated to false>>
<<else>><<set $pussypenetrated to false>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowass.mp4" autoplay controls></video>
<</if>>
[[More|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowassfast.mp4" autoplay controls></video>
[[More|mandy12cowassfast2]]
[[Normal|mandy12cowass]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowassfast2.mp4" autoplay controls></video>
[[More|mandy12cowassfast]]
[[Normal|mandy12cowass]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasswork.mp4" autoplay controls></video>
[[More|mandy12cowasswork2]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasswork2.mp4" autoplay controls></video>
[[More|mandy12cowasswork]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 5>><<nobr>>
<<set $CurOrg1 += 8>>
<<set $bonusfit += 2>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowassfaster.mp4" autoplay controls></video>
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|mandy12cowass]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasshard.mp4" autoplay controls></video>
[[More|mandy12cowasshard2]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasshard2.mp4" autoplay controls></video>
[[More|mandy12cowasshard]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Let her work it|mandy12cowasswork]]
[[Taste it|mandy12cowasstaste]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "You" "$name">>Taste your ass on my cock...<</speech>>
<<set $penetrated to false>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasstaste.mp4" autoplay controls></video>
[[More|mandy12cowasstaste2]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/mandy/day11/cowasstaste2.mp4" autoplay controls></video>
[[More|mandy12cowasstaste]]
[[Normal|mandy12cowass]]
[[Faster|mandy12cowassfast]]
[[Very fast (fitness level 2)|mandy12cowassfaster]]
[[Harder|mandy12cowasshard]]
[[Let her work it|mandy12cowasswork]]
[[Switch to pussy|mandy12cowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>>[[Cowgirl|mandy12cowpussy]]
<<set $penetrated to false>>
[[Reverse cowgirl|mandy12rcowpussy]]
[[Doggy|mandy12pussydoggy]]
[[Anal|mandy12anal]]
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="energy">*''Energy calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<link 'Use the Energy calling (arche: -1)' 'NewEnergyCalling'>> <</link>>[[Cowgirl|mandy12cowass]]
<<set $penetrated to false>>
[[Reverse cowgirl|mandy12rcowass]]
[[Missionary|mandy12analmiss]]
[[Doggy|mandy12analdoggy]]
[[Vaginal|mandy12pussy]]
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false or $pussypenetrated is true>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowassstart.mp4" autoplay controls></video>
<<set $penetrated to true>><<set $pussypenetrated to false>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowass.mp4" autoplay controls></video>
<</if>>
[[More|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<<speech "Mandy">>Your dick feels so gooood!<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowassfast.mp4" autoplay controls></video>
[[More|mandy12rcowassfast2]]
[[Normal|mandy12rcowass]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowasswork.mp4" autoplay controls></video>
[[More|mandy12rcowasswork2]]
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>(Damn!)<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowasswork2.mp4" autoplay controls></video>
[[More|mandy12rcowasswork]]
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowassfast2.mp4" autoplay controls></video>
[[More|mandy12rcowassfast]]
[[Normal|mandy12rcowass]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowassslow.mp4" autoplay controls></video>
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Let her work it|mandy12rcowasswork]]
[[Taste it|mandy12rcowasstaste]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowasstaste.mp4" autoplay controls></video>
<<set $penetrated to false>>
[[More|mandy12rcowasstaste2]]
[[Hold her head|mandy12rcowasstaste3]]
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowasstaste2.mp4" autoplay controls></video>
[[More|mandy12rcowasstaste]]
[[Hold her head|mandy12rcowasstaste3]]
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowasstaste3.mp4" autoplay controls></video>
[[Normal|mandy12rcowass]]
[[Faster|mandy12rcowassfast]]
[[Nice and slow|mandy12rcowassslow]]
[[Let her work it|mandy12rcowasswork]]
[[Switch to pussy|mandy12rcowpussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false or $pussypenetrated is false>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowpussystart.mp4" autoplay controls></video>
<<set $penetrated to true>><<set $pussypenetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/rcowpussy.mp4" autoplay controls></video>
<</if>>
[[More|mandy12rcowpussy]]
[[Switch to ass|mandy12rcowass]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false or $pussypenetrated is true>>
<video width="1000" src="videos/release 4.0/mandy/day11/missassstart.mp4" autoplay controls></video>
<<set $penetrated to true>><<set $pussypenetrated to false>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/missass.mp4" autoplay controls></video>
<</if>>
[[More|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missassinout.mp4" autoplay controls></video>
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[Play with pussy|mandy12analmisspplay]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missasspussy.mp4" autoplay controls></video>
[[More|mandy12analmisspussy2]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missasspussy2.mp4" autoplay controls></video>
[[More|mandy12analmisspussy]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missassdeep.mp4" autoplay controls></video>
[[Normal|mandy12analmiss]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missassfast.mp4" autoplay controls></video>
[[More|mandy12analmissfast2]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missasspplay.mp4" autoplay controls></video>
[[More|mandy12analmisspplay2]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missasspplay2.mp4" autoplay controls></video>
[[More|mandy12analmisspplay]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[Faster|mandy12analmissfast]]
[[In and out|mandy12analmissinout]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/missassfast2.mp4" autoplay controls></video>
[[More|mandy12analmissfast]]
[[Normal|mandy12analmiss]]
[[Deeper|mandy12analmissdeep]]
[[In and out|mandy12analmissinout]]
[[Play with pussy|mandy12analmisspplay]]
[[Back and forth to pussy|mandy12analmisspussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false or $pussypenetrated is true>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassstart.mp4" autoplay controls></video>
<<set $penetrated to true>><<set $pussypenetrated to false>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyass.mp4" autoplay controls></video>
<</if>>
[[More|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[In and out|mandy12analdoggyinout]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassfast.mp4" autoplay controls></video>
[[More|mandy12analdoggyfast2]]
[[Normal|mandy12analdoggy]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[In and out|mandy12analdoggyinout]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassfast2.mp4" autoplay controls></video>
[[More|mandy12analdoggyfast]]
[[Normal|mandy12analdoggy]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[In and out|mandy12analdoggyinout]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>(Can't believe I'm fucking Mandy)<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassinout.mp4" autoplay controls></video>
[[More|mandy12analdoggyinout2]]
[[Normal|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassdeep.mp4" autoplay controls></video>
[[Normal|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Harder|mandy12analdoggyhard]]
[[In and out|mandy12analdoggyinout]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggypussystart.mp4" autoplay controls></video>
<<set $pussypenetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggypussy.mp4" autoplay controls></video>
<</if>>
[[More|mandy12pussydoggy]]
[[Faster|mandy12pussydoggyfast]]
[[Switch to ass|mandy12analdoggy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyassinout2.mp4" autoplay controls></video>
[[More|mandy12analdoggyinout]]
[[Normal|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyasspussy.mp4" autoplay controls></video>
[[Normal|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Deeper|mandy12analdoggydeep]]
[[Harder|mandy12analdoggyhard]]
[[In and out|mandy12analdoggyinout]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Take this cock.<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggyasshard.mp4" autoplay controls></video>
[[Normal|mandy12analdoggy]]
[[Faster|mandy12analdoggyfast]]
[[Deeper|mandy12analdoggydeep]]
[[In and out|mandy12analdoggyinout]]
[[Back and forth to pussy|mandy12analdoggypussy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/mandy/day11/doggypussyfast.mp4" autoplay controls></video>
[[Normal|mandy12pussydoggy]]
[[Switch to ass|mandy12analdoggy]]
[[Back to anal|mandy12anal]]
[[Back to vaginal|mandy12pussy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mandyorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmandy12">><</if>><</nobr>><<speech "You" "$name">>Put my dick inside your ass, Mandy...<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexdom1.mp4" autoplay controls></video>
<<speech "Mandy">>Okay...<</speech>>
[[Next|mandy12sexdom3]]<video width="1000" src="videos/release 4.0/mandy/day11/sexdom2.mp4" autoplay controls></video>
<<speech "Mandy">>It's so tiiiiight...<</speech>>
<<speech "You" "$name">>Keep going, don't you stop.<</speech>>
[[Next|mandy12sexdom4]]<<speech "Mandy">>Fuuuuuck!<</speech>>
<<set $penetrated to true>>
<video width="1000" src="videos/release 4.0/mandy/day11/sexdom3.mp4" autoplay controls></video>
<<speech "You" "$name">>That's what I'm talking about!<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $mandy.submission += 1>>
[[Next|mandy12cowass]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to true>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $mandy12fucked to true>><</nobr>><video width="1000" src="videos/release 4.0/mandy/day11/cum2.mp4" autoplay controls></video>
She swallows you load.
<<speech "You" "$name">>Fuck... that was good...<</speech>>
<<speech "Mandy">>That was for taking care of me...<</speech>>
<<speech "You" "$name">>Yeah... sure...
I should take you home now, Dee must be worried.<</speech>>
[[Next|dee12]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurEng -= 20>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><video width="1000" src="videos/release 4.0/mandy/day11/spy2.mp4" autoplay controls></video>
<<speech "You" "$name">>(I hear heavy breathing... could she be...)<</speech>>
[[Next|day12spy3]]<video width="1000" src="videos/release 4.0/mandy/day11/spy3.mp4" autoplay controls></video>
<<speech "You" "$name">>(She ''is'' masturbating!)<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/spy4.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(She must still be a little drunk if she thinks I can't notice her...)<</speech>>
[[Next|day12spy4]]<<speech "You" "$name">>(Fuck... I can hear her pussy...)<</speech>>
<video width="1000" src="videos/release 4.0/mandy/day11/spy5.mp4" autoplay controls></video>
<<speech "You" "$name">>(Alright, I need to do something...)<</speech>>
[[Next|day12spy5]]
You put on a towel and pretend not to see anything.
<video width="1000" src="videos/release 4.0/mandy/day11/spy6.mp4" autoplay controls></video>
<<speech "You" "$name">>(She's so wasted hahaha... maybe I can take advantage of that...)<</speech>>
<span class="lust">Her lust has increased by 2</span>
<<set $mandy.lust += 2>>
[[Next|day12b]]<<speech "Steve">>How's my fantastic friend doing today?<</speech>>
<<speech "You" "$name">>Woah, so happy this early?<</speech>>
<<speech "Steve">>That's cause your boy here got a date.<</speech>>
<<speech "You" "$name">>That's nice man! She's cool?<</speech>>
<<speech "Steve">>She's pretty hot man. And yeah, she's cool too.<</speech>>
<<speech "You" "$name">>How'd you meet?<</speech>>
<<speech "Steve">>Uhmm... a dating app...<</speech>>
Knowing Steve for quite some time you learned about his little tics when he lies.
<<speech "You" "$name">>Yeah... I don't believe that.<</speech>>
<<speech "Steve">>Why not? You don't think I could get a date?<</speech>>
<<speech "You" "$name">>I think you could, I just think that's not the case right now.<</speech>>
He thinks for a moment.
<<speech "Steve">>Fuck... okay... Kobe introduced her to me.<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Steve">>Whats the matter?<</speech>>
<<speech "You" "$name">>Have you stopped to consider that a magical creature worked as a wingman for you?<</speech>>
<<speech "Steve">>So? You're like an motherfucking ancient greek post modern mutant...<</speech>>
<<speech "You" "$name">>Hahahaha...
You know what? Go for it dude. I'm being hypocritical.<</speech>>
<<speech "Steve">>Thanks for noticing that... hahaha.<</speech>>
<<speech "You" "$name">>So this means you two are getting along well, huh.<</speech>>
<<speech "Steve">>He's weird man. But everybody's weird if you think about it.
The little man actually has some pretty good insight about people in general.<</speech>>
<<speech "You" "$name">>That makes sense. He's like thousand years old.<</speech>>
<<speech "Steve">>Exactly! And it's good to have some company too.
Since you started your pornstar carrer you have no more time for me.<</speech>>
He pretends to start to cry.
<<speech "You" "$name">>Hahahaha.<</speech>>
<<speech "Steve">>Now in all seriousness dude. We should do something together.
Get some beers while you tell me about these magical bitches you've been dealing with...<</speech>>
<<speech "You" "$name">>Sure man! I was thinking the same.<</speech>>
<<if $mandy12fucked is true or $dee12fucked is true>>
<<speech "Steve">>You look pretty chill today.<</speech>>
<<speech "You" "$name">>I just had sex, so there's that...<</speech>>
<<speech "Steve">>At this time???? You're a machine dude! Who did you fuck?<</speech>>
<<if $mandy12fucked is true>>
<<speech "You" "$name">>Mandy, right in the ass.<</speech>>
<<speech "Steve">>Woaaaaaah. Nice one, man! I can only dream about fucking that bitch...<</speech>>
<<elseif $dee12fucked is true>>
<<speech "You" "$name">>Dee. And she fucks like a pro.<</speech>>
<<speech "Steve">>Duuuuuuuude! That's awesome. She does look like she has a lot of experience.
I can only dream about fucking a woman like that...<</speech>>
<</if>>
<<speech "You" "$name">>Come on man... you're gonna fuck a lot from now on, I bet. You gotta put this magical ring to use.<</speech>>
<<speech "Steve">>You're right... I can't even think about jerking off for a while.<</speech>>
<</if>>
He looks at his watch.
<<speech "Steve">>Aren't you late for work?<</speech>>
<<speech "You" "$name">>Am I not always late for work?<</speech>>
<<speech "Steve">>Dude... I don't know how you still keep this job.<</speech>>
<<speech "You" "$name">>Dude... I don't know how ''you'' still keep this job.<</speech>>
<<speech "Steve">>Touche... hahaha<</speech>>
<<speech "You" "$name">>But you're right though, I need to go. See you later man.<</speech>>
<<speech "Steve">>Have a great day bro. Later!<</speech>>
[[Next|Chapter3 v2.0.0 codeupdate]]You enter her apartment and everything is very clean and organized as always.
<<speech "You" "$name">>Not trying to be sexist or anything, but you'd be the dream wife of every husband.
Your place is always so clean. And the smell is great too...<</speech>>
<<speech "Dee">>Oh, $name, please don't say that...<</speech>>
<img class="middle medium" src="images/release 4.0/dee/day11/2.jpg">
You can feel a little bit of pain in her voice.
<<speech "You" "$name">>Woah... sorry Dee, I didn't mean to be rude.<</speech>>
<<speech "Dee">>If I'm such a good woman to be with, why can't I just keep one man around?<</speech>>
She sits on a chair by the kitchen.
<<speech "You" "$name">>Hey, calm down.<</speech>>
You put a hand on her shoulder.
<<speech "You" "$name">>What happened?<</speech>>
She takes a deep breath before answering.
<<speech "Dee">>I went on a date last night...
I put on my best dress, a little makeup and went to the restaurant we agreed on meeting.<</speech>>
She pauses for a moment before continuing.
<<speech "Dee">>Everything was going great. He was being nice and seemed to be very successful.
But when the waitress started serving us he started to behave a little off.<</speech>>
<<speech "You" "$name">>How?<</speech>>
<<speech "Dee">>Well, the waitress... she was a very charming young lady. She also had a great figure...
From then on he started to stare at her. He was joking, she was smilling a lot and, quite frankly, they were flirting right in front of me.<</speech>>
<<speech "You" "$name">>Oh no...<</speech>>
<<speech "Dee">>And it got worse... I tried ignoring it and get his attention but it wasn't working.
Later, when she arrived with the bill, he went to pay for it and put a small paper together with his card.<</speech>>
<<speech "You" "$name">>So you think...<</speech>>
<<speech "Dee">>He definitely gave her his number. I saw her smile when she opened the note right after leaving our table.<</speech>>
<<speech "You" "$name">>Dee... that sucks...<</speech>>
<<speech "Dee">>I just said goodbye and left. When I got home I thought Mandy was in her room, so I went straight to bed.
I mean... is there anything wrong with me? I'm I too old to find someone?<</speech>>
<img class="middle large" src="images/release 4.0/dee/day11/3.jpg">
@@#answer;
<<link "Compliment her character">>
<<replace "#answer">>
<<speech "You" "$name">>Of course not! You're a wonderful person.
Some people can't offer you value. So what? Nowadays, everyone is so focused on achieving what society deems as good that they forget to pursue the things that truly matter, such as finding someone genuinely nice to be with.<</speech>>
<<speech "Dee">>$name... it's so nice of you to say that...<</speech>>
<img class="middle medium" src="images/release 4.0/dee/day11/4.jpg">
<span class="love">Her love has increased by 1</span>
<<set $dee.love += 1>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
[[Next|dee12b]]
<</replace>><</link>>
<<link "Compliment her body">>
<<replace "#answer">>
<<speech "You" "$name">>Are you kidding me? You are sooo hot...<</speech>>
<<speech "Dee">>You really think so?<</speech>>
<img class="middle medium" src="images/release 4.0/dee/day11/5.jpg">
<<speech "You" "$name">>I ''know'' so... I mean, look at your body. All the curves, the proportions...
Come on, give me a better view.<</speech>>
<<speech "Dee">>$name you're terrible... hahaha<</speech>>
She tries to hide it, but she loves the attention.
<img class="middle large" src="images/release 4.0/dee/day11/6.jpg">
<<speech "Dee">>Ooops, too much...<</speech>>
<<speech "You" "$name">>I would say not enough haha.<</speech>>
<<speech "Dee">>So you want to see more?<</speech>>
<img class="middle medium" src="images/release 4.0/dee/day11/7.jpg">
<<speech "You" "$name">>Hmm.. that's nice...<</speech>>
<<speech "Dee">>I know you like it... I mean...<</speech>>
Her expression changes abruptly.
<<speech "Dee">>I shouldn't get carried away...<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Next|dee12b]]
<</replace>><</link>>
<<link "Teach her how to be better">>
<<replace "#answer">>
<<speech "You" "$name">>I'm gonna be completely honest... I think you could do much better...<</speech>>
<<speech "Dee">>What?<</speech>>
<<speech "You" "$name">>You heard me. You have a nice body, Dee. But that doesn't matter if you don't know how to use it.<</speech>>
<<speech "Dee">>Use it?<</speech>>
<<speech "You" "$name">>Come on, Dee. You know what I'm talking about.
A man likes a woman who knows how to serve.<</speech>>
<<speech "Dee">>I-I don't know what to say...<</speech>>
<<speech "You" "$name">>That's the point. You don't have to say anything, just knowing what to do works perfectly fine.
The waitress got the guy's attention because she was younger, that's atractive, you can't blame him.<</speech>>
<<speech "Dee">>$name, you're being rude...<</speech>>
<<speech "You" "$name">>I'm not, Dee. You just need to understand what I'm talking about.
She's younger, but what do you have that she doesn't?<</speech>>
<<speech "Dee">>Wisdom?<</speech>>
<<speech "You" "$name">>Experience. You know how to fuck much better than she does, probably...<</speech>>
She stares at you, without saying a word.
<<speech "You" "$name">>You get what I'm saying, Dee?<</speech>>
<<speech "Dee">>I think I do...<</speech>>
<<speech "You" "$name">>Then prove it... Stand up and show me your ass.<</speech>>
She hesitates for a moment, before finally giving in to your command.
<img class="middle large" src="images/release 4.0/dee/day11/8.jpg">
She looks at you in silence.
<<speech "You" "$name">>Not good enough...<</speech>>
She lifts it a little more.
<img class="middle large" src="images/release 4.0/dee/day11/9.jpg">
<<speech "You" "$name">>That's better... but you need to fully commit to what you're trying to do.<</speech>>
<<speech "Dee">>You're right.<</speech>>
She leans foward and lifts it all the way up.
<img class="middle large" src="images/release 4.0/dee/day11/10.jpg">
<<speech "You" "$name">>Great job, Dee. You have a very nice ass.<</speech>>
<<speech "Dee">>Thank you mas- $name...<</speech>>
She collects herself, looking a little shy but happy.
<<speech "You" "$name">>(There's something about her...)<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $dee.submission += 1>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
[[Next|dee12b]]
<</replace>><</link>><<speech "You" "$name">>So yeah... I think I need to go. Don't want to be late...<</speech>>
<<speech "Dee">>Wait, $name... Mandy is probably in a very deep sleep.
Before you go...<</speech>>
She comes closer to you, with one hand over her cleavage while lightly pressing her crotch with the other hand.
<<if $dee.lust gte 3>>
<span class="lust">''Lust check successful!''</span>
<<speech "Dee">>Can you do one more thing for me?<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/1.mp4" autoplay loop></video>
<<else>>
<span class="lust">''Lust check failed''</span><</if>>
<<if $dee.corruption gte 2>>
<span class="corruption">''Corruption check successful!''</span>
<<speech "Dee">>I just really like to take good care of you...<</speech>>
Her hand is over your dick.
<video width="1000" src="videos/release 4.0/dee/day11/2.mp4" autoplay loop></video>
<<else>>
<span class="corruption">''Corruption check failed''</span><</if>>
<<if $dee.submission gte 3>>
<span class="submission">''Submission check successful!''</span>
<<speech "Dee">>Maybe you can teach me more things before you go...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/3.mp4" controls></video>
<<else>>
<span class="submission">''Submission check failed''</span><</if>>
<<if $dee.lust gte 3>>
[[Help her|dee12help]]<</if>>
<<if $dee.corruption gte 2>>
[[Let her take care of you|dee12corruption]]<</if>>
<<if $dee.submission gte 3>>
[[Teach her|dee12sub]]<</if>>
[[Go to work|dee12deny]]She kneels in front of you.
<<set $dee12help to true>>
<video width="1000" src="videos/release 4.0/dee/day11/4.mp4" autoplay controls></video>
<<speech "Dee">>I need to see it...<</speech>>
<<set $CurOrg to 0>>
[[Next|dee12help2]]She kneels in front of you.
<<set $dee12corruption to true>>
<video width="1000" src="videos/release 4.0/dee/day11/4.mp4" autoplay controls></video>
<<speech "Dee">>Let me take a look, okay?<</speech>>
<<set $CurOrg to 0>>
[[Next|dee12corruption2]]She kneels in front of you.
<<set $dee12sub to true>>
<video width="1000" src="videos/release 4.0/dee/day11/4.mp4" autoplay controls></video>
<<speech "Dee">>Can I see it?<</speech>>
<<set $CurOrg to 0>>
[[Next|dee12sub2]]<<speech "You" "$name">>Sorry, Dee. I'm late for work. We'll talk later, okay?<</speech>>
<<speech "Dee">>Sure! You have your life haha... I don't want to disturb you.
Have a nice day, sweetie.<</speech>>
[[Next|day12lobby]]<video width="1000" src="videos/release 4.0/dee/day11/5.mp4" autoplay controls></video>
<<speech "Dee">>It's so beautiful...<</speech>>
[[Next|dee12help3]]<video width="1000" src="videos/release 4.0/dee/day11/6.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|dee12help4]]<video width="1000" src="videos/release 4.0/dee/day11/help1.mp4" autoplay controls></video>
<<speech "Dee">>I really need this...<</speech>>
[[Next|dee12help5]]<video width="1000" src="videos/release 4.0/dee/day11/help2.mp4" autoplay controls></video>
[[Next|dee12bj]][[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $dee12naked to false>><</nobr>><video width="1000" src="videos/release 4.0/dee/day11/5.mp4" autoplay controls></video>
<<speech "Dee">>Oh my... you're such a big big boy...<</speech>>
[[Next|dee12corruption3]]<video width="1000" src="videos/release 4.0/dee/day11/care1.mp4" autoplay controls></video>
<<speech "You" "$name">>Damn...<</speech>>
<<speech "Dee">>I'll take good care of your needs, so you can go to work on a great mood...<</speech>>
[[Next|dee12corruption4]]<<speech "Dee">>Just relax, sweetie...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/care2.mp4" autoplay controls></video>
[[Next|dee12bj]]<<speech "You" "$name">>Put it in your mouth.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/5.mp4" autoplay controls></video>
[[Next|dee12sub3]]<<speech "You" "$name">>Great start, now stroke it.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/dom1.mp4" autoplay controls></video>
[[Next|dee12sub4]]<<speech "You" "$name">>Now go deeper.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/dom2.mp4" autoplay controls></video>
<<speech "You" "$name">>Not bad... but I'll give you some directions.<</speech>>
[[Next|dee12bj]]<<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/dee/day11/bjslow.mp4" autoplay controls></video>
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<if $dee12naked is false>>
She sees you're about to cum and quickly remove her top so it doesn't get on her clothes.
<</if>>
<<speech "You" "$name">>I'm gonna cum on your face, open your mouth...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/cum.mp4" autoplay controls></video>
[[Next|cumondee12a]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/dee/day11/bjcontrol.mp4" autoplay controls></video>
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 3.5>>
<video width="1000" src="videos/release 4.0/dee/day11/bjsns.mp4" autoplay controls></video>
[[More|dee12bjsns2]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 3.5>>
<video width="1000" src="videos/release 4.0/dee/day11/bjfast.mp4" autoplay controls></video>
[[More|dee12bjfast2]]
[[Nice and slow|dee12bjslow]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2>>
<<speech "You" "$name">>Yes baby, stroke this cock.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/bjhj.mp4" autoplay controls></video>
[[More|dee12bjhj2]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 3.5>>
<video width="1000" src="videos/release 4.0/dee/day11/bjsns2.mp4" autoplay controls></video>
[[More|dee12bjsns]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 3.5>>
<video width="1000" src="videos/release 4.0/dee/day11/bjlick.mp4" autoplay controls></video>
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/dee/day11/bjhj2.mp4" autoplay controls></video>
[[More|dee12bjhj]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2.5>>
<<speech "You" "$name">>(Shit!)<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/bjdeep.mp4" autoplay controls></video>
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/dee/day11/bjhold1.mp4" autoplay controls></video>
[[Hold|dee12bjhold2]]
[[Release|dee12bjhold3]]<<set $CurOrg += 3>>
<<speech "You" "$name">>Yeaaaaah...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/bjhold2.mp4" autoplay controls></video>
[[Hold|dee12bjhold2]]
[[Release|dee12bjhold3]]<<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.0/dee/day11/bjhold3.mp4" autoplay controls></video>
[[Again|dee12bjhold]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/dee/day11/bjballs.mp4" autoplay controls></video>
[[More|dee12bjballs2]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.0/dee/day11/bjballs2.mp4" autoplay controls></video>
[[More|dee12bjballs]]
[[Nice and slow|dee12bjslow]]
[[Faster|dee12bjfast]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><<speech "You" "$name">>I need to fuck you, Dee...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/presex.mp4" autoplay controls></video>
You put her against the kitchen island and pull down her panties.
[[Next|dee12presexleaned]]<<set $CurOrg += 3.5>>
<<speech "You" "$name">>(Fuuuuck she's good)<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/bjfast2.mp4" autoplay controls></video>
[[More|dee12bjfast]]
[[Nice and slow|dee12bjslow]]
[[Deeper|dee12bjdeep]]
[[Stroke and suck|dee12bjsns]]
[[Control her head|dee12bjcontrol]]
[[Hold her head|dee12bjhold]]
[[Lick it|dee12bjlick]]
[[Play with balls|dee12bjballs]]
[[Handjob|dee12bjhj]]
[[Stop this and fuck her|dee12presex]]
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><video width="1000" src="videos/release 4.0/dee/day11/presex2.mp4" autoplay controls></video>
<<speech "Dee">>Yes!<</speech>>
[[Next|dee12presexleaned2]]<<speech "You" "$name">>(Can't believe I'm finally fucking her...)<</speech>>
<<set $dee12org to 1>>
<video width="1000" src="videos/release 4.0/dee/day11/presex3.mp4" autoplay controls></video>
<<speech "You" "$name">>Yes! Yes...<</speech>>
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leanslow.mp4" autoplay controls></video>
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leanfast.mp4" autoplay controls></video>
[[More|dee12leanfast2]]
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leanharder.mp4" autoplay controls></video>
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Next|dee12leanslow]]<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leannormal.mp4" autoplay controls></video>
[[More|dee12leannormal2]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leanhard.mp4" autoplay controls></video>
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leantits.mp4" autoplay controls></video>
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leannormal2.mp4" autoplay controls></video>
[[More|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Faster|dee12leanfast]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/leanfast2.mp4" autoplay controls></video>
[[More|dee12leanfast]]
[[Normal|dee12leannormal]]
[[Nice and slow|dee12leanslow]]
[[Harder|dee12leanhard]]
[[Very hard (fitness level 2)|dee12leanharder]]
[[Play with her tits|dee12leantits]]
[[Stop and change the position|dee12presexmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<speech "Dee">>Fuck me in this chair!<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/presex4.mp4" autoplay controls></video>
[[Next|dee12presexmiss2]]<<speech "Dee">>Thank you, $name!<</speech>>
<<set $dee12org to 2>>
<video width="1000" src="videos/release 4.0/dee/day11/presex5.mp4" autoplay controls></video>
<<set $dee12naked to true>>
[[Normal|dee12missnormal]]
[[Nice and slow|dee12missslow]]
[[Faster|dee12missfast]]
[[Deeper|dee12missdeep]]
[[Play with pussy|dee12misspussy]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/missdeep.mp4" autoplay controls></video>
[[Normal|dee12missnormal]]
[[Nice and slow|dee12missslow]]
[[Faster|dee12missfast]]
[[Play with pussy|dee12misspussy]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/missslow.mp4" autoplay controls></video>
[[Normal|dee12missnormal]]
[[Faster|dee12missfast]]
[[Deeper|dee12missdeep]]
[[Play with pussy|dee12misspussy]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/misstits.mp4" autoplay controls></video>
[[Normal|dee12missnormal]]
[[Nice and slow|dee12missslow]]
[[Faster|dee12missfast]]
[[Deeper|dee12missdeep]]
[[Play with pussy|dee12misspussy]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/misspussy.mp4" autoplay controls></video>
[[Normal|dee12missnormal]]
[[Nice and slow|dee12missslow]]
[[Faster|dee12missfast]]
[[Deeper|dee12missdeep]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/missfast.mp4" autoplay controls></video>
[[Normal|dee12missnormal]]
[[Nice and slow|dee12missslow]]
[[Deeper|dee12missdeep]]
[[Play with pussy|dee12misspussy]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<speech "Dee">>I need to sit on that big cock...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/presex6.mp4" autoplay controls></video>
[[Next|dee12presexrcow2]]<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/missnormal.mp4" autoplay controls></video>
[[Nice and slow|dee12missslow]]
[[Deeper|dee12missdeep]]
[[Play with pussy|dee12misspussy]]
[[Play with her tits|dee12misstits]]
[[Stop and change position|dee12presexrcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<speech "You" "$name">>You fuck like a pro, Dee...<</speech>>
<<set $dee12org to 3>>
<video width="1000" src="videos/release 4.0/dee/day11/presex7.mp4" autoplay controls></video>
[[Normal|dee12rcownormal]]
[[Faster|dee12rcowfast]]
[[Fuck her|dee12rcowfuck]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcownormal.mp4" autoplay controls></video>
<<set $dee12change to true>>
[[More|dee12rcownormal2]]
[[Faster|dee12rcowfast]]
[[Fuck her|dee12rcowfuck]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcownormal2.mp4" autoplay controls></video>
[[More|dee12rcownormal]]
[[Faster|dee12rcowfast]]
[[Fuck her|dee12rcowfuck]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcowfuck.mp4" autoplay controls></video>
<<set $dee12change to true>>
[[More|dee12rcowfuck2]]
[[Normal|dee12rcownormal]]
[[Faster|dee12rcowfast]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>>
<<set $bonusfit += 1>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcowfuck2.mp4" autoplay controls></video>
[[More|dee12rcowfuck]]
[[Normal|dee12rcownormal]]
[[Faster|dee12rcowfast]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcowfast.mp4" autoplay controls></video>
<<set $dee12change to true>>
[[More|dee12rcowfast2]]
[[Normal|dee12rcownormal]]
[[Fuck her|dee12rcowfuck]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/rcowfast2.mp4" autoplay controls></video>
[[Normal|dee12rcownormal]]
[[Faster|dee12rcowfast]]
[[Fuck her|dee12rcowfuck]]
[[Change to cowgirl|dee12sexcow]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<speech "Dee">>Oh yess...<</speech>>
<<set $dee12org to 4>>
<video width="1000" src="videos/release 4.0/dee/day11/presex8.mp4" autoplay controls></video>
[[Normal|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Fuck her|dee12sexcowfuck]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cownormal.mp4" autoplay controls></video>
[[More|dee12sexcownormal2]]
[[Faster|dee12sexcowfast]]
[[Fuck her|dee12sexcowfuck]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cownormal2.mp4" autoplay controls></video>
[[More|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Fuck her|dee12sexcowfuck]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowfast.mp4" autoplay controls></video>
[[More|dee12sexcowfast2]]
[[Normal|dee12sexcownormal]]
[[Fuck her|dee12sexcowfuck]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowfast2.mp4" autoplay controls></video>
[[More|dee12sexcowfast]]
[[Normal|dee12sexcownormal]]
[[Fuck her|dee12sexcowfuck]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowfuck.mp4" autoplay controls></video>
[[More|dee12sexcowfuck2]]
[[Normal|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowfuck2.mp4" autoplay controls></video>
[[More|dee12sexcowfuck]]
[[Normal|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Bounce on it|dee12sexcowbounce]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowbounce.mp4" autoplay controls></video>
[[More|dee12sexcowbounce2]]
[[Normal|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Fuck her|dee12sexcowfuck]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.0/dee/day11/cowbounce2.mp4" autoplay controls></video>
[[More|dee12sexcowbounce]]
[[Normal|dee12sexcownormal]]
[[Faster|dee12sexcowfast]]
[[Fuck her|dee12sexcowfuck]]
[[Change to reverse cowgirl|dee12presexrcow2]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "deeorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumondee12">><</if>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</nobr>><<set $CurOrg1 to 0>>
<<speech "Dee">>''Oh my god, I'm cumming!''<</speech>>
<<if $dee12org eq 1>>
<video width="1000" src="videos/release 4.0/dee/day11/orgasm1.mp4" autoplay controls></video>
[[Back|dee12leannormal]]
<<elseif $dee12org eq 2>>
<video width="1000" src="videos/release 4.0/dee/day11/orgasm2.mp4" autoplay controls></video>
[[Back|dee12missnormal]]
<<elseif $dee12org eq 3>>
<video width="1000" src="videos/release 4.0/dee/day11/orgasm3.mp4" autoplay controls></video>
[[Back|dee12presexrcow2]]
<<elseif $dee12org eq 4>>
<video width="1000" src="videos/release 4.0/dee/day11/orgasm4.mp4" autoplay controls></video>
[[Back|dee12sexcow]]<</if>><video width="1000" src="videos/release 4.0/dee/day11/cum2.mp4" autoplay controls></video>
<<set $dee12fucked to true>>
<<speech "You" "$name">>Fuck! You really emptied my balls...<</speech>>
<<set $CurEng -= 20>>
[[Next|cumondee12b]]<<if $dee12corruption is true>>
<<speech "Dee">>See? Mommy took care of your needs.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/cummommy.mp4" autoplay controls></video>
<<speech "You" "$name">>Mommy?<</speech>>
She gasps.
<<speech "Dee">>God... I'm so sorry...<</speech>>
<<speech "You" "$name">>This is weird, Dee...<</speech>>
<<speech "Dee">>Is it really that weird to want to take good care of someone important to me?<</speech>>
<<speech "You" "$name">>It's not that part that's weird...<</speech>>
<<speech "Dee">>I'm sorry...<</speech>>
She seems very sad.
<<speech "You" "$name">>You know what? You can pretend to be my mom if you want.
If this that we're doing feels good for both of us... I don't see a problem...<</speech>>
Her face lights up again.
<<speech "Dee">>Wonderful! Thank you $name!
I'll try my best to be a good... mommy...<</speech>>
<<speech "You" "$name">>I think I'll get used to it...
Now I really gotta go...<</speech>>
<<speech "Dee">>Thank you again for coming. Have a great day, sweetie!<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $dee.corruption += 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Next|day12lobby]]
<<elseif $dee12help is true>>
<<speech "Dee">>Thank you so much... I needed that...<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/cumthanks.mp4" autoplay controls></video>
<<speech "You" "$name">>Finally, huh? Hahaha.<</speech>>
She gets a little shy.
<<speech "Dee">>What do you mean?<</speech>>
<<speech "You" "$name">>Come on... we both know how long we wanted this.<</speech>>
<<speech "Dee">>You're right. I developed weird feelings for you.<</speech>>
<<speech "You" "$name">>Weird?<</speech>>
<<speech "Dee">>I mean, lately I started to see you as more than just a friendly neighbor.<</speech>>
<<speech "You" "$name">>Glad that happened then.<</speech>>
<<speech "Dee">>Do you think we could do this again sometime?<</speech>>
<<speech "You" "$name">>Definitely!<</speech>>
<<speech "Dee">>Wonderful!<</speech>>
It seems like you made her day.
<<speech "You" "$name">>Now I really gotta go...<</speech>>
<<speech "Dee">>Thank you again for coming. Have a great day, sweetie!<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<span class="love">Her love has increased by 1</span>
<<set $dee.love += 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
[[Next|day12lobby]]
<<elseif $dee12sub is true>>
<<speech "You" "$name">>Catch all the drops and put it in your mouth.<</speech>>
<video width="1000" src="videos/release 4.0/dee/day11/cumsub.mp4" autoplay controls></video>
She promptly does as you say.
<<speech "You" "$name">>Great job, Dee.<</speech>>
<<speech "Dee">>Thank you, master.<</speech>>
<<speech "You" "$name">>Master?<</speech>>
<<speech "Dee">>Sorry...<</speech>>
She seems very embarassed.
<<speech "You" "$name">>No, don't be. Does calling me master arouses you?<</speech>>
<<speech "Dee">>Yes...<</speech>>
She says without looking in your eyes.
<<speech "You" "$name">>You can call me that from time to time...<</speech>>
<<speech "Dee">>Wonderful! I'd like that.<</speech>>
<<speech "You" "$name">>Now I really gotta go...<</speech>>
<<speech "Dee">>Thank you again for coming. Have a great day, sweetie!<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $dee.lust += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $dee.submission += 1>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
[[Next|day12lobby]]<</if>>You go on your usual way to work when you spot a familiar face coming your way.
<<speech "Elena">>Holla, $name! How are you?<</speech>>
<<speech "You" "$name">>Hey, Elena. Good morning. I'm good, what about you?<</speech>>
<<speech "Elena">>I'm great! Just bougth these new clothes. Do you like it?<</speech>>
<img class="middle medium" src="images/release 4.02/elena/day12/1.jpg">
@@#answer;
<<link "You look hot">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah, you look very hot!<</speech>>
<<speech "Elena">>Thank you! That's what I went for hahaha.<</speech>>
<img class="middle medium" src="images/release 4.02/elena/day12/2.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Next|day12street2]]
<</replace>><</link>>
<<link "It's charming">>
<<replace "#answer">>
<<speech "You" "$name">>It's very charming, fits you very well.<</speech>>
<<speech "Elena">>So you have a way with words, huh? Thank you, $name.<</speech>>
<img class="middle medium" src="images/release 4.02/elena/day12/2.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $elena.love += 0.5>>
[[Next|day12street2]]
<</replace>><</link>>
<<link "It's too revealing">>
<<replace "#answer">>
<<speech "You" "$name">>It's too revealing. But it's ok, if you want people to stare at your tits...<</speech>>
<<speech "Elena">>What? I don't think it's too revealing...<</speech>>
<img class="middle medium" src="images/release 4.02/elena/day12/3.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|day12street2]]
<</replace>><</link>>
<<if $mandy12fucked is true or $dee12fucked is true>><<set $lateforwork to true>><</if>><<speech "Kobalos">>Probably most of them want to... or at least need to...<</speech>>
<<speech "You" "$name">>What do you mean?<</speech>>
<<speech "Kobalos">>Their main power source is Aphrodite. If they don't obey to her, the magic stops flowing through their bodies...<</speech>>
<<speech "Steve">>I think I get it. It's like me working for Marie. I pretend to love her, but that's just so I get paid.<</speech>>
<<speech "You" "$name">>Yeah, man. That sounds like exactly the same thing.<</speech>>
<<speech "Steve">>Thank you.<</speech>>
<<speech "Kobalos">>Hahaha<</speech>>
<<speech "You" "$name">>Well, this one didn't do much. It all happened pretty fast.
But she did seem very powerful...<</speech>>
<<speech "Kobalos">>Which one was it?<</speech>>
<<speech "You" "$name">>Dick said it was Cleo.<</speech>>
<<speech "Kobalos">>Clio?<</speech>>
<<speech "You" "$name">>Yes! That's the one...<</speech>>
<<speech "Steve">>Wait, who is Dick?<</speech>>
<<speech "You" "$name">>Sorry man. Can't tell you for now. Like, the words won't come out of my mouth if I try to tell you.
But I feel like you'll get to know him in no time.<</speech>>
<<speech "Steve">>Okaaaay...<</speech>>
<<speech "Kobalos">>This one is powerful... she has the power that Aphrodite collected from a Titan...<</speech>>
<<speech "You" "$name">>Oh so there's titans too?<</speech>>
<<speech "Steve">>Man... that's some God of War shit...<</speech>>
<<speech "Kobalos">>He's involved too...<</speech>>
<<speech "Steve">>Whaaaaat?<</speech>>
<<speech "You" "$name">>Tell me then...<</speech>>
<<speech "Kobalos">>I can't do that... When you talk about gods and titans they may hear you.
It's how they hear the prayers people say in their names.<</speech>>
<<speech "You" "$name">>Fuck... so that's dangerous. Better keep your mouth shut.<</speech>>
<<speech "Steve">>Well this is too much for me. I need to go, before I get in trouble.<</speech>>
<<speech "Kobalos">>I must leave too, this woman was very heavy. I'm so tired...<</speech>>
<<speech "You" "$name">>I'm pretty fucking exhausted too.<</speech>>
<<speech "Steve">>Sleep well, man. I have some work to do.
Let's go Kobe...<</speech>>
<<speech "Kobalos">>That is not my name...<</speech>>
They leave while talking.
<<speech "Steve">>Too bad... Kobalos is too long...<</speech>>
<<speech "Kobalos">>You know what else is long?<</speech>>
You stop hearing them after a while.
<<speech "You" "$name">>At least she's safe. She can have the bed. I could sleep on top of a rock right now.<</speech>>
You go to your old couch and fall asleep immediately.
[[Next|day11home2]]<<set $cecilia.mess2 to false>>
<<speech "Cecilia">>Been thinking bout u today...
<<set $ceciliapic1 to true>>
<img class="middle medium" src="images/release 4.0/cecilia/day11/1.jpg">
<</speech>>
<<if $day lt 13>>
@@#answer;
<<link "Be positive">>
<<replace "#answer">>
<<speech "You" "$name">>Hmmm... feels good to be remembered :)<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $cecilia.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>You got me very hard right now...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $cecilia.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Tease her">>
<<replace "#answer">>
<<speech "You" "$name">>You can be way more explicit than that, baby...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $cecilia.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Ceciliamessages'>> <</link>>
<</if>><<set $lauren.mess2 to false>>
<<speech "Lauren">>Hello, $name. Passing by just to remind you about my services. You should get in touch if you need any help with your money.<</speech>>
<<if $day lt 13>>
@@#answer;
<<link "Be positive">>
<<replace "#answer">>
<<speech "You" "$name">>Hey, thanks, I'll definitely get in touch.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $lauren.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>Sure! Maybe we could talk about it over some wine...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $lauren.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be aggressive">>
<<replace "#answer">>
<<speech "You" "$name">>I think I'll need other kind of services for you...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $lauren.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Laurenmessages'>> <</link>>
<</if>><<set $jack.mess1 to false>>
<<speech "Jack">>Top of the morning, lad. I'll need your services soon.
Be sharp.<</speech>>
<<if $day lt 13>>
@@#answer;
<<link "Answer posetively">>
<<replace "#answer">>
<<speech "You" "$name">>Sure. Just tell me when.<</speech>>
<span class="favor">His favor has increased by 0.5</span>
<<set $jack.favor += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be funny">>
<<replace "#answer">>
<<speech "You" "$name">>Sure. As long as you don't try to kill me again...<</speech>>
<span class="friendship">His friendship has increased by 0.5</span>
<<set $jack.friendship += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be bold">>
<<replace "#answer">>
<<speech "You" "$name">>Just because you spared me doesn't mean I'm your puppet.<</speech>>
<span class="friendship">His friendship has decreased by 0.5</span>
<<set $jack.friendship -= 0.5>>
<span class="obedience">His obedience has increased by 0.5</span>
<<set $jack.obedience += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Jackmessages'>> <</link>>
<</if>><<speech "You" "$name">>Oh... about that... I was lying...<</speech>>
<<speech "Eliza">>What??<</speech>>
<<speech "You" "$name">>Come on! Officer James is always after me. I did nothing wrong and he started searching me.<</speech>>
<<speech "Eliza">>$name! You can't just lie to a cop! Does this "friend" even exists?<</speech>>
@@#answer;
<<link "Try to explain">>
<<replace "#answer">>
<<speech "You" "$name">>Yes! He's the receptionist at our building, you'll meet him.
I just lied to not get a fine and a criminal history.
I don't have much money, if I lose this job I'm fucked...<</speech>>
<<speech "Eliza">>Yeah but...<</speech>>
She seems to pause and acknowledge your struggle.
<<speech "Eliza">>~SIGH Okay, okay... You have a point.<</speech>>
<<speech "You" "$name">>Besides, I could've just lied to you too. But I didn't want to...<</speech>>
<<speech "Eliza">>Thanks for that...<</speech>>
She lightly press your forearm.
<<speech "Eliza">>I need to go. Don't do that again... neighbor.
Bye!<</speech>>
She walks away.
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<<link 'Next' 'work11d3'>> <</link>>
<</replace>><</link>>
<<link "Give her a reality check">>
<<replace "#answer">>
<<speech "You" "$name">>Look, you don't need to side with me.<</speech>>
<<speech "Eliza">>What?<</speech>>
She's caught off guard.
<<speech "You" "$name">>You don't know anything about me...<</speech>>
<<speech "Eliza">>$name, just calm down.<</speech>>
<<speech "You" "$name">>No, I'm serious. You may have had a great childhood and family support along the way, but I had to struggle since I was a kid, just to have a roof over my head.<</speech>>
You start to walk away.
<<speech "Eliza">>What? Wait!<</speech>>
<<speech "You" "$name">>What is it? I need to get back to work...<</speech>>
<<speech "Eliza">>Look, you don't need to be rude. I'm sorry if I offended you.
Let's forget this happened. Just don't do it again.<</speech>>
<<speech "You" "$name">>Sure. But I'd like some space to cool my head.<</speech>>
<<speech "Eliza">>I need to go anyway...
See you later?<</speech>>
<<speech "You" "$name">>Sure... Goodbye, Eliza.<</speech>>
She walks away.
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
<<link 'Next' 'work11d3'>> <</link>>
<</replace>><</link>><<speech "You" "$name">>Thank you, Eliza. I miss him everyday.<</speech>>
You lower your head as if you were about to cry.
<<speech "Eliza">>Hey hey. Come here...<</speech>>
She gives you a tight hug.
<<speech "You" "$name">>(Jackpot!)<</speech>>
You revolve your arms against her waist and place your face between her neck and shoulder.
<img class="middle medium" src="images/release 4.0/misc/hugging.gif">
<<speech "You" "$name">>(She smells so good...)<</speech>>
She seems open to your touch.
<<speech "Eliza">>Don't worry. Everything is going to be fine.<</speech>>
<<speech "You" "$name">>(Veeery fine...)<</speech>>
You lower your hands a little and place them just above her ass.
<<speech "You" "$name">>Thanks for the hug... it really helped.<</speech>>
Before letting go you lightly touch the side of her neck with your lips.
<img class="middle small" src="images/release 4.0/misc/kissneck.gif">
<<speech "Eliza">>I'm uhmm... glad it helped.<</speech>>
She looks a little embarassed.
<<speech "Eliza">>I have to go, now. Don't want to see him mad.
Nice seeing you, neighbor.<</speech>>
She walks away.
<<set $badkarma += 1>>
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $eliza.lust += 1>>
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
<<link 'Next' 'work11d3'>> <</link>><div class="general">End of content for now...
<div class="general">If you're playing this, keep in mind that this is a "half release". More content is ready, but needs more bug testing before it's good to go. It won't take long before I launch the rest of this release, this was just to keep you guys entertained. Think of it as a christmas/new year's gift.</div>
Play again to get different outcomes... ''(be sure not to lose any content)''
Stay tuned for more...
Don't forget to support the creator, it speeds up the next releases...
<<nobr>>
<<nobr>><a href="https://www.patreon.com/drwolfman">
<img class="middle normal" src="images/misc/patreonlogo2.jpg">
</a><</nobr>>
<<nobr>><a href="https://subscribestar.adult/aphrodisia-an-interactive-game">
<img class="middle normal" src="images/misc/subscribestarlogo.jpg">
</a><</nobr>><</nobr>>
And remember to join our comunity to talk about the game.
<<nobr>><a href="https://discord.gg/5UnybpfeK9">
<img class="middle small" src="images/misc/discordlogo.jpg">
</a><</nobr>>
<<nobr>><a href="https://f95zone.to/threads/aphrodisia-ch-1-dr-wolfman.123516/">
<img class="middle smaller" src="images/misc/f95zone.jpg">
</a><</nobr>>
Thanks for playing!
<img class="middle medium" src="images/misc/endofchapter.gif">
</div><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Lily and Marina</span><<nobr>>
<</nobr>><a data-passage="Pair1stats" class="link-internal link-image">
<img class="contacts" src="images/release 4.0/pair1/day11/face3.jpg">
</a>
You shot your third scene with them.
<<if $lilybonus is true>>
Lily asked for your number (she'll probably get in touch...)
<<else>>
You didn't get Lily's bonus...<</if>>
<<if $marinabonus is true>>
Marina asked for your number (she'll probably get in touch...)
<<else>>
You didn't get Marina's bonus...<</if>>
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">Rachel</span><<nobr>>
<</nobr>><a data-passage="Rachelstats" class="link-internal link-image">
<img class="contacts" src="images/release 4.0/rachel/day11/face.jpg">
</a>
You shot your third scene with her.
<<if $rachelbonus is true>>
She asked for your number (she'll probably get in touch...)
<<else>>
You didn't get her bonus...<</if>>
<<speech "Elena">>You never showed up again for another class though...<</speech>>
<<speech "You" "$name">>Oh, I just had a lot of stuff going on. But I'll drop by anytime soon.<</speech>>
<<speech "Elena">>I'm free on saturdays, if you need another lesson...
Give me your number I'll text you, so you can save mine...<</speech>>
<<set $elenanumber to true>>
''You got her number''
<<if $elena.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
She quickly lifts up her dress, giving you a view of her panties.
<img class="middle medium" src="images/release 4.02/elena/day12/4.jpg">
<<speech "Elena">>I could teach you a lot...<</speech>>
She adjusts the dress again.
<<else>>
<span class="lust">''Lust check failed''</span>
<</if>>
<<speech "You" "$name">>Okay then, thanks for the offer, Elena. I'll see you later.<</speech>>
<<speech "Elena">>Hasta luego y que tengan un buen día!<</speech>>
<img class="middle medium" src="images/release 4.02/elena/day12/5.jpg">
<<speech "You" "$name">>You too... (I guess)<</speech>>
<<set $naomitopless to false>><<nobr>>
<<set $visitnaomi to 1>>
<<set $workhacktry to false>><</nobr>>
[[Next|day12signin]]You decide to visit the sexshop.
<<speech "Naomi">>Hey, $name! What brings you here?<</speech>>
<<link 'Buy something' 'SEXSHOP'>> <</link>>
<<link 'Interact with her (-2 actions)' 'VISITNAOMI'>> <</link>>
<<button "Leave">>
<<goto $previousPassage>>
<</button>>Entering the staff room you see Tyler counting some money sitting at the table.
<<set $worked to false>>
<<speech "You" "$name">>Woah! You didn't tell me you're rich now.<</speech>>
<<set $timechange to false>>
<<speech "Tyler">>Oh wassup, dawg? I gotta tell you bro... business is finally paying off.<</speech>>
<<speech "You" "$name">>Business?<</speech>>
<<speech "Tyler">>Yeah, you know what I'm talking about.
Besides... after I started delivering for some people, as I do for you, I'm getting a lot of calls.<</speech>>
<<speech "You" "$name">>So you're delivering for people while delivering for the store?<</speech>>
He answers while doing his thing:
<<speech "Tyler">>Man... you know damn well how bad this motherfucker pays us.
Now I'm finally making some green...<</speech>>
He finishes counting another stack of money and wraps it with a rubber band.
<<speech "Tyler">>Which reminds me... I can deliver for you too, not just from the store.
Maybe you want something from somewhere else.<</speech>>
<<speech "You" "$name">>I might need that.<</speech>>
<<speech "Tyler">>Fo' sho'. I can be of service, usually by morning.<</speech>>
<<speech "You" "$name">>How do you wake up so early?<</speech>>
<<speech "Tyler">>Money, money, money, money...<</speech>>
He spreads the bills out, making a fan with the money.
<<speech "You" "$name">>You have a point...<</speech>>
~JUST WAKIN' UP IN THE MORNIN', GOTTA THANK GOD~
"It Was a Good Day" by Ice cube starts playing in his phone.
<<speech "Tyler">>I gotta dip again, brotha. See you later.<</speech>>
He fills his pockets and leaves.
<<speech "You" "$name">>I guess everyone find their way of getting cash...<</speech>>
''Tyler can now deliver items from other places''
[[Next|day12pay]]<<speech "You" "$name">>I just wanted to chat a little.<</speech>>
<<speech "Naomi">>Cool... at this time we don't have much customers, so it's a good time to talk.<</speech>>
You notice there's several boxes next to the entrance.
<<speech "Naomi">>This came a few minutes ago...<</speech>>
She looks at you.
<<speech "Naomi">>My god... I never noticed how strong you are...<</speech>>
She puts one hand over her chest and the other on her cheek, faking her surprise.
<<speech "You" "$name">>You want me to help you put this inside, right?<</speech>>
<<speech "Naomi">>Hahahaha. As you can see I'm not a very good actress.
And yes, some help would be nice...<</speech>>
@@#answer;
<<link "Help her (energy -10)">>
<<replace "#answer">>
<<speech "You" "$name">>I guess I can lend a hand.<</speech>>
<<speech "Naomi">>Awesome! You're amazing, $name.<</speech>>
<<link 'Next' 'visitnaomi1help'>> <</link>>
<</replace>><</link>>
<<link "Save your energy">>
<<replace "#answer">>
<<speech "You" "$name">>I gotta go to work right now...<</speech>>
<<speech "Naomi">>Oh... okay. Have a nice day at work. See ya!<</speech>>
<<button "Leave">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>You grab the boxes and take them to a room in the back where the storage is.
<<set $CurEng -= 10>>
<<speech "Naomi">>You can put it here!<</speech>>
<<set $sfaction -= 1>>
You put down the boxes and see her smiling at you.
<<set $visitnaomi to 2>>
The place is full of toys, some packaging scraps and sofas. Some kind of living room that's been used as storage.
<<speech "Naomi">>That really helped, $name.<</speech>>
<<speech "You" "$name">>Glad I could help, Naomi.<</speech>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="love">Her love has increased by 1</span>
<<set $naomi.love += 1>>
<<speech "You" "$name">>This place looks like a house.<</speech>>
<<speech "Naomi">>It ''is'' a house. My boss's house.
She's letting me sleep here.<</speech>>
<<speech "You" "$name">>Oh, so you're living here?<</speech>>
<<speech "Naomi">>Yeah... my mom kicked me out from home...<</speech>>
Before you can ask anything about it she says:
<<speech "Naomi">>You know...<</speech>>
She walks to the door and closes it.
<<speech "Naomi">>Now that you helped I suddenly have some free time before opening the store to customers...
What about if I repay you the favor.<</speech>>
@@#answer;
<<link "See what she means">>
<<replace "#answer">>
<<speech "You" "$name">>Repay me? How?<</speech>>
<<speech "Naomi">>Let me show you...<</speech>>
<<link 'Next' 'visitnaomi2help'>> <</link>>
<</replace>><</link>>
<<link "Decline">>
<<replace "#answer">>
<<speech "You" "$name">>No need to repay me. I really need to go now.<</speech>>
She seems a little disappointed.
<<speech "Naomi">>Oh... okay. Have a nice day. See ya!<</speech>>
<<button "Leave">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>She starts taking off her clothes.
<<speech "You" "$name">>What?<</speech>>
<<speech "Naomi">>Drop your pants and sit on the couch, we don't have that much time.<</speech>>
<video width="1000" src="videos/release 4.02/naomi/day12/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(You don't have to say that again...)<</speech>>
You take of your pants and quickly get into position.
[[Next|visitnaomihelp2]]She keeps teasing you.
<video width="1000" src="videos/release 4.02/naomi/day12/2.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeah!<</speech>>
<<speech "Naomi">>I'm glad you like it, but that's just to get your dick hard.
Only dick sucking for today.<</speech>>
<<speech "You" "$name">>(Well... there's always other opportunities)<</speech>>
[[Next|visitnaomihelp3]]She starts to suck your rock hard cock.
<video width="1000" src="videos/release 4.02/naomi/day12/3.mp4" autoplay controls></video>
[[Next|visitnaomihelp4]]<<speech "Naomi">>~SLURP SLURP<</speech>>
<video width="1000" src="videos/release 4.02/naomi/day12/4.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh yeah, Naomi, keep going...<</speech>>
[[Next|visitnaomihelp5]]<video width="1000" src="videos/release 4.02/naomi/day12/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
[[Next|visitnaomihelp6]]<video width="1000" src="videos/release 4.02/naomi/day12/6.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! Don't you have any gag reflex?<</speech>>
<<speech "Naomi">>Hahaha... don't cum yet... I still haven't thanked you enough...<</speech>>
[[Next|visitnaomihelp7]]She goes right back at it.
<video width="1000" src="videos/release 4.02/naomi/day12/7.mp4" autoplay controls></video>
Her drool covers your entire cock.
<<speech "Naomi">>I've been thinking about sucking this cock since you fucked my friend.<</speech>>
<<speech "You" "$name">>What a coincidence...<</speech>>
<<speech "Naomi">>Haha... get up, I want to go deeper...<</speech>>
<<speech "You" "$name">>Even deeper?<</speech>>
[[Next|visitnaomihelp8]]You stand up and she follows you, never losing line of sight with your dick.
<video width="1000" src="videos/release 4.02/naomi/day12/8.mp4" autoplay controls></video>
[[Next|visitnaomihelp9]]<video width="1000" src="videos/release 4.02/naomi/day12/9.mp4" autoplay controls></video>
<<speech "Naomi">>~GAWK GAWK<</speech>>
[[Next|visitnaomihelp10]]Sometimes she tries to go deep but you can feel the back of her throat resisting against your dick.
<video width="1000" src="videos/release 4.02/naomi/day12/10.mp4" autoplay controls></video>
<<speech "Naomi">>Fuck... it's so big...<</speech>>
<<speech "You" "$name">>Don't worry, I'll help you train your throat from time to time...<</speech>>
She answers with teary eyes.
<<speech "Naomi">>It's a deal...<</speech>>
<<speech "You" "$name">>Now suck it faster, I'm getting close.<</speech>>
[[Next|visitnaomihelp11]]<video width="1000" src="videos/release 4.02/naomi/day12/11.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... stroke it!<</speech>>
[[Next|visitnaomihelp12]]<video width="1000" src="videos/release 4.02/naomi/day12/12.mp4" autoplay controls></video>
<<speech "You" "$name">>Don't stop! I'm gonna cum!<</speech>>
[[Next|visitnaomihelp13]]<video width="1000" src="videos/release 4.02/naomi/day12/cum.mp4" autoplay controls></video>
<<speech "You" "$name">>FUUUCK!<</speech>>
<<speech "Naomi">>Yeahhhhh...<</speech>>
[[Next|visitnaomihelp14]]<video width="1000" src="videos/release 4.02/naomi/day12/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh that looks so hot, Naomi...<</speech>>
<<speech "Naomi">>Hehehe... glad you liked it, tiger...
Feel free to drop by. We could do something more interesting...<</speech>>
<<speech "You" "$name">>Sounds awesome. Bye!<</speech>>
<<speech "Naomi">>See you...<</speech>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="lust">Her lust has increased by 1</span>
<<set $naomi.lust += 1>>
<<set $sfaction -= 1>><<nobr>>
<<set $CurEng -= 10>><</nobr>>
<<button "Leave">>
<<goto $previousPassage>>
<</button>>
<<speech "Naomi">>Anything else?<</speech>>
<<link 'Interact with her' 'VISITNAOMI'>> <</link>>
<<link 'Leave' 'HOMEREDIRECT'>> <</link>><<set $previousPassage = passage()>>
<<if $worked is false>>
You finish getting ready for your morning shift.
<<set $salaryfine to 0>><<set $salarybonus to 0>>
<<link 'Next' 'WORKMARKET'>> <</link>>
<<else>>
It's lunch time.
<<if $timechange is false>><<nobr>>
<<set $period to 2>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>
[[Next|day12rest]]<</if>>
<<nobr>><<if $mandy12fucked is true>><<set $mandy.mess3 to true>>
<<set $mandy.mess to 1>><</if>>
<<if $dee12fucked is true>><<set $dee.mess2 to true>>
<<set $dee.mess to 1>><</if>>
<<if $chanell.number is true>><<set $chanell.mess1 to true>>
<<set $chanell.mess to 1>><</if>>
<<set $steve.mess2 to true>>
<<set $steve.mess to 1>>
<<set $marie.mess1 to true>>
<<set $marie.mess to 1>>
<<set $cecilia.mess3 to true>>
<<set $marie.mess to 1>><</nobr>><<nobr>><<if $shortfreetime is false>>
<<set $previousPassage = passage()>>
<<set $shortfreetime to true>>
<<set $sfaction to 3>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>><</if>><</nobr>>
<<if $sfaction gt 0>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<set $timechange to false>>
<<speech "You" "$name">>I think I need to rest a little...<</speech>>
You enter the staff room and see:
<<if $sfaction1 is false>>
*Larry, having lunch with Riley.
<<speech "Larry">>... that's why I had to walk 10 miles everyday to go to school.<</speech>>
<<speech "Riley">>It couldn't possibly be that far, grampa...<</speech>>
<img class="middle medium" src="images/release 4.02/riley/day12/1.jpg"><</if>>
<<if $sfaction2 is false>>
*Lauren, at Dani's office with a box in hands.
<img class="middle medium" src="images/release 4.02/lauren/day12/1.jpg"><</if>>
<<if $sfaction3 is false>>
*Kendra, next to the coffee machine, giving you an intense look.
<img class="middle medium" src="images/release 4.02/kendra/day12/1.jpg">
<</if>>
What do you want to do?
<<if $sfaction1 is false>>
[[Sit with Larry to eat (energy:+15 /-2 actions)|larrytalk12]]<</if>>
<<if $sfaction2 is false>>
[[Go to Dani's office (-1 action)|danitalk12]]<</if>>
<<if $sfaction3 is false>>
[[Talk to Kendra (-1 action)|kendratalk12]]<</if>>
<<link 'Pay a quick visit to the sex shop' 'SEXSHOPVISITwork'>><</link>>
<<link 'Use your phone' 'Phone'>><</link>>
[[Go back to work|work12a]]
<<else>>
You have no free time left...
<<set $shortfreetime to false>>
[[Go back to work|work12a]]<</if>><<if $sfaction gte 2>>
<<speech "You" "$name">>Hey, guys! How are you?<</speech>>
<<speech "Riley">>Hi, $name!<</speech>>
She smiles.
<img class="middle medium" src="images/release 4.02/riley/day12/2.jpg">
<<speech "Larry">>There he is! What do you have to offer today?<</speech>>
He looks at the container you're holding with your lunch.
<<speech "You" "$name">>Just some pizza leftovers...<</speech>>
You look at a beautiful and aromatic meatball sandwich in his hands.
<<speech "Larry">>Uhhhg... I'm passing on that...<</speech>>
<<speech "You" "$name">>Aw, come on... just a bite...<</speech>>
<<speech "Larry">>You stay away from my food. My honeypie cooked it for me.<</speech>>
He smiles at his grand daughter.
<<speech "Riley">>That's not cool grampa, you should share with him.<</speech>>
He looks at her, at the sandwich, then at you.
<<speech "Larry">>Fiiiine...<</speech>>
He sticks his hand out to you, letting you take a huge bite.
<<speech "Larry">>You see??? He's like a dog! No more for you!<</speech>>
The flavor is incredible.
<<speech "You" "$name">>Woah! This is amazing!<</speech>>
<<speech "Riley">>Thank you!<</speech>>
She gets a little shy.
<<speech "Riley">>And you. Stop being so stingy. For what you told me, he always share his food with you.<</speech>>
<<speech "Larry">>You're right, doll. Sorry, $name. I've just been a little stressed out and food is one of my escape valves...<</speech>>
<<speech "You" "$name">>It's alright man. Look at the bright side...
Today is friday and we're out to get some drinks at night.<</speech>>
<<speech "Larry">>You're damn right!<</speech>>
His mood immediately lightens up.
<<speech "Riley">>Some... drinks?<</speech>>
She twists her nose a little.
<<speech "You" "$name">>What?<</speech>>
<<speech "Larry">>Yeah, what?<</speech>>
<<speech "Riley">>I don't know if you should be drinking alcohol, gramps...<</speech>>
<<speech "Larry">>Darling, a man needs to get a drink sometimes.<</speech>>
<<speech "You" "$name">>I swear I'll look out after him.<</speech>>
<<speech "Riley">>Okay, I'm being too annoying. You two go out and have some fun.<</speech>>
<<speech "Larry">>That's my girl!<</speech>>
He starts eating again and turns up the volume on his radio a little.
<<speech "Riley">>Well, my luch break is almost over, I should go back to the bakery...<</speech>>
@@#answer;
<<link "Compliment her cooking before she leaves">>
<<replace "#answer">>
<<speech "You" "$name">>They're lucky to have you. You cook like an angel.<</speech>>
<<speech "Riley">>I didn't know angels used to cook.<</speech>>
<<speech "You" "$name">>You get what I'm saying...<</speech>>
<<speech "Riley">>I do hahahaha. Thanks, $name. It's nice to be appreciated.
See you later!<</speech>>
<img class="middle medium" src="images/release 4.02/riley/day12/3.jpg">
You sit with Larry to finally eat and chat a little.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="love">Her love has increased by 1</span>
<<set $riley.love += 1>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>><<nobr>>
<<set $sfaction -= 2>>
<<set $sfaction1 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<</replace>><</link>>
<<link "Compliment her looks before she leaves">>
<<replace "#answer">>
<<speech "You" "$name">>This outfit really fits your body.<</speech>>
<<speech "Riley">>Oh... thanks!<</speech>>
She blushes.
<<speech "You" "$name">>I didn't mean to be rude.<</speech>>
<<speech "Riley">>It's okay. You're fine. It's just that I get unconfortable hearing this next to grampa.<</speech>>
She covers one side of her mouth:
<<speech "Riley">>He's really jealous...<</speech>>
You too cover your mouth:
<<speech "You" "$name">>In this case... You look adorable today...<</speech>>
<<speech "Larry">>Why are you two whispering?<</speech>>
<<speech "Riley">>Oh it's nothing gramps, just... tech stuff...
I gotta go. Bye guys!<</speech>>
She looks back before leaving.
<img class="middle medium" src="images/release 4.02/riley/day12/4.jpg">
You sit with Larry to finally eat and chat a little.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $riley.lust += 1>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>><<nobr>>
<<set $sfaction -= 2>>
<<set $sfaction1 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<</replace>><</link>>
<<link "Reinforce some submission on her">>
<<replace "#answer">>
<<speech "You" "$name">>Maybe you could start cooking for me too.<</speech>>
You caught her by surpise.
<<speech "Riley">>Oh... I don't know. You're old enough that I shouldn't have to cook for you, don't you think?<</speech>>
She says it with a light tone.
<<speech "You" "$name">>I could take care of you too, in exchange.<</speech>>
<<speech "Riley">>What do you mean?<</speech>>
<<speech "You" "$name">>It's a joke, Riley. Now, I'm hungry.
I'll talk to you later.<</speech>>
<<speech "Riley">>Okay...<</speech>>
She looks back before leaving.
<img class="middle medium" src="images/release 4.02/riley/day12/5.jpg">
You sit with Larry to finally eat and chat a little.
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="submission">Her submission has increased by 1</span>
<<set $riley.submission += 1>>
<span class="energy">''Your energy has increased by 25''</span>
<<set $CurEng += 25>><<nobr>>
<<set $sfaction -= 2>>
<<set $sfaction1 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<</replace>><</link>>
<<else>>
There is not enough time to do that.
<<link 'Next' '$day12rest'>> <</link>><</if>>You get closer to her office and hear Lauren and Dani talking.
<<speech "Lauren">>So yeah, work has been a lot lately and I need some rest.
Since you're so good with numbers I need you to put these files in order and organized into a spreadsheet.<</speech>>
Dani lowers her head a little.
<<speech "Dani">>But mom... I have my own work to do.
And I didn't even started studying for next exam.<</speech>>
<<speech "Lauren">>Life is hard, honey. Get used to it.<</speech>>
She puts her box on a desk.
<img class="middle medium" src="images/release 4.02/lauren/day12/2.jpg">
<<speech "Lauren">>I need it for tonight.<</speech>>
She turns away to leave and sees you.
<<speech "Lauren">>Hello, $name. I was having a ''private'' conversation with Dani.<</speech>>
<img class="middle medium" src="images/release 4.02/lauren/day12/3.jpg">
<<speech "Dani">>Hey, $name.<</speech>>
<img class="middle medium" src="images/release 4.02/dani/day12/1.jpg">
Dani greets you, but with a lower tone than usual.
<<speech "You" "$name">>Hey, Dani.
Hello, Lauren, "charming" as usual.<</speech>>
<<speech "Lauren">>I've got no time to lose, boy. Do you want to say something?<</speech>>
<div class="general"><span class="transmutation">*''Transmutation calling available''</span>
<span class="translocation">*''Translocation calling available''</span></div>
[[Try to help Dani|danitalk12help]]
[[Use the Transmutation calling (-10 energy/1 arche point)|danitalk12transmu]]
[[Use the Translocation calling (-15 energy/1 arche point)|danitalk12translo]]<<speech "You" "$name">>Do you have any love for your daughter?<</speech>>
<<speech "Lauren">>What?<</speech>>
<<speech "Dani">>$name, wait...<</speech>>
<<speech "You" "$name">>You heard me. She's such a good person.
Works hard all the time, and has to balance it with her studies.
Aaaand, she's probably top of her classes.<</speech>>
Lauren looks impatient.
<<speech "Lauren">>So now you want to teach me how to raise my daugher?
She's only what she is because of me. ''I'' thought her to be like this.<</speech>>
<<speech "You" "$name">>This may have influenced her dicipline, but it will also builds resentment.<</speech>>
She looks back at Dani.
<<speech "Lauren">>Do you resent me, honey?<</speech>>
Dani looks at you, thinks for a while and answers.
<<speech "Dani">>No...<</speech>>
And goes back to typing on the computer.
<img class="middle medium" src="images/release 4.02/dani/day12/2.jpg">
<<speech "You" "$name">>She only says what you want to hear because she's scared of you.<</speech>>
Lauren does her usual bitch face and is about to say something, but then she pauses for a moment, takes another look at her daughter and sighs.
<<speech "Lauren">>Fuck...<</speech>>
She walks to the table and grabs the box.
<<speech "Lauren">>I'll find someone else to do it for me. Focus on that exam you mentioned...<</speech>>
<<speech "Dani">>Thanks, mom!<</speech>>
She goes to the door passing near you.
<<speech "Lauren">>Just don't think you know everything...<</speech>>
She leaves.
<<speech "Dani">>Thank you sooooo much!<</speech>>
<img class="middle medium" src="images/release 4.02/dani/day12/3.jpg">
<<speech "You" "$name">>No need to thank me. She was pissing me off.<</speech>>
<<speech "Dani">>She can be real hard sometimes...<</speech>>
<<speech "You" "$name">>Look, I'm not telling you to fight your mom everytime, but sometimes you need to stand up for yourself.<</speech>>
<<speech "Dani">>I'll try to do that...<</speech>>
<<speech "You" "$name">>Awesome!<</speech>>
<<speech "Dani">>So... did you wanted to talk?<</speech>>
You can sense she's a little nervous, still typing while talking to you.
<<speech "You" "$name">>Nah, I'll leave you to work.<</speech>>
You say while leaving the room.
<<speech "Dani">>Thanks again, $name. You're amazing!<</speech>>
<img class="middle medium" src="images/release 4.02/dani/day12/4.jpg">
<<speech "You" "$name">>(Was that...? Damn...)<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="submission">Lauren's submission has increased by 1</span>
<<set $lauren.submission += 1>>
<span class="love">Dani's love has increased by 1</span>
<<set $dani.love += 1>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>><<if $CurEng gte 10 and $player.arche gte 1>><<nobr>>
<<set $CurEng -= 10>>
<<set $player.arche -= 1>><</nobr>>
You concentrate on the box, thinking about destroying the papers somehow.
<img class="middle medium" src="images/player/transmutationcall.gif">
<<speech "You" "$name">>(What to do? This bitch gotta pay...)<</speech>>
While you concentrate on the box and think about what to do, the molecules begin to agitate.
<<speech "Lauren">>As I thought...
If you haven't got anything to say, I'm leaving...<</speech>>
Suddenly the three of you start hearing weird crackling and hissing sounds coming from it.
<<speech "Dani">>''Oh my God! It's on fire!''<</speech>>
<<speech "Lauren">>''What?''<</speech>>
<<speech "You" "$name">>(Shit! I guess my anger ignited the papers!)<</speech>>
<<speech "Lauren">>Where is the extinguisher?<</speech>>
You stop concentrating.
<img class="middle medium" src="images/player/transmutationcall.gif">
<<speech "You" "$name">>Wait!<</speech>>
You know exactly were the extinguisher is since you almost burned the place once trying to light a joint in the stove.
<<speech "You" "$name">>Get back!<</speech>>
You easily put the fire down, because of your quick thinking.
<<speech "Lauren">>What the hell was even that?<</speech>>
<<speech "Dani">>I didn't touched it!<</speech>>
<<speech "You" "$name">>Well... that's a mistery...<</speech>>
<<speech "Dani">>$name saved us! Yay!<</speech>>
<img class="middle medium" src="images/release 4.02/dani/day12/5.jpg">
<<speech "Lauren">>I-I don't get it. Fuck...
Well, at least you didn't freeze and came to rescue.<</speech>>
<<speech "You" "$name">>Just doing my job ladies...<</speech>>
You blow the end of the fire extinguisher hose.
<<speech "Lauren">>Forget what I asked, honey. I'll have to deal with this myself now.
And thank you, $name. For taking care of my daughter...<</speech>>
She leaves.
<<speech "Dani">>That was incredible! You saved us!<</speech>>
<<speech "You" "$name">>No need to thank me... (really, I'm the one who started it...)<</speech>>
<<speech "Dani">>You're my hero!<</speech>>
She runs to you and hugs you tight.
<<speech "You" "$name">>(Hmmm she smells really good)<</speech>>
You put your hand on her lower back.
<<speech "Dani">>I- s-sorry.<</speech>>
She lets go of you.
<<speech "You" "$name">>You take care now, okay?<</speech>>
<<speech "Dani">>I will, bye $name!<</speech>>
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="love">Lauren's love has increased by 1</span>
<<set $lauren.love += 1>>
<span class="love">Dani's love has increased by 1</span>
<<set $dani.love += 1>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/transmutationcall2.gif">
But you still manage to take some experience out of it.
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 5>><</nobr>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>><</if>><<if $CurEng gte 15 and $player.arche gte 1>>
<<set $CurEng -= 15>><<nobr>>
<<set $player.arche -= 1>><</nobr>>
You concentrate on Lauren, thinking about making her pay for being so ignorant.
<img class="middle medium" src="images/player/translocationcall.gif">
<<speech "You" "$name">>(I saw that muse doing something like this... I hope this works...)<</speech>>
You get next to her and touch her on the shoulder.
<<speech "You" "$name">>I'm just here to talk to Dani, you have a great day, Lauren.<</speech>>
As you touch her, the blazer she's wearing teleports away with an eletric crackle.
~POOF
<img class="middle large" src="images/release 4.02/lauren/day12/5.jpg">
<<speech "Lauren">>Uhmm... something's weird...<</speech>>
She apparently doesn't know what happened.
<<speech "You" "$name">>What? Is something wrong?<</speech>>
You touch her yellow top and it also fades away.
~POOF
<img class="middle medium" src="images/release 4.02/dani/day12/6.jpg">
<<speech "Dani">>Mom? What are you doing?<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/6.jpg">
Lauren rushes to the door and closes it, trying not to be seen by anyone else..
<<speech "Lauren">>W-what the hell?<</speech>>
<<speech "You" "$name">>Lauren! What are you doing?<</speech>>
<<speech "Lauren">>I don't know!<</speech>>
You go to the door where she's leaning.
<<speech "You" "$name">>Let me lock the door, people can't see you like this.<</speech>>
You get to her side and put you hand between her and the door, gently pushing her lower back to get her away from it, taking the oportunity to touch her skirt with your little finger.
~POOF
<img class="middle large" src="images/release 4.02/lauren/day12/7.jpg">
<<speech "Dani">>Moooooom!<</speech>>
<<speech "Lauren">>What the fuck? What do I do?<</speech>>
<<speech "You" "$name">>(That's what you get for being such a bitch...)<</speech>>
<<speech "Lauren">>What are you looking at? Get away from here!<</speech>>
She pushes you, giving the opportunity to feel her tits.
<<speech "You" "$name">>Calm down! I'm trying to help... (NOT!)<</speech>>
~POOF
She's pushed away by the power.
<img class="middle medium" src="images/release 4.02/lauren/day12/8.jpg">
Lauren, in a desperate attempt to understand the situation, starts to laugh.
<<speech "Lauren">>Ha... haha... hahahahaha.<</speech>>
<<speech "You" "$name">>(Fuck... I think I broke her...)<</speech>>
<<speech "Dani">>Mom, you're scaring me!<</speech>>
<<speech "Lauren">>I know what's happening, this is just a dream...<</speech>>
<<speech "Dani">>What?<</speech>>
<<speech "Lauren">>Yeah, one those dreams where you're naked all of the sudden in front of random people.<</speech>>
<<speech "Dani">>But... I feel awake.<</speech>>
<<speech "You" "$name">>She's right! Uhmmm...
You're probably working too much Dani, you probably fell asleep.<</speech>>
<<speech "Dani">>How do I wake up?<</speech>>
<<speech "Lauren">>Hey, honey! Do you like your mother's tits?<</speech>>
<img class="middle medium" src="images/release 4.02/lauren/day12/9.jpg">
<<speech "You" "$name">>(What the fuck?)<</speech>>
[[Next|danitalk12translo2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle large" src="images/player/translocationcall2.gif">
But you still manage to take some experience out of it.
<span class="translocation">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>><<nobr>>
<<set $player.arche -= 1>>
<<set $CurEng -= 7.5>><</nobr>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>><</if>><<speech "Lauren">>Don't you wish you had big juggs like your mom?<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/10.jpg">
<<speech "You" "$name">>(Fuck... she's really hot)<</speech>>
<<speech "Dani">>Mom! Stop!<</speech>>
<img class="middle medium" src="images/release 4.02/dani/day12/7.jpg">
<<speech "Lauren">>You're just jealous that you didn't get these big boys from me...<</speech>>
<<speech "You" "$name">>(Even "in her dreams" she's a bad mother...)<</speech>>
She runs her fingers down her crotch.
<<speech "Lauren">>And what about this beautiful hairy pussy?<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/11.jpg">
Dani covers her eyes.
<<speech "Lauren">>You like what you see, $name?<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Lauren">>Of course you do... every guy would want to have this view.<</speech>>
She turns to her daughter.
<<speech "Lauren">>Look, honey. You'll never have a body like this...<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/12.jpg">
Dani keeps her eyes closed.
<<speech "You" "$name">>(Damn! She's crazy!)<</speech>>
Lauren lays on the desk.
<<speech "Lauren">>If I'm dreaming at least I'm gonna have some fun.
Come here, boy.<</speech>>
Your dick is hard but your conscience is heavy.
<<speech "Dani">>STOP IT!<</speech>>
Dani is about to go crazy.
<<speech "You" "$name">>(Next time, bitch...)<</speech>>
You run towards Lauren and touch her body, thinking about the time you visited her house.
~POOF
She's gone.
<<speech "You" "$name">>Dani... what happened?<</speech>>
<<speech "Dani">>Make her stop, make her stop!<</speech>>
<<speech "You" "$name">>Stop what?<</speech>>
She lifts her head and sees only you looking at her.
<<speech "Dani">>Where's she?<</speech>>
<<speech "You" "$name">>Who?<</speech>>
<<speech "Dani">>My mom! She was just here!<</speech>>
You put your hand on her back.
<<speech "You" "$name">>Dani, you just had a nightmare...<</speech>>
<<speech "Dani">>But... I could swear...<</speech>>
<<speech "You" "$name">>You're wearing yourself out too much...
Maybe you should rest a little.<</speech>>
<<speech "Dani">>I guess you're right...<</speech>>
<<speech "You" "$name">>You should wash your face and eat something.<</speech>>
You walk to the door and open it for her.
<<speech "Dani">>Thanks, $name.<</speech>>
Still with a heavy head, she gets up from her chair and walks past you.
<<speech "You" "$name">>(I hope she's alright, I gotta be more careful)<</speech>>
You take the chance to take the box and throw it in a trash can in the alley behind the store.
<<speech "You" "$name">>(I hope I sent Lauren to the right place...)<</speech>>
[[Next|danitalk12translo3]]Meanwhile, at Lauren's place.
<<speech "Lauren">>Woah, that was really something...<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/13.jpg">
<<speech "Lauren">>It felt so real...
I feel so horny...<</speech>>
She looks around.
<<speech "Lauren">>I'm gonna enjoy some me time...<</speech>>
<img class="middle large" src="images/release 4.02/lauren/day12/14.jpg">
<span class="translocationcall">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="lust">Lauren's lust has increased by 1</span>
<<set $lauren.lust += 1>>
<span class="love">Dani's love has increased by 1</span>
<<set $dani.love += 1>>
<<set $sfaction -= 1>><<nobr>>
<<set $sfaction2 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>You get closer to her.
<<speech "Kendra">>Hey, $name... great to see you.<</speech>>
<img class="middle medium" src="images/release 4.02/kendra/day12/2.jpg">
<<speech "You" "$name">>Kendra... your clothes... you look different.<</speech>>
She laughs.
<<speech "Kendra">>Can i offer you some coffee?<</speech>>
<<speech "You" "$name">>Uhm... sure!<</speech>>
She seductively grabs the utensils and start working on it.
<video width="1000" src="videos/release 4.02/kendra/day12/1.mp4" autoplay loop></video>
<<speech "You" "$name">>(Damn, that's a nice ass! But why did she start acting like this?)<</speech>>
She puts some water to boil and turns back to you.
<<speech "Kendra">>So yeah... I felt like using these shorts today.
I bought it some time ago, but never really had the courage to use it.<</speech>>
<<speech "You" "$name">>It's pretty short. What changed?<</speech>>
<<speech "Kendra">>Well... I'm selling sexy pictures of myself online, there's no point in being so shy anymore.
Anyways... did you like it?<</speech>>
<img class="middle large" src="images/release 4.02/kendra/day12/3.jpg">
@@#answer;
<<link "Encourage her to keep using it">>
<<replace "#answer">>
<<speech "You" "$name">>I love it! If you're too hot to keep hiding your body.<</speech>>
<<speech "Kendra">>Thanks! I'm glad you like it.
It's just one life, no reason to stay hidden on a shell.<</speech>>
<<speech "You" "$name">>Couldn't agree more.
I almost can't handle myself near you right now...<</speech>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $kendra.corruption += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $kendra.lust += 1>>
<<speech "Kendra">>Uhmmm...<</speech>>
<<if $kendra.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<<speech "Kendra">>Who said you need to?<</speech>>
She comes closer and gives you a deep kiss.
<video width="1000" src="videos/release 4.02/kendra/day12/2.mp4" controls></video>
<<speech "You" "$name">>Fuck... that was hot. Now what do I do with this hard on?<</speech>>
<<speech "Kendra">>You'll have to deal with that yourself right now haha.<</speech>>
<img class="middle medium" src="images/release 4.02/kendra/day12/4.jpg">
<<else>>
<span class="lust">''Lust check failed''</span>
<<speech "Kendra">>You'll have to hold down haha. We're at work, you know?<</speech>>
<</if>>
She finishes your coffee and gives you a mug.
<<speech "Kendra">>By the way, here's your coffee...
I gotta go now. Great seeing you...<</speech>>
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction3 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<</replace>><</link>>
<<link "Tell her it's too much">>
<<replace "#answer">>
<<speech "You" "$name">>Look, you look very hot in it.
But one thing is to sell it online, as work. Other thing is coming to work on the store and walking on the street like that...<</speech>>
<<speech "Kendra">>So you think it's too much?<</speech>>
<img class="middle large" src="images/release 4.02/kendra/day12/5.jpg">
<<speech "You" "$name">>A little, yes. I think you look much better wearing your usual outfit.
These clothes could affect your job.<</speech>>
She thinks for a while before reacting, but eventually smiles.
<<speech "Kendra">>That's sweet of you to care about me.<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $kendra.love += 1>>
<<speech "You" "$name">>Of course I care. If you get fired who will laugh about my terrible jokes?<</speech>>
<<speech "Kendra">>Absolutely no one... hahahaha.<</speech>>
<<speech "You" "$name">>No need to trow it on my face...<</speech>>
<<speech "Kendra">>$name...<</speech>>
<<if $kendra.love gte 2>>
<span class="love">''Love check successful!''</span>
She comes closer and gives you a sweet kiss.
<video width="1000" src="videos/release 4.02/kendra/day12/3.mp4" controls></video>
She slowly separates from you.
<<speech "Kendra">>I like you...<</speech>>
<<speech "You" "$name">>I like you too.<</speech>>
<img class="middle large" src="images/release 4.02/kendra/day12/4.jpg">
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Kendra">>Nothing...<</speech>>
<</if>>
She finishes your coffee and gives you a mug.
<<speech "Kendra">>By the way, here's your coffee...
I gotta go now. Great seeing you...<</speech>>
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>><<nobr>>
<<set $sfaction -= 1>>
<<set $sfaction3 to true>><</nobr>>
<<link 'Next' 'day12rest'>> <</link>>
<</replace>><</link>><<if $visitnaomi is 1>><<goto "visitnaomi1">>
<<else>>
There's no new interaction available for now.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<</if>>You decide to visit the sexshop.
<<speech "Naomi">>Hey, $name! What brings you here?
<<link 'Buy something' 'SEXSHOP'>> <</link>>
<<link 'Interact with her' 'VISITNAOMI'>> <</link>>
<<button "Leave">>
<<goto $previousPassage>>
<</button>>You leave the staff room and bump into Frank.
<<speech "You" "$name">>Good morning, boss.<</speech>>
He quickly tries to walk away.
<<speech "Frank">>Good morning, $name.<</speech>>
<<speech "You" "$name">>Today is pay day. I hope you remember.<</speech>>
You see him from behind letting his shoulders fall a little and hear a small sigh, before he slowly turns to you.
<<speech "Frank">>Uhmm... sure! Of course I remember!
You may follow me to the office.<</speech>>
<<speech "You" "$name">>(Motherfucker trying to pretend he didn't just tried not to pay me)<</speech>>
[[Next|day12pay1]]
<<set $payment to $salary - $salaryfine>>After arriving at the store you have to sign in to open the door.
<<set $previousPassage = passage()>>
<img class="middle medium" src="images/misc/punchtimemachine.jpg">
<<if $lateforwork is false>>
<div class="general">//Analyzing....$name, identity recognized...//</div><</if>>
<<if $lateforwork is true and $workhacked is false and $workhacktry is false>>
<div class="general">//Analyzing....$name, identity recognized...
Late for work, a fine of 20 $ will be deducted from the final payment. //</div>
<<set $salaryfine += 20>>
<<speech "You" "$name">>(Fuck)<</speech>><</if>>
<<if $workhacked is false and $workhacktry is false>>
<<link 'Try to hack it (-10 energy)(hacking level 10/ Exp^)' 'WORKHACK'>> <</link>>
<</if>>
[[Enter|day12prework]]He opens the door to his office and lets you in before entering and closing it.
<<speech "Frank">>You can sit on that chair in front of my desk.<</speech>>
Before you can do that, you hear the Mercedes coming from a door that conects both offices.
<<speech "Frank">>Bunny, I'm in the middle of something here.<</speech>>
<<speech "Mercedes">>I know, I won't bother you.<</speech>>
<<if $mercedesrecord is true>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/1.jpg">
She looks kind of apprehensive, while looking at you sitting in front of Frank.
<<speech "You" "$name">>(Oh, right... I still got that recording of our action...)<</speech>>
<<else>>
She doesn't bother greeting you.
<img class="middle medium" src="images/release 4.02/mercedes/day12/2.jpg">
<</if>>
<<speech "You" "$name">>Uhm... Frank, there's something I need to tell you.<</speech>>
<<speech "Frank">>Go ahead.<</speech>>
<<speech "You" "$name">>I'm thinking about joining university.<</speech>>
<<speech "Frank">>Oh no... you too?<</speech>>
<<speech "You" "$name">>Yes... I heard that I can go to college and work if I come at least 3 days a week.<</speech>>
<<speech "Frank">>But why? You're just gonna lose precious time!
Look at me, I've never graduated and I'm fine!<</speech>>
<<speech "You" "$name">>Not all of us have your talent, Frank (or a rich father to give you everything you need)
I brougth the documents, you need to sign them.<</speech>>
You give him the files that the strange woman in the bus gave you and he gives it a quick look.
<<speech "Frank">>I have to pay you the same thing too? I thought that was allowed just for one employee. And Dani's already fitting that position.<</speech>>
<<speech "You" "$name">>Well... yeah.<</speech>>
<<speech "Frank">>Okay... okay...
God! These laws are gonna make me poor...<</speech>>
He signs them, but he's not happy about it.
<<speech "You" "$name">>Thank you.<</speech>>
<<speech "Frank">>It's nothing... Were was I again? Oh you payment.
So let's see...<</speech>>
He checks your work performance.
<<speech "Frank">>You might have notice that I'm now applying a fine to the weekly payment for every day that the staff is late for work.<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
<<speech "Frank">>Buuuut... being the incredible boss I am...<</speech>>
He adjusts his mug so you can see "World's best boss" writen on it.
<<speech "Frank">>I will now give a bonus of 15 $ for each shift the employees do a great job.
By saying "great job" I mean to increase the productivity by ''working hard or smart''.<</speech>>
<<speech "You" "$name">>(Well... fucking finally we'll be compensated for working harder)<</speech>>
<<speech "Frank">>Your salary for the week consists of $salary.
With all that I can deduct from it being $salaryfine. You know, from the times you were late...<</speech>>
<<set $salary to $salary - $salaryfine>>
He checks his math.
<<speech "Frank">>A total of $payment $.
Sweetie, please give $name his money from the safe.<</speech>>
<<if $frank.favor gte 1>>
<span class="favor">''Favor check successful!''</span>
<<set $salarybonus += 50>>
<<speech "Frank">>Plus 50 $, since I'm seeing progress...<</speech>>
<<set $salary to $salary + $salarybonus>>
He looks at you with a smile, as if he just gave you a thousand more.
<<else>>
<span class="favor">''Favor check failed''</span>
<</if>>
<<speech "You" "$name">>Isn't it easier to just deposit into my bank account?<</speech>>
<<speech "Frank">>If you were a businessman you'd know that this way I can avoid several taxes...
Which is good for me and for you.<</speech>>
<<speech "You" "$name">>(I bet...)<</speech>>
Mercedes goes to the safe to pick up the money.
<<speech "Mercedes">>Here...<</speech>>
''You are $salary $ richer.''
<<set $player.money += $salary>>
<div class="general"><span class="rage">*''Rage calling available''</span>
<span class="time">*''Time calling available''</span></div>
[[Use the Rage calling (level 2/-15 energy/1 arche point)|day12payrage]]
[[Use the Time calling (level 2/-20 energy/1 arche point)|day12paytime]]
<<if $mercedesrecord is true>>
[[Blackmail Mercedes|day12mercblack]]
<<else>>
==Blackmail Mercedes (must've recorded her)==
<</if>>
[[Just go to work|day12work]]<<goto "day12street">>
<<set $handywork to false>>
<<set $handytime to false>>
<<set $handydone to false>>
<<set $payment to 0>>
<<set $salarybonus to 0>>
<<if $mercedesrecord is true>><<set $salary to 500>><</if>>
<<if $mercedesrecord is false>><<set $salary to 600>><</if>>
<<set $metriver to false>>
<<set $shoplifter2bonus to false>>
<<set $rivermaterial to false>>
<<set $river12fucked to false>>
<<set $leanasextape to false>>
<<set $riversextape to false>>
<<set $elsa = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"number": false,
"mess": 0
}>>
<<set $kobalos = {
"favor" : 0,
"obedience" : 0,
"friendship": 0,
"met": false,
"number": false,
"mess": false
}>>
<<set $abella = {
"love" : 0,
"corruption" : 0,
"submission" : 0,
"lust" : 0,
"pain": 0,
"met": false,
"mess": 0
}>>
<<set $codienc1fucked to false>>
<<set $mercedes12cuminside to false>>
<<set $codienc1cuminside to false>>
<<set $elizakissed to false>>
<<set $elizaenc1fucked to false>>
<<set $elenaenc1visited to false>>
<<set $elizaenc1visited to false>>
<<set $codienc1visited to false>>
<<set $olympyanmet to false>>
<<set $fightlearned to false>><<set $massagelearned to false>><<if $ragecalllvl gte 2 and $CurEng gte 15 and $player.arche gte 1>>
<<set $CurEng -= 15>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>Frank, with all due respect... My rent just increased.
Could we work something out so you can give me a bonus or anything?<</speech>>
<<speech "Frank">>No can do friendo...
I already got too many people on my payroll.<</speech>>
You feel something growing on your chest.
<<speech "Frank">>Uhmm, honeybee... Could you make another one of those expressos?<</speech>>
Mercedes goes to a huge coffee machine and starts brewing some coffee in it.
<<speech "Mercedes">>Sure! I'm gonna make one for myself too.<</speech>>
He looks back at you.
<<speech "Frank">>That's brand new. I just got it delivered from Italy this week.<</speech>>
Your chest then starts to burn a little, your beat increases.
<<speech "Mercedes">>Here it is...<</speech>>
Mercedes puts a small cup in front of Frank, you can swear it has gold ornaments.
<<speech "Frank">>Hmmm... smells amazing... you should try someday, $name.
I'm sure you can buy it if you work hard enough.<</speech>>
You see Mercedes walk away to a desk.
<img class="middle medium" src="images/release 4.02/mercedes/day12/3.jpg">
<<speech "Mercedes">>What files did you need again, honey?<</speech>>
<<speech "Frank">>The ones in the yellow folder, sweet pea.<</speech>>
He comes closer and lowers his voice so she can't hear.
<<speech "Frank">>She's all solicitous after I gave her a pearl necklace yesterday.<</speech>>
Your blood starts to boil, your thoughts start to get foggy.
<<speech "Mercedes">>Oh! These ones.<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/4.jpg">
<<speech "Frank">>I mean... look at that body...
Ahh... the things money can buy...<</speech>>
<<speech "You" "$name">>Frank...<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|day12payrage1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/ragecall2.gif">
But you still manage to take some experience out of it.
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day12work]]<</if>>Your pupils increase 3 times in size as you gaze into his eyes.
<<speech "Frank">>$name... are you okay?<</speech>>
<<speech "You" "$name">>''The fucking nerve!''<</speech>>
You stand up, so fast that it makes the chair fall backwards.
<<speech "You" "$name">>''I'm here everyday working my ass off and you're here doing nothing and earning big...''<</speech>>
<<speech "Frank">>$name... haha... that's enough...
Let's talk about that bonus you mentioned.<</speech>>
<<speech "You" "$name">>''Yeessss...''<</speech>>
<<speech "Mercedes">>Oh my God!<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/5.jpg">
<<speech "You" "$name">>''Let's talk... Frank...''<</speech>>
<<speech "Frank">>Here! I'll give you 200 $ right now!<</speech>>
[[Next|day12payragemoney]]You take the money from his hand.
<img class="middle medium" src="images/player/ragecall.gif">
<<speech "You" "$name">>Woah! Thanks, Frank!
That mug don't lie you ''are'' worlds greatest boss.<</speech>>
You walk to the door and leave them extremely confused about what just happened.
<<speech "You" "$name">>See you later guys!<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="obedience">His obedience has increased by 1</span>
<<set $frank.obedience += 1>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
''You are 200 $ richer.''
<<set $player.money += 200>>
[[Next|day12work]]<<if $timecalllvl gte 2 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>Frank, with all due respect... My rent just increased.
Could we work something out so you can give me a bonus or anything?<</speech>>
<<speech "Frank">>No can do friendo...
I already got too many people on my payroll.<</speech>>
You find his monotonous tone irritating.
<<speech "Frank">>Uhmm, honeybee... Could you make another one of those expressos?<</speech>>
Mercedes goes to a huge coffee machine and starts brewing some coffee in it.
<<speech "Mercedes">>Sure! I'm gonna make one for myself too.<</speech>>
He looks back at you.
<<speech "Frank">>That's brand new. I just got it delivered from Italy this week.<</speech>>
His words, the ways he speaks, it just sounds... slow.
<<speech "Mercedes">>Here it is...<</speech>>
Mercedes puts a small cup in front of Frank, you can swear it has gold ornaments.
<<speech "Frank">>Hmmm... smells amazing... you should try someday, $name.
I'm sure you can buy it if you work hard enough.<</speech>>
You see Mercedes walk away to a desk.
<img class="middle medium" src="images/release 4.02/mercedes/day12/3.jpg">
<<speech "Mercedes">>What files did you need again, honey?<</speech>>
<<speech "Frank">>The ones in the yellow folder, sweet pea.<</speech>>
He comes closer and lowers his voice so she can't hear.
<<speech "Frank">>She's all solicitous after I gave her a pearl necklace yesterday.<</speech>>
You can't take it anymore, he just won't stop talking.
<<speech "Mercedes">>Oh! These ones.<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/4.jpg">
<<speech "Frank">>I mean... look at that body...
Ahh... the things money can buy...<</speech>>
<<speech "You" "$name">>Frank...<</speech>>
[[Next|day12paytime1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/timecall2.gif">
But you still manage to take some experience out of it.
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day12work]]<</if>><<speech "You" "$name">>Would you fucking ''STOP!''<</speech>>
<img class="middle medium" src="images/player/timecall.gif">
He immediately freezes in the middle of another sentence.
<<speech "You" "$name">>Fuck! Finally some rest. This guy is a moron!<</speech>>
You remember that Mercedes's still in the room, but when you see her...
<img class="middle medium" src="images/release 4.02/mercedes/day12/6.jpg">
<<speech "You" "$name">>I froze her too?
Oh... I'm about to have some fun...<</speech>>
[[Focus on him|day12paytimefrank]]
[[Focus on her|day12paytimefmerc]]<<speech "You" "$name">>Look at you... with your stupid face.<</speech>>
You can't contain yourself.
<img class="middle medium" src="images/release 4.02/mercedes/day12/slap1.gif">
<<speech "You" "$name">>Take that you son of a bitch!<</speech>>
He moves a little but is still frozen.
[[Next|day12paytimefrank2]]<<speech "You" "$name">>Let's see what we have here...<</speech>>
You approach Mercedes's fine ass, as she's paralyzed because of your power.
<<speech "You" "$name">>Don't mind if I do...<</speech>>
You lift her skirt.
<img class="middle medium" src="images/release 4.02/mercedes/day12/8.jpg">
<<speech "You" "$name">>Look at this round ass...
But... can I move her?<</speech>>
You try to move her body and for your surprise it isn't that hard to do it.
<<speech "You" "$name">>Yes! Now... I'll just lean you on the table...<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/9.jpg">
<<speech "You" "$name">>Done! Now let's get rid of this shirt...<</speech>>
You remove her shirt without too much trouble.
<img class="middle medium" src="images/release 4.02/mercedes/day12/10.jpg">
<<speech "You" "$name">>What an amazing body.
Now the underwear... I think I'll leave these stockings on.<</speech>>
[[Next|day12paytimefmerc2]]<<speech "You" "$name">>Before I go, Frank... There's something I need to tell you...<</speech>>
You look at Mercedes and she stares at you, seemingly very unconfortable.
<<speech "You" "$name">>Actually, I need to show you.<</speech>>
You pull your phone out of your pocket.
<<speech "You" "$name">>It's a video... from a very nice time that I spent with someone you know...<</speech>>
She runs to you.
<<speech "Mercedes">>Hey! $name!<</speech>>
She tries to grab the phone off your hand, but you're faster.
<<speech "You" "$name">>What the-<</speech>>
<<speech "Frank">>Mercedes, what are you doing?<</speech>>
<<speech "Mercedes">>Nothing! I thought I saw a spider on him...<</speech>>
<<speech "You" "$name">>It's okay.<</speech>>
<<speech "Frank">>So... you were saying...?<</speech>>
She rushes behind him and starts to rub his shoulders.
<<speech "Mercedes">>Honey, I forgot to tell you.
A man will come today to conduct a health inspection.<</speech>>
<<speech "Frank">>WHAT?<</speech>>
She looks at the time.
<<speech "Mercedes">>Probably around right now...<</speech>>
<<speech "Frank">>I gotta go! These guys can't find me in here...
You can tell me that later, son. Bye sweetie!<</speech>>
He leaves in a hurry and Mercedes locks the door.
<<speech "Mercedes">>I can't believe you recorded me!<</speech>>
She furiously walks towards you.
<<speech "You" "$name">>Ah ah ah... You should think before you do anything hasty...<</speech>>
She stops.
<<speech "You" "$name">>''You'' were unfaithful, ''you'' wanted the money, despite already being rich.<</speech>>
<<speech "Mercedes">>You don't know what I've been through to get where I am today...<</speech>>
<<speech "You" "$name">>Yeah, I don't know. Probably not much since you treat everyone that works here like shit.<</speech>>
<<speech "Mercedes">>I don't treat you like shit!<</speech>>
<<speech "You" "$name">>Oh yes you do. At most we get a "good morning" from you.
And that is on a great day.<</speech>>
She's thinking about your words.
<<speech "You" "$name">>I recorded this as protection. I know it's a dirty move, but my situation-... the situation of all the staff is very bad.
We barely get paid enough to cover the bills, and yet we are expected to deal with all kinds of problems that definitely exceed our obligations.<</speech>>
She's speechless, so you get up from the chair and come near her.
<<speech "You" "$name">>Look...<</speech>>
[[Focus on improving the workplace situation|day12mercblacknice]]
[[Focus on making her pay (-20 energy)|day12mercblack2]]<<speech "You" "$name">>I need you to start treating us better...<</speech>>
She seems ashamed.
<<speech "You" "$name">>And you gotta talk to Frank about improving work conditions here, or at least pay us better.
We almost died a few days ago from the cheap fumigation that Frank paid for...<</speech>>
<<speech "Mercedes">>It was really bad, I could barely spend a full hour in here.<</speech>>
<<speech "You" "$name">>So you acknoledge how bad things are...<</speech>>
<<speech "Mercedes">>I do...<</speech>>
<<speech "You" "$name">>So...?<</speech>>
She looks in your eyes and takes a deep breath.
<<speech "Mercedes">>You're right... I'll try to make things better for you guys...<</speech>>
<<speech "You" "$name">>Thank you.<</speech>>
<<speech "Mercedes">>But you need to delete the video right now.
And I want to see it.<</speech>>
<<speech "You" "$name">>Fair enough.<</speech>>
You show her your phone's gallery and delete the "evidence" in front of her.
<<speech "You" "$name">>Can I count on you?<</speech>>
<<speech "Mercedes">>Sure... I'll talk to my husband when he comes back.<</speech>>
She gently rolls her weeding ring on her finger while saying that.
<<speech "You" "$name">>Okay, we have a deal.<</speech>>
<<speech "Mercedes">>Actually...<</speech>>
She sits in front of Franks computer.
<<speech "Mercedes">>I don't know how fast I can get him to improve things around here...<</speech>>
You notice she's a very faster typer.
<<speech "Mercedes">>But there's something I can do right away.<</speech>>
She pulls up a calculator, does some math and finally hit enter on the keyboard.
<<speech "Mercedes">>Done! A hundred bucks to everyone's weekly payment.
It's not much. But it is what I can get right now.<</speech>>
<<speech "You" "$name">>That's awesome! Thanks!<</speech>>
<<speech "Mercedes">>No... thank you...<</speech>>
She smiles at you, but you're kind of thrown off by the fact that her grin looks a little mischievous, not matching her good deed.
<<speech "Mercedes">>I'll see what I can do about the rest you mentioned...<</speech>>
<<speech "You" "$name">>And what else...?<</speech>>
<<speech "Mercedes">>~SIGH I'll treat you better...<</speech>>
<<speech "You" "$name">>Nice! Bye mercedes...<</speech>>
<<speech "Mercedes">>You know, $name...<</speech>>
She bites her lips.
<<speech "You" "$name">>What?<</speech>>
<<speech "Mercedes">>Sorry, it's nothing...<</speech>>
You leave the office.
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="love">Her love has increased by 2</span>
<<set $mercedes.love += 2>>
''Your salary increased by 100 $''
<<set $salary += 100>>
<span class="love">Kendra's love has increased by 1</span>
<<set $kendra.love += 1>>
<span class="love">Dani's love has increased by 1</span>
<<set $dani.love += 1>>
<span class="friendship">Larry's friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="friendship">Tyler's friendship has increased by 1</span>
<<set $tyler.friendship += 1>>
[[Next|day12work]]<<speech "You" "$name">>How about I have my way with you one more time and then I'll delete the video?<</speech>>
<<speech "Mercedes">>Not a chance!<</speech>>
<<speech "You" "$name">>Okay, suit yourself...<</speech>>
You walk to the door, but she holds your arm.
<<speech "Mercedes">>$name, you don't feel any guilt doing this?<</speech>>
You can see right through her manipulation.
<<speech "You" "$name">>Not even a bit. I don't see you guilty about the way you treat everyone around here.
Now, if you're not gonna do anything, you better let go of my arm.<</speech>>
<<speech "Mercedes">>Okay! Okay!<</speech>>
She takes a deep breath, walks to a desk nearby and begins to undress.
<img class="middle medium" src="images/release 4.02/mercedes/day12/7.jpg">
<<speech "Mercedes">>You can sit on the chair, let's get this over with...<</speech>>
<<speech "You" "$name">>Nice...<</speech>>
You do as she says and take off your pants.
[[Next|day12mercblack3]]She starts by sucking your dick.
<video width="1000" src="videos/release 4.02/mercedes/day12/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeah...<</speech>>
[[Next|day12mercblacksex]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $mercedes12fucked to true>><</nobr>>[[Blowjob|day12mercblackbj]]
<<if $mercedes12fucked is false>>
[[Sex|day12mercblackpresex]]
<<else>>
[[Cowgirl on chair|day12mercblack4cowchair]]
[[Leaning on table|day12mercblacksexletable]]
[[Sideways|day12mercblacksexside]]
[[On top|day12mercblacksextop]]<</if>>
<<set $penetrated to false>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]<<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjsns.mp4" autoplay controls></video>
[[More|day12mercblackbjsns2]]
[[Work the tip|day12mercblackbjtip]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjsns2.mp4" autoplay controls></video>
[[More|day12mercblackbjsns]]
[[Work the tip|day12mercblackbjtip]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjtip.mp4" autoplay controls></video>
[[Work the tip|day12mercblackbjtip2]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjtip2.mp4" autoplay controls></video>
[[More|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjballs.mp4" autoplay controls></video>
[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjnormal.mp4" autoplay controls></video>
[[More|day12mercblackbjnormal2]]
[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjdeep.mp4" autoplay controls></video>
[[More|day12mercblackbjdeep2]]
[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjnormal2.mp4" autoplay controls></video>
[[More|day12mercblackbjnormal]]
[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Suck balls|day12mercblackbjballs]]
[[Deepthroat|day12mercblackbjdeep]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>>
<<speech "You" "$name">>Damn!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/bjdeep2.mp4" autoplay controls></video>
[[More|day12mercblackbjdeep]]
[[Work the tip|day12mercblackbjtip]]
[[Suck and stroke|day12mercblackbjsns]]
[[Normal|day12mercblackbjnormal]]
[[Suck balls|day12mercblackbjballs]]
[[Back to positions|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<speech "You" "$name">>I want to fuck that pussy, Mercedes.<</speech>>
<<set $mercedes12fucked to true>>
<<speech "Mercedes">>Okay... but don't get used to it...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/presex.mp4" autoplay controls></video>
Your cock easily slides inside her wet cunt.
<<speech "Mercedes">>Ohnn...<</speech>>
<<speech "You" "$name">>(Fuck... this is better than I thought...)<</speech>>
<<set $penetrated to true>>
[[Next|day12mercblack4cowchair]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Sit on this dick...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cowchairstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cowchair.mp4" autoplay controls></video>
<</if>>
[[More|day12mercblack4cowchair]]
[[Faster|day12mercblack4cowchairfast]]
[[Deeper|day12mercblack4cowchairdeep]]
[[Harder|day12mercblack4cowchairhard]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>>You feel like you're very close to cumming.
[[Cum on her face|cumonmercedes12face]]
[[Cum inside her|cumonmercedes12pussy]]<<set $CurOrg1 to 0>>
<<speech "Mercedes">>''Fuck!, I'm cumming!''<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/orgasm.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $mercedes.lust += 0.5>>
[[Back|day12mercblacksex]]<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cowchairfast.mp4" autoplay controls></video>
[[Normal|day12mercblack4cowchair]]
[[Deeper|day12mercblack4cowchairdeep]]
[[Harder|day12mercblack4cowchairhard]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cowchairdeep.mp4" autoplay controls></video>
[[Normal|day12mercblack4cowchair]]
[[Faster|day12mercblack4cowchairfast]]
[[Harder|day12mercblack4cowchairhard]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "Mercedes">>Oh! Fuck!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cowchairhard.mp4" autoplay controls></video>
[[Normal|day12mercblack4cowchair]]
[[Faster|day12mercblack4cowchairfast]]
[[Deeper|day12mercblack4cowchairdeep]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
She leans on the table and spread her ass cheeks.
<video width="1000" src="videos/release 4.02/mercedes/day12/letablestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/mercedes/day12/letable.mp4" autoplay controls></video>
<</if>>
[[More|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Work it|day12mercblacksexletablework]]
[[Harder|day12mercblacksexletablehard]]
[[Very hard (fitness level 3)|day12mercblacksexletableharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Mercedes">>Oh... $name!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/letableslow.mp4" autoplay controls></video>
[[Normal|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Work it|day12mercblacksexletablework]]
[[Harder|day12mercblacksexletablehard]]
[[Very hard (fitness level 3)|day12mercblacksexletableharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Work this dick, bitch...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/letablework.mp4" autoplay controls></video>
<<speech "Mercedes">>Shut... up... nnn...<</speech>>
[[More|day12mercblacksexletablework2]]
[[Normal|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Harder|day12mercblacksexletablehard]]
[[Very hard (fitness level 3)|day12mercblacksexletableharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/letablework2.mp4" autoplay controls></video>
[[More|day12mercblacksexletablework]]
[[Normal|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Harder|day12mercblacksexletablehard]]
[[Very hard (fitness level 3)|day12mercblacksexletableharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
You can see that she's enjoying it.
<video width="1000" src="videos/release 4.02/mercedes/day12/letablehard.mp4" autoplay controls></video>
[[Normal|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Work it|day12mercblacksexletablework]]
[[Very hard (fitness level 3)|day12mercblacksexletableharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>Take this dick...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/letableharder.mp4" autoplay controls></video>
[[Normal|day12mercblacksexletable]]
[[Nice and slow|day12mercblacksexletableslow]]
[[Work it|day12mercblacksexletablework]]
[[Harder|day12mercblacksexletablehard]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|day12mercblacksex]]<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
She lays on her side, offering her big cheeks to you.
<video width="1000" src="videos/release 4.02/mercedes/day12/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/mercedes/day12/side.mp4" autoplay controls></video>
<</if>>
[[More|day12mercblacksexside]]
[[Tease her|day12mercblacksexsidetease]]
[[Deeper|day12mercblacksexsidedeep]]
[[Harder|day12mercblacksexsidehard]]
[[Very hard (fitness level 3)|day12mercblacksexsideaharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Mercedes">>Shit!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/sidedeep.mp4" autoplay controls></video>
[[Normal|day12mercblacksexside]]
[[Tease her|day12mercblacksexsidetease]]
[[Harder|day12mercblacksexsidehard]]
[[Very hard (fitness level 3)|day12mercblacksexsideaharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/sidetease.mp4" autoplay controls></video>
[[Normal|day12mercblacksexside]]
[[Deeper|day12mercblacksexsidedeep]]
[[Harder|day12mercblacksexsidehard]]
[[Very hard (fitness level 3)|day12mercblacksexsideaharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/sidehard.mp4" autoplay controls></video>
[[Normal|day12mercblacksexside]]
[[Tease her|day12mercblacksexsidetease]]
[[Deeper|day12mercblacksexsidedeep]]
[[Very hard (fitness level 3)|day12mercblacksexsideaharder]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/sideharder.mp4" autoplay controls></video>
[[Normal|day12mercblacksexside]]
[[Tease her|day12mercblacksexsidetease]]
[[Deeper|day12mercblacksexsidedeep]]
[[Harder|day12mercblacksexsidehard]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|day12mercblacksex]]<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
She starts to ride you and surprisingly comes closer for a kiss.
<video width="1000" src="videos/release 4.02/mercedes/day12/topstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/mercedes/day12/top.mp4" autoplay controls></video>
<</if>>
[[More|day12mercblacksextop]]
[[Help her|day12mercblacksextophelp]]
[[Bounce on it|day12mercblacksextopbounce]]
[[Grind on it|day12mercblacksextopgrind]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/tophelp.mp4" autoplay controls></video>
[[Normal|day12mercblacksextop]]
[[Bounce on it|day12mercblacksextopbounce]]
[[Grind on it|day12mercblacksextopgrind]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/topbounce.mp4" autoplay controls></video>
[[Normal|day12mercblacksextop]]
[[Help her|day12mercblacksextophelp]]
[[Grind on it|day12mercblacksextopgrind]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/mercedes/day12/topgrind.mp4" autoplay controls></video>
[[Normal|day12mercblacksextop]]
[[Help her|day12mercblacksextophelp]]
[[Bounce on it|day12mercblacksextopbounce]]
[[Back to all|day12mercblacksex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "mercedesorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonmercedes12">><</if>><</nobr>><<speech "You" "$name">>I'm gonna cum!<</speech>>
She gets on her knees and starts stroking you.
<<speech "Mercedes">>Finally!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cumface1.mp4" autoplay controls></video>
[[Next|cumonmercedes12face2]]<<speech "You" "$name">>There's something I need to do.<</speech>>
You quickly grab her body and force over the table.
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy1.mp4" autoplay controls></video>
<<speech "Mercedes">>What do you want?<</speech>>
[[Next|cumonmercedes12pussy2]]<<speech "You" "$name">>Keep your mouth open, bitch!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cumface2.mp4" autoplay controls></video>
<<speech "Mercedes">>Alright... that's enough...<</speech>>
She gets up and grab some tissues to clean your cum off her face.
<<speech "You" "$name">>That was awesome!<</speech>>
She reamins silent.
<<speech "You" "$name">>Don't try to deny. I know you liked it.
I doubt Frank fucks you that good.<</speech>>
She seems mad.
<<speech "Mercedes">>Still, he has something you'll never have.<</speech>>
She looks at you.
<<speech "Mercedes">>Money...<</speech>>
<<speech "You" "$name">>Oh yeah? And look what money gave him...
A cheating wife.<</speech>>
<<speech "Mercedes">>You blackmailed me!<</speech>>
<<speech "You" "$name">>Yeah... with a video of you whoring yourself for money...<</speech>>
<<speech "Mercedes">>Shut up! Now it's your part of the deal...<</speech>>
<<speech "You" "$name">>Fair enough...<</speech>>
You show your phone to her and delete the video while she waits.
<<speech "You" "$name">>Maybe we could try it again sometime...<</speech>>
<<speech "Mercedes">>Just... get out!<</speech>>
You put your clothes on and leave with a smile on your face.
<<set $CurEng -= 20>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
[[Next|day12work]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>You put your cock back in her pussy.
<<speech "You" "$name">>This is gonna feel good...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy2.mp4" autoplay controls></video>
<<speech "Mercedes">>This what? Wait...<</speech>>
[[Next|cumonmercedes12pussy3]]You shoot your hot load inside her.
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy3.mp4" autoplay controls></video>
<<speech "Mercedes">>What... what?<</speech>>
She's too confused to understand what you just did.
<<set $mercedes12cuminside to true>>
[[Next|cumonmercedes12pussy4]]<<speech "Mercedes">>What? Why?<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy4.mp4" autoplay controls></video>
<<speech "You" "$name">>I just felt like it.<</speech>>
She finally understands the gravity of the situation.
<<speech "Mercedes">>Why the fuck did you do that??<</speech>>
She gets up and tries to clean as much as she can of it.
<<speech "You" "$name">>Calm down... It's okay...
Nothing's gonna happen...<</speech>>
<<speech "Mercedes">>I'm not on the pill!<</speech>>
<<speech "You" "$name">>It's fiiiiiiine. If anything ever happens I'm sure Frank is gonna take care of it.<</speech>>
<<speech "Mercedes">>You're crazy!<</speech>>
<<speech "You" "$name">>Relaaaax... here...<</speech>>
You show her your phone and delete the video.
<<speech "Mercedes">>Great! Now go!<</speech>>
<<set $CurEng -= 20>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
<span class="submission">Her submission has increased by 1</span>
<<set $mercedes.submission += 1>>
[[Next|day12work]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>Her bare ass is in front of you, giving you free power over it.
<<speech "You" "$name">>You need this...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/2.mp4" autoplay controls></video>
You notice her body very slightly reacting to the spanking.
<<speech "You" "$name">>Wait, is she moving?<</speech>>
You look back at Frank and he's completely still.
<<speech "Dick">>You focused your power on him, did you not?<</speech>>
<<speech "You" "$name">>(Dick... yeah...)<</speech>>
<<speech "Dick">>As it seems, you managed to stop him completely, but she was caught in the middle of your calling influence, which affected her, but didn't fully paralysed her body.<</speech>>
<<speech "You" "$name">>(So she's aware?)<</speech>>
<<speech "Dick">>Not really. It looks like she's too slow to do anything, so my advice would be...
Let's fuck her pussy raw.<</speech>>
<<speech "You" "$name">>(Hahahaha, great advice, man!)<</speech>>
You grab her hands and make her spread her onw cheeks.
<<speech "You" "$name">>Hold it for me, okay?<</speech>>
[[Next|day12paytimefmerc3]]You slowly slide your cock inside her pussy.
<video width="1000" src="videos/release 4.02/mercedes/day12/3.mp4" autoplay controls></video>
She lets out low moans.
<<speech "You" "$name">>Fuck! This feels amazing.<</speech>>
[[Next|day12paytimefmerc4]]<<speech "You" "$name">>Oh this feels so good. Did you know how long I've wanted to fuck this pussy?<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/4.mp4" autoplay controls></video>
She slowly releases the grip on her cheeks.
<<speech "You" "$name">>You're already taking it nice, let's put your hands on the table now.<</speech>>
[[Next|day12paytimefmerc5]]<video width="1000" src="videos/release 4.02/mercedes/day12/5.mp4" autoplay controls></video>
<<speech "You" "$name">>I wish I did this sooner.<</speech>>
You grab her by the legs and put her body on the table.
[[Next|day12paytimefmerc6]]<<speech "You" "$name">>Your pussy feels soo good around my dick, baby...<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/6.mp4" autoplay controls></video>
<<speech "Mercedes">>W.......<</speech>>
Seem like she wants to say something.
<<speech "You" "$name">>I better finish this before my power wears off.<</speech>>
[[Next|day12paytimefmerc7]]
<<speech "You" "$name">>Take this!<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/7.mp4" autoplay controls></video>
<<speech "Mercedes">>Ssss....<</speech>>
You turn her body so she faces you.
<<speech "You" "$name">>I'm almost there...<</speech>>
[[Next|day12paytimefmerc8]]
<<speech "Mercedes">>Ssssssttttttttttooooooopppppppp...<</speech>>
Her movement speed is coming back to normal.
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy2.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm about to cum...<</speech>>
[[Cum inside her (dominance level 4)|day12paytimefmerccum]]
[[Leave before you get caught|day12paytimefmerc9]]You realease your hot load inside of her, as she starts to regain her conscience.
<video width="1000" src="videos/release 4.02/mercedes/day12/cumpussy3.mp4" autoplay controls></video>
<<speech "Mercedes">>W-Wwwhhaatt?<</speech>>
<<speech "You" "$name">>Remember me, Mercedes. Remember my cum inside you...<</speech>>
You quickly put your clothes back on.
<<speech "Mercedes">>Whaaaat iiiissss thiiiiiisssss? $name????<</speech>>
<video width="1000" src="videos/release 4.02/mercedes/day12/9.mp4" autoplay muted loop></video>
You feel the calling starting to dissipate.
<img class="middle medium" src="images/player/timecall.gif">
You leave as fast as you can, shutting the door behind you.
~BLAM!
Then you hear as you get away:
<<speech "Frank">>//Mercedes! What are you doing??//<</speech>>
<<speech "Mercedes">>//I-I don't know what happened!//<</speech>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">''Her submission has increased by 1''</span>
<<set $mercedes.submission += 1>>
[[Next|day12work]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "You" "$name">>Fuck! I need to get away from here...<</speech>>
You leave her naked with her legs open and bodily fluids.
<<speech "Mercedes">>Wwwwwhhhhhaaa-<</speech>>
You feel the effect of the calling wearing off.
<img class="middle medium" src="images/player/timecall.gif">
You put your clothes on in a rush and leave as fast as you can, shutting the door behind you.
~BLAM!
Then you hear as you get away:
<<speech "Frank">>//Mercedes! What are you doing??//<</speech>>
<<speech "Mercedes">>//I-I don't know what happened!//<</speech>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
[[Next|day12work]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $dee.mess2 to false>>
<<speech "Dee">>Hey, $name! I just wanted to say that I loved our time together this morning. I really needed your touch. Hope you have a great day!
<<set $deepic1 to true>>
<img class="middle medium" src="images/release 4.02/dee/day12/1.jpg">
<</speech>>
<<if $day lt 14>>
@@#answer;
<<link "Be kind">>
<<replace "#answer">>
<<speech "You" "$name">>I really liked it too! I hope we can do that again sometime :)<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $dee.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be horny">>
<<replace "#answer">>
<<speech "You" "$name">>I really loved to see your face full of my cum. I'll be sure to drop by more often.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $dee.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be dominant">>
<<replace "#answer">>
<<speech "You" "$name">>I'm glad you liked it. I hope you prepare yourself because I have a strong sexual drive. Let's see if you can keep up with it.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $dee.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>>
<</if>><<set $mandy.mess3 to false>>
<<speech "Mandy">>Hey, $name. Thanks for the sex. It made me feel better after all the shit I've been through.
<<set $mandypic1 to true>>
<img class="middle medium" src="images/release 4.02/mandy/day12/1.jpg">
<</speech>>
<<if $day lt 14>>
@@#answer;
<<link "Confort her">>
<<replace "#answer">>
<<speech "You" "$name">>Glad I helped! Don't worry, we'll find a way to fix things.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $mandy.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Focus on the sex">>
<<replace "#answer">>
<<speech "You" "$name">>No, thank you. You sure know how to suck a dick. Maybe we can try that again later.<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $mandy.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Reinforce her submission">>
<<replace "#answer">>
<<speech "You" "$name">>If you can keep me sexually satisfied I'll find a way to help you.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $mandy.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>><</if>><<set $steve.mess2 to false>>
<<speech "Steve">>HAHAHAHAHAHAHA
<video width="1000" src="videos/release 4.02/steve/day12/1.mp4" autoplay controls></video>
<</speech>>
<<if $day lt 14>>
@@#answer;
<<link "Answer positively">>
<<replace "#answer">>
<<speech "You" "$name">>HAHAHAHAHAHAHAHAHA<</speech>>
<span class="friendship">His friendship has increased by 0.5</span>
<<set $steve.friendship += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Scold him">>
<<replace "#answer">>
<<speech "You" "$name">>Dude, seriously... go to work.<</speech>>
<span class="obedience">His obedience has increased by 0.5</span>
<<set $steve.obedience += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>><</if>><<set $chanell.mess1 to false>>
<<speech "Chanell">>Hey! I've been working om my booty and I think it's showing results. What do you think? Hot ot not?
<img class="medium" src="images/release 4.02/chanell/day12/1.jpg">
<</speech>>
<<if $day lt 14>>
@@#answer;
<<link "Sure!">>
<<replace "#answer">>
<<speech "You" "$name">>Damn! You have a fine ass, baby.<</speech>>
<<speech "Chanell">>Right answer!<</speech>>
<img class="medium" src="images/release 4.02/chanell/day12/1.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $chanell.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Not really">>
<<replace "#answer">>
<<speech "You" "$name">>You should stop fishing for attention. Men would value you much more<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $chanell.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>><</if>>
<</if>><<set $marie.mess1 to false>>
<<speech "Marie">>$name, I hope we can keep a respectful relationship despite everything that occurred.<</speech>>
<<if $day lt 14>>
@@#answer;
<<link "Be kind">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, Marie. Whatever makes you more confortable.<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $marie.love += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I'll try my best to be respectful. But I can't promise anything when I see your body...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $marie.lust += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<link "Tease her">>
<<replace "#answer">>
<<speech "You" "$name">>Look at you demanding respect. You have to earn that you know? Be respectful to me and I'll treat you properly.<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $marie.submission += 0.5>>
<<link 'Back' 'Phone'>> <</link>>
<</replace>><</link>>
<<else>>
You can't answer this message anymore.
<<link 'Back' 'Phone'>> <</link>>
<</if>>You go back to work, organizing shelves.
<<set $shortfreetime to false>>
<<speech "Dick">>So...<</speech>>
<<speech "You" "$name">>(What? I'm working...)<</speech>>
<<speech "Dick">>I was checking some of your memories...<</speech>>
<<speech "You" "$name">>(Oh... this again? What other shamefull thing did you discover this time?)<</speech>>
<<speech "Dick">>Uhm... nothing to be ashamed of. It is about your father...<</speech>>
<<speech "You" "$name">>(What about him?)<</speech>>
<<speech "Dick">>You have almost no fond memories of him.<</speech>>
<<speech "You" "$name">>(Well, if you're in my head you already know why...)<</speech>>
<<speech "Dick">>He treated you poorly, did he not?<</speech>>
<<speech "You" "$name">>(Poorly? That motherfucker was never around. I got beat up at school almost everyday when I lived with him.
When I got home there was always artificial cold mac n' cheese for dinner)<</speech>>
<<speech "Dick">>Doesn't seem like a treat.<</speech>>
<<speech "You" "$name">>(It isn't. To this day I can't get near it without starting to gag)<</speech>>
<<speech "Dick">>You didn't know what his profession was, right?<</speech>>
<<speech "You" "$name">>(He never cared to tell me)<</speech>>
<<speech "Dick">>I see... things changed...<</speech>>
<<speech "You" "$name">>(What do you mean?)<</speech>>
<<speech "Dick">>You both did have a great relationship. It was after your mother's death that you two-<</speech>>
You suddenly feel a strong piercing sensation in your head, as if it was penetrating your skull.
<<speech "You" "$name">>FUCK!<</speech>>
~TUF!
You accidentally drop a can of beans on the floor, drawing the attention of some nearby customers.
<<speech "You" "$name">>Hehe, sorry... (Why the fuck did you do that??)<</speech>>
You pick it up and put it back on it's place.
<<speech "Dick">>It wasn't me, boy. This was your own head.
This sensation... you're not used to it?<</speech>>
<<speech "You" "$name">>(If I ever get used to feel a nail drilling my brains I'll let you know...)<</speech>>
<<speech "Dick">>But you should. This is an memory blocker.<</speech>>
<<speech "You" "$name">>(Oh great! My memories are locked now?)<</speech>>
<<speech "Dick">>This is not new. It happened when you were younger.
I could feel it, your thoughts closing in such a rapid manner that it hurt you.<</speech>>
<<speech "You" "$name">>(So what do I do?)<</speech>>
<<speech "Dick">>Nothing, I shall help you with this.
Just stop being a bitch...<</speech>>
<<speech "You" "$name">>Easy for you to say!<</speech>>
Saying the last sentence out loud scares other passing costumers.
<<speech "You" "$name">>Your heart was never been broken TANANANANAN your proud have never been stolen... ONE DAY ONE DAY...<</speech>>
You pretend it was just a song you were singing and leave the scene to not scare any more customers away.
[[Next|work12b]]
<<if $timechange is false>><<nobr>>
<<set $period to 3>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>After going to one of the checkout lanes you see Larry by the entrance staring at the sky, looking a little bummed out.
<<speech "You" "$name">>Hey! Larry!<</speech>>
You signal him to come over.
<<speech "Larry">>Hey, man...<</speech>>
<<speech "You" "$name">>What's happened?<</speech>>
<<speech "Larry">>I won't be able to go out today anymore...
This girl stole from us, again.<</speech>>
<<speech "You" "$name">>Which girl?<</speech>>
<<speech "Larry">>It's a freaking light-fingered lass...
She robbed us before and I got a warning for letting her go without getting the item back.
Today she stole again and I can't get her to confess or give back the item at least.<</speech>>
<<speech "You" "$name">>I can't believe, man. I was really looking foward to drink a little and hear your fake ass stories...<</speech>>
You try to make him laugh but all you get back is a slight grin out of him.
<<speech "Larry">>Well... anyways. I'm trying to think what to do. I'm too concerned to go out today.
Sorry, son.<</speech>>
<<speech "You" "$name">>You know what? Cover me here and I'll find a way to make her pay.<</speech>>
<<speech "Larry">>I don't know, $name. I'm the one who was supposed to deal with this kind of thing.
Also, I don't know if I can operate a cash register that well.<</speech>>
<<speech "You" "$name">>Pfff... it's easy. If you have any trouble just redirect the customers to Carlos. RIGHT CARLOS?<</speech>>
You look at another chekout about six lanes from you, where another coworker is.
<div class="general">//What?//</div>
<<speech "You" "$name">>See? He'll help you. I'll deal with her and we'll get wasted later.<</speech>>
<<speech "Larry">>I'll tell you what. If you do just that, the beers are on me.<</speech>>
<<speech "You" "$name">>Deal!<</speech>>
You fist bump eachother like usual and you head to the security room where the little thief is detained.
<<set $timechange to false>>
[[Next|shoplyfter12]]You quickly go to your locker to change into security uniform and head straight into the room where the shoplifter is.
As you enter you find her impatiently waiting.
<img class="middle medium" src="images/release 4.02/river/day12/1.jpg">
<<speech "River" "???">>Oh hey! You're gonna let me out?<</speech>>
<<speech "You" "$name">>What? No, I came to conduct the investigation.<</speech>>
<<speech "River" "???">>But that old guy already talked to me.<</speech>>
<<speech "You" "$name">>He had an appointment. I'll be his substitute.<</speech>>
<<set $rivereat to false>>
<<speech "River" "???">>What do you want to know? I already told him I didn't to anything.<</speech>>
<<set $riverhorny to false>>
<img class="middle medium" src="images/release 4.02/river/day12/2.jpg">
<<Intend>>
<<speech "You" "$name">>I'll be the judge of that...<</speech>>
<<set $metriver to true>>
[[Begin interrogation|interrogateriver]]
<<set $detchest1 to false>><<nobr>>
<<set $detcrotch1 to false>>
<<set $checkbodystart to false>>
<<set $detchest1 to false>>
<<set $jacketcheck to false>>
<<set $jacketcheck2 to false>>
<<set $jacketoff to false>>
<<set $feelchest to false>>
<<set $armscheck to false>>
<<set $titscheck to false>>
<<set $waistcheck to false>>
<<set $crotchcheck2 to false>>
<<set $mouthcheck to false>>
<<set $bendover to false>>
<<set $bjonly to false>>
<<set $bjstart to false>>
<<set $fingered to false>>
<<set $cheekspread to false>><</nobr>><<if $interrogation is false>><<nobr>>
<<speech "You" "$name">>First of all, what's your name?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/1.mp4" autoplay controls></video>
You see the investigation report that Larry started to write.
<<Intstart>><</nobr>>
<<set $now to false>><<nobr>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>><</nobr>><</if>>
<<if $evidence1 is true>>
''End the interrogation:''
[[Call the police|riveritempolice]]<</if>>
[[Convince her to blow you (compliance 40/tension<30)|riversitdown2]]
<<if $naked is true>>
[[Convince her to have sex (compliance 60/tension<40)|riversitdown]]<</if>>
''Questions:''
<<if $question1 is false and $evidence1 is false and $nakedlvl is 0>>
[[Ask her why she's here|riverq1]]<</if>>
<<if $question2 is false and $evidence1 is false and $nakedlvl is 0>>
[[Ask her how old she is|riverq2]]<</if>>
<<if $question3 is false and $evidence1 is false and $nakedlvl is 0>>
[[Ask her where she lives|riverq3]]<</if>>
<<if $question4 is false and $evidence1 is true and $nakedlvl is 0>>
[[Ask if she wants to confess|riverq4]]<</if>>
''Help her:''
<<if $help1 is false and $evidence1 is false and $nakedlvl is 0>>
[[I think you should cooperate|riverh1]]<</if>>
<<if $help2 is false and $nakedlvl eq 5>>
[[I can't just let you go|riverh2]]<</if>>
[[Help her get away with it (Girl's compliance must be at least 40)|riverplay]]
''Threaten her:''
<<if $threat1 is false and $nakedlvl is 0>>
[[Let's play a game|rivert1]]<</if>>
<<if $threat2 is false and $nakedlvl is 0>>
[[We've got you on camera|rivert2]]<</if>>
<<if $threat3 is false and $nakedlvl is 0>>
[[I'll call the police|rivert3]]<</if>>
<<if $threat4 is false and $evidence1 is true and $nakedlvl is 0>>
[[Tell her about body search|rivert4]]<</if>>
''Actions:''
<<if $action1 is false>>
[[Check the camera|riverevidence]]<</if>>
[[Check her body|rivercheckbody]]
''Give up:''
[[I don't have time for this shit|rivergiveup]]<<speech "You" "$name">>Do you know why you're here?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/a1.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $question1 to true>><video width="1000" src="videos/release 4.02/river/day12/t1.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $threat1 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><<speech "River">>Okay! This is enough. I can't take it anymore<</speech>>
You try to calm her down, without too much success.
<<speech "River">>You can call the cops. I don't care!<</speech>>
Seems like you pushed it too far too fast.
<<speech "You" "$name">>Hey, calm down.<</speech>>
<<speech "River">>If you don't call them, I will.<</speech>>
You decide to call the police.
[[Next|Rivermaxtension2]]<img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here, buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>(I should take things slower next time...
Now It's gonna be on record that I couldn't interrogate her...)<</speech>>
[[Next|nightout12]]<<Intend>><<nobr>>
<<set $sexsimple to false>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>
You walk out of the security room searching for Larry.
<<speech "You" "$name">>Hey, old man.<</speech>>
You find him on the same spot.
<<speech "Larry">>Hey, kid! You should've told me how easy this thing is.<</speech>>
<<speech "You" "$name">>Oh, look at him... maybe you could change your position here.<</speech>>
Carlos, the co-woker you asked to assist him, aproaches you.
<div class="general">Maaaan... you should've seen him... I've never saw someone so fast at the register!</div>
<<speech "You" "$name">>Woah! Really? So you found a hidden talent, Larry!<</speech>>
<<speech "Larry">>I'm telling you, this thing is easy!<</speech>>
<<speech "You" "$name">>I wouldn't guess a digital illiterate would be so good at this...<</speech>>
<<speech "Larry">>Digital illi- you listen to me kid, if you make mad I'll steal your job.<</speech>>
He jokes.
<<speech "You" "$name">>Steal how? I already do pretty much every kind of job in here.<</speech>>
<div class="general">You should take his position on security, he's way better as a cashier...</div>
He says as he walks away.
<<speech "You" "$name">>Well, I always end up covering for you anyways... If you really liked working here I could talk to Frank.<</speech>>
<<speech "Larry">>Oh, I've never been more serious. Working sitting will do wonders for my lower back.<</speech>>
<<speech "You" "$name">>It's a deal then. I kinda like dealing with those shoplifters...<</speech>>
<<speech "Larry">>Speaking of that... Did you took care of her?<</speech>>
<<speech "You" "$name">>Yeah, yeah... I took care of her...<</speech>>
You see a customer approaching with some groceries and you notice it's almost the end of your shift.
<<speech "You" "$name">>Well, since you're doing so well, I'll let you here while I work on something else for the rest of our shift.<</speech>>
<<speech "Larry">>Good. I'll meet you in the staff room later, so we can go to the bar.<</speech>>
<<speech "You" "$name">>Sounds good.<</speech>>
You let him work and head back to the staff room.
[[Next|staffroom12night]]
<<if $timechange is false>><<nobr>>
<<set $period to 4>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>><<speech "You" "$name">>One of the clerks saw you go to the changing room with five bikinis and got out with only two...<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/t2.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $threat2 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><video width="1000" src="videos/release 4.02/river/day12/t3.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $threat3 to true>><<nobr>>
<<set $CurCom += 8>>
<<set $CurTen += 4>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><<speech "You" "$name">>What's your date of birth?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/a2.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $question2 to true>><<nobr>>
<<set $CurCom += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><<speech "You" "$name">>What's your address?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/a3.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $question3 to true>><<nobr>>
<<set $CurCom += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><video width="1000" src="videos/release 4.02/river/day12/h1.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $help1 to true>><<nobr>>
<<set $CurCom += 10>>
<<set $CurTen -= 10>><</nobr>>
<<if $CurTen lt 0>><<set $CurTen to 0>><</if>><<speech "You" "$name">>I'm going to check the cameras.<</speech>>
You go to a door inside the security room that leads to the security cameras, while she waits.
<<if $nakedlvl eq 0>>
<video width="1000" src="videos/release 4.02/river/day12/evidence.mp4" autoplay controls></video>
<</if>>
You see the footage that matches the report about both times she stole and this process makes her more nervous.
[[Back|interrogateriver]]
<<set $action1 to true>><<nobr>>
<<set $evidence1 to true>>
<<set $CurCom += 5>>
<<set $CurTen += 2>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/a4.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $question4 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 3>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><video width="1000" src="videos/release 4.02/river/day12/t4.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $threat4 to true>><<nobr>>
<<set $CurCom += 5>>
<<set $CurTen += 3>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>>[[Back|interrogateriver]]
<<if $nakedlvl is 0 and $checkbodystart is false>><<set $checkbodystart to true>>
<video width="1000" src="videos/release 4.02/river/day12/bodystart.mp4" autoplay controls></video><</if>>
''Use the metal detector''
<<if $detchest1 is false and $nakedlvl is 0>>
[[Over her chest|riverdetchest]]<</if>>
<<if $detcrotch1 is false and $nakedlvl is 0>>
[[Over her crotch|riverdetcrotch1]]<</if>>
''Remove her clothes:''
<<if $nakedlvl is 0>>
[[Take jacket off|riverjacketoff]]<</if>>
<<if $nakedlvl is 1>>
[[Take top off|rivertopoff]]<</if>>
<<if $nakedlvl is 2>>
[[Take stolen bikini top off|riverbikinitopoff]]<</if>>
<<if $nakedlvl is 3>>
[[Take pants off|riverpantsoff]]<</if>>
<<if $nakedlvl is 4>>
[[Take another stolen bikini top off|riverbikinitopoff2]]<</if>>
<<if $nakedlvl is 5 and $naked is false>>
[[Take stolen bikini bottom off|riverbikinibottomoff]]<</if>>
''Check her clothes:''
<<if $nakedlvl is 0 and $jacketcheck is false>>
[[Check jacket|riverjacketcheck]]<</if>>
''Search her body:''
<<if $nakedlvl is 1 and $jacketcheck is true and $feelchest is false>>
[[Feel her chest|riverchestfeel]]<</if>>
<<if $nakedlvl is 4 and $crotchcheck is false>>
[[Feel her crotch|rivercrotchfeel]]<</if>>
<<if $naked is true and $mouthcheck is false>>
[[Check her mouth|rivermouthcheck]]<</if>>
<<if $naked is true and $armscheck is false>>
[[Feel her arms|riverarmsfeel]]<</if>>
<<if $naked is true and $waistcheck is false>>
[[Feel her waist|riverwaistfeel]]<</if>>
<<if $naked is true and $titscheck is false>>
[[Feel her tits|rivertitsfeel]]<</if>>
<<if $naked is true and $crotchcheck2 is false>>
[[Feel her crotch|rivercrotchfeel2]]<</if>>
<<if $naked is true and $fingered is false and $cheekspread is false>>
[[Bend her over|riverbendover]]<</if>><video width="1000" src="videos/release 4.02/river/day12/detchest.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<set $detchest1 to true>><<nobr>>
<<set $CurCom += 2>>
<<set $CurTen += 2>><</nobr>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><video width="1000" src="videos/release 4.02/river/day12/detcrotch.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $detcrotch1 to true>>
<<if $CurCom lt 30>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 2>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/jacketcheck.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<set $jacketcheck to true>><video width="1000" src="videos/release 4.02/river/day12/jacketoff.mp4" autoplay controls></video>
[[Next|riverjacketcheck2]]
<<nobr>><<set $jacketoff to true>><<set $nakedlvl to 1>>
<<if $CurCom lte 30>>
<<set $CurTen += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/jacketcheck2.mp4" autoplay controls></video>
''You found a stolen item!''
You can either stop the investigation or keep searching for more.
<<set $evidence2 to true>>
[[Continue the search|rivercheckbody]]
[[Stop the search and take the measures|riveritempolice]]
<<set $jacketcheck2 to true>><<nobr>>
<<set $CurCom += 5>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/chestfeel.mp4" autoplay controls></video>
[[More|riverchestfeel2]]
[[Back|rivercheckbody]]
<<nobr>><<set $feelchest to true>>
<<if $CurCom lt 45>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/chestfeel2.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $feelchest to true>>
<<if $CurCom lt 30>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/crotchfeel.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $crotchcheck to true>>
<<if $CurCom lt 50>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><<if $CurCom lt 40>>
<<speech "You" "$name">>Remove your top...<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/topnotoff.mp4" autoplay controls></video>
Seems like she's not compliant enough.
<<set $CurTen += 5>>
<<set $CurCom -= 5>>
[[Back|rivercheckbody]]
<<else>>
<video width="1000" src="videos/release 4.02/river/day12/topoff.mp4" autoplay controls></video>
''You found two more stolen items!''
<<set $evidence2 to true>><<set $evidence3 to true>>
You can either stop the investigation or keep searching for more.
[[Continue the search|rivercheckbody]]
<<set $nakedlvl to 2>>
[[Stop the search and take the measures|riveritempolice]]<</if>>
<<if $CurCom gte 40 and $CurCom lt 60>>
<<set $CurTen += 15>>
<<set $CurCom += 5>>
<<set $feelchest to true>>
<<elseif $CurCom gte 60 and $CurCom lt 80>>
<<set $CurCom += 10>>
<<set $CurTen += 5>>
<<elseif $CurCom gte 80>>
<<set $CurCom += 5>>
<<set $feelchest to true>><</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><video width="1000" src="videos/release 4.02/river/day12/bikinitopoff.mp4" autoplay controls></video>
[[Next|rivercheckbody]]
<<nobr>><<set $nakedlvl to 3>>
<<if $CurCom lt 50>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><<if $CurCom lt 50>>
<video width="1000" src="videos/release 4.02/river/day12/pantsnotoff.mp4" autoplay controls></video>
Seems like she's not compliant enough.
<<set $CurTen += 5>>
[[Back|rivercheckbody]]
<<else>>
<video width="1000" src="videos/release 4.02/river/day12/pantsoff.mp4" autoplay controls></video>
''You found the last stolen item!''
<<set $evidence4 to true>>
You can either stop the investigation or keep "searching for more".
[[Continue the search|rivercheckbody]]
<<set $nakedlvl to 4>>
[[Stop the search and take the measures|riveritempolice]]<</if>>
<<if $CurCom gte 50 and $CurCom lt 70>>
<<set $CurTen += 15>>
<<set $CurCom += 5>>
<<set $feelchest to true>>
<<elseif $CurCom gte 70 and $CurCom lt 90>>
<<set $CurCom += 5>>
<<set $CurTen += 10>>
<<elseif $CurCom gte 90>>
<<set $CurCom += 5>>
<<set $feelchest to true>><</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><<speech "You" "$name">>Is there a reason why you're stealing bikinis?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/bikinitopoff2.mp4" autoplay controls></video>
[[Next|rivercheckbody]]
<<nobr>><<set $nakedlvl to 5>>
<<if $CurCom lt 60>>
<<set $CurTen += 10>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/bikinibottomoff.mp4" autoplay controls></video>
[[Next|rivercheckbody]]
<<nobr>><<set $naked to true>>
<<if $CurCom lt 70>>
<<set $CurTen += 10>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/armscheck.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $armscheck to true>>
<<if $CurCom lt 30>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/titscheck.mp4" autoplay controls></video>
[[More|rivertitsfeel2]]
[[Back|rivercheckbody]]
<<nobr>><<set $titscheck to true>>
<<if $CurCom lt 60>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/titscheck2.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $titscheck to true>>
<<if $CurCom lt 60>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/waistcheck.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $waistcheck to true>>
<<if $CurCom lt 30>>
<<set $CurTen += 5>>
<<set $CurCom -= 2>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/crotchcheck2.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $crotchcheck2 to true>>
<<if $CurCom lt 90>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/mouthcheck.mp4" autoplay controls></video>
[[More|rivermouthcheck2]]
[[Back|rivercheckbody]]
<<nobr>><<set $mouthcheck to true>>
<<set $CurCom += 2>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/mouthcheck2.mp4" autoplay controls></video>
[[Back|rivercheckbody]]
<<nobr>><<set $mouthcheck to true>>
<<set $CurCom += 2>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><<speech "You" "$name">>Bend over the table.<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/bendover.mp4" autoplay controls></video>
<<if $CurCom gte 90>>
<<if $cheekspread is false>>
[[Spread her cheeks|rivercheeks]]<</if>>
<<if $fingered is false>>
[[Finger her|riverfinger]]<</if>>
<<else>>
==Spread her cheeks==
==Finger her==
<</if>>
[[Back|rivercheckbody]]<video width="1000" src="videos/release 4.02/river/day12/cheekspread.mp4" autoplay controls></video>
[[More|rivercheeks2]]
[[Finger her|riverfinger]]
[[Back|rivercheckbody]]
<<nobr>><<set $cheekspread to true>>
<<if $CurCom lt 75>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/finger.mp4" autoplay controls></video>
[[More|riverfinger2]]
[[Spread her cheeks|rivercheeks]]
[[Back|rivercheckbody]]
<<nobr>><<set $fingered to true>>
<<if $CurCom lt 80>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/cheekspread2.mp4" autoplay controls></video>
[[Finger her|riverfinger]]
[[Back|rivercheckbody]]
<<nobr>><<set $cheekspread to true>>
<<if $CurCom lt 75>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/finger2.mp4" autoplay controls></video>
[[Spread her cheeks|rivercheeks]]
[[Back|rivercheckbody]]
<<nobr>><<set $fingered to true>>
<<if $CurCom lt 80>>
<<set $CurTen += 10>>
<<set $CurCom -= 5>>
<<else>>
<<set $CurCom += 5>>
<</if>>
<<if $CurTen gte 100>><<goto "Rivermaxtension">><</if>><</nobr>><video width="1000" src="videos/release 4.02/river/day12/h2.mp4" autoplay controls></video>
[[Back|interrogateriver]]
<<set $help2 to true>><<nobr>>
<<set $CurCom += 10>>
<<set $CurTen -= 10>><</nobr>>
<<if $CurTen lt 0>><<set $CurTen to 0>><</if>>You decide to call the cops and let them deal with her.
<img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here, buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>It's late, I should go.<</speech>>
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
[[Next|nightout12]]<<if $CurCom gte 40>>
<<speech "You" "$name">>Okay, I'll forget that you stole anything.<</speech>>
She opens a big smile.
<<speech "River">>Really??<</speech>>
<<speech "You" "$name">>Yeah. I just want one thing in return...<</speech>>
[[Ask for her number (charisma level 5)|rivernumberhelp]]
[[Ask for a show (dominance level 4)|rivershowhelp]]
[[Convince her to have sex (Compliance must be at least 80)|riversitdown]]
[[Back|interrogateriver]]
<<else>>
She won't accept your help yet.
[[Back|interrogateriver]]
<</if>><<if $CurCom gte 40>>
<span class="compliance">''Compliance check successful!''</span>
<<set $CurTen to 29>>
You grab the phone and start to call the cops.
<<speech "River">>Wait! Please, give me a chance!<</speech>>
You don't pay much attention. All this back and forth left you impatient.
<<speech "River">>Is there anything I can do to change your mind?<</speech>>
<<speech "You" "$name">>What?<</speech>>
You put the phone away from your ear.
<<speech "River">>Don't you think I'm pretty?<</speech>>
<<if $nakedlvl eq 0>>
<img class="middle medium" src="images/release 4.02/river/day12/3.jpg">
<</if>>
[[Sorry, I have to do this|rivergiveup]]
<<if $CurCom gte 60>>
[[Turn off the phone|riversitdown]]
<<else>>
[[Turn off the phone|riversitdown2]]<</if>>
<<else>>
<span class="compliance">''Compliance check failed''</span>
You decide to call the cops and let them deal with her.
<img class="middle medium" src="images/misc/police.gif">
<div class="general">//We'll take it from here, buddy.//</div>
The policemen take her with them, leaving you alone.
<<speech "You" "$name">>It's late, I should go.<</speech>>
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
[[Next|nightout12]]<</if>><<if $CurCom gte 60 and $CurTen lt 40>>
<<speech "You" "$name">>Look... I can let you out. But you gotta give me something reeeeeally nice in return.
I need to remember that just letting you out will put my neck on the line...<</speech>>
<<speech "River">>Fuck... I can suck you off...<</speech>>
<<speech "You" "$name">>Not only that. I want the whole deal, pussy included...<</speech>>
<<speech "River">>Seriously?<</speech>>
<<speech "You" "$name">>Oooor, you can go to jail... it's your choice...<</speech>>
She hesitates for a moment.
<<speech "River">>FINE! But be quick.<</speech>>
<<speech "You" "$name">>The better your fuck, the faster we'll be done...<</speech>>
[[Next|rivershopsex]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<Intend>><</nobr>>
<<else>>
She won't accept your help yet.
[[Back|interrogateriver]]
<</if>><<if $player.charisma gte 5>>
<<speech "You" "$name">>What if I let you out with the bikinis and you give me you number, so we can work something out later?<</speech>>
<<speech "River">>Something?<</speech>>
<<speech "You" "$name">>I'm sure we can have some fun some other day.<</speech>>
She thinks for a while.
<<speech "River">>I don't know...<</speech>>
<<speech "You" "$name">>Look, I'm being really nice. You know you fucked up.
But I also fucked up a lot of times before and I know that you deserve another chance.<</speech>>
She begins to smile.
<<speech "River">>Thanks for saying that...<</speech>>
You open the door for her.
<<speech "River">>Okay...<</speech>>
She writes a number in a piece of paper and gives it to you.
<<set $shoplifter2bonus to true>>
<<speech "River">>This might be fun...<</speech>>
She leaves.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="blue">''Your intelligence has increased by 15 xp''</span>
<<set $player.intelligence += 15>>
<span class="favor">Frank's favor has decreased by 1</span>
<<set $frank.favor -= 1>>
''You got her number!''
[[Next|nightout12]]
<<else>>
You're not charismatic enough.
[[Back|interrogateriver]]
<</if>><<if $dominancelvl gte 4>>
<<speech "You" "$name">>All I want is a little show...<</speech>>
<<speech "River">>What do you mean?<</speech>>
<<speech "You" "$name">>It's something that will work out for both of us.
I get to see something I want and you get to learn not to steal again.<</speech>>
<<speech "River">>What is it?<</speech>>
<<speech "You" "$name">>Play with your pussy...<</speech>>
<<speech "River">>Seriously??<</speech>>
<<speech "You" "$name">>Look, if I'm gonna put my neck on the line it's gotta be over something.
Why should I let you out without anything in return?<</speech>>
She sighs.
<<speech "River">>I can't believe I'm gonna say this...
Fine...<</speech>>
She undresses and climbs on the table.
[[Next|rivershowhelp1]]
<<else>>
You're not dominante enough to do that.
[[Back|interrogateriver]]<</if>><video width="1000" src="videos/release 4.02/river/day12/show1.mp4" autoplay controls></video>
<<set $rivermaterial to true>>
[[Next|rivershowhelp2]]<<speech "You" "$name">>Now say: I won't steal things that don't belong to me.<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/show2.mp4" autoplay controls></video>
[[Next|rivershowhelp3]]<<speech "You" "$name">>It's getting better... Now put your right foot up on the table.<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/show3.mp4" autoplay controls></video>
You start to stroke your cock in front of her.
[[Next|rivershowhelp4]]<<speech "You" "$name">>I want you to look at me while you do it.<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/show4.mp4" autoplay controls></video>
She can't help but to glare at your cock from time to time.
[[Next|rivershowhelp5]]<video width="1000" src="videos/release 4.02/river/day12/show5.mp4" autoplay controls></video>
Even if the show is good, she's not confortable enough to reach her climax anytime soon.
[[Eat her pussy to help|rivershowhelpeat]]
[[Focus on yourself|rivershowhelpfacial]]<<speech "You" "$name">>Come near the edge, let me help you with that.<</speech>>
<<set $rivereat to true>>
<video width="1000" src="videos/release 4.02/river/day12/eat0.mp4" autoplay controls></video>
<<speech "River">>Help me ho- woah...<</speech>>
[[Next|rivershowhelpeat1]]<<speech "You" "$name">>Play with that pussy, slut...
I'm gonna give you a big load.<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/show6.mp4" autoplay controls></video>
You feel that you're very near to orgasm.
[[Next|rivershowhelpfacial2]]<<speech "You" "$name">>Fuck! Get on the ground and put your tongue out!<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/cumshow.mp4" autoplay controls></video>
She seems happy.
<<speech "You" "$name">>I really needed that...<</speech>>
<<speech "River">>I'm glad this is over... Can I go now?<</speech>>
@@#answer;
<<link "Let her go with the bikinis">>
<<replace "#answer">>
<<speech "You" "$name">>Sure! And take the bikinis as an act of trust that you won't do it again...<</speech>>
<<speech "River">>Really?? Thank you so much!<</speech>>
She grab her things and leaves without looking back.
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="favor">Frank's favor has decreased by 1</span>
<<set $frank.favor -= 1>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>
<<link "Send her away">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah... get the fuck outta here. And don't steal again<</speech>>
<<speech "River">>Sorryyyyy!<</speech>>
She grabs her things and leaves without looking back.
<<set $CurEng -= 10>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>You can feel her juices flowing, even if she's trying to hide that she's enjoying it.
<video width="1000" src="videos/release 4.02/river/day12/eat1.mp4" autoplay controls></video>
[[Next|rivershowhelpeat2]]<video width="1000" src="videos/release 4.02/river/day12/eat2.mp4" autoplay controls></video>
[[Next|rivershowhelpeat3]]At this point you can feel her involuntary spasms, and you notice they're happening faster and faster.
<video width="1000" src="videos/release 4.02/river/day12/eat3.mp4" autoplay controls></video>
<<speech "River">>Hmm...<</speech>>
[[Next|rivershowhelpeat4]]<<speech "You" "$name">>I think you're about to cum, but you're holding back. You're welcomed to enjoy this, you know?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/eat4.mp4" autoplay controls></video>
[[Next|rivershowhelpeat5]]She relax her body a little more.
<video width="1000" src="videos/release 4.02/river/day12/eat5.mp4" autoplay controls></video>
And sure enough she has a silent orgasm, as you feel her muscles tensioning around your tongue.
[[Next|rivershowhelpeat6]]You stand up with her sweet taste still in your mouth.
<<set $CurEng -= 10>>
<<speech "You" "$name">>See? That wasn't so bad...<</speech>>
She stares at you for a few seconds, catching her breath
<<if $charismalvl gte 6>>
<span class="yellow">''Charisma check successful!''</span>
<<speech "River">>I need you inside me... please.<</speech>>
<<speech "You" "$name">>I knew you wanted it...<</speech>>
[[Fuck her|rivershowhelpeatsex]]
[[End things here|rivershowhelpeatend]]
<<else>>
<span class="yellow">''Charisma check failed''</span>
<<speech "River">>Can I go now?<</speech>>
@@#answer;
<<link "Let her go with the bikinis">>
<<replace "#answer">>
<<speech "You" "$name">>Sure! And take the bikinis as an act of trust that you won't do it again...<</speech>>
<<speech "River">>Really?? Thank you so much!<</speech>>
She grab her things and leaves without looking back.
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="favor">Frank's favor has decreased by 1</span>
<<set $frank.favor -= 1>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>
<<link "Send her away">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah... get the fuck outta here. And don't steal again<</speech>>
<<speech "River">>Sorryyyyy!<</speech>>
She grab her things and leaves without looking back.
<<set $CurEng -= 10>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>><</if>><</if>><<speech "You" "$name">>I don't have time for this right now... But give me your number, we can work someting out another day.<</speech>>
<<speech "River">>Ahhhrg........ okay.<</speech>>
She's a little upset but she won't pass the opportunity to fuck you some other day.
You open the door for her.
<<speech "River">>Bye...<</speech>>
She writes a number in a piece of paper and gives it to you.
<<set $shoplifter2bonus to true>>
<<speech "River">>This might be fun...<</speech>>
@@#answer;
<<link "Let her go with the bikinis">>
<<replace "#answer">>
<<speech "You" "$name">>Hey! Take the bikinis as an act of trust that you won't do it again...<</speech>>
<<speech "River">>Really?? Thank you so much!<</speech>>
She grab her things and leaves without looking back.
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
''You got her number!''
<span class="favor">Frank's favor has decreased by 1</span>
<<set $frank.favor -= 1>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>
<<link "Send her away">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah... get the fuck outta here. And don't steal again<</speech>>
<<speech "River">>Sorryyyyy!<</speech>>
She grab her things and leaves without looking back.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
''You got her number!''
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>She spreads her legs waiting, as you slide your cock inside her hot cunt.
<video width="1000" src="videos/release 4.02/river/day12/missstart.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck...<</speech>>
<<speech "River">>Ohnn...<</speech>>
<<set $riverhorny to true>>
[[Next|rivershopmiss]]
<<nobr>><<set $penetrated to true>>
<<set $sexsimple to true>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $mercedes12fucked to false>>
<<set $girl.orgcount to 0>>
<<Intend>><</nobr>>[[Blowjob|rivershopbj]]
<<if $bjonly is false>>
[[Missionary|rivershopmiss]]
[[Cowgirl|rivershopcow]]
<</if>>
<<set $penetrated to false>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><<set $CurOrg += 2>>
<<if $bjstart is false and $riverhorny is false>>
<<speech "You" "$name">>Come on... suck it...<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/bjstart.mp4" autoplay controls></video>
<<set $bjstart to true>>
<<elseif $bjstart is false and $riverhorny is true>>
She promptly begins to suck you off.
<video width="1000" src="videos/release 4.02/river/day12/bjstarthorny.mp4" autoplay controls></video>
<<elseif $bjstart is true>>
<video width="1000" src="videos/release 4.02/river/day12/bjnormal.mp4" autoplay controls></video>
<</if>>
[[More|rivershopbj]]
[[Stroke and suck|rivershopbjsns]]
[[Grab her head|rivershopbjgrab]]
[[Facefuck her|rivershopbjfuck]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Your pussy is so fucking tight...<</speech>>
<<if $river12fucked is false>><<set $river12fucked to true>><</if>>
<video width="1000" src="videos/release 4.02/river/day12/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/river/day12/miss.mp4" autoplay controls></video>
<</if>>
[[More|rivershopmiss]]
[[Nice and slow|rivershopmissslow]]
[[Deeper|rivershopmissdeep]]
[[Harder|rivershopmisshard]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/river/day12/misshard.mp4" autoplay controls></video>
[[Normal|rivershopmiss]]
[[Nice and slow|rivershopmissslow]]
[[Deeper|rivershopmissdeep]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/river/day12/missslow.mp4" autoplay controls></video>
[[More|rivershopmissslow2]]
[[Normal|rivershopmiss]]
[[Deeper|rivershopmissdeep]]
[[Harder|rivershopmisshard]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>You don't need to hold back...<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/missslow2.mp4" autoplay controls></video>
[[More|rivershopmissslow]]
[[Normal|rivershopmiss]]
[[Deeper|rivershopmissdeep]]
[[Harder|rivershopmisshard]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/river/day12/missdeep.mp4" autoplay controls></video>
[[More|rivershopmissdeep2]]
[[Normal|rivershopmiss]]
[[Nice and slow|rivershopmissslow]]
[[Harder|rivershopmisshard]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $riverhorny is true>>
<<speech "River">>Hmmm... yes...<</speech>>
<</if>>
<video width="1000" src="videos/release 4.02/river/day12/missdeep2.mp4" autoplay controls></video>
[[More|rivershopmissdeep]]
[[Normal|rivershopmiss]]
[[Nice and slow|rivershopmissslow]]
[[Harder|rivershopmisshard]]
[[Very hard|rivershopmissharder]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<if $riverhorny is true>>
<<speech "River">>Fuuuuuck...<</speech>>
<</if>>
<video width="1000" src="videos/release 4.02/river/day12/missharder.mp4" autoplay controls></video>
[[Normal|rivershopmiss]]
[[Nice and slow|rivershopmissslow]]
[[Deeper|rivershopmissdeep]]
[[Harder|rivershopmisshard]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg1 to 0>>
<<speech "River">>''Hmmmmm''<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/orgasm.mp4" autoplay controls></video>
[[Back|rivershopsex]]<<speech "You" "$name">>Fuck! Get on the ground and put your tongue out!<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/cum.mp4" autoplay controls></video>
She seems happy.
<<speech "You" "$name">>I really needed that...<</speech>>
<<speech "River">>I'm not gonna lie, that felt good...<</speech>>
She looks at the door.
<<speech "You" "$name">>You can go, as promised.<</speech>>
<<speech "River">>Thanks...<</speech>>
She puts her clothes back, cleans some of your cum and heads to the door.
@@#answer;
<<link "Let her go with the bikinis">>
<<replace "#answer">>
<<speech "You" "$name">>Hey! Take the bikinis as an act of trust that you won't do it again...<</speech>>
<<speech "River">>Really?? Thank you so much!
Wait...<</speech>>
She grabs a piece of paper and writes her number on it.
<<speech "You" "$name">>Call me someday...<</speech>>
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
<span class="favor">Frank's favor has decreased by 1</span>
<<set $frank.favor -= 1>>
''You got her number!''
<<set $shoplifter2bonus to true>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>>
<<link "Send her away">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah... get the fuck outta here. And don't steal again<</speech>>
<<speech "River">>Sorryyyyy!<</speech>>
She grab her things and leaves without looking back.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<<if $evidence1 is true>>
<span class="favor">Frank's favor has increased by 0.5</span>
<<set $frank.favor += 0.5>>
<<elseif $evidence2 is true>>
<span class="favor">Frank's favor has increased by 1</span>
<<set $frank.favor += 1>>
<<elseif $evidence3 is true>>
<span class="favor">Frank's favor has increased by 1.5</span>
<<set $frank.favor += 1.5>>
<<elseif $evidence4 is true>>
<span class="favor">Frank's favor has increased by 2</span>
<<set $frank.favor += 2>><</if>>
<<link 'Next' 'nightout12'>> <</link>>
<</replace>><</link>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/river/day12/bjgrab.mp4" autoplay controls></video>
[[Hold her|rivershopbjhold]]
[[Normal|rivershopbj]]
[[Stroke and suck|rivershopbjsns]]
[[Facefuck her|rivershopbjfuck]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/river/day12/bjhold.mp4" autoplay controls></video>
[[Normal|rivershopbj]]
[[Stroke and suck|rivershopbjsns]]
[[Grab her head|rivershopbjgrab]]
[[Facefuck her|rivershopbjfuck]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/river/day12/bjsns.mp4" autoplay controls></video>
[[Normal|rivershopbj]]
[[Grab her head|rivershopbjgrab]]
[[Facefuck her|rivershopbjfuck]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/river/day12/bjfuck.mp4" autoplay controls></video>
[[More|rivershopbjfuck2]]
[[Normal|rivershopbj]]
[[Stroke and suck|rivershopbjsns]]
[[Grab her head|rivershopbjgrab]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/river/day12/bjfuck2.mp4" autoplay controls></video>
[[More|rivershopbjfuck]]
[[Normal|rivershopbj]]
[[Stroke and suck|rivershopbjsns]]
[[Grab her head|rivershopbjgrab]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/river/day12/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/river/day12/cow.mp4" autoplay controls></video>
<</if>>
[[More|rivershopcow]]
<<if $river12fucked is false>><<set $river12fucked to true>><</if>>
[[Grind on it|rivershopcowgrind]]
[[Faster|rivershopcowfast]]
[[Hold her|rivershopcowhold]]
[[Nice and slow|rivershopcowslow]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<if $riverhorny is true>>
<<speech "River">>Hmmm... feels so good...<</speech>>
<</if>>
<video width="1000" src="videos/release 4.02/river/day12/cowgrind.mp4" autoplay controls></video>
[[Normal|rivershopcow]]
[[Faster|rivershopcowfast]]
[[Hold her|rivershopcowhold]]
[[Nice and slow|rivershopcowslow]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<<speech "You" "$name">>Faster, girl!<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/cowfast.mp4" autoplay controls></video>
[[Normal|rivershopcow]]
[[Grind on it|rivershopcowgrind]]
[[Hold her|rivershopcowhold]]
[[Nice and slow|rivershopcowslow]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/river/day12/cowhold.mp4" autoplay controls></video>
[[More|rivershopcowhold2]]
[[Normal|rivershopcow]]
[[Grind on it|rivershopcowgrind]]
[[Faster|rivershopcowfast]]
[[Nice and slow|rivershopcowslow]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/river/day12/cowhold2.mp4" autoplay controls></video>
[[More|rivershopcowhold]]
[[Normal|rivershopcow]]
[[Grind on it|rivershopcowgrind]]
[[Faster|rivershopcowfast]]
[[Nice and slow|rivershopcowslow]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>><<if $riverhorny is true>>
<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>I think you want to kiss me... don't you?<</speech>>
<video width="1000" src="videos/release 4.02/river/day12/cowslow.mp4" autoplay controls></video>
[[Normal|rivershopcow]]
[[Grind on it|rivershopcowgrind]]
[[Faster|rivershopcowfast]]
[[Hold her|rivershopcowhold]]
[[Back to all|rivershopsex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "riverorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonriver12">><</if>>
<<if $CurOrg1 gte 50 and $riverhorny is false>><<set $riverhorny to true>><</if>><</nobr>>
<<else>>
She's not horny enough to do that.
[[Back|rivershopsex]]<</if>><<speech "You" "$name">>I had an idea.<</speech>>
<<set $timechange to false>>
You boot up an old laptop used by the staff.
<<speech "You" "$name">>All these shoplifters... I could make some money with them.<</speech>>
Being a chronic masturbator for so long gave you the knowledge about were you could earn money by posting amateur videos.
<<speech "You" "$name">>I just have to come up with a cool name for the account...
''Pornstealers!''<</speech>>
You create the account, allowing to make some money daily.
[[Next|Pornstealersexp]]<span class="bigger">Posting amateur videos</span>
<div class="general">
*Everytime you have sex with a shoplifter, you'll be able to post a video to earn some money.
*At the start of each day you'll check how much money you made.
*But it comes with a risk: for each day the video stays online the chance that the girl may find out about it increases.
*If a girl finds out about the videos, she will likely become furious, reporting the video and having it removed as a result.
*Besides that, any girl that gave you her number to go on a bootycall will cancel this opportunity.
*It's a game of luck, the choice is yours to play it safe or risk it all.
*Different girls might have different chances of finding out about it. Some may even react in a totally unexpected way. So be sure to try all the possibilities.
[[Next|staffroom12night2]]</div>You go to where the recordings are to get your material.
<<speech "You" "$name">>Let's see what we have...
First is Leana, that brat from last week.<</speech>>
<<if $leanasex is true>>
<video width="1000" src="videos/shoplyfter1/doggyhard.mp4" autoplay controls></video>
<<speech "You" "$name">>Niiice!
Should I post her footage?<</speech>>
@@#answer;
<<link "Yes">>
<<replace "#answer">>
You edit the footage to show the part you had sex with her and post it online.
<<speech "You" "$name">>Now we wait...<</speech>>
<<set $leanasextape to true>>
Now you'll earn some extra money until she finds out about it...
[[Next|staffroom12night3]]
<</replace>><</link>>
<<link "No">>
<<replace "#answer">>
<<speech "You" "$name">>Nah... don't want to risk it...<</speech>>
[[Next|staffroom12night3]]
<</replace>><</link>>
<<else>>
<<speech "You" "$name">>Well... it looks like I have nothing from her...<</speech>>
[[Next|staffroom12night3]]<</if>>Second is River, the bikini stealer.
<<if $river12fucked is true>>
<video width="1000" src="videos/release 4.02/river/day12/missdeep.mp4" autoplay controls></video>
<<speech "You" "$name">>Niiice!
Should I post her footage?<</speech>>
@@#answer;
<<link "Yes">>
<<replace "#answer">>
You edit the footage to show the part you had sex with her and post it online.
<<speech "You" "$name">>Now we wait...<</speech>>
<<set $riversextape to true>>
Now you'll earn some extra money until she finds out about it...
[[Next|staffroom12night4]]
<</replace>><</link>>
<<link "No">>
<<replace "#answer">>
<<speech "You" "$name">>Nah... don't want to risk it...<</speech>>
[[Next|staffroom12night4]]
<</replace>><</link>>
<<else>>
<<speech "You" "$name">>Well... it looks like I have nothing from her...<</speech>>
[[Next|staffroom12night4]]<</if>><<if $timechange is false>><<nobr>>
<<set $period to 5>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>
It's night. Your work here is done and it's time to relax a little.
<<speech "You" "$name">>I could swear I put some clothes in this locker...<</speech>>
You rummage through your locker trying to find a set of clothes you saved for a night out.
<<speech "You" "$name">>Aha! Found you!<</speech>>
You pull some pants and a folded shirt, fancier than what you usually wear.
~SNIFFFF
<<speech "You" "$name">>It smells kinda musty...
Well, it is what it is. The perfume will drown out the smell.<</speech>>
Suddenly a strong smell invades your nostrils.
<<speech "Larry">>Hmm? Hmm? What do you think?<</speech>>
Larry poses for you, dressed very nicely, probably better than you.
<<speech "You" "$name">>Woah! I gotta give it to you man... you look great!<</speech>>
<<speech "Larry">>I'm just old, not dead hahahaha.<</speech>>
<<speech "You" "$name">>That's the spirit! And how do I look?<</speech>>
<<speech "Larry">>Well...<</speech>>
He looks you up and down.
<<speech "Larry">>You're decent...<</speech>>
<<speech "You" "$name">>Decent? Now I feel great, thanks for that...<</speech>>
<<speech "Larry">>Hahahaha, I'm joking, $name. You look fine, my boy!
Let's go! There's no time to waste!<</speech>>
[[Next|12bar]]You lock the store, and walk to the bar with Larry, since it's close by.
<<set $timechange to false>>
The atmosphere tonight is quite relaxed. Drinks are being served promptly, the music is pretty good, and it isn't too crowded, but it's not empty either.
<<speech "Larry">>I'm a man of my word. Beers are on me tonight.<</speech>>
You both sit at the counter and signal for the bartender.
<<speech "You" "$name">>I appreciate it, but there's no need for that, man.<</speech>>
<<speech "Larry">>Come on, you did a great job convincing me to go out. It's the least I could do.<</speech>>
<<speech "You" "$name">>Okay then!<</speech>>
<<speech "Frida">>Hey guys, what's for tonight?<</speech>>
You see a familiar face.
<img class="middle medium" src="images/release 4.02/frida/day12/1.jpg">
<<speech "Larry">>Hello, princess. I didn't think the bartender here would look so charming...
What's your name, darling?<</speech>>
Larry smiles at her.
<<speech "Frida">>Thanks! Hahaha.
Look who's talking, you're pretty charming yourself...
I'm Frida.<</speech>>
<<speech "You" "$name">>(Look at this motherfucker... hahaha)<</speech>>
She looks at you.
<<speech "Frida">>Hmm... I think I remember you...
You look different...<</speech>>
Larry quickly puts his arm around you.
<<speech "Larry">>My boy $name here's been working out lately. You should see how much he can lift.<</speech>>
<<speech "You" "$name">>Hey, Frida! Nice to see you...<</speech>>
You get closer to Larry, and start whispering.
<<speech "You" "$name">>What are you doing?<</speech>>
<<speech "Larry">>What?<</speech>>
<<speech "You" "$name">>I said what are you doing...<</speech>>
<<speech "Larry">>WHAT AM I DOING? I'M TRYING TO FIX YOU A GIRL!<</speech>>
She starts to laugh.
<<speech "You" "$name">>Shhhhh... I hear you.<</speech>>
<<speech "Larry">>THE MUSIC IS TOO LOUD!<</speech>>
<<speech "Frida">>Don't worry, I'll drop it down a little, since you look cool...<</speech>>
<<speech "Larry">>That would be great, darling. Also, if it isn't asking too much, bring us two beers.<</speech>>
<<speech "Frida">>Right away!<</speech>>
She leaves to get the drinks.
<<speech "You" "$name">>Look at you! I didn't know you were such a player...<</speech>>
<<speech "Larry">>What? I told you that many times!<</speech>>
<<speech "You" "$name">>Well, yeah. But didn't really believed you.<</speech>>
<<speech "Larry">>Then watch and learn. I might teach you a few tricks.<</speech>>
<<speech "You" "$name">>I'll try to take some notes old man haha.<</speech>>
[[Next|12bar0]]The cold beer really hits the spot after a week of work.
<<speech "Larry">>I'm glad you have a great sense of humor, $name.
You know I keep joking, but you're a really good friend.<</speech>>
<<speech "You" "$name">>I know, man. It's all cool.
But, speking of friends. Do you usually see your old friends?<</speech>>
<<speech "Larry">>Not really, since they're all dead... hahahaha!<</speech>>
He laughs and takes another sip.
<<speech "You" "$name">>Uhmm... is this a joke too?<</speech>>
<<speech "Larry">>No, really. I had the displeasure of outliving all of them...<</speech>>
<<speech "You" "$name">>Oh, I'm sorry about that...<</speech>>
<<speech "Larry">>Don't be... I lived my life to the fullest.
Worked all kinds of jobs, lived in many places and met beautiful girls.<</speech>>
He daydreams as he's telling you this.
<<speech "You" "$name">>Seems like a cool life man. I hope I can do this too.<</speech>>
<<speech "Larry">>I know you will, son. I can see the change in you.
You're finally taking charge of your life.<</speech>>
<<speech "You" "$name">>I'm doing my best... thanks for noticing.<</speech>>
<<speech "Larry">>No, $name. Thank you for helping this old fox...
Not everybody has the patience to deal with the elderly.<</speech>>
<<speech "You" "$name">>Well, to me you're just a normal friend. The only difference being that your dick doesn't work anymore.<</speech>>
<<speech "Larry">>Well, your mother never complains about it... hahahaha.<</speech>>
<<speech "You" "$name">>Jokes on you... I don't have a mother... Hahahaha....<</speech>>
He looks ashamed.
<<speech "Larry">>Oh, kid. I'm sorry...<</speech>>
<<speech "You" "$name">>It's okay. I like to say that when people joke about this.
You should see the reaction of the fourteen olds I involuntarily play video games with. Not a single comeback from this haha<</speech>>
<<speech "Larry">>I'm glad it's not such a burden then...
Look. If you need some company you can go to my place sometimes.<</speech>>
<<speech "You" "$name">>Come on, Larry. You don't need to feel sorry for me...<</speech>>
<<speech "Larry">>I'm not feeling sorry, you little prick. I'm offering you some good food to eat and a place to socialize.<</speech>>
<<speech "You" "$name">>Sorry...<</speech>>
<<speech "Larry">>Hahahaha<</speech>>
<<speech "You" "$name">>Where do you live anyways?<</speech>>
<<speech "Larry">>Not too far from here. One bus and that's it.
Here...<</speech>>
He gives you a piece of paper with the address.
<<speech "You" "$name">>Thank you. You live alone?<</speech>>
<<speech "Larry">>I used to. For a period after my wife died...
But then Riley got into too much trouble with her mother and came to live with me.
Which is closer to the university, so it works well for both of us.<</speech>>
<<speech "You" "$name">>Hmm, that's nice. I like to live by myself, but sometimes is good to have company.<</speech>>
He taps on the address he just gave you and finishes his beer.
<<speech "You" "$name">>I know, I'll remember to drop by.
My god, you drink fast!<</speech>>
<<speech "Larry">>Oh this is nothing. You should've seen me in my youth.
Frida, darling... one more round for us!<</speech>>
She signals posetively an goes to the tap.
<<speech "You" "$name">>Hey, can I ask you for some advice?<</speech>>
<<speech "Larry">>Sure! Go ahead.<</speech>>
[[Next|12bar2]]<<speech "You" "$name">>I told you about this before, but I'd like to tell you more.<</speech>>
<<speech "Larry">>Sure... I'm listening.<</speech>>
Frida comes with another two large mugs, picks up the empty ones and smiles at Larry.
<<speech "You" "$name">>I've been dealing with some stuff lately...<</speech>>
<<speech "Larry">>It's drugs isn't it?<</speech>>
<<speech "You" "$name">>NO! Why do you always take me for an addict?<</speech>>
<<speech "Larry">>Sorry...<</speech>>
<<speech "You" "$name">>As I was saying...
Something happened to me a few days ago.
I can't get into details, but it's something big.<</speech>>
<<speech "Larry">>Okay.....<</speech>>
<<speech "You" "$name">>This... thing that happened completely changed my life, for the better.
I feel more energized, capable, stronger, faster and smarter...<</speech>>
<<speech "Larry">>Kid...<</speech>>
He puts one hand on your shoulder.
<<speech "You" "$name">>IT'S NOT DRUGS!<</speech>>
<<speech "Larry">>Are you sure? Cause that's exactly what it sounds like.<</speech>>
<<speech "You" "$name">>I swear, Larry, it's not.
The thing is: with all the good things I've been experiencing, some bad people started appearing in my life.<</speech>>
<<speech "Larry">>Okay...<</speech>>
<<speech "You" "$name">>Let's say that I have to deal with things I didn't had to before.
And to do that I must train.<</speech>>
<<speech "Larry">>Train? Like fighting?<</speech>>
<<speech "You" "$name">>Not really, though that could be helpful too.
I have to get better, in all possible ways.<</speech>>
<<speech "Larry">>I see... but why do you need my advice?<</speech>>
<<speech "You" "$name">>I-.... fuck, this is really hard to explain without telling the full story...<</speech>>
He smiles.
<<speech "Larry">>Look, what I can tell you is that you have to focus on one thing at a time.
Trying to do everything at once is not gonna work.<</speech>>
<<speech "You" "$name">>Hmm, okay...<</speech>>
<<speech "Larry">>Just try to do what feels right for you and don't look back.
Doubt usually brings regret, and regret eats your hopes away.<</speech>>
<<speech "You" "$name">>That's really good advice, actually.<</speech>>
<<speech "Larry">>But who are these bad people you mentioned?<</speech>>
<<speech "You" "$name">>Some people that want to use me or take something from me.<</speech>>
<<speech "Larry">>$name... is it serious? Why don't you take this to the police?<</speech>>
<<speech "You" "$name">>I can't, they won't be able to help me in this.<</speech>>
<<speech "Larry">>Can I help you then?<</speech>>
<<speech "You" "$name">>I appreciate the offer. But no...
I mean, there are people that can help me. I'm not completely alone in this.<</speech>>
<<speech "Larry">>Well, then take all the help you need.
Take care of your relationship with them and they will be there for you.<</speech>>
<<speech "You" "$name">>Forget what I said, Frank. You ''are'' helping me already.
Thanks...<</speech>>
He grabs your should lightly.
<<speech "Larry">>Glad to hear that, kid...
Now let me tell you about the time I fought a bear...<</speech>>
<<speech "You" "$name">>See, dude? You can't blame me for not believing your stories.<</speech>>
<<speech "Larry">>Hahahahaha. I'm telling you, it's aaaaaall true.<</speech>>
[[Next|12bar3]]You chat for some more rounds, not seeing the time pass. Most customers already left, just a few drunk people around.
<<speech "You" "$name">>You did what??<</speech>>
<<speech "Larry">>You're goddamn right. Shot him in both feet.<</speech>>
<<speech "You" "$name">>You're a psycho, Frank!<</speech>>
<<speech "Larry">>Say all you want. He never touched my girl again...<</speech>>
<<speech "You" "$name">>You must've really loved her.<</speech>>
<<speech "Larry">>Never loved another woman in my life. Not before and not after her.<</speech>>
<<speech "You" "$name">>So you've never been with another woman?<</speech>>
<<speech "Larry">>I didn't say that. I've always had a strong sexual drive, kid.
God made me this way. Ain't no sense in trying to fight it.<</speech>>
<<speech "You" "$name">>That's fair. But... if you don't mind me asking...
Uhmm...<</speech>>
<<speech "Larry">>I still have some fun, if that's what you're gonna ask. My charisma never left me...
The problem is... age catches you one day...<</speech>>
<<speech "You" "$name">>Oh man... I see. Have you tried viagra or something?<</speech>>
<<speech "Larry">>I did, but it's not the same...<</speech>>
Frida comes with another round of beer.
<<speech "Larry">>Thanks, precious.
Me encanta cómo tus ojitos se cierran cuando sonríes...<</speech>>
She looks bafled.
<<speech "Frida">>Hablas español??<</speech>>
<<speech "Larry">>Un poco hahaha.<</speech>>
<<speech "You" "$name">>I can't believe this guy...<</speech>>
She begins to chat with him, unintentionally leaving you out of the conversation for a few minutes.
<<speech "You" "$name">>Well... at least I have my beer...<</speech>>
As you take another sip of your beer, someone pokes your shoulder.
<div class="girl">//Hey, do you want to play some pool? Everyone else is pretty wasted and I want to bet some money tonight...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/1.mp4" autoplay muted loop></video>
She seems a little tipsy herself.
<<speech "You" "$name">>Can I just talk to my friend first?<</speech>>
<div class="girl">//Sure, I'll be warming up...//</div>
She goes to the pool table and when you look at Larry he seems very happy.
<<speech "Frida">>I have to go now, hermoso. My shift is over.
Jake is the other bartender, he's acting weird tonight... I don't know why...<</speech>>
She looks around, searching for him.
<<speech "Frida">>He's in the back... you can shout if you need anything.
I hope to see you guys again... Bye!<</speech>>
You see Frida leaving while he turns to you.
<<speech "You" "$name">>You two got along really well, huh?<</speech>>
<<speech "Larry">>Haha. Yeah...
But I'm old. This was just to remember I still got some game left in me...<</speech>>
<<speech "You" "$name">>Well you never know... maybe she likes older guys.<</speech>>
<<speech "Larry">>Well, I definitely fancy her... but nah!
Today I just want to drink my problems away.<</speech>>
<<speech "You" "$name">>Cheers!<</speech>>
~CLING!
He smiles and looks around.
<<speech "Larry">>Wait... Correct me if I'm wrong, but there's a hot babe alone playing pool.
And you're here talking to me?<</speech>>
<<speech "You" "$name">>Oh, yeah. She asked me to play.<</speech>>
<<speech "Larry">>And why you're still here??<</speech>>
<<speech "You" "$name">>I felt bad leaving you without saying anything.<</speech>>
<<speech "Larry">>Well, now I know. So go ahead. At least of of us is gonna fuck someone tonight hahaha!<</speech>>
[[Go play with her|12barpool]]
[[Stay with him|12barfriends]]<video width="1000" src="videos/release 4.02/lola/day12/2.mp4" autoplay muted></video>
<<set $poolcool to false>>
<<speech "You" "$name">>Alright then! Wish me luck.<</speech>>
<<speech "Larry">>You don't need luck, you need to be born all over again hahahaha.<</speech>>
<<speech "You" "$name">>Old fucker...<</speech>>
<<speech "Larry">>I'll be here drinking a bit more, go have some fun.<</speech>>
You leave him and walk towards her.
<<speech "You" "$name">>Hey, you said wanna play?<</speech>>
<div class="girl">//Finally! Let's go!//</div>
<<speech "You" "$name">>I'm $name. What's your name?<</speech>>
<div class="girl">//You can call me Lola. Do you have money?//</div>
<<speech "You" "$name">>You really want to bet? You must be very good.<</speech>>
<div class="girl">//Actually, I never played it. But it doesn't look that hard.
It's my stepfather's money, anyway. If I lose it he deservers it haha.//</div>
[[Bet your money (100 $)|12barpoolbet]]
[[Convince her to play just for fun (charisma level 3)|12barpoolfun]]<<speech "You" "$name">>Nahhh... This is boys' night.
You're not getting rid of me.<</speech>>
<<speech "Larry">>Dammit!<</speech>>
He pretends to be upset.
<<speech "You" "$name">>Hahaha.<</speech>>
<<speech "Larry">>What about some whisky to warm the soul?<</speech>>
<<speech "You" "$name">>Uhmm... I don't know...<</speech>>
<<speech "Larry">>Come on! Don't be a sissy...<</speech>>
<<speech "You" "$name">>Fuck it! Let's do this...<</speech>>
<<speech "Larry">>Now we're talking!
Hey! Bartender!<</speech>>
<div class="general">//Whaaaaat?//</div>
A lazy voice comes from inside.
<<speech "Larry">>Bring us some whisky!<</speech>>
<div class="general">//Sure thing!//</div>
A man comes with a large bottle of whisky. You don't know about the quality since you don't usually drink liquor.
<<speech "Larry">>Wow, this is too much... I'm afraid I can't pay for this...<</speech>>
But Larry knows about this stuff.
<div class="general">//Oh, don't worry. It's on the house...//</div>
You look at eachother trying to understand why he's not charging you for such an expensive whisky.
He fills two glasses halfway and patiently waits for you to taste it.
<<speech "Larry">>Uhmm... if you say so...<</speech>>
Larrry sips his whisky, while you do the same.
<<speech "You" "$name">>Hmmm... (I don't know shit about whisky)<</speech>>
<<speech "Larry">>Now thaaaat's some quality whisky!<</speech>>
<div class="general">//I'm glad you liked! What about you, my friend?//</div>
<<speech "You" "$name">>Yeah... tastes amazing...<</speech>>
He claps his hands, just once and loud.
<div class="general">//Great!//</div>
<<speech "Larry">>I gotta ask... Why won't you charge us for this?<</speech>>
The man looks normal in appearance, you have the feeling you've seen him around before, but the way he acts is strange, down to his intonation and the way he gesticulates.
<div class="general">//Why, don't worry... I've got you covered...//</div>
<<speech "You" "$name">>Uhmm, thanks. But we don't even know you...<</speech>>
<div class="general">//Are you sure about that, friend?//</div>
He leans on the counter and looks in your eyes.
<<speech "You" "$name">>Well, yea-<</speech>>
Then his eyes glow green, for a slip second.
<img class="middle small" src="images/release 4.02/misc/greenglow.gif">
<<speech "You" "$name">>(KOBALOS???)<</speech>>
<div class="general"><<speech "Kobalos">>See? Now he remembers hahaha...<</speech>></div>
He tells Larry.
<<speech "Larry">>The man gives you free expensive whisky and you take that long to remember him?<</speech>>
He takes another tasteful sip.
<<speech "Larry">>~AHHHH...
So... where did you two meet?<</speech>>
<<speech "You" "$name">>We uhmm... I've...<</speech>>
<div class="general"><<speech "Kobalos">>Oh, that a funny story... our friend here was walking back home one night.
We bumped into eachother. Had a little fight over something...
What was it, $name?<</speech>></div>
He smiles at you seeing how unconfortable you are.
<<speech "You" "$name">>I don't even remember... (what the hell is he doing here?)<</speech>>
[[Next|12barfriends2]]<<if $player.money gte 100>>
<<speech "You" "$name">>Let's start with 100 $...<</speech>>
<div class="girl">//Sounds good! You can start...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/3.mp4" autoplay controls></video>
You spread the balls around the table, hitting one in a pocket.
<<speech "You" "$name">>Let's keep it simple. Whoever sinks most balls wins.<</speech>>
<div class="girl">//Okay! My turn...//</div>
[[Next|12barpoolbet2]]
<<else>>
You don't have enough money.
[[Back|12barpool]]<</if>><<if $charismalvl gte 3>>
<<speech "You" "$name">>We should play just for fun. I bet I can kick your ass.<</speech>>
<<set $poolcool to true>>
<div class="girl">//Hey!//</div>
<<speech "You" "$name">>At least you'll learn how to play better in the end...<</speech>>
You throw your irresistible smile at her.
<div class="girl">//Okay, let's see who will teach who hahaha.//</div>
She positions herself in front of the table.
<div class="girl">//I'll start...//</div>
[[Next|poolminigame]]
<<else>>
You're not charismatic enough.
[[Back|12barpool]]<</if>>She goes to hit the wrong ball but you correct her in time.
<video width="1000" src="videos/release 4.02/lola/day12/4.mp4" autoplay controls></video>
<div class="girl">//Oh! I see... Thanks for the honesty.//</div>
<<speech "You" "$name">>(This is gonna be easy money...)<</speech>>
She hits the white ball, missing the other completely.
<<speech "You" "$name">>Look, it's all a matter of applyed geometry.<</speech>>
~TACK!
You hit another one.
<div class="girl">//You're good at this!//</div>
[[Next|12barpoolbet3]]She tries again, without any luck.
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Don't worry, you'll get better...<</speech>>
You hit another one, then you go again and hit one more.
<<speech "You" "$name">>(There's no way I'll lose this one...)<</speech>>
It's her turn again.
<div class="girl">//Here it goes...//</div>
This time the cue doesn't even hit the ball.
<div class="girl">//Oh my God! This is too hard!//</div>
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
It's almost as if she's playing poorly on purpose...
<<else>>
<span class="blue">''Intelligence check failed''</span>
<</if>>
[[Next|12barpoolbet3a]]<div class="girl">//Wait!//</div>
<video width="1000" src="videos/release 4.02/lola/day12/6.mp4" autoplay controls></video>
<div class="girl">//Let's play again...//</div>
She puts another 200 $ on the table.
@@#answer;
<<link "Play some more (200 $)">>
<<replace "#answer">>
<<speech "You" "$name">>Okay, one more! (She's so innocent...)<</speech>>
You prepare to start the match but she stops you.
<div class="girl">//I'll start this time.//</div>
<<link 'Next' 'poolminigame'>> <</link>>
<</replace>><</link>>
<<link "Go back to Larry">>
<<replace "#answer">>
<<speech "You" "$name">>Sorry, I have to check on my friend, but good game though...<</speech>>
<div class="girl">//Fuck!//</div>
<<set $player.money += 100>>
<<link 'Next' '12barlarrydrunk'>> <</link>>
<</replace>><</link>>You come back to the counter where you left Larry and he's at the same spot, but with his head down. There's an empty bottle of whisky at his side.
<<speech "You" "$name">>What?? LARRY!<</speech>>
You immediately think of checking his pulse, so you put two fingers on the side of his exposed neck, trying to feel something.
<<speech "Larry">>I'm not dead you idiot... I'm just drunk as a skunk.<</speech>>
<<speech "You" "$name">>Oh...<</speech>>
You see his phone on the counter, the screen keeps lighting up and there are several missed calls and messages from Riley.
<<speech "You" "$name">>Shit...<</speech>>
Someone then enters the bar.
<<speech "Riley">>Grampa????<</speech>>
She rushes to him.
<<speech "You" "$name">>Wait! He's okay! Calm down...<</speech>>
He lifs his head for a moment and looks at her.
<<speech "Larry">>Heeeeeeey, swetieeee...<</speech>>
And his head drops again.
<<speech "Riley">>I knew this would happen! He always crosses the line with alcohool!<</speech>>
She tries to lift him.
<<speech "Riley">>I gotta get you into the cab, it's outside, waiting.<</speech>>
<<speech "You" "$name">>Wait, let me help.<</speech>>
You put his hand around your shoulder and take him out of his seat.
<<speech "Larry">>I'm awake! I'm awake...<</speech>>
<<speech "Riley">>Were gonna have a serious talk when we get home!<</speech>>
She tells him, then looks at you.
<<speech "Riley">>Why did you let him drink so much?<</speech>>
<<speech "You" "$name">>I- I just...<</speech>>
<<speech "Larry">>It's not his fault darlinng... I just got to excited, thaaasall...<</speech>>
He hugs you.
<<speech "Larry">>Thank you for this, friend. Couldn't remember the last time I had so much fun...<</speech>>
<<speech "You" "$name">>Oh, come on. You don't need to thank me.
Thank ''you'' for the drinks, the stories and advices. It was really fun.<</speech>>
You tap him in the back.
<<speech "Larry">>Now let go of me. I need to rest.<</speech>>
He finally leaves the bar, waving his hand without looking back.
<<speech "You" "$name">>Oh man... He's such a great dude...
Riley?<</speech>>
You notice she's staring at you with doubt in her face.
<<speech "You" "$name">>What?<</speech>>
She realizes she's staring and comes closer.
<<speech "Riley">>Oh... nothing...
$name... thank you...<</speech>>
She hugs you.
<<speech "You" "$name">>(Hmmm... she smells so nice...)<</speech>>
<<speech "Riley">>It really means a lot to me.
I guess I was so worried that something could happen to him that I forgot he needs to live too.<</speech>>
<<speech "You" "$name">>Frank's not as fragile as he looks. Today I could see how much energy that guy has.
Also, no need to thank me. He's really great company. I needed to have some fun too.<</speech>>
She smiles.
<<speech "Riley">>Just watch his alcohool next time, okay?<</speech>>
<<speech "You" "$name">>It's a deal...<</speech>>
You both hear a loud voice from outside.
<<speech "Larry">>''I want to sleeeeeeeeep!''<</speech>>
<<speech "Riley">>Oh... haha. I need to go! Thanks again! Byeeeee!<</speech>>
She leaves.
<<speech "You" "$name">>(That was nice. The whole night was nice... Dude...)<</speech>>
You decide to call it a night and head back home.
<span class="friendship">His friendship has increased by 1</span>
<<set $larry.friendship += 1>>
<span class="love">Her love has increased by 1</span>
<<set $riley.love += 1>>
[[Next|12lobbynight]]<<if $player.money gte 200>>
<video width="1000" src="videos/release 4.02/lola/day12/8.mp4" autoplay controls></video>
She instantly hits three balls.
<<speech "You" "$name">>Whaaaat??<</speech>>
<div class="girl">//Oh look, I'm starting to get the hang of it...//</div>
<<speech "You" "$name">>You pretended to be bad!<</speech>>
<div class="girl">//Me?? I would never do that...//</div>
She goes again, but this time she misses.
<div class="girl">//It's your turn.//</div>
You realize you're going to need to play very serious if you don't want to lose your money.
<<set $playerscore to 0>><<set $lolascore to 3>><<set $poolbonus to false>>
[[Next|12barpoolbet6]]
<<else>>
You don't have enough money.
[[Next|12barlarrydrunk]]<</if>><<speech "You" "$name">>I'm so sorry, but if I hit this last one I win...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/7.mp4" autoplay controls></video>
<<speech "You" "$name">>Jackpot!<</speech>>
<div class="girl">//I can't believe you've won so easily!//</div>
''You win the game. You're 100 $ richer''
<<set $player.money += 100>>
[[Next|12barpoolbet4]]''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 1>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
You see a ball near the corner pocket to your left. As you approach it, it seems to be more to the right of the pocket than exactly in the middle. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
You see a ball near the corner pocket to your left. What do you do?
<</if>>
@@#answer;
<<link "Hit it lightly, in the right side">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 8>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Hit it with medium force, in the middle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 5>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Hit it hard, in the left side">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>><<set $poolbonus to false>>
<<if $playerscore eq 0>><<goto "12barpoolbet6">><</if>>
<<if $playerscore eq 1>><<goto "12barpoolbetyou2">><</if>>
<<if $playerscore eq 2>><<goto "12barpoolbetyou3">><</if>>
<<if $playerscore eq 3>><<goto "12barpoolbetyou4">><</if>>
<<if $playerscore eq 4>><<goto "12barpoolbetyou5">><</if>>
<<if $playerscore eq 5>><<goto "12barpoolbetyou6">><</if>>
<<if $playerscore eq 6>><<goto "12barpoolbetyou7">><</if>>
<<if $playerscore eq 7>><<goto "12barpoolbetyou8">><</if>>
<<if $playerscore eq 8 and $poolcool is false>><<goto "12barpoolbetyouwin">><</if>>
<<if $playerscore eq 8 and $poolcool is true>><<goto "12barpoolnobetyouwin">><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 1>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
A cluster of balls is blocking your path to the target ball, which is positioned near a pocket. You need to carefully navigate around the clustered balls to reach your target. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
The target ball seems blocked by some other balls. What do you do?
<</if>>
@@#answer;
<<link "Use a combination of spin and precision">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 8>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use force and hit it straight into the cluster">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 5>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use precision and just enough force">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 2>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
You're faced with a combination shot where you need to pocket one ball by hitting another ball into it. The angle and distance between the balls require precise calculation and execution. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
The target ball seems blocked by some other balls. What do you do?
<</if>>
@@#answer;
<<link "Try to make the cue ball jump ovet he others">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Try bounce it off one rail to hit the target">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 5>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Hit one ball to pocket the target ball">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 8>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 2>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
You're attempting a bank shot, where you need to bounce the cue ball off one or more rails to pocket the target ball. The angle and rebound trajectory must be calculated accurately to achieve success. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
Looks like you could hit target in a straight line if you don't hit another one near it, who knows? What do you do?
<</if>>
@@#answer;
<<link "Try bounce it off one rail to hit the target">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 6>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use force and hit it in a straight line">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use a combination of spin and precision">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 3>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 4>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
You're left with a long shot after the break, with the cue ball on one end of the table and the target ball near the opposite pocket. The distance and angle make it a moderately difficult shot, requiring precision and control to pocket the ball. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
The target seems pretty far, but there's no balls in the way. What do you do?
<</if>>
@@#answer;
<<link "Hit it lightly, in the right side">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use control and precision in a straight line">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 6>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Hit the side of it to apply an affect">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 3>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
The target ball is positioned very close to the rail of the table, leaving little room for error. You must carefully control the speed and angle of your shot to avoid scratching or missing the target. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
The target it's very close, there's no balls in the way. What do you do?
<</if>>
@@#answer;
<<link "A impactful strike right in the middle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "A controled force aiming for the upper part of the ball">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "A smooth stroke with controlled speed and angle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 6>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 4>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
Lola has strategically placed the cue ball behind a cluster of balls, making it challenging for you to hit your target ball directly. You must use spin and angles to attempt a successful hit. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
Lola has strategically placed the cue ball behind a cluster of balls. What do you do?
<</if>>
@@#answer;
<<link "Use a spin effect to hit through an angle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 6>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 5>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use a precision strike to bounce it on the rails">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "A smooth stroke with controlled speed and angle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
<<set $poolbonus to true>>
Lola's last shot opened up the cluster allowing you to hit the target ball directly into the pocket if you put enough force and precision on the cue. What do you do?
<<else>>
<span class="blue">''Intelligence check failed''</span>
You see a lot of. What do you do?
<</if>>
@@#answer;
<<link "Use a spin effect to hit through an angle">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 4>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lte 3>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "Use a precision strike to bounce it on the rails">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 2>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 1>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>
<<link "A straight stroke with controlled precision">>
<<replace "#answer">><<set $movechoice to random(9)>>
<<if $poolbonus is true>><<if $movechoice lte 7>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><<else>><<if $movechoice lt 6>>
<img class="middle medium" src="images/release 4.02/misc/poolhit.gif">
<<set $playerscore += 1>>
You hit it!
<<link 'Next' '12barpoolbetyou'>> <</link>>
<<else>>
<img class="middle medium" src="images/release 4.02/misc/poolmiss.gif">
You miss it...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<</if>><</if>>
<</replace>><</link>>''You win the game. You're 200 $ richer''
<<set $player.money += 200>>
<video width="1000" src="videos/release 4.02/lola/day12/win.mp4" autoplay muted></video>
<<speech "You" "$name">>~PHEW...
That was hard!<</speech>>
She looks disappointed for a moment, but quickly composes herself.
<div class="girl">//I gotta give it to you. You play very well...//</div>
<<speech "You" "$name">>Thanks.<</speech>>
She gets closer.
<div class="girl">//Seeing you play left me kinda horny...//</div>
She looks at your crotch.
<div class="girl">//Is it big?//</div>
<<speech "You" "$name">>Pretty damn big...<</speech>>
<div class="girl">//Every guy says that.//</div>
<div class="general"><span class="transmutation">*''Transmutation calling available''</span></div>
[[Use the Transmutation calling (level 2/-30 energy/1 arche point)|12barpoolsex]]
[[Forget this and go check on Larry|12barlarrydrunk]]<<if $lolascore eq 3>><<goto "12barpoolbetlola4">><</if>>
<<if $lolascore eq 4>><<goto "12barpoolbetlola5">><</if>>
<<if $lolascore eq 5>><<goto "12barpoolbetlola6">><</if>>
<<if $lolascore eq 6>><<goto "12barpoolbetlola7">><</if>>
<<if $lolascore eq 7 and $poolcool is false>><<goto "12barpoolbetlola8">><</if>>
<<if $lolascore eq 7 and $poolcool is true>><<goto "12barpoolnobetlola8">><</if>><<if $transmutationcalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>><<nobr>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>><</nobr>>
You focus your mind on the very image of your dick.
<<set $position to 0>>
<<speech "You" "$name">>(This better work...)<</speech>>
You imagine it growing even more, and quickly your body starts to react to your thoughts.
<img class="middle medium" src="images/player/transmutationcall.gif">
Your muscles and fat seems to be slightly consumed for a moment, creating a slimmer appearence of your body.
<div class="girl">//What are you doing?//</div>
Immediately, a huge amount of blood flows into your dick, leaving you a little dizzy.
<<speech "You" "$name">>(Hehe... I think it worked)<</speech>>
<div class="girl">//Hey... are you oka- OH MY GOD!//</div>
She comes closer to you.
[[Next|12barpoolsex1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/transmutationcall2.gif">
But you still manage to take some experience out of it.
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 5>><</nobr>>
<<link 'Next' '12barlarrydrunk'>> <</link>><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit1.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. It's her turn again...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit2.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. It's her turn again...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit3.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. It's her turn again...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit1.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. It's her turn again...
<<link 'Next' '12barpoolbetlola'>> <</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>>''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit4.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. She won the match.
<div class="girl">//YES!//</div>
She goes to take the money from the table.
<<speech "You" "$name">>Wait wait wait...<</speech>>
<div class="girl">//What is it? I've won!//</div>
@@#answer;
<<link "Convince her to take another prize (charisma level 4)">>
<<replace "#answer">>
<<if $charismalvl gte 4>>
<<speech "You" "$name">>Instead of the money... I could give you something else...<</speech>>
You place your hand over your dick.
<div class="girl">//Hahahaha... yeah yeah.//</div>
<<speech "You" "$name">>Come on! You haven't even seen it...<</speech>>
<div class="girl">//Look, I'd only chose dick over 200 $ if you had the biggest cock I've ever seen.
And I've had my share...//</div>
<div class="general"><span class="transmutation">*''Transmutation calling available''</span></div>
[[Use the Transmutation calling (level 2/-30 energy/1 arche point)|12barpoolsex]]
[[Forget it and go check on Larry|12barlostbet]]
<<else>>
You're not charismatic enough to do that.
[[Next|12barlostbet]]<</if>>
<</replace>><</link>>
<<link "Forget it and go check on Larry">>
<<replace "#answer">>
<<speech "You" "$name">>Ahh, fuck it. Take the money...<</speech>>
<div class="girl">//Yay!//</div>
She takes the money from the table.
''You are 200 $ poorer''
<<set $player.money -= 200>>
<<speech "You" "$name">>I gotta go check on Larry...<</speech>>
[[Next|12barlarrydrunk]]
<</replace>><</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>><<speech "You" "$name">>Ahh, fuck it. Take the money...<</speech>>
<div class="girl">//Yay!//</div>
She takes the money from the table.
''You are 200 $ poorer''
<<set $player.money -= 200>>
<<speech "You" "$name">>I gotta go check on Larry...<</speech>>
[[Next|12barlarrydrunk]]<span class="bigger">Pool minigame</span>
<div class="general">
*Each time, before you play, you'll get a read of how the table is at the moment.
*Being smarter will allow you to play slightly better and will give you a much better read of the game, which will help to choose how you're going to play in that turn.
*Think before you play, each situation fits a different style.
*Each time someone puts a ball into the sleeve they play again.
*The first one to score 8 points wins the game.
*Good luck!
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $poolcool is false>>
[[Next|12barpoolbet5]]
<<else>>
[[Next|12barpoolnobet]]<</if>></div><<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $lola12fucked to true>>
<<set $girl.orgcount to 0>>
<<set $lolafuck to false>>
<<set $topoff to false>>
<<set $stage to 1>><</nobr>>
She almost instinctively kneels and take your enourmous cock out.
<video width="1000" src="videos/release 4.02/lola/day12/9.mp4" autoplay muted></video>
<div class="girl">//''Your dick is fucking huge!''//</div>
<<speech "You" "$name">>''Woah! My dick is fucking hug-'' I mean...
Yeah baby, I told you...<</speech>>
You look around and luckly the movement at this time is pretty low. The few people around are either wasted or too occupied to notice you.
[[Keelling blowjob|12poolbjknee]]
[[Laying blowjob|12poolbjlay]]<<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneenormal.mp4" autoplay controls></video>
<<set $penetrated to false>>
[[Work the tip|12poolbjkneetip]]
[[Lick it|12poolbjkneelick]]
[[Stroke and suck|12poolbjkneesns]]
[[Deeper|12poolbjkneedeep]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneesns.mp4" autoplay controls></video>
[[Normal|12poolbjknee]]
[[Work the tip|12poolbjkneetip]]
[[Lick it|12poolbjkneelick]]
[[Deeper|12poolbjkneedeep]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneelick.mp4" autoplay controls></video>
[[Normal|12poolbjknee]]
[[Work the tip|12poolbjkneetip]]
[[Stroke and suck|12poolbjkneesns]]
[[Deeper|12poolbjkneedeep]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneetip.mp4" autoplay controls></video>
[[More|12poolbjkneetip2]]
[[Normal|12poolbjknee]]
[[Lick it|12poolbjkneelick]]
[[Stroke and suck|12poolbjkneesns]]
[[Deeper|12poolbjkneedeep]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneetip2.mp4" autoplay controls></video>
[[More|12poolbjkneetip]]
[[Normal|12poolbjknee]]
[[Lick it|12poolbjkneelick]]
[[Stroke and suck|12poolbjkneesns]]
[[Deeper|12poolbjkneedeep]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/lola/day12/bjkneedeep.mp4" autoplay controls></video>
[[Normal|12poolbjknee]]
[[Work the tip|12poolbjkneetip]]
[[Lick it|12poolbjkneelick]]
[[Stroke and suck|12poolbjkneesns]]
[[Laying blowjob|12poolbjlay]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg1 to 0>>
<<if $stage eq 1>>
<div class="girl">//Wait... I think I'm already...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/orgasm1.mp4" autoplay controls></video>
She orgasms as her pussy pushes your dick out.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|12poolleaning]]
<<elseif $stage eq 2>>
<div class="girl">//''I'm cumming!''//</div>
<video width="1000" src="videos/release 4.02/lola/day12/orgasm2.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|12poolsit]]
<<elseif $stage eq 3>>
<div class="girl">//''I'm cumming!''//</div>
<video width="1000" src="videos/release 4.02/lola/day12/orgasm3.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|12poolmiss]]
<</if>><<speech "You" "$name">>I'm gonna fucking cum!<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/cum.mp4" autoplay controls></video>
You cum all over her while she tastes some of your cum.
<div class="girl">//Hmmm... hehe...//</div>
[[Next|cumonlola12a]]<<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaynormal.mp4" autoplay controls></video>
<<set $penetrated to false>>
[[Stroke it|12poolbjlaystroke]]
[[Stroke and suck|12poolbjlaysns]]
[[Deeper|12poolbjlaydeep]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<if $lolafuck is false>>
You lean her on the table and prepare to fill her up with your massive cock.
<video width="1000" src="videos/release 4.02/lola/day12/presex.mp4" autoplay controls></video>
[[Get straight into action|12poolleaningpredom]]
[[Get her ready first|12poolleaningpredchar]]
<<else>>
<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Your pussy is so fucking tight...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/leanstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/lean.mp4" autoplay controls></video>
<</if>>
[[Normal|12poolleaning]]
[[Faster|12poolleaningfast]]
[[Work it|12poolleaningwork]]
[[Assjob|12poolleaningjob]]
[[Harder|12poolleaninghard]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>><</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaystroke.mp4" autoplay controls></video>
[[Normal|12poolbjlay]]
[[Stroke and suck|12poolbjlaysns]]
[[Deeper|12poolbjlaydeep]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaysns.mp4" autoplay controls></video>
[[More|12poolbjlaysns2]]
[[Normal|12poolbjlay]]
[[Stroke it|12poolbjlaystroke]]
[[Deeper|12poolbjlaydeep]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaydeep.mp4" autoplay controls></video>
[[More|12poolbjlaydeep2]]
[[Normal|12poolbjlay]]
[[Stroke it|12poolbjlaystroke]]
[[Stroke and suck|12poolbjlaysns]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaydeep2.mp4" autoplay controls></video>
[[More|12poolbjlaydeep]]
[[Normal|12poolbjlay]]
[[Stroke it|12poolbjlaystroke]]
[[Stroke and suck|12poolbjlaysns]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjlaysns2.mp4" autoplay controls></video>
[[More|12poolbjlaysns]]
[[Normal|12poolbjlay]]
[[Stroke it|12poolbjlaystroke]]
[[Deeper|12poolbjlaydeep]]
[[Keelling blowjob|12poolbjknee]]
[[Fuck her|12poolleaning]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<speech "You" "$name">>You said you like big dicks, so you better take it.<</speech>>
You feel your dick pressuring your cock, almost pushing it out.
<video width="1000" src="videos/release 4.02/lola/day12/noprepsex1.mp4" autoplay controls></video>
<div class="girl">//Ahhhh! FUCK!//</div>
But you keep fucking her.
[[Next|12poolleaningpredom2]]<<speech "You" "$name">>Let me prepare this pussy first...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/prepsex1.mp4" autoplay controls></video>
<div class="girl">//Fuck! I'm so horny.//</div>
[[Next|12poolleaningpredchar2]]Her juices start flowing more and more.
<<speech "You" "$name">>You're so fucking wet.<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/prepsex2.mp4" autoplay controls></video>
<div class="girl">//Stick it in me!//</div>
[[Next|12poolleaningpredchar3]]<<speech "You" "$name">>I don't know... can you take it?<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/prepsex3.mp4" autoplay controls></video>
<div class="girl">//Yes! I'm ready!//</div>
[[Next|12poolleaningpredchar4]]<<speech "You" "$name">>Let's start with the tip...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/prepsex4.mp4" autoplay controls></video>
<div class="girl">//Fuuuuuck...//</div>
[[Next|12poolleaningpredchar5]]You stick the tip inside her and stroke your dick for a while.
<video width="1000" src="videos/release 4.02/lola/day12/prepsex5.mp4" autoplay controls></video>
<<speech "You" "$name">>Are you ready now, babe?<</speech>>
<div class="girl">//Yes!//</div>
<<set $lolafuck to true>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Next|12poolleaning]]<div class="girl">//You're tearing me up!//</div>
With each thrust you feel her pussy stretching more and more.
<video width="1000" src="videos/release 4.02/lola/day12/noprepsex2.mp4" autoplay controls></video>
<<speech "You" "$name">>Do you want me to stop?<</speech>>
<div class="girl">//No... ahrg... I can take it.//</div>
<<set $lolafuck to true>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
[[Next|12poolleaning]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/leanfast.mp4" autoplay controls></video>
[[More|12poolleaningfast2]]
[[Normal|12poolleaning]]
[[Work it|12poolleaningwork]]
[[Assjob|12poolleaningjob]]
[[Harder|12poolleaninghard]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "You" "$name">>Yeah, fuck me back...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/leanwork.mp4" autoplay controls></video>
[[Normal|12poolleaning]]
[[Faster|12poolleaningfast]]
[[Assjob|12poolleaningjob]]
[[Harder|12poolleaninghard]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/leanfast2.mp4" autoplay controls></video>
[[More|12poolleaningfast]]
[[Normal|12poolleaning]]
[[Work it|12poolleaningwork]]
[[Assjob|12poolleaningjob]]
[[Harder|12poolleaninghard]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 0.5>>
<div class="girl">//Your dick is so heavy...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/leanjob.mp4" autoplay controls></video>
[[Normal|12poolleaning]]
[[Faster|12poolleaningfast]]
[[Work it|12poolleaningwork]]
[[Harder|12poolleaninghard]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/leanhard.mp4" autoplay controls></video>
[[Normal|12poolleaning]]
[[Faster|12poolleaningfast]]
[[Work it|12poolleaningwork]]
[[Assjob|12poolleaningjob]]
[[Laying blowjob|12poolbjlay]]
[[Keelling blowjob|12poolbjknee]]
<<if $lolafuck is true>>
[[Take her top off (next set of positions)|12pooltopoff]]<</if>>
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 40 and $lolafuck is false>><<goto "12poolleaningforced">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<speech "You" "$name">>Let's take this thing off...<</speech>>
<<set $penetrated to false>>
<video width="1000" src="videos/release 4.02/lola/day12/topoff.mp4" autoplay controls></video>
<<set $topoff to true>>
<<speech "You" "$name">>Get up on the table.<</speech>>
<<set $stage += 1>>
[[Sitting on the table|12poolsit]]
[[Sideways on the table|12poolside]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 1>>
<video width="1000" src="videos/release 4.02/lola/day12/sitstart.mp4" autoplay controls></video>
<<set $position to 1>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/sit.mp4" autoplay controls></video>
<</if>>
[[Normal|12poolsit]]
[[Tease her|12poolsittease]]
[[Faster|12poolsitfast]]
[[Harder|12poolsithard]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 0.5>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sittease.mp4" autoplay controls></video>
[[More|12poolsittease2]]
[[Normal|12poolsit]]
[[Faster|12poolsitfast]]
[[Harder|12poolsithard]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>>
<<set $CurOrg += 0.5>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<div class="girl">//Hmmm...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/sittease2.mp4" autoplay controls></video>
[[More|12poolsittease]]
[[Normal|12poolsit]]
[[Faster|12poolsitfast]]
[[Harder|12poolsithard]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sithard.mp4" autoplay controls></video>
[[Normal|12poolsit]]
[[Tease her|12poolsittease]]
[[Faster|12poolsitfast]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sitfast.mp4" autoplay controls></video>
[[More|12poolsitfast2]]
[[Normal|12poolsit]]
[[Tease her|12poolsittease]]
[[Harder|12poolsithard]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sitfast2.mp4" autoplay controls></video>
[[More|12poolsitfast]]
[[Normal|12poolsit]]
[[Tease her|12poolsittease]]
[[Harder|12poolsithard]]
[[Sideways on the table|12poolside]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 2>>
<div class="girl">//Yeahh...//</div>
<video width="1000" src="videos/release 4.02/lola/day12/sidestart.mp4" autoplay controls></video>
<<set $position to 2>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/side.mp4" autoplay controls></video>
<</if>>
[[Normal|12poolside]]
[[In and out|12poolsideinout]]
[[Faster|12poolsidefast]]
[[Sitting on the table|12poolsit]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sitinout.mp4" autoplay controls></video>
[[More|12poolsideinout2]]
[[Normal|12poolside]]
[[Faster|12poolsidefast]]
[[Sitting on the table|12poolsit]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sitinout2.mp4" autoplay controls></video>
[[More|12poolsideinout]]
[[Normal|12poolside]]
[[Faster|12poolsidefast]]
[[Sitting on the table|12poolsit]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sidefast.mp4" autoplay controls></video>
[[More|12poolsidefast2]]
[[Normal|12poolside]]
[[In and out|12poolsideinout]]
[[Sitting on the table|12poolsit]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/sidefast2.mp4" autoplay controls></video>
[[More|12poolsidefast]]
[[Normal|12poolside]]
[[In and out|12poolsideinout]]
[[Sitting on the table|12poolsit]]
[[Take her skirt off (next set of positions)|12poolskirtoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 90>><<goto "12poolnakedforced">><</if>><</nobr>><<speech "You" "$name">>Now take the skirt off and get on this chair.<</speech>>
<<set $penetrated to false>>
<video width="1000" src="videos/release 4.02/lola/day12/skirtoff.mp4" autoplay controls></video>
<<set $stage += 1>>
<div class="girl">//Fuck... I've never done something like this in public...
But it feels so good...//</div>
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]<div class="girl">//Just fuck me already!//</div>
She leans on the table as you follow her lead.
<video width="1000" src="videos/release 4.02/lola/day12/presex.mp4" autoplay controls></video>
[[Get straight into action|12poolleaningpredom]]
[[Get her ready first|12poolleaningpredchar]]<<speech "You" "$name">>Fuck... I'm getting close...<</speech>>
<<set $penetrated to false>>
<div class="girl">//Wait! I can't get my clothes dirty or my step father will kill me...
<<set $stage += 1>>
Besides, I want your cum all over me...//</div>
<<if $topoff is false>>
<<speech "You" "$name">>Let me help you then...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/alloff.mp4" autoplay controls></video>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/skirtoff.mp4" autoplay controls></video>
<</if>>
She gets completely naked.
<div class="girl">//Fuck... I've never done something like this in public...
But it feels so good...//</div>
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 3>>
<video width="1000" src="videos/release 4.02/lola/day12/doggystart.mp4" autoplay controls></video>
<<set $position to 3>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/doggy.mp4" autoplay controls></video>
<</if>>
[[More|12pooldoggy]]
[[Faster|12pooldoggyfast]]
[[Deeper|12pooldoggydeep]]
[[Work it|12pooldoggywork]]
[[In and out|12pooldoggyinout]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 4>>
<video width="1000" src="videos/release 4.02/lola/day12/missstart.mp4" autoplay controls></video>
<<set $position to 4>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/miss.mp4" autoplay controls></video>
<</if>>
[[More|12poolmiss]]
[[Faster|12poolmissfast]]
[[Harder|12poolmisshard]]
[[Tease her|12poolmisstease]]
[[Doggy on chair|12pooldoggy]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/doggyfast.mp4" autoplay controls></video>
[[Normal|12pooldoggy]]
[[Deeper|12pooldoggydeep]]
[[Work it|12pooldoggywork]]
[[In and out|12pooldoggyinout]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/doggydeep.mp4" autoplay controls></video>
[[Normal|12pooldoggy]]
[[Faster|12pooldoggyfast]]
[[Work it|12pooldoggywork]]
[[In and out|12pooldoggyinout]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Slide that pussy on my cock...<</speech>>
<video width="1000" src="videos/release 4.02/lola/day12/doggywork.mp4" autoplay controls></video>
[[Normal|12pooldoggy]]
[[Faster|12pooldoggyfast]]
[[Deeper|12pooldoggydeep]]
[[In and out|12pooldoggyinout]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/doggyinout.mp4" autoplay controls></video>
[[Normal|12pooldoggy]]
[[Faster|12pooldoggyfast]]
[[Deeper|12pooldoggydeep]]
[[Work it|12pooldoggywork]]
[[Missionary on chair|12poolmiss]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>>[[Lick it|12poolbjnkdlick]]
<<set $position to 5>>
[[Stroke it|12poolbjnkdstroke]]
[[Stroke and suck|12poolbjnkdsns]]
[[Deep|12poolbjnkddeep]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]<<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkdballs.mp4" autoplay controls></video>
[[Lick it|12poolbjnkdlick]]
[[Stroke it|12poolbjnkdstroke]]
[[Stroke and suck|12poolbjnkdsns]]
[[Deep|12poolbjnkddeep]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkdlick.mp4" autoplay controls></video>
[[Stroke it|12poolbjnkdstroke]]
[[Stroke and suck|12poolbjnkdsns]]
[[Deep|12poolbjnkddeep]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkdstroke.mp4" autoplay controls></video>
[[Lick it|12poolbjnkdlick]]
[[Stroke and suck|12poolbjnkdsns]]
[[Deep|12poolbjnkddeep]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkdsns.mp4" autoplay controls></video>
[[More|12poolbjnkdsns2]]
[[Lick it|12poolbjnkdlick]]
[[Stroke it|12poolbjnkdstroke]]
[[Deep|12poolbjnkddeep]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkddeep.mp4" autoplay controls></video>
[[More|12poolbjnkddeep2]]
[[Lick it|12poolbjnkdlick]]
[[Stroke it|12poolbjnkdstroke]]
[[Stroke and suck|12poolbjnkdsns]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkddeep2.mp4" autoplay controls></video>
[[More|12poolbjnkddeep]]
[[Lick it|12poolbjnkdlick]]
[[Stroke it|12poolbjnkdstroke]]
[[Stroke and suck|12poolbjnkdsns]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/missfast.mp4" autoplay controls></video>
[[Normal|12poolmiss]]
[[Harder|12poolmisshard]]
[[Tease her|12poolmisstease]]
[[Doggy on chair|12pooldoggy]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/misshard.mp4" autoplay controls></video>
[[More|12poolmisshard2]]
[[Normal|12poolmiss]]
[[Faster|12poolmissfast]]
[[Tease her|12poolmisstease]]
[[Doggy on chair|12pooldoggy]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><<set $CurOrg += 4>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/misshard2.mp4" autoplay controls></video>
[[More|12poolmisshard]]
[[Normal|12poolmiss]]
[[Faster|12poolmissfast]]
[[Tease her|12poolmisstease]]
[[Doggy on chair|12pooldoggy]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><div class="girl">//I can't believe we didn't get caught.//</div>
<video width="1000" src="videos/release 4.02/lola/day12/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah, but there's still time for that. We should get dressed.<</speech>>
You put your clothes back on while she tries to clean your jizz.
<div class="girl">//You came a LOT!//</div>
<<speech "You" "$name">>Yeah I-<</speech>>
Suddenly your body starts to transform back to "normal".
<img class="middle medium" src="images/player/transmutationcall.gif">
<div class="girl">//Are you okay?//</div>
<<speech "You" "$name">>Yep! Nice to see you! Bye!<</speech>>
You go back to check on your friend.
<span class="transmutation">''Your skill with the Transmutation calling has increased by 1''</span>
<<set $transmutationcall += 1>>
[[Next|12barlarrydrunk]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/lola/day12/misstease.mp4" autoplay controls></video>
[[Normal|12poolmiss]]
[[Faster|12poolmissfast]]
[[Harder|12poolmisshard]]
[[Doggy on chair|12pooldoggy]]
[[Blowjob|12poolbjnkd]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>>Larry seems to finally be showing the effects of alcohool.
<<speech "Larry">>That's an odd way to meet. But, I'm glad your friendship is filling my cup hahahaha.<</speech>>
<<speech "You" "$name">>So... what are you doing here... friend?<</speech>>
<div class="general"><<speech "Kobalos">>What do you mean? I ''work'' here, remember?<</speech>></div>
<<speech "Larry">>Yeah, he works here you numbskull hahaha.<</speech>>
<<speech "You" "$name">>Ha ha... yeah... I think I'm drunk...
What I meant was: what are doing right now?<</speech>>
<div class="general"><<speech "Kobalos">>Oh, me?? I just wanted to check on you. Just to see what you were up to.
You haven't been around as I thought you would be...<</speech>></div>
<<speech "You" "$name">>So what?<</speech>>
<div class="general"><<speech "Kobalos">>Sometimes I get alone, and when I'm alone, I get scared.<</speech>></div>
Larry seems confused by the conversation.
<<speech "Larry">>You never told me you are gay, $name.<</speech>>
<<speech "You" "$name">>I'm not gay! He's just a needy.
Isn't Steve keeping you company?<</speech>>
<div class="general"><<speech "Kobalos">>I don't trust Steve to intervene if something happens.<</speech>></div>
<<speech "You" "$name">>I love that guy, but I see your point...<</speech>>
<<speech "Larry">>You love a guy? You gotta admit that's pretty damn gay, son...<</speech>>
<<speech "You" "$name">>Shut up, Larry!<</speech>>
<<speech "Larry">>Hahahahaha<</speech>>
His cup is already empty and he takes the liberty to grab the bottle and serve himself.
<<speech "You" "$name">>Don't worry... I'm heading home soon.<</speech>>
<div class="general"><<speech "Kobalos">>That's not the only reason I'm here.
I wanted to see your interaction with other people...<</speech>></div>
<<speech "You" "$name">>Why?<</speech>>
<div class="general"><<speech "Kobalos">>To understand how powerful you are at this point.<</speech>></div>
<<speech "You" "$name">>How does watching me talk to people can tell you anything?<</speech>>
<div class="general"><<speech "Kobalos">>There are some things your mortal eyes can't see yet...
Besides, I wanted to socialize...<</speech>></div>
<<speech "Larry">>Mortal eyes?<</speech>>
<div class="general"><<speech "Kobalos">>I said ''normal'' eyes...<</speech>></div>
<<speech "Larry">>Ops... my bad hahaha.<</speech>>
<div class="general"><<speech "Kobalos">>To be short, I'm not gonna take more of your time...
I trust that you'll be at home tomorrow, right?<</speech>></div>
<<speech "You" "$name">>I don't work tomorrow, so yeah.<</speech>>
<div class="general"><<speech "Kobalos">>We'll get in touch then...
By the way...<</speech>></div>
He walks to the register, opens it and collect some money.
<div class="general"><<speech "Kobalos">>This is for you. To ensure your protection over me.<</speech>></div>
He hands you 150 $.
<<speech "Larry">>You're working as private security??<</speech>>
<<speech "You" "$name">>NO! I-...<</speech>>
@@#answer;
<<link "Take the money">>
<<replace "#answer">>
<<speech "You" "$name">>Fine, I'll take it... Now, leave!<</speech>>
<div class="general"><<speech "Kobalos">>Look at you... so greedy...
I'm going.<</speech>></div>
He gets closer to your ear.
<div class="general"><<speech "Kobalos">>And you should too, before the real bartender wakes up...<</speech>></div>
<<speech "You" "$name">>What did you do to him??<</speech>>
<div class="general"><<speech "Kobalos">>Relax, I just put a little something in his water... He'll be fine... I think...
See you, later. It was a pleasure, Larry. Keep the bottle.<</speech>></div>
<<speech "Larry">>I will! Nice to meet you, friend!<</speech>>
Kobalo finally leaves through a door behind the counter.
<<set $badkarma += 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $kobalos.friendship += 1>>
''You are 150 $ richer''
<<set $player.money += 150>>
[[Next|12barfriends3]]
<</replace>><</link>>
<<link "Leave the money">>
<<replace "#answer">>
<<speech "You" "$name">>This money is not yours. Put it back!
And leave!<</speech>>
<div class="general"><<speech "Kobalos">>Look at you... so righteous...
I'm going.<</speech>></div>
He gets closer to your ear.
<div class="general"><<speech "Kobalos">>And you should too, before the real bartender wakes up...<</speech>></div>
<<speech "You" "$name">>What did you do to him??<</speech>>
<div class="general"><<speech "Kobalos">>Relax, I just put a little something in his water... He'll be fine... I think...
See you, later. It was a pleasure, Larry. Keep the bottle.<</speech>></div>
<<speech "Larry">>I will! Nice to meet you, friend!<</speech>>
Kobalos finally leaves through a door behind the counter.
<span class="friendship">His obedience has increased by 1</span>
<<set $kobalos.obedience += 1>>
[[Next|12barfriends3]]
<</replace>><</link>><<speech "Larry">>You got some strange friends.<</speech>>
<<speech "You" "$name">>You're right... look at you. What was I thinking?<</speech>>
<<speech "Larry">>Hahahaha. I'm pretty normal compared to you...<</speech>>
<<speech "You" "$name">>Yeah, right...<</speech>>
<<speech "Larry">>What do you think of my granddaughter?<</speech>>
<<speech "You" "$name">>Riley? Why you're asking?<</speech>>
<<speech "Larry">>I see the way you look at her. Are you fond of her?<</speech>>
<<speech "You" "$name">>Well.. she seems like a really nice girl...<</speech>>
<<speech "Larry">>You think about getting more intimate with her?<</speech>>
<<speech "You" "$name">>Intimate? Larry, I'm not gonna discuss this with you.<</speech>>
<<speech "Larry">>Do you??<</speech>>
He raises his voice.
<<speech "You" "$name">>Yeah.<</speech>>
<<speech "Larry">>Then you can start right now!<</speech>>
He hands you his phone as a final move before falling with his head and arms over the counter.
<<speech "You" "$name">>What?? LARRY!<</speech>>
You immediately think of checking his pulse, so you put two fingers on the side of his exposed neck, trying to feel something.
<<speech "Larry">>I'm not dead you idiot... I'm just drunk as a skunk.<</speech>>
<<speech "You" "$name">>Oh...<</speech>>
You look at his phone and there are several missed calls and messages from Riley.
<<speech "You" "$name">>Shit...<</speech>>
You decide to call her, it doesn't take a couple of seconds before she answers.
<<speech "Riley">>//GRAMPA! Finally! Are you alright???//<</speech>>
<<speech "You" "$name">>Riley, it's me! I'm with Larry, he's fine.<</speech>>
<<speech "Riley">>//Oh, thank God! He never answers! Are you sure he's okay?//<</speech>>
You lift his hand and drop it, without any resistance, like a dead limb.
<<speech "Larry">>Leave me alone!<</speech>>
<<speech "You" "$name">>He's fiiiiiiiiiiine...<</speech>>
<<speech "Riley">>//Let me talk to him...//<</speech>>
<<speech "You" "$name">>Uhmm... he went to the bathroom, he forgot his phone so I saw your notifications...<</speech>>
<<speech "Riley">>//Nevermind, I'm almost there anyways.//<</speech>>
<<speech "You" "$name">>You're coming here??<</speech>>
<<speech "Riley">>//Yeah! He got me so worried that I decided to go.
I'm in the cab.//<</speech>>
<<speech "You" "$name">>Okay, we'll see you soon. Bye!<</speech>>
<<speech "Riley">>//By-//<</speech>>
You hang up.
<<speech "You" "$name">>Larry! LARRY! Wake up!<</speech>>
<<speech "Larry">>I said leave me alooooone. I'm tired...<</speech>>
<<speech "You" "$name">>Riley is coming!<</speech>>
He jumps from his seat.
<<speech "Larry">>Riley is coming??? What do I do?
Do I look okay?<</speech>>
<video width="1000" src="videos/release 4.02/larry/day12/1.mp4" autoplay muted loop></video>
<<speech "You" "$name">>You look like you're in another dimension...<</speech>>
<<speech "Larry">>Dammit!<</speech>>
<<speech "You" "$name">>I'll get you some water!<</speech>>
As you get off from your seat you notice you're also not completely sober.
<<speech "You" "$name">>Focus!<</speech>>
You go around the counter and search for water.
<<speech "You" "$name">>Where is it... where is it...
Here!<</speech>>
You find a big jar with cold water inside a fridge and serve it to Larry.
<<speech "You" "$name">>Drink this. We need to sober you up fast!<</speech>>
He chugs the water as if he's been in a desert for the past hours.
<<speech "Larry">>~AHHHH I needed that!<</speech>>
He gets up, struggling to keep his balance.
<<speech "You" "$name">>No... what are you doing?<</speech>>
<<speech "Larry">>I learned this trick in the army...<</speech>>
He proceeds to do clumsy jumping jacks.
<<speech "You" "$name">>You gotta be kidding...<</speech>>
He answers while jumping:
<<speech "Larry">>This. Works. Like. A. Charm.<</speech>>
Suddenly you hear the door from your side of the counter opening.
[[Next|12barfriends4]]<div class="general">//Arrrrg... my head...//</div>
You see the same guy Kobalos transformed into.
<div class="general">//Hey, what are you doing? You can't be behind the counter.//</div>
<<speech "You" "$name">>Sorry, man. There was no one around and I need to sober up my friend...<</speech>>
He looks at Larry.
<img class="middle medium" src="images/release 4.02/larry/day12/1.gif">
<div class="general">...</div>
He scans the bar seeing that it's practically empty, then hits the air, as if meaning "fuck it" and goes back were he came from.
<<speech "Larry">>It's. Working. I. Told. You...<</speech>>
Sure enough his face looks way more vivid, and his movements not as clumsy as before.
<<speech "You" "$name">>You son of a bitch!<</speech>>
You join Larry, doing jumping jacks too.
<<speech "You" "$name">>You. Used. To. Drink. While. In. Duty?<</speech>>
<<speech "Larry">>Yeah... Don't. Tell. Anyone.<</speech>>
<<speech "You" "$name">>Hahahaha.<</speech>>
[[Next|12barfriends5]]After a couple minutes someone enters the bar.
<<speech "Riley">>Uhmmm... what are you doing?<</speech>>
<<speech "You" "$name">>Oh, hi Riley.<</speech>>
<<speech "Larry">>Sweetie!<</speech>>
He walks over and gives her a hug.
<<speech "Riley">>Hey, grampa. Oh no, you're sticky hahaha.<</speech>>
She hugs him back.
<<speech "Riley">>What were you guys doing anyways?<</speech>>
<<speech "Larry">>Just some exercise, darling. To strengthen the knee.<</speech>>
<<speech "Riley">>But don't you have knee pain?<</speech>>
<<speech "Larry">>Oh, I forgot about that...
Ouch, my knee...<</speech>>
<<speech "You" "$name">>This guy could fool anyone into thinking he's old.
It's just the outside that's wrinkled. On the inside he's probably younger than me haha.<</speech>>
<<speech "Larry">>You can say that again.<</speech>>
<<speech "Riley">>You didn't drink too much, right?<</speech>>
<<speech "Larry">>Not too much. Just...<</speech>>
He does a "little bit" gesture with his fingers.
<<speech "Riley">>Yeah riiiiight haha.
Get into the cab pumpkin, he's waiting outside...<</speech>>
<<speech "Larry">>I do need to go, I'm so sleepy...<</speech>>
He walks towards the exit, but stops midway.
<<speech "Larry">>Oh... almost forgot...<</speech>>
He comes back, closer to you.
<<speech "Larry">>Thank you for this, friend. Couldn't remember the last time I had so much fun...<</speech>>
He hugs you.
<<speech "You" "$name">>Oh, come on. You don't need to thank me.
Thank ''you'' for the drinks, the stories and advices. It was really fun.<</speech>>
You tap him in the back.
<<speech "Larry">>Now let go of me. I need to rest.<</speech>>
He finally leaves the bar, waving his hand without looking back.
<<speech "You" "$name">>Oh man... He's such a great dude...
Riley?<</speech>>
You notice she's staring at you with a big smile.
<<speech "You" "$name">>What?<</speech>>
She realizes she's staring and comes closer.
<<speech "Riley">>Oh... nothing...
$name... thank you...<</speech>>
She hugs you.
<<speech "You" "$name">>(Hmmm... she smells so nice...)<</speech>>
<<speech "Riley">>It really means a lot to me.
I guess I was so worried that something could happen to him that I forgot he needs to live too.<</speech>>
<<speech "You" "$name">>Frank's not as fragile as he looks. Today I could see how much energy that guy has.
Also, no need to thank me. He's really great company. I needed to have some fun too.<</speech>>
She smiles.
<<speech "Riley">>You know what? You should come visit us sometime...<</speech>>
<<speech "You" "$name">>Yeah, Frank invited me...<</speech>>
<<speech "Riley">>That's perfect then! I'll be-... We'll be waiting!<</speech>>
<<speech "You" "$name">>It's a deal...<</speech>>
You both hear a loud voice from outside.
<<speech "Larry">>''I want to sleeeeeeeeep!''<</speech>>
<<speech "Riley">>Oh... haha. I need to go!<</speech>>
She gives you a kiss on the cheek.
<<speech "You" "$name">>(Wow...)<</speech>>
<<speech "Riley">>Thanks again! Byeeeee!<</speech>>
She leaves.
<<speech "You" "$name">>(That was nice. The whole night was nice... Dude...)<</speech>>
You caress the place she kissed.
<<speech "You" "$name">>(Shit... it's late, I should go too...)<</speech>>
You decide to call it a night and head back home.
<span class="friendship">His friendship has increased by 2</span>
<<set $larry.friendship += 2>>
<span class="love">Her love has increased by 2</span>
<<set $riley.love += 2>>
[[Next|12lobbynight]]You get to your building without any problems.
<<speech "Steve">>Hey, dude. What's up?<</speech>>
<<speech "You" "$name">>Hey man, How you doing?<</speech>>
<<speech "Steve">>I'm alright.<</speech>>
He checks his surroundings.
<<speech "Steve">>You want some?<</speech>>
He hands you a lit blunt.
<<speech "You" "$name">>Why not?<</speech>>
~Puuuuf...
<<speech "Steve">>How was you day?<</speech>>
<<speech "You" "$name">>Pretty cool. I got paid and went out with an old friend.<</speech>>
<<speech "Steve">>I didn't know you had a friend for so long...<</speech>>
<<speech "You" "$name">>No, like... he's old and he's my friend haha.<</speech>>
<<speech "Steve">>Oh I get it haha. I think you mentioned him before.<</speech>>
<<speech "You" "$name">>What about your day?<</speech>>
<<speech "Steve">>Same thing as always... the usual stuff.
Oh, by the way... Kobe just passed by. He seemed happy.<</speech>>
<<speech "You" "$name">>I had the pleasure to meet him at the bar.<</speech>>
<<speech "Steve">>He followed you?<</speech>>
<<speech "You" "$name">>I didn't thought about that. But now that you mentioned... who knows?<</speech>>
<<speech "Steve">>Aren't you gonna ask him?<</speech>>
<<speech "You" "$name">>I'm too tired for anything right now. He said he wants to talk tomorrow anyway.<</speech>>
<<speech "Steve">>I see, I see...<</speech>>
<<speech "You" "$name">>Is he giving you too much trouble?<</speech>>
<<speech "Steve">>Well, he barely stays around. As far as I know...
I just come down with some food and water twice a day.<</speech>>
<<speech "You" "$name">>Hmm... don't you talk to eachother?<</speech>>
<<speech "Steve">>Sometimes... He seems pretty occupied...
But he got me a date, I'm kinda anxious.<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Steve">>It's the first time I'm gonna use my new dick.<</speech>>
<<speech "You" "$name">>It's alright dude. You're gonna be just fine.<</speech>>
<<speech "Steve">>I hope you're right...<</speech>>
<<speech "You" "$name">>I gotta go now, dude. Thanks for the talk.<</speech>>
<<speech "Steve">>Alright, man... See you later.<</speech>>
[[Next|12homesleep]]<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><a data-passage="Elsastats" class="link-internal link-image">
<img class="contacts" src="images/elsa/face.jpg">
</a>
<<if $day gte 11>>
<a data-passage="Kobalosstats" class="link-internal link-image">
<img class="contacts" src="images/creatures/kobalos/face.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The muse of light poetry and dance: Terpsichore</span><<nobr>>
<</nobr>><a data-passage="Elsastats" class="link-internal link-image">
<img class="right-side small" src="images/elsa/face.jpg">
</a>
Also known as Elsa, you met her during a dream.
''Stats:''
*Her love for you is $elsa.love
*Her lust for you is $elsa.lust
*Her corruption is $elsa.corruption
*Her submissiveness to you is $elsa.submission
''Things you know:''
*She's loyal to Aphrodite.
*She uses teleportation powers.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<span class="bigger">The trickster: Kobalos</span><<nobr>>
<</nobr>><a data-passage="Kobalosstats" class="link-internal link-image">
<img class="right-side small" src="images/creatures/kobalos/face.jpg">
</a>
You met in on the street, when he attacked you
''Stats:''
*His favor to you is $kobalos.favor
*His friendship with you is $kobalos.friendship
*His obedience to you is $kobalos.obedience
''Things you know:''
*Dick said you can trust him.
*He is the last of his kind.You go home, take a quick shower and fall into bed, drifting into a deep sleep and dreaming of a relaxing place.
<<set $period to 0>>
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle large" src="images/misc/peaceful.gif">
[[Next|13homemorning]]
<<set $elenaenc1 to true>><<set $timechange to false>><<if $day is 12>>
<<set $CurEng to 100>><<nobr>>
<<set $longfreetime to true>>
<<set $sfaction to 2>>
<<set $sfaction1 to false>>
<<set $sfaction2 to false>>
<<set $sfaction3 to false>>
<<set $meditationdone to false>>
<<set $hackingdone to false>>
<<set $handymandone to false>>
<<set $sneakingdone to false>>
<<set $workhacktry to false>>
<<set $pornstealerscheck to false>>
<<if $timechange is false>><<nobr>>
<<set $period to 1>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>
<<set $day to 13>><</nobr>>
It's saturday morning and you have a free day to do whatever you want.
<<speech "You" "$name">>Finally some rest! Hmmm... how to start the day?<</speech>>
<</if>>
<<set $shortfreetime to true>>
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
<<if $sfaction gt 0>>
You have some free time...
<<set $previousPassage = passage()>>
<<if $meditationdone is false>>
<<link 'Meditate' 'MEDITATION'>><</link>><</if>>
<<if $handymandone is false>>
<<link 'Train your handyman skills' 'HANDYMANtraining'>><</link>><</if>>
<<if $hackingdone is false>>
<<link 'Train your hacking skills' 'HACKINGtraining'>><</link>><</if>>
<<if $sneakingdone is false>>
<<link 'Train your sneaking skills' 'SNEAKINGtraining'>><</link>><</if>>
<<link 'Buy something from Tyler' 'TYLERDELIVERY'>><</link>>
<<link 'Check earnings from self-made porn' 'PORNVIDS'>><</link>>
[[End your free time|day13a0]]
<<else>>
You have no free time left...
[[End your free time|day13a0]]<</if>>
<<set $codismallplug to false>><<nobr>>
<<set $codimediumplug to false>>
<<set $codibigplug to false>>
<<set $codidildo to false>>
<<set $codihitachi to false>>
<<set $elenasmallplug to false>>
<<set $elenamediumplug to false>>
<<set $elenabigplug to false>>
<<set $elizadildo to false>>
<<set $elizahitachi to false>>
<<set $elizasmallplug to false>>
<<set $elizamediumplug to false>>
<<set $elizabigplug to false>>
<<set $elizadildo to false>>
<<set $elizahitachi to false>><</nobr>><<speech "Tyler">>That's a little weird man... but okay. Watchu want?<</speech>>
[[Oil|buyoilphone]]
[[Delayer spray|buysprayphone]]
[[Dildo|buydildophone]]
[[Butt plug|buybuttplugphone]]
[[Hitachi|buyhitachiphone]]
[[Ball gag|buyballgagphone]]
[[Rope|buyropephone]]
[[Whip|buywhipphone]]
[[Padle|buypadlephone]]
[[Clamps|buyclampsphone]]
[[Finish shopping|TYLERDELIVERY]]Oil can be used for massage or to facilitate penetration.
<img class="middle medium" src="images/items/oil.jpg">
The price is 50 $
@@#answer;
<<if $player.money gte 50>>
<<link "Buy it for 50 $">>
<<replace "#answer">>
You bought some oil.
<<set $oilnumber += 1>><<nobr>>
<<set $player.money -= 50>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 50 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>This spray can be used to delay your orgasm.
<img class="middle medium" src="images/items/delayerspray.jpg">
The price is 80 $.
@@#answer;
<<if $player.money gte 80>>
<<link "Buy it for 80 $">>
<<replace "#answer">>
You bought some spray.
<<set $spraynumber += 1>><<nobr>>
<<set $player.money -= 80>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 80 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>Dildos can be given to girls (in certain situations) before or during sex.
<img class="middle medium" src="images/items/dildo.jpg">
The price is 100 $
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new dildo.
<<set $dildonumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> Buttplugs can be given to girls (in certain situations) before or during sex, usually to facilitate anal penetration.
<<nobr>><img class="middle medium" src="images/items/buttplugsmall.jpg">
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<img class="middle medium" src="images/items/buttplugbig.jpg"><</nobr>>
The price is 100 $
@@#answer;
<<if $player.money gte 100>>
<<link "Buy the small for 100 $">>
<<replace "#answer">>
You bought a new small buttplug.
<<set $buttplugsmallnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<link "Buy the medium one for 100 $">>
<<replace "#answer">>
You bought a new medium buttplug.
<<set $buttplugmediumnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<link "Buy the big one for 100 $">>
<<replace "#answer">>
You bought a new big buttplug.
<<set $buttplugbignumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> You can use a hitachi to make a girl orgasm faster or to get her near climax and deny it.
<img class="middle medium" src="images/items/hitachi.jpg">
The price is 300 $
@@#answer;
<<if $player.money gte 300>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You bought a new hitachi.
<<set $hitachinumber += 1>><<nobr>>
<<set $player.money -= 300>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> Ballgags can be used to dominate a girl and get her to shut up.
<img class="middle medium" src="images/items/ballgag.jpg">
The price is 40 $
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought a new ballgag.
<<set $ballgagnumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>You can use a rope to tie girls and dominate them.
<img class="middle medium" src="images/items/rope.jpg">
The price is 40 $
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought some rope.
<<set $ropenumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> You can use a whip to dominate girls through pain.
<img class="middle medium" src="images/items/whip.jpg">
The price is 100 $
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new whip.
<<set $whipnumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> You can use a padle to dominate girls through pain.
<img class="middle medium" src="images/items/padle.jpg">
The price is 100 $
@@#answer;
<<if $player.money gte 100>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You bought a new padle.
<<set $padlenumber += 1>><<nobr>>
<<set $player.money -= 100>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 100 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> You can use clamps to dominate or tease girls through pain.
<img class="middle medium" src="images/items/clamps.jpg">
The price is 40 $
@@#answer;
<<if $player.money gte 40>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You bought some clamps.
<<set $clampsnumber += 1>><<nobr>>
<<set $player.money -= 40>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 40 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> You can use the zapper to dominate or tease girls through pain.
<img class="middle medium" src="images/items/zapper.jpg">
The price is 150 $
@@#answer;
<<if $player.money gte 150>>
<<link "Buy it for 150 $">>
<<replace "#answer">>
You bought a zapper.
<<set $zappernumber += 1>><<nobr>>
<<set $player.money -= 150>><</nobr>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 150 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>>
<</replace>><</link>><</if>>
<<link 'Back' 'SEXSHOPBUYPHONE'>><</link>> <<if $pornstealerscheck is false>>
[[Pornstealers content|leanavids]]
<<else>>
==Pornstealers content==<</if>>
<<button "Back">>
<<goto $previousPassage>>
<</button>><<set $pornstealerscheck to true>>
<<if $leanasextape is true>><<set $movechoice to random(99)>>
<<if $movechoice gte 5>><<set $leanamoney to random(49)>>
''Leana made you $leanamoney $!''
<<set $player.money += $leanamoney>>
<<if $movechoice >= 5 && $movechoice <= 29>>
<video width="1000" src="videos/shoplyfter1/bjforced2.mp4" autoplay controls></video>
<<elseif $movechoice > 29 && $movechoice <= 53>>
<video width="1000" src="videos/shoplyfter1/doggyhard.mp4" autoplay controls></video>
<<elseif $movechoice > 53 && $movechoice <= 77>>
<video width="1000" src="videos/shoplyfter1/side.mp4" autoplay controls></video>
<<elseif $movechoice gt 77>>
<video width="1000" src="videos/shoplyfter1/handjobslow.mp4" autoplay controls></video><</if>>
<<else>>
You read a message:
<div class="general">This content has been deleted due to a formal complaint</div>
You also get a text:
<<speech "Leana">>//I can't believe you did this!//<</speech>>
<<set $leanasextape to false>><<set $leanacaught to true>>
Leana reported the video and you can no longer receive money from her content.
<</if>>
[[Next|rivervids]]
<<else>>
<<goto "rivervids">><</if>><<if $riversextape is true>><<set $movechoice to random(99)>>
<<if $movechoice gte 5>><<set $rivermoney to random(49)>>
''River made you $rivermoney $!''
<<set $player.money += $rivermoney>>
<<if $movechoice >= 5 && $movechoice <= 29>>
<video width="1000" src="videos/release 4.02/river/day12/finger.mp4" autoplay controls></video>
<<elseif $movechoice > 29 && $movechoice <= 53>>
<video width="1000" src="videos/release 4.02/river/day12/bjfuck.mp4" autoplay controls></video>
<<elseif $movechoice > 53 && $movechoice <= 77>>
<video width="1000" src="videos/release 4.02/river/day12/cowslow.mp4" autoplay controls></video>
<<elseif $movechoice gt 77>>
<video width="1000" src="videos/release 4.02/river/day12/misshard.mp4" autoplay controls></video><</if>>
<<else>>
You read a message:
<div class="general">This content has been deleted due to a formal complaint</div>
You also get a text:
<<speech "River">>//Oh my God! What did you do??//<</speech>>
<<set $riversextape to false>><<set $rivercaught to true>>
River reported the video and you can no longer receive money from her content.
<</if>>
[[Next|PORNVIDS]]
<<else>>
<<goto "PORNVIDS">><</if>><<set $period to 2>><<nobr>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $shortfreetime to false>>
<<set $timechange to true>><</nobr>>
<<if $longfreetime is true>>
You spend the first hours of early morning, you still have a few hours before lunch.
<<set $previousPassage = passage()>>
<<if $elenaenc1 is true>>
You receive a text from Elena:
<<speech "Elena">>//Buenos dias! Why don't you stop by? There's a few things I could teach you...
Just rebember to come well dressed for some salsa!//<</speech>><</if>>
<<if $eliza.number is true>>
You receive another text, from Eliza:
<<speech "Eliza">>//Heeey! I don't know if you're home right now, but I'm at the pool if you want to meet for our "date" haha.//<</speech>><</if>>
<<if $codiclothes is true>>
And one more from Codi:
<<speech "Codi">>//Good morning, $name! How are you today? I hope you're fine! It's such a sunny day... I really like these days, they are the best! But to be short, as I said before, I'd like a male opinion on which clothes would sell best at my store. So I was thinking if you could help me, since you don't work today. At least I think so... Do you work today? Could you help me for a bit?//<</speech>><</if>>
<<speech "You" "$name">>Hmmm... what to do?<</speech>>
<div class="general">The encounters you don't choose will be available on other opportunities (but not forever)</div>
<<if $elenaenc1 is true>>
[[Go to a class with Elena|elena1class]]
<<else>>
==Go to a class with Elena==<</if>>
<<if $eliza.number is true>>
[[Go to your "date" with Eliza|eliza1pool0]]
<<else>>
==Go to your "date" with Eliza==(must've got her number)<</if>>
<<if $codiclothes is true>>
[[Help Codi with her clothes|codi1help0]]
<<else>>
==Help Codi with her clothes==(must've chose to help her)<</if>>
[[Stay at home and relax|Homerest]]
<<else>>
You get back home and decide to cook something to eat.
<<speech "Dick">>Are you about to prepare some food?<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Dick">>Why?<</speech>>
<<speech "You" "$name">>Because I have to eat?<</speech>>
<<speech "Dick">>But why not order something?<</speech>>
<<speech "You" "$name">>I feel like cooking today. Besides, it's cheaper...
Why the hell are you asking this?<</speech>>
You fill a pan with water and put it to boil.
<<speech "Dick">>Oh it's nothing... What's the worst that could happen?
Putting fire in the kitchen???<</speech>>
<<speech "You" "$name">>Look! That was a one-time thing! Stop going through my memories!
I didn't know it was that hard to cook french fries...<</speech>>
<<speech "Dick">>I've seen everything, boy. You really struggled before I came into you life...<</speech>>
<<speech "You" "$name">>Dude, shut up! I was doing fine!<</speech>>
You grab some tomatoes from the fridge and start slicing them.
<<speech "Dick">>Hahahahaha...
I'm playing with you, boy. You did fine for a yong man without any guidance.
I mean... just weed? Most people would be using hard drugs and shit...<</speech>>
<<speech "You" "$name">>You see? That's what I'm talking about when I say I was doing fine.
I got a job, paid my bills and learned to do everything by my own...<</speech>>
<<speech "Dick">>''Be careful!''<</speech>>
On one of the slicing movements the knife almost cuts your finger off.
<<speech "You" "$name">>Hah... almost everything...<</speech>>
You put the sliced tomatoes on another pan and begins to chop some onions.
<<speech "Dick">>I never knew how to cook either...<</speech>>
<<speech "You" "$name">>Really? By the way... You never really told me about your past life...<</speech>>
<<speech "Dick">>That's because of Aphrodite's block, I told you that.<</speech>>
<<speech "You" "$name">>Yeah, but like... you don't remember ''anything''?
For instance, what was your original life like?<</speech>>
<<speech "Dick">>I do remember some things about Greece... and Cyprus too...<</speech>>
<<speech "You" "$name">>Cyprus?<</speech>>
<<speech "Dick">>It's my homeland! Oh, such a beautiful place...<</speech>>
<<speech "You" "$name">>Isn't it inside Greece?<</speech>>
You stop cutting onions and your right hand slowly and forcefully brings the knife towards your left wrist.
<<speech "You" "$name">>What the fuck????<</speech>>
<<speech "Dick">>No... it is not!<</speech>>
<<speech "You" "$name">>Okay! Okay!<</speech>>
You recover the control over your movements.
<<speech "You" "$name">>What the fuck was that?<</speech>>
<<speech "Dick">>~AHEM... Sorry, I get angry when someone confuses Cyprus with a region from Greece, WHICH IT IS NOT!<</speech>>
<<speech "You" "$name">>Okay dude! Shit...<</speech>>
You throw the chopped onions into the pan and finally start to cut some garlic.
[[Next|day13b]]
<</if>><<button "Back">><<goto "Phone">><</button>>
<<nobr>><img class="right-side small" src="images/elena/face.jpg">
<a data-passage="Elenamessages" class="link-internal link-image">
<img class="contacts" src="images/misc/messages.jpg">
</a>
<a data-passage="Elenagallery" class="link-internal link-image">
<img class="contacts" src="images/misc/gallery.jpg">
</a><</nobr>><<button "Back">><<goto "Elenacontact">><</button>>
<<set $elena.mess -= 1>><<nobr>>
<img class="right-side small" src="images/elena/face.jpg"><</nobr>>
<<if $elena.mess lt 0>><<set $elena.mess to 0>><</if>><<button "Back">><<goto "Elenacontact">><</button>>
*Profile picture:
<img class="contacts" src="images/elena/face.jpg"><<speech "You" "$name">>Okay, it would be nice to learn something from Elena today...<</speech>>
<<set $elenaenc1visited to true>>
You check your phone again to see the message.
<<set $elenaenc1calm to false>>
<<speech "Elena">>//Buenos dias! Why don't you stop by? There's a few things I could teach you...
<<set $elenaenc1rage to false>>
Just rebember to come well dressed for some salsa!//<</speech>>
<<set $elenaenc1org to 0>>
<<speech "You" "$name">>Why should a dress nice to eat salsa?
Well... doesn't matter. I'm kinda hungry anyway...<</speech>>
You walk over to your wardrobe and find an old button-up shirt and pants folded together.
<<speech "You" "$name">>Man... I haven't worn these clothes in years.
I don't even remember buying them...
Well, that's the best I have...<</speech>>
You unfold the clothes and shake them off a little to see if some fresh air can pass through the fabric.
<<speech "You" "$name">>That's better.<</speech>>
You get dressed, put on some perfume and head to Elena's apartment.
[[Next|elena1class2]]At the recreational area, you have no trouble finding her on a pink bikini.
<<set $elizapissed to false>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/1.jpg">
<<set $elizaloc1 to false>>
<<speech "You" "$name">>(Woah!)<</speech>>
<<speech "Eliza">>$name! Over here!<</speech>>
<<speech "You" "$name">>Eliza, you look...<</speech>>
<<speech "Eliza">>Like I'm not a cop?<</speech>>
<<speech "You" "$name">>Exactly hahaha.<</speech>>
<<speech "Eliza">>I have a life outside work too, even if it doesn't seem like it haha.<</speech>>
<<speech "You" "$name">>Fair enough... You been waiting too long?<</speech>>
<<speech "Eliza">>Not really, about five minutes...
Are you ready to swim?<</speech>>
<<speech "You" "$name">>Sure!<</speech>>
<<speech "Eliza">>Okay, so get in the pool. I brought a floater, I'll be watching you.<</speech>>
<<speech "You" "$name">>You're not gonna swim??<</speech>>
<<speech "Eliza">>Not really, I've been wanting to fix my tan, so I'll focus on that.
But, that's not a problem, I promise. If anything, it will be even better for me to pay attention on your swimming.<</speech>>
<<speech "You" "$name">>Alright...<</speech>>
[[Next|eliza1pool1]]<<set $codiblowenc1 to false>>
~KNOCK KNOCK
<<set $codienc1lust to false>>
It doesn't take more than 3 seconds for the door to open.
<<set $codienc1visited to true>>
<<speech "Codi">>Hiiiiiiii!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/1.mp4" autoplay controls></video>
[[Next|codi1help2]]You decide to spend your free time resting and relaxing.
<img class="middle normal" src="images/misc/relaxing.gif">
''Your energy increased by 30''
<<set $CurEng += 30>>
<<button "Next">>
<<goto $previousPassage>>
<</button>>
<<set $longfreetime to false>><<speech "Codi">>Come upstairs, to my room.<</speech>>
<<set $coditits to false>>
She's waring a really short dress revealing a lot of her body.
<video width="1000" src="videos/release 4.02/codi/encounter1/2.mp4" autoplay controls></video>
You're not sure if she's playing dumb or too innocent, but she notices you looking and pull it down trying to cover her butt.
<<speech "Codi">>I'm not wearing shorts though... do you mind? I thought that since I'll be testing out tops, it wouldn't make sense to wear the bottoms since it could mix up your opinions. The combination of top and botton could really influence someone's...<</speech>>
You can't pay attention to what she's saying with such a view...
[[Next|codi1help3]]You go to her bedroom.
<<speech "You" "$name">>I like this one...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(As if that is a problem)<</speech>>
[[Next|codi1help4]]<<speech "Codi">>You see why this could be a problem?<</speech>>
<<set $codicalmtits to false>>
<video width="1000" src="videos/release 4.02/codi/encounter1/4.mp4" autoplay controls></video>
@@#answer;
<<link "Give her a constructive feedback">>
<<replace "#answer">>
<<speech "You" "$name">>I see... most of the clients can find this a little too revealing...<</speech>>
<<speech "Codi">>So it's not just me hahaha. Thanks! Next one then...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
[[Next|codi1help5]]
<</replace>><</link>>
<<link "Praise her body">>
<<replace "#answer">>
<<speech "You" "$name">>Codi... not all women have a body like yours.
Most of them would not fill up this dress like you do...<</speech>>
She blushes.
<<speech "Codi">>Thanks! Hahaha
I'll keep that in mind. Next one!<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Next|codi1help5]]
<</replace>><</link>><video width="1000" src="videos/release 4.02/codi/encounter1/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Do you want me to turn around?<</speech>>
<<if $codi.love gte 2>>
<span class="love">''Love check successful!''</span>
<<set $coditits to true>>
<<speech "Codi">>No, it's fine. I know you just want to help...<</speech>>
[[Next|codi1help6]]
<<elseif $codi.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<<set $coditits to true>>
<<speech "Codi">>You can look. Some attention is healthy from time to time...<</speech>>
[[Next|codi1help6]]
<<else>>
<span class="love">''Love check failed''</span>
<span class="lust">''Lust check failed''</span>
<<speech "Codi">>I think that would be better... thanks...<</speech>>
@@#answer;
<<link "Use a minor version of your Calmness calling to lower her decency (level 4/0 energy /0 arche)">>
<<replace "#answer">>
<<if $calmnesscalllvl gte 4>>
<<speech "You" "$name">>You can trust me, I won't do anything you don't feel confortable with...<</speech>>
<<set $coditits to true>>
<img class="middle small" src="images/player/calmnesscall.gif">
<<speech "Codi">>You know... you're right. Thanks for saying that.<</speech>>
[[Next|codi1help6]]
<<else>>
You're not that proeficient with that power yet.
[[Next|codi1help7]]<</if>>
<</replace>><</link>>
<<link "Just accept it and turn around">>
<<replace "#answer">>
<<speech "You" "$name">>It's nothing, tell me when you're done...<</speech>>
You turn around while she puts another piece.
[[Next|codi1help7]]
<</replace>><</link>><</if>><video width="1000" src="videos/release 4.02/codi/encounter1/7.mp4" autoplay controls></video>
<<speech "You" "$name">>You don't like this one? I love it, this could sell really well.<</speech>>
<<speech "Codi">>I don't know...<</speech>>
[[Next|codi1help8]]<video width="1000" src="videos/release 4.02/codi/encounter1/6.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm not staring... (you're goddamn right I'm staring)<</speech>>
<<speech "Codi">>It's alright haha.<</speech>>
She picks another piece.
[[Next|codi1help6.5]]<video width="1000" src="videos/release 4.02/codi/encounter1/6.5.mp4" autoplay controls></video>
<<speech "You" "$name">>It almost didn't close haha.<</speech>>
[[Next|codi1help7]]<video width="1000" src="videos/release 4.02/codi/encounter1/8.mp4" autoplay controls></video>
<<speech "Codi">>I just wanna check if it holds...<</speech>>
[[Next|codi1help9]]<video width="1000" src="videos/release 4.02/codi/encounter1/9.mp4" autoplay controls></video>
<<speech "You" "$name">>That definitely holds, but what if... I don't know... the zipper is slightly open...<</speech>>
<<speech "Codi">>Yeah, we should check that!<</speech>>
[[Next|codi1help10]]<video width="1000" src="videos/release 4.02/codi/encounter1/10.mp4" autoplay controls></video>
<<speech "Codi">>It holds!<</speech>>
<<speech "You" "$name">>Yeah, but like... you should open it a little bit more, you never know...<</speech>>
[[Next|codi1help11]]<video width="1000" src="videos/release 4.02/codi/encounter1/11.mp4" autoplay controls></video>
<<speech "Codi">>Don't you think it's a little too easy to unzip it?
I mean, in case of a pervert or something...<</speech>>
@@#answer;
<<link "Play it safe">>
<<replace "#answer">>
<<speech "You" "$name">>You're right, maybe it's not such a good option. I would be worried to see you going out so unprotected...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/11a.mp4" autoplay controls></video>
<<speech "Codi">>Awnn... that's cute! Okay, next one...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
You see two pieces left on the bed.
<img class="middle medium" src="videos/release 4.02/codi/encounter1/1.jpg">
She goes for the green one.
<<speech "You" "$name">>Hey, what about that pink one?<</speech>>
<<speech "Codi">>Oh, no... that's too revealing...<</speech>>
[[Let her try out the green one|codi1helpgreen]]
[[Convince her to try the pink one|codi1helppink]]
<</replace>><</link>>
<<link "Tease her">>
<<replace "#answer">>
<<speech "You" "$name">>I'm not gonna lie... I thinking about pulling that zipper myself...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/11a.mp4" autoplay controls></video>
<<speech "You" "$name">>(Is she getting horny?)<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
You see two pieces on the bed.
<img class="middle medium" src="videos/release 4.02/codi/encounter1/1.jpg">
She goes for the green one.
<<speech "You" "$name">>Hey, what about that pink one?<</speech>>
<<speech "Codi">>Oh, no... that's too revealing...<</speech>>
[[Let her try out the green one|codi1helpgreen]]
[[Convince her to try the pink one|codi1helppink]]
<</replace>><</link>><<if $coditits is true>>
<video width="1000" src="videos/release 4.02/codi/encounter1/14.mp4" autoplay controls></video>
<<speech "You" "$name">>Woah!!<</speech>>
@@#answer;
<<link "Ask her to do it again">>
<<replace "#answer">>
<<speech "You" "$name">>You have to do that again. That was sooo cool!<</speech>>
<<speech "Codi">>Oh my God! Okay hahaha...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/14a.mp4" autoplay controls></video>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
[[Next|codi1helpend]]
<</replace>><</link>>
<<link "Watch her tits closer">>
<<replace "#answer">>
<<speech "You" "$name">>Your tits look amazing in this one, Codi!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/14b.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Next|codi1helpend]]
<</replace>><</link>>
<<else>>
You turn away so she can put the last piece on.
<<speech "Codi">>You can look now...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/14c.mp4" autoplay controls></video>
<<speech "You" "$name">>That's awesome!<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Next|codi1helpend]]<</if>><<if $codi.love gte 2>>
<span class="love">''Love check successful!''</span>
<video width="1000" src="videos/release 4.02/codi/encounter1/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, her tits look so fucking good...)
It's not that revealing...<</speech>>
[[Next|codi1helppink2]]
<<elseif $codi.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<video width="1000" src="videos/release 4.02/codi/encounter1/12.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck, her tits look so fucking good...)
It's not that revealing...<</speech>>
[[Next|codi1helppink2]]
<<else>>
<span class="love">''Love check failed''</span>
<span class="lust">''Lust check failed''</span>
<<speech "Codi">>No, really. It's not worth even worth a try...<</speech>>
[[Next|codi1helpgreen]]<</if>><video width="1000" src="videos/release 4.02/codi/encounter1/13.mp4" autoplay controls></video>
<<speech "Codi">>It's just too revealing!<</speech>>
@@#answer;
<<link "It's too revealing">>
<<replace "#answer">>
<video width="1000" src="videos/release 4.02/codi/encounter1/13a.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeah... You wouldn't want anyone seeing your tits...<</speech>>
<<speech "Codi">>You say that, but you get to see them?<</speech>>
<<speech "You" "$name">>Well.. I'm not just anybody...<</speech>>
<<speech "Codi">>Hahaha... you're right...
Now the last one...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
[[Next|codi1helpgreen]]
<</replace>><</link>>
<<link "It's fine">>
<<replace "#answer">>
<<speech "You" "$name">>What? Nooo... bend foward. Let me see through another angle...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/13b.mp4" autoplay controls></video>
While she bends foward she notices your erection.
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
<<speech "Codi">>Uhmm... now the last one...<</speech>>
[[Next|codi1helpgreen]]
<</replace>><</link>><<speech "Codi">>Why do I have the feeling that you're just here to see my tits??<</speech>>
<<set $codioiled to false>>
<video width="1000" src="videos/release 4.02/codi/encounter1/15.mp4" autoplay controls></video>
<<speech "Codi">>Thanks for the help, $name. It was nice to get someone else's opinion on this...
You know how Summer is never around. I had fun hehe.<</speech>>
<div class="general"><span class="lust">*''Lust calling available''</span></div>
[[End things here|codi1helpend2]]
[[Suggest using some oil (must have oil)|codi1oilrub]]
[[Charm her to go a little further (charisma level 4/-15 energy)|codi1presex]]
[[Use the Lust calling (level 4/-30 energy/1 arche point)|codi1presexfull]]<<speech "You" "$name">>Glad I could help, Codi. I had fun too!<</speech>>
<<speech "Codi">>Feel free to come back when you like...
Bye!<</speech>>
<<set $longfreetime to false>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="love">Her love has increased by 0.5</span>
<<set $codi.love += 0.5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>><<if $oilnumber gte 1>>
<video width="1000" src="videos/release 4.02/codi/encounter1/oil0.mp4" autoplay controls></video>
<<set $oilnumber -= 1>>
<<speech "Codi">>What is this?<</speech>>
<<speech "You" "$name">>Relax! This is just to test of your tits could jump out of this outfit.<</speech>>
<<speech "Codi">>But that doesn't make any-<</speech>>
<<speech "You" "$name">>Shhhhh...<</speech>>
[[Next|codi1oilrub1]]
<<else>>
You don't have any oil.
[[Back|codi1helpend]]<</if>><<if $charismalvl gte 4 or $codioiled is true>>
<<speech "You" "$name">>Now that I helped you, why don't you help me a little?<</speech>>
<<speech "Codi">>Sure! I'd be happy to pay it back. What do you need help with?<</speech>>
<<speech "You" "$name">>Well... you know.<</speech>>
You grab your cock through your pants while looking away, playing dumb.
<<speech "Codi">>''$name!''<</speech>>
<<speech "You" "$name">>Come on! It's no big deal, just a little suck...<</speech>>
<<speech "Codi">>I'm married!<</speech>>
<<speech "You" "$name">>So what? She's never around. She treats you so poorly...
Besides, it's not cheating if there's no penetration...<</speech>>
<<speech "Codi">>$name, I- I can't...<</speech>>
<<speech "You" "$name">>Are you sure you don't want to help me?<</speech>>
You start to unzip your pants.
<<speech "Codi">>No, no, stop!<</speech>>
<<speech "You" "$name">>Stop what?<</speech>>
You take off your pants and expose your rock hard cock.
<<speech "Codi">>Woah... it's so...
No, this is wrong...<</speech>>
<<speech "You" "$name">>What were you saying?<</speech>>
<<speech "Codi">>It's just that... there's been so long since I saw a real penis...<</speech>>
<<speech "You" "$name">>Do you miss it?<</speech>>
You start to stroke it lightly.
<<speech "Codi">>I would be lying if I said no...<</speech>>
<<speech "You" "$name">>Then come here and suck it...<</speech>>
<<speech "Codi">>...<</speech>>
She gets closer and kneels in front of you.
<<speech "Codi">>Okay, I guess I need this...<</speech>>
<<set $codiblowenc1 to true>>
She says while grabbing your dick firmly.
[[Next|codienc1sex]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $codienc1fucked to true>><</nobr>>
<<else>>
You're not charismatic enough to do that.
[[Back|codi1helpend]]<</if>><<if $lustcalllvl gte 4 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>Codi... I think we should fuck.<</speech>>
<<speech "Codi">>''What?''<</speech>>
<<speech "You" "$name">>Don't act so surprised, I see the way you look at me. The things you do around me...<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
<<set $codienc1lust to true>>
You feel a warm sensation on your dick, while she reacts to your influence.
<<speech "Codi">>Woah... it's so hot all of the sudden...<</speech>>
<<speech "You" "$name">>I'm gonna say it again... I think we should fuck. Right now.
And Summer won't know a thing about this.<</speech>>
<<speech "Codi">>$name, I- I-...<</speech>>
You walk closer to her.
<<speech "You" "$name">>You can stop me anytime...<</speech>>
You take of your pants exposing your rock hard cock at her.
<<speech "Codi">>...<</speech>>
She looks at it as if it is water on the desert.
<<speech "You" "$name">>But I know you won't stop me. You want this Codi...<</speech>>
[[Next|codi1presexfull2]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>><</nobr>>
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 5>><</nobr>>
[[Next|codi1helpend2]]<</if>><<speech "You" "$name">>Now jump! Let's see what happens...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/oil1.mp4" autoplay controls></video>
<<speech "Codi">>You're so weird! Hahaha.<</speech>>
<<speech "You" "$name">>I'm just being nice, that's all... Let me help putting these big girls back in there...<</speech>>
[[Next|codi1oilrub2]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil2.mp4" autoplay controls></video>
<<speech "You" "$name">>There we go!<</speech>>
You look up to her face, and she's smilling.
<<speech "Codi">>You're suuuuch a good person... hahaha.<</speech>>
<<speech "You" "$name">>You have no idea. Let me help you some more...<</speech>>
[[Next|codi1oilrub3]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil3.mp4" autoplay controls></video>
<<speech "Codi">>Okaaaay...<</speech>>
[[Next|codi1oilrub4]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil4.mp4" autoplay controls></video>
<<speech "Codi">>Oh... this feels g- I mean... weird...<</speech>>
<<speech "You" "$name">>It's not that bad, is it?<</speech>>
You can feel she's getting aroused.
<<speech "Codi">>I don't know, $name...<</speech>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>><<set $codioiled to true>>
[[Keep going (Charisma level 3)|codi1oilrub5]]
[[End things here|codi1helpend2]]<<if $charismalvl gte 4>>
<<speech "You" "$name">>I think you like this, you don't want me to stop.<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/oil5.mp4" autoplay controls></video>
<<speech "Codi">>Maybe...<</speech>>
[[Next|codi1oilrub6]]
<<else>>
You're not charismatic enough to do that.
[[End things here|codi1helpend2]]<</if>><video width="1000" src="videos/release 4.02/codi/encounter1/oil6.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... your tits are so fucking hot.<</speech>>
[[Next|codi1oilrub7]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil7.mp4" autoplay controls></video>
[[Next|codi1oilrub8]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil8.mp4" autoplay controls></video>
<<speech "Codi">>Something else you want to do?<</speech>>
[[Oil her ass|codi1oilrub9]]
[[Ask for a blowjob|codi1presex]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil9.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck yeah!<</speech>>
[[Next|codi1oilrub10]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil10.mp4" autoplay controls></video>
<<speech "Codi">>Uhnnn....<</speech>>
[[Next|codi1oilrub11]]<video width="1000" src="videos/release 4.02/codi/encounter1/oil11.mp4" autoplay controls></video>
[[Pull her panties aside (Charisma level 4 / energy -20)|codi1oilrub12]]
[[End things here|codi1helpend2]]<<if $charismalvl gte 4>>
<<speech "Codi">>Woah... wait...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/oil12.mp4" autoplay controls></video>
<<speech "You" "$name">>You know you want this, Codi.<</speech>>
[[Next|codi1oilrub13]]
<<else>>
You're not charismatic enough.
[[End things here|codi1helpend2]]<</if>><<speech "Codi">>Uhnn...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/oil13.mp4" autoplay controls></video>
<<speech "You" "$name">>I think you're wet enough...<</speech>>
<<speech "Codi">>For what?<</speech>>
[[Next|codi1oilrub14]]You take your cock out and slide it deep in her pussy.
<video width="1000" src="videos/release 4.02/codi/encounter1/sexstart.mp4" autoplay controls></video>
<<speech "Codi">>''What are you doing??''<</speech>>
<<speech "You" "$name">>You know damn right what I'm doing...<</speech>>
<<speech "Codi">>Ohnn... this is... not right...<</speech>>
Your cock is greeted by a very welcoming wet and warm cunt. She may say it's wrong, but her body says otherwise.
<<speech "You" "$name">>Just enjoy. You want this... no one will know...<</speech>>
<<set $penetrated to true>>
[[Next|codienc1leaning]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $codienc1fucked to true>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/codi/encounter1/leaningstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Codi">>Oh my God...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/leaning.mp4" autoplay controls></video>
<</if>><<set $codiorgasm to 1>>
[[More|codienc1leaning]]
[[Faster|codienc1leaningfast]]
[[Harder|codienc1leaninghard]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/leaningfast.mp4" autoplay controls></video>
[[More|codienc1leaningfast2]]
[[Normal|codienc1leaning]]
[[Harder|codienc1leaninghard]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Codi">>This feel so good, $name!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/leaningfast2.mp4" autoplay controls></video>
[[More|codienc1leaningfast]]
[[Normal|codienc1leaning]]
[[Harder|codienc1leaninghard]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/leaninghard.mp4" autoplay controls></video>
[[Normal|codienc1leaning]]
[[Faster|codienc1leaningfast]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>>[[Blowjob|codienc1bj]]
<<set $penetrated to false>>
[[Tittyjob|codienc1tj]]
<<if $codiblowenc1 is false>>
[[Leaning on bed|codienc1leaning]]
[[Missionary|codienc1miss]]
[[Cowgirl|codienc1cow]]
[[Reverse cowgirl|codienc1revcow]]
<div class="general">*Give her a sex item
<<link 'Choose a gift' 'CodiItems'>> <</link>></div>
<</if>><<if $codienc1lust is false>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>><</if>>[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Deeper|codienc1bjdeep]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>>
<<speech "Codi">>Your dick is so big...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjsns.mp4" autoplay controls></video>
[[Normal|codienc1bjnormal]]
[[Faster|codienc1bjfast]]
[[Deeper|codienc1bjdeep]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjfast.mp4" autoplay controls></video>
[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Deeper|codienc1bjdeep]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjdeep.mp4" autoplay controls></video>
[[More|codienc1bjdeep2]]
[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 1>>
<<speech "Codi">>Uhmmm...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjballs.mp4" autoplay controls></video>
[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Deeper|codienc1bjdeep]]
[[Control her head|codienc1bjhead]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>>*Kneeling
[[Normal|codienc1tjnormal]]
[[Under the top|codienc1tjtop]]
*Lying down
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjnormal.mp4" autoplay controls></video>
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Deeper|codienc1bjdeep]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjhead.mp4" autoplay controls></video>
[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Deeper|codienc1bjdeep]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "Codi">>~GAWK- ops... haha.<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/bjdeep2.mp4" autoplay controls></video>
[[More|codienc1bjdeep]]
[[Normal|codienc1bjnormal]]
[[Stroke and suck|codienc1bjsns]]
[[Faster|codienc1bjfast]]
[[Control her head|codienc1bjhead]]
[[Suck balls|codienc1bjballs]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjnormal.mp4" autoplay controls></video>
[[More|codienc1tjnormal2]]
[[Under the top|codienc1tjtop]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjnormal2.mp4" autoplay controls></video>
[[More|codienc1tjnormal]]
[[Under the top|codienc1tjtop]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjtop.mp4" autoplay controls></video>
[[More|codienc1tjtop2]]
[[Normal|codienc1tjnormal]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjtop2.mp4" autoplay controls></video>
[[More|codienc1tjtop]]
[[Normal|codienc1tjnormal]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjfast.mp4" autoplay controls></video>
[[More|codienc1tjfast2]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "Codi">>Yes!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjfast2.mp4" autoplay controls></video>
[[More|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjslow.mp4" autoplay controls></video>
[[Faster|codienc1tjfast]]
[[Up close|codienc1tjclose]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjclose.mp4" autoplay controls></video>
[[More|codienc1tjclose2]]
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjclose2.mp4" autoplay controls></video>
[[More|codienc1tjclose]]
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Let her work it|codienc1tjwork]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjwork.mp4" autoplay controls></video>
[[More|codienc1tjwork2]]
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjwork2.mp4" autoplay controls></video>
[[More|codienc1tjwork]]
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Suck it|codienc1tjsuck]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<video width="1000" src="videos/release 4.02/codi/encounter1/tjsuck.mp4" autoplay controls></video>
[[Faster|codienc1tjfast]]
[[Nice and slow|codienc1tjslow]]
[[Up close|codienc1tjclose]]
[[Let her work it|codienc1tjwork]]
[[Switch|codienc1tj]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>Your pussy is so fucking tight, Codi...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "Codi">>Yes! Fill me...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/miss.mp4" autoplay controls></video><</if>><<set $codiorgasm to 2>>
[[More|codienc1miss]]
[[Faster|codienc1missfast]]
[[Harder|codienc1misshard]]
[[Legs to side|codienc1missside]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/missfast.mp4" autoplay controls></video>
[[More|codienc1missfast2]]
[[Normal|codienc1miss]]
[[Harder|codienc1misshard]]
[[Legs to side|codienc1missside]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Codi">>Yes! I need this!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/misshard.mp4" autoplay controls></video>
[[More|codienc1misshard2]]
[[Normal|codienc1miss]]
[[Faster|codienc1missfast]]
[[Legs to side|codienc1missside]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Codi">>Yes! I need this!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/misshard2.mp4" autoplay controls></video>
[[More|codienc1misshard]]
[[Normal|codienc1miss]]
[[Faster|codienc1missfast]]
[[Legs to side|codienc1missside]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/missside.mp4" autoplay controls></video>
[[More|codienc1missside2]]
[[Normal|codienc1miss]]
[[Faster|codienc1missfast]]
[[Harder|codienc1misshard]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/missside2.mp4" autoplay controls></video>
[[More|codienc1missside]]
[[Normal|codienc1miss]]
[[Faster|codienc1missfast]]
[[Harder|codienc1misshard]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Codi">>I can't believe I'm doing this!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/missfast2.mp4" autoplay controls></video>
[[More|codienc1missfast]]
[[Normal|codienc1miss]]
[[Harder|codienc1misshard]]
[[Legs to side|codienc1missside]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "Codi">>It's been so long...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cow.mp4" autoplay controls></video><</if>><<set $codiorgasm to 3>>
[[More|codienc1cow]]
[[Faster|codienc1sexcowfast]]
[[Leaning in|codienc1sexcowlean]]
[[Fuck her|codienc1sexcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowfast.mp4" autoplay controls></video>
[[More|codienc1sexcowfast2]]
[[Normal|codienc1cow]]
[[Leaning in|codienc1sexcowlean]]
[[Fuck her|codienc1sexcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Codi">>Yes, play with my pussy...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowfast2.mp4" autoplay controls></video>
[[More|codienc1sexcowfast]]
[[Normal|codienc1cow]]
[[Leaning in|codienc1sexcowlean]]
[[Fuck her|codienc1sexcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowfuck.mp4" autoplay controls></video>
[[More|codienc1sexcowfuck2]]
[[Normal|codienc1cow]]
[[Faster|codienc1sexcowfast]]
[[Leaning in|codienc1sexcowlean]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowfuck2.mp4" autoplay controls></video>
[[More|codienc1sexcowfuck]]
[[Normal|codienc1cow]]
[[Faster|codienc1sexcowfast]]
[[Leaning in|codienc1sexcowlean]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowlean.mp4" autoplay controls></video>
[[More|codienc1sexcowlean2]]
[[Normal|codienc1cow]]
[[Faster|codienc1sexcowfast]]
[[Fuck her|codienc1sexcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cowlean2.mp4" autoplay controls></video>
[[More|codienc1sexcowlean]]
[[Normal|codienc1cow]]
[[Faster|codienc1sexcowfast]]
[[Fuck her|codienc1sexcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "Codi">>Oh, $name, I really missed a real cock...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcow.mp4" autoplay controls></video>
<</if>>
<<set $codiorgasm to 4>>
[[More|codienc1revcow]]
[[Grind on it|codienc1revcowgrind]]
[[Fuck her|codienc1revcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcowfuck.mp4" autoplay controls></video>
[[More|codienc1revcowfuck2]]
[[Normal|codienc1revcow]]
[[Grind on it|codienc1revcowgrind]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcowgrind.mp4" autoplay controls></video>
[[More|codienc1revcowgrind2]]
[[Normal|codienc1revcow]]
[[Fuck her|codienc1revcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcowgrind2.mp4" autoplay controls></video>
[[More|codienc1revcowgrind]]
[[Normal|codienc1revcow]]
[[Fuck her|codienc1revcowfuck]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/codi/encounter1/revcowfuck2.mp4" autoplay controls></video>
[[More|codienc1revcowfuck]]
[[Normal|codienc1revcow]]
[[Grind on it|codienc1revcowgrind]]
[[Back to all|codienc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "codiorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumoncodienc1">><</if>><</nobr>><<set $CurOrg1 to 0>>
<<if $codiorgasm eq 1>>
<<speech "Codi">>''Oh my Gooood!''<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/orgasm1.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Back|codienc1sex]]
<<elseif $codiorgasm eq 2>>
<<speech "Codi">>''Oh, $name!''<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/orgasm2.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Back|codienc1sex]]
<<elseif $codiorgasm eq 3>>
<<speech "Codi">>''I'm cumming!''<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/orgasm3.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Back|codienc1sex]]
<<elseif $codiorgasm eq 4>>
<<speech "Codi">>''Hmmmmm...''<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/orgasm4.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $codi.lust += 0.5>>
[[Back|codienc1sex]]
<</if>><<speech "You" "$name">>Fuck! I'm gonna cum...<</speech>>
<<speech "Codi">>Yes! I need you cum!<</speech>>
She opens her mouth with her tongue out.
[[Cum on her face|cumcodienc1face]]
<<if $codiblowenc1 is false>>
[[Cum inside her|cumcodienc1pie]]<</if>><<speech "You" "$name">>Oh fuck!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cum.mp4" autoplay controls></video>
<<speech "Codi">>Ahhaaaa...<</speech>>
<<if $codienc1lust is true>>
<img class="middle medium" src="images/player/lustcall.gif">
<</if>>
[[Next|cumcodienc1face2]]<<speech "You" "$name">>Ahhhh fuck it!<</speech>>
<<set $codienc1cuminside to true>>
You take her from behind and release your load inside her pussy.
<<speech "Codi">>Yeeeeeees!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cuminside0.mp4" autoplay controls></video>
She falls on the bed, colapsing on her back.
<<if $codienc1lust is true>>
<img class="middle medium" src="images/player/lustcall.gif">
<</if>>
<<speech "You" "$name">>Wait, let me see...<</speech>>
[[Next|cumcodienc1pie2]]She takes her breasts out, panting, not even taking the time to remove her blouse.
<video width="1000" src="videos/release 4.02/codi/encounter1/lust.mp4" autoplay controls></video>
Then eagerly sucks your cock.
<<speech "You" "$name">>Woah! (I guess this power works even better when the girl already wants it...)<</speech>>
[[Next|codienc1sex]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $codienc1fucked to true>>
<<set $girl.orgcount to 0>><</nobr>>You put your dick in and out again, scooping some of the cum out.
<video width="1000" src="videos/release 4.02/codi/encounter1/cuminside1.mp4" autoplay controls></video>
<<speech "You" "$name">>Yeeeeeeah!<</speech>>
[[Next|cumcodienc1pie3]]
<<speech "Codi">>Oh my God... you came so much...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cuminside2.mp4" autoplay controls></video>
<<speech "You" "$name">>That's on you haha<</speech>>
<<speech "Codi">>This is wrong, $name. You shouldn't have done this...<</speech>>
<<speech "You" "$name">>It's gonna be alright...<</speech>>
<<speech "Codi">>I really hope so. I'm going to take a shower...
I have to think this through.<</speech>>
<<speech "You" "$name">>Look, there's nothing to worry. Summer will never know about this.<</speech>>
<<speech "Codi">>Okay...<</speech>>
<<speech "You" "$name">>I'm leaving now. This was great.<</speech>>
She smiles.
<<speech "Codi">>I agree... now go. Before Summer arrives.<</speech>>
She lightly pushes you to the door.
<<speech "Codi">>We'll talk later...<</speech>>
You grab your clothes back as she walks you out the door.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="red">''Your dominance has increased by 15 xp''</span>
<<set $player.dominance += 15>>
<span class="submission">Her submission has increased by 1</span>
<<set $codi.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
<<if $codienc1lust is true>><span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<<else>><<set $CurEng -= 20>><</if>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $longfreetime to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "Codi">>You came sooo much!<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Did you like it?<</speech>>
<<speech "Codi">>I loved it...<</speech>>
[[Next|cumcodienc1face3]]She lightly pushes you to the door.
<<speech "Codi">>We'll talk later...<</speech>>
<video width="1000" src="videos/release 4.02/codi/encounter1/end.mp4" autoplay controls></video>
She says from behind the door:
<<speech "Codi">>//I have to think this through...//<</speech>>
<<speech "You" "$name">>Look, there's nothing to worry. Summer will never know about this.<</speech>>
<<speech "Codi">>//Okay...//<</speech>>
<<speech "You" "$name">>One more thing... can I have my clothes back?<</speech>>
<<speech "Codi">>//Ops... sorry hahaha.//<</speech>>
She opens the door and hands over your clothes, closing it back right after.
<<speech "Codi">>Byyyeee.<</speech>>
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
<span class="love">Her love has increased by 1</span>
<<set $codi.love += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
<<if $codienc1lust is true>><span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<<else>><<set $CurEng -= 20>><</if>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $longfreetime to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "Eliza">>Actually... first things first, let's warm up a little, it wouldn't be nice to have cramps.
Do like me... warm up those triceps...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/2.jpg">
<<speech "You" "$name">>Yes, sir!<</speech>>
<<speech "Eliza">>Come on, don't be like that! Hahahaha<</speech>>
You follow her warm up routine for a moment.
<<speech "Eliza">>That's enough. You can get in the pool now.<</speech>>
[[Next|eliza1pool2]]You get in the pool.
~SPLASH
<<speech "You" "$name">>Woah... it's f-freazing...<</speech>>
<<speech "Eliza">>Oh yeah? You should see what is like getting into the pool every day for years at five in the morning to train.<</speech>>
@@#answer;
<<link "Give her a funny comeback">>
<<replace "#answer">>
<<speech "You" "$name">>If you teach me swimming, and I'll teach you how to appreciate a good, warm cup of coffee at 5 am instead...<</speech>>
<<speech "Eliza">>Hahahahaha... yeah, right...<</speech>>
She blushes
<img class="middle medium" src="images/release 4.02/eliza/encounter1/2a.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $eliza.love += 0.5>>
[[Next|eliza1pool3]]
<</replace>><</link>>
<<link "Let her see your thirst">>
<<replace "#answer">>
<<speech "You" "$name">>Well, at least that paid off. I mean, look at your body...<</speech>>
<<speech "Eliza">>Stop it!<</speech>>
She blushes.
<img class="middle medium" src="images/release 4.02/eliza/encounter1/2b.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Next|eliza1pool3]]
<</replace>><</link>>
<<link "Be cautiously rude">>
<<replace "#answer">>
<<speech "You" "$name">>I just said I feel cold, that's all. I feel sorry if you were so demanded as a child...<</speech>>
<<speech "Eliza">>Hah... it's nothing...<</speech>>
She's caught off guard.
<img class="middle medium" src="images/release 4.02/eliza/encounter1/2c.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $eliza.submission += 0.5>>
[[Next|eliza1pool3]]
<</replace>><</link>><<speech "Eliza">>For now I just want to see how well you can swim, so go ahead and cross from one ledge to the other.
Here...<</speech>>
She hands you swimming goggles.
<<speech "Eliza">>I brought this for you.<</speech>>
You put it on.
<<speech "You" "$name">>Pfff... easy...<</speech>>
You're not the best swimmer in the world but you're proficent enought not to drown.
<img class="middle medium" src="images/release 4.02/misc/swimming.gif">
After reaching the otherside she's already there waiting for you.
<img class="middle medium" src="images/release 4.02/eliza/encounter1/3.jpg">
<<speech "Eliza">>Not bad at all... I thought you were much worse.<</speech>>
<<speech "You" "$name">>Is that a compliment or an insult?<</speech>>
<<speech "Eliza">>What do you think?<</speech>>
<<speech "You" "$name">>Ohhh... so that's how it is?<</speech>>
<<speech "Eliza">>Hahahaha. No, really, you're not bad.
Just some corrections to make.<</speech>>
<<speech "You" "$name">>I always wanted to know how to make that cool move where you breathe for just a second while moving your arm.<</speech>>
<<speech "Eliza">>That would be one correction to make. You crossed the whole pool holding your breath.<</speech>>
<<speech "You" "$name">>I was just showing off my lung capacity...<</speech>>
<<speech "Eliza">>Haha... nothing wrong with that, but it's not ideal.
Let's officialy start this class.<</speech>>
She picks up one big floater and throw it on the pool.
<<speech "You" "$name">>Yes, sir!<</speech>>
<<speech "Eliza">>Stoooooop! Hahaha.<</speech>>
<<speech "You" "$name">>Just showing my respect, officer...<</speech>>
<<speech "Eliza">>Well, not an officer yet...<</speech>>
@@#answer;
<<link "Encourage her">>
<<replace "#answer">>
<<speech "You" "$name">>Do you have any doubt that you're going to turn into the best cop ever?<</speech>>
<<speech "Eliza">>I like your way of thinking hahaha. Thanks!<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/3a.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $eliza.love += 0.5>>
[[Next|eliza1pool4]]
<</replace>><</link>>
<<link "Flirt with her">>
<<replace "#answer">>
<<speech "You" "$name">>Well.. I'll be waiting patiently...<</speech>>
<<speech "Eliza">>Waiting? Why?<</speech>>
<<speech "You" "$name">>So you can arrest me...<</speech>>
<<speech "Eliza">>Arrest you? Hahaha. What crime are you planning to commit?<</speech>>
<<speech "You" "$name">>Whatever ends in me, you and cuffs...<</speech>>
<<speech "Eliza">>You're sooo cheesyyyy hahaha.<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/3b.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Next|eliza1pool4]]
<</replace>><</link>>
<<link "Scold her over a weak attitude">>
<<replace "#answer">>
<<speech "You" "$name">>With that attitude you're not gonna be a very good cop...<</speech>>
<<speech "Eliza">>Hey!<</speech>>
<<speech "You" "$name">>Just being real...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/3c.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $eliza.submission += 0.5>>
[[Next|eliza1pool4]]
<</replace>><</link>>She gets on the floater and maneuver it to get closer to you.
<img class="middle medium" src="images/release 4.02/eliza/encounter1/4.jpg">
<<speech "Eliza">>Let's begin...<</speech>>
She proceeds to give some instructions on how to improve your swimming.
[[Focus on learning|eliza1poollearn]]
[[Focus on watching her|eliza1poolwatch]]You spend your time paying attention to her tips and instructions, focusing on improving and keeping your head underwater for much of her "class".
<<speech "Eliza">>Nice job! I'm impressed with how fast you learn!<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/5.jpg">
<<speech "You" "$name">>Thanks!<</speech>>
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
[[Next|eliza1poollearn2]]You decide to focus on spending time with her, trying to talk as much as you can and get to know more of her.
<<speech "Eliza">>You're soo unlucky! I guess I never had such a bad date.<</speech>>
<<speech "You" "$name">>It's a good thing that I can laugh about it today...
But jumping through the bathroom window just to not have sex with a satanist performing a ritual changes something deep inside you...<</speech>>
<<speech "Eliza">>Hahahahahahaha.
Sorry to be laughing!<</speech>>
<<speech "You" "$name">>Nah, don't worry. I know you just pretend to be a good person.<</speech>>
<<speech "Eliza">>Ha ha... look who's talking...
You made me come here to teach you and I don't see you learning at all...<</speech>>
<<speech "You" "$name">>That's because my instructor didn't even get into the water...<</speech>>
<<speech "Eliza">>I said I'm working on my tan, okay? Look:<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/9.jpg">
<<speech "Eliza">>Not ONE tan line...<</speech>>
<<speech "You" "$name">>Look, if you want me to check you out you can just ask, okay?<</speech>>
<<speech "Eliza">>I'm not- Stop being such a peeerv! Hahaha.<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
[[Next|eliza1poolwatch2]]You train a little bit more and when you stop to rest a little you see her.
<video width="1000" src="videos/release 4.02/eliza/encounter1/topless.mp4" autoplay loop></video>
<<speech "You" "$name">>(Did she just untied her top?)<</speech>>
You swim next to her to be sure of what you just saw.
<<speech "You" "$name">>Hey!<</speech>>
<<if $eliza.love gte 2>>
<span class="love">''Love check successful!''</span>
<<speech "Eliza">>Hi!<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/6.jpg">
<<speech "You" "$name">>Wait, did you untie your bikini?<</speech>>
<<speech "Eliza">>Yeah, I'm confortable around you...
Besides, I trust that you're not gonna stare haha.<</speech>>
<<speech "You" "$name">>Sure, I would never do that...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/7.jpg">
<<elseif $eliza.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<<speech "Eliza">>Hello there... I untied my bikini so I can get a beter tan.
I hope you don't mind...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/8.jpg">
<<speech "You" "$name">>I do mind... that you didn't remove the whole thing...<</speech>>
<<speech "Eliza">>Hahaha! You wish pretty boy...<</speech>>
<<else>>
<span class="lust">''Lust check failed''</span>
<span class="love">''Love check failed''</span>
<<speech "Eliza">>Woah! You scared me...<</speech>>
She turns her body slightly away from you.
<<speech "Eliza">>I thought you wouldn't notice haha.<</speech>>
<</if>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Next|eliza1pool5]]After taking off the goggles you chat and relax for a few more minutes.
<<speech "You" "$name">>You're cooler than I thought...<</speech>>
<<speech "Eliza">>What does that means?<</speech>>
<<speech "You" "$name">>I don't know... seeing you on uniform, always serious.<</speech>>
<<speech "Eliza">>Well, next time I'll try to perform a juggle show for you hahaha.<</speech>>
<<speech "You" "$name">>No, really. It's been nice to get to know you better.
I mean, we've known eachother for probably a year and barely got beyond small talk.<</speech>>
<<speech "Eliza">>You're right, you're cooler than I thought too...
And funnier...<</speech>>
<<speech "You" "$name">>And sexier, I bet...<</speech>>
<<speech "Eliza">>Well...<</speech>>
She checks you out.
<<speech "Eliza">>Nah, just the same amount of sexy as I thought you were.<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
She laughs while you figure out if that was a compliment.
<<speech "Eliza">>I think I should go now. We've been here for while.
I have some things to study...<</speech>>
She looks at you.
[[Make a move on her (charisma level 3)|eliza1poolchar]]
[[Drop her on the pool|eliza1pooldom]]
[[End things here|eliza1poolend]]<<speech "Eliza">>I'm gonna untie my top now, look away.<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/10.jpg">
<<speech "You" "$name">>You ''do'' know that's completely impossible, right?<</speech>>
<<speech "Eliza">>Hahaha... well, too bad. You can't look...<</speech>>
<<speech "You" "$name">>I'm gonna look anywaw, just letting you know.<</speech>>
<<if $eliza.submission gte 1.5>>
<span class="submission">''Submission check successful!''</span>
She lowers her head in acceptance.
<<speech "Eliza">>Fine...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/11.jpg">
<<else>>
<span class="submission">''Submission check failed''</span>
<<speech "Eliza">>Nope! Hahaha.<</speech>>
She throws some waters on you face and turns her body slightly away.
<</if>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Next|eliza1pool5]]<<if $charismalvl gte 4>>
<<speech "You" "$name">>Before you go, I have a gift for you.<</speech>>
<<speech "Eliza">>What?<</speech>>
<<speech "You" "$name">>Yep... but you have to get on the water.<</speech>>
<<speech "Eliza">>I am on the water.<</speech>>
<<speech "You" "$name">>No, you're floating on the water. I mean ''inside'' the pool.<</speech>>
<<speech "Eliza">>Come on! I don't want to wash my hair today...<</speech>>
<<speech "You" "$name">>Well... it's been a nice class. Thank you for your time...<</speech>>
<<speech "Eliza">>Arrrrrrgh... fine! Hahaha.<</speech>>
She drops from the floater into the pool.
~SPLASH
<<speech "Eliza">>Done!<</speech>>
<<speech "You" "$name">>Okay, close your eyes...<</speech>>
She does as you say, while you get closer.
<<speech "You" "$name">>Are you ready?<</speech>>
You say it just a few centimeters from her mouth.
<<speech "Eliza">>Yes...<</speech>>
You grab her arms and put then around your shoulders.
<img class="middle medium" src="images/release 4.02/misc/kissing1.gif">
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Next|eliza1poolchar2]]
<<else>>
You're not charismatic enough.
[[Back|eliza1pool5]]<</if>><<speech "You" "$name">>Oh... you're not leaving until you get in the pool...<</speech>>
You dive.
<<speech "Eliza">>What??<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/4.mp4" autoplay controls></video>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
[[Next|eliza1pooldom2]]<<speech "You" "$name">>I should get going too. Got some stuff to do...
Thanks for the class!<</speech>>
<<speech "Eliza">>It's three hundred bucks...
Hahaha.<</speech>>
<<speech "You" "$name">>Joke's on you, I was gonna pay five hundred...<</speech>>
<<speech "Eliza">>Oh, yeah? So you really liked my class...<</speech>>
<<speech "You" "$name">>The best I've ever had. The only one too, but that's not important.<</speech>>
<<speech "Eliza">>Hahaha.<</speech>>
She gets out of the pool.
<<speech "Eliza">>Thanks for the jokes, I needed that...<</speech>>
<img class="middle medium" src="images/release 4.02/eliza/encounter1/12.jpg">
<<speech "Eliza">>Bye!<</speech>>
<<set $longfreetime to false>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="love">Her love has increased by 0.5</span>
<<set $eliza.love += 0.5>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>You engage into a deep and passionate kiss.
<img class="middle medium" src="images/release 4.02/misc/kissing2.gif">
After some time your lips softly separate.
<<if $elizakissed is false>>
<<speech "You" "$name">>I've always wanted to do that...<</speech>>
<<set $elizakissed to true>><</if>>
<<speech "Eliza">>Hmmm... that was a good gift...<</speech>>
<<speech "You" "$name">>That's a very good deal for you, right?<</speech>>
<<speech "Eliza">>What do you mean?<</speech>>
<<speech "You" "$name">>You give swimming lessons in exchange for kissing lessons.<</speech>>
She laughs.
<<speech "Eliza">>OH RIGHT! Hahahaha.
You're so full of yourself.<</speech>>
<<speech "You" "$name">>Actually I just wanna be full of you right now...<</speech>>
You kiss her again and she's yours for a few more seconds.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 0.5</span>
<<set $eliza.love += 0.5>>
[[End things here|eliza1poolend]]
[[Escalate things (charisma level 4)|eliza1poolchar3]]As you kiss, you slowly drag your hands through her body, going up to her neck and untying the upper part of her bikini top.
<<speech "Eliza">>Hey... what are you doing?<</speech>>
She holds the front of the bikini, preventing it from going off.
<<speech "You" "$name">>What? We're both horny...<</speech>>
<<speech "Eliza">>Yeah, but I don't usually do this on a first date.
Besides, people will see me naked...<</speech>>
<<speech "You" "$name">>You've been at the store like a thousand times, that's at least the same amount of time spent as 4 dates...<</speech>>
She laughs.
<<speech "Eliza">>Okay, maybe you're right, but still, someone may see me naked...<</speech>>
<<speech "You" "$name">>Just get lower a little, no one will see you at the ledge and with your body underwater.<</speech>>
<<speech "Eliza">>I can't believe I'm listening to you.<</speech>>
She lets go of her top and immediately goes underwater, so even you can't properly see her tits.
[[Next|eliza1poolchar4]]<video width="1000" src="videos/release 4.02/eliza/encounter1/1.mp4" autoplay controls></video>
She dives for a couple of seconds and emerges again, just her head.
<<speech "Eliza">>Woah...<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Eliza">>I just saw your raging boner...<</speech>>
<<speech "You" "$name">>Oh, that? Hahaha<</speech>>
She subtly looks at it again from above water.
<<speech "You" "$name">>That's your fault...<</speech>>
She bites her lips, apparently horny, but keeps looking around to see if anyone's near.
<<speech "Eliza">>I'm so freaking shy right now...<</speech>>
<<speech "You" "$name">>Let me help you with that...<</speech>>
You take off your shorts, tossing them to the side.
<<speech "Eliza">>What are you doing??<</speech>>
You grab her hand inside the water and guide it towards you cock.
<<speech "You" "$name">>Shhh... no one will see us inside the pool...<</speech>>
She holds your cock, gently stroking it.
<<speech "Eliza">>Oh my God, $name. I can't believe this...<</speech>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $eliza.corruption += 1>>
[[Next|eliza1poolchar5]]<<speech "Eliza">>No one will see us. Pay attention if there's anyone coming...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/2.mp4" autoplay controls></video>
<<speech "You" "$name">>Really??<</speech>>
[[Next|eliza1poolchar6]]<video width="1000" src="videos/release 4.02/eliza/encounter1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh, fuck yeah!<</speech>>
[[Next|eliza1poolchar7]]<video width="1000" src="videos/release 4.02/eliza/encounter1/5.mp4" autoplay controls></video>
She's mad.
<<speech "You" "$name">>Woah, I didn't know your bikini would come out (though I'm not complaining)<</speech>>
<<speech "Eliza">>Oh, you're sooo innocent...<</speech>>
She dives in your direction.
[[Next|eliza1pooldom3]]<<speech "You" "$name">>Hey! Wait!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/6.mp4" autoplay controls></video>
<<speech "Eliza">>How do you like it now? Hahaha.
Wait... is that a boner?<</speech>>
<<speech "You" "$name">>Well... yeah...<</speech>>
<<speech "Eliza">>You're such a perv!<</speech>>
<<speech "You" "$name">>Look who's talking! You just left me naked!<</speech>>
<<speech "Eliza">>Yes, I did. Tits for dick. It's only fair...<</speech>>
She hides in the water, with just the head out.
<<speech "You" "$name">>What? Tits are not the same level as dick!<</speech>>
<<speech "Eliza">>Yes it is...<</speech>>
<<speech "You" "$name">>I'm gonna show you the equivalent...<</speech>>
You dive too, going towards her.
<<speech "Eliza">>Don't you dare!<</speech>>
She quickly swims to the border.
[[Next|eliza1pooldom4]]She reaches the border, trying to get out.
<video width="1000" src="videos/release 4.02/eliza/encounter1/7.mp4" autoplay controls></video>
But you're fast enough to pull her bottom before she makes it.
[[Put your cock inside her (Dominance level 4/Exp^)|eliza1pooldom5]]
[[Wait to see her reaction|eliza1pooldomno]]<<if $dominancelvl gte 4>>
You quickly stick your dick inside her.
<video width="1000" src="videos/release 4.02/eliza/encounter1/8.mp4" autoplay controls></video>
<<speech "Eliza">>Oooooooouch!<</speech>>
It couldn't have been that pleasant, since the water washes most of the natural lubrication.
<<speech "You" "$name">>What about now?<</speech>>
<<speech "Eliza">>''What the hell are you doing??'' Uhhnng...<</speech>>
<<speech "You" "$name">>I'm fucking your pussy... and I notice that you're not running away from it...<</speech>>
<<speech "Eliza">>You need to stop! People will see...<</speech>>
<<speech "You" "$name">>I don't give a fuck...<</speech>>
<span class="red">''Dominance check successful!''</span>
Even though she's complaining, she's not phisically preventing you from continuing.
<<speech "Eliza">>This... fuck...
This is wrong, $name...<</speech>>
You see the swimming goggles next to border and a idea hits you.
<<speech "You" "$name">>Put that thing on... it will be harder for someone to recognize you.<</speech>>
She's silent for a couple of seconds, but she sticks her arm to the side and picks up the goggles.
<<speech "Eliza">>I can't- hnnnn... believe this...<</speech>>
She puts it on.
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $eliza.corruption += 1>>
[[Next|eliza1pooldom6]]
<<else>>
You quickly stick your dick inside her.
<video width="1000" src="videos/release 4.02/eliza/encounter1/8.mp4" autoplay controls></video>
<<speech "Eliza">>Oooooooouch!<</speech>>
It couldn't have been that pleasant, since the water washes most of the natural lubrication.
<<speech "You" "$name">>What about now?<</speech>>
<<speech "Eliza">>''What the hell are you doing??'' Uhhnng...<</speech>>
<<speech "You" "$name">>I'm fucking your pussy... and I notice that you're not running away from it...<</speech>>
<<speech "Eliza">>You need to stop! People will see...<</speech>>
<<speech "You" "$name">>I don't give a fuck...<</speech>>
<span class="red">''Dominance check failed''</span>
<<speech "Eliza">>No! Stop!<</speech>>
She quickly projects her hips foward and closes her legs, making your dick come out.
<<speech "Eliza">>Are you crazy?<</speech>>
<<speech "You" "$name">>No, I'm just horny. I can't keep holding myself forever, you know?<</speech>>
<<speech "Eliza">>But you can't just attack me!<</speech>>
<<speech "You" "$name">>I wasn't attacking you, I thought you wanted it too.<</speech>>
<<if $eliza.love gte 2.5>>
<span class="love">''Love check successful!''</span>
<<speech "Eliza">>~SIGH I ''do'' want it, but not here... and ''definitely'' not like this...<</speech>>
<<speech "You" "$name">>I see... sorry for all of this...<</speech>>
<<speech "Eliza">>It's okay...
That was kinda hot...<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Eliza">>Nothing hahaha...<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<div class="general"><span class="translocation">*''Translocation calling available''</span></div>
[[Use the Translocation calling (level 2/-30 energy/1 arche point)|elizaenc1loc]]
[[End things here|eliza1poolend2]]
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Eliza">>Why would I want this? This is not the time or the place for it, $name...<</speech>>
<<speech "You" "$name">>My bad...<</speech>>
<<speech "Eliza">>Yes, your bad.<</speech>>
<<speech "You" "$name">>Can we pretend this didn't happened?<</speech>>
<<speech "Eliza">>Yeah... that's a good idea.<</speech>>
<<speech "You" "$name">>Don't be mad, okay?<</speech>>
<<speech "Eliza">>~SIGH Relax, I won't let this "incident" affect us...<</speech>>
<<speech "You" "$name">>That's good enough...<</speech>>
<<speech "Eliza">>I gotta go now...<</speech>>
She puts back her bikini.
<<speech "Eliza">>Thanks for the "date" haha...<</speech>>
<<speech "You" "$name">>Thank you for the lessons.<</speech>>
<<speech "Eliza">>See you around?<</speech>>
<<speech "You" "$name">>Sure.<</speech>>
<<speech "Eliza">>Bye!<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $eliza.submission += 0.5>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>><</if>><</if>><<speech "Eliza">>What the hell??<</speech>>
<<speech "You" "$name">>That's what you get... I didn't know you were such a crazy pervert...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/12.mp4" autoplay controls></video>
She's so mad that she forgets about her tits being out.
<<set $elizapissed to true>>
<<speech "You" "$name">>(Nice...)<</speech>>
[[Next|eliza1pooltease]]You keep fucking her raw.
<video width="1000" src="videos/release 4.02/eliza/encounter1/9.mp4" autoplay controls></video>
<<speech "Eliza">>Oh my Goooood!<</speech>>
<<set $elizaenc1fucked to true>>
<<speech "You" "$name">>Oh, yes, Eliza. Your pussy feels so good!<</speech>>
[[Next|eliza1pooldom7]]<<if $translocationcalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>What's your apartment again?<</speech>>
<<speech "Eliza">>Oh... well... it's apartment number...<</speech>>
<<speech "You" "$name">>Wait don't tell me... I want you to visualize the inside of your home.
Close your eyes...<</speech>>
<<speech "Eliza">>$name, is this some kind of game?<</speech>>
<<speech "You" "$name">>Just do it.<</speech>>
<<speech "Eliza">>Okay...<</speech>>
As soon as she closes her eyes you grab her by the wrist and close your eyes too.
<<speech "You" "$name">>(I hope this works...)<</speech>>
<img class="middle medium" src="images/player/translocationcall.gif">
~POOF~
[[Next|elizaenc1loc1]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/translocationcall2.gif">
But you still manage to take some experience out of it.
<span class="translocation">''Your skill with the translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|eliza1poolend2]]<</if>><<speech "You" "$name">>I should get going. Got some stuff to do...
Thanks for the class!<</speech>>
<<if $elizaenc1fucked is true>>
<<speech "Eliza">>Oh...<</speech>>
She seems slightly ashamed to be turned down, but quickly recovers.
<</if>>
<<speech "Eliza">>It's three hundred bucks...
Hahaha.<</speech>>
<<speech "You" "$name">>Joke's on you, I was gonna pay five hundred...<</speech>>
<<speech "Eliza">>Oh, yeah? So you really liked my class...<</speech>>
<<speech "You" "$name">>The best I've ever had. The only one too, but that's not important.<</speech>>
<<speech "Eliza">>Hahaha.<</speech>>
She gets out of the pool.
<<speech "Eliza">>Thanks for the jokes, I needed that...
Bye!<</speech>>
<<set $longfreetime to false>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="love">Her love has increased by 0.5</span>
<<set $eliza.love += 0.5>>
<<if $elizaenc1fucked is true>><span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>><</if>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>You lift her leg, moving her away from the edge.
<video width="1000" src="videos/release 4.02/eliza/encounter1/10.mp4" autoplay controls></video>
<<speech "Eliza">>Ohnnnn! Ohnnnn!<</speech>>
<<speech "You" "$name">>(Fuck... this feels amazing, but she moans too loud)<</speech>>
<div class="general">//Hey! What the fuck is that noise?//</div>
You hear a neighbor shouting from the window.
[[Next|eliza1pooldom8]]<<speech "You" "$name">>Shit! We need to stop, or they'll call the police.<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/11.mp4" autoplay controls></video>
She comes back to her senses.
<<speech "Eliza">>Oh my God... I'm supposed to be the police, let's get out of here...<</speech>>
[[Next|eliza1pooldom9]]You both get dressed as fast as possible and leave the place before someone gets you.
<<speech "You" "$name">>Fuck! That was close...<</speech>>
<<speech "Eliza">>Look what you made me do!<</speech>>
She hits you on the arm.
<<speech "You" "$name">>Ow! You wanted it too!<</speech>>
<<speech "Eliza">>No I didn't...<</speech>>
She tries to avoid eye contact.
<<speech "You" "$name">>Now what?<</speech>>
She remains silent, probably thinking about something.
<<speech "Eliza">>Okay, I'm not usually like this...
But you got me soooo horny. Do you wanna come to my apartment?<</speech>>
[[Go to her apartment (energy -20)|elizaenc1presex]]
[[End things here|eliza1poolend2]]You both rush through the lobby towards the elevator
<<speech "Eliza">>Come on!<</speech>>
She's leading you by holding your hand, Steve is at the reception and sees the scene.
<<speech "Steve">>$name? What are...
Ohhhh.......<</speech>>
You wink at him, as he gives you two thumbs up.
<img class="middle medium" src="images/release 4.02/misc/congrats.gif">
<<speech "Steve">>Niiiiiiiiiiiice!<</speech>>
[[Next|elizaenc1presex2]]<<speech "You" "$name">>(She really has some great lungs...)<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/3a.mp4" autoplay controls></video>
Suddenly she stops.
<<speech "Eliza">>I'm too nervous. This is wrong, we should stop...<</speech>>
<div class="general"><span class="translocation">*''Translocation calling available''</span></div>
[[Put your cock inside her (Dominance level 4/Exp^)|eliza1poolpredomchar]]
[[Use the Translocation calling (level 2/-30 energy/1 arche point)|elizaenc1loc]]
[[End things here|eliza1poolend2]]<<speech "You" "$name">>Come here...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/3b.mp4" autoplay controls></video>
<<speech "Eliza">>Haha... wait...<</speech>>
[[Next|eliza1pooldom5]]<<speech "You" "$name">>You're not even that great of a swimmer...<</speech>>
<<speech "Eliza">>Oh my god! Why are you being so annoying?<</speech>>
<<speech "You" "$name">>Hahahaha<</speech>>
<<if $eliza.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<<speech "Eliza">>I'm gonna prove it to you...
<video width="1000" src="videos/release 4.02/eliza/encounter1/2.mp4" autoplay controls></video>
<<speech "You" "$name">>What?<</speech>>
[[Next|eliza1pooltease2]]
<<else>>
<span class="lust">''Lust check failed''</span>
She takes a deep breath.
<<speech "Eliza">>Okay... forget it...
I need to go...<</speech>>
She puts her clothes back on.
<<speech "You" "$name">>Come on, don't be mad. I was joking.<</speech>>
<<speech "Eliza">>I know... I just got a little angry, but it will pass...
Thanks for the "date" haha...<</speech>>
<<speech "You" "$name">>Thank you for the lessons.<</speech>>
<<speech "Eliza">>See you around?<</speech>>
<<speech "You" "$name">>Sure.<</speech>>
<<speech "Eliza">>Bye!<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $eliza.submission += 0.5>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>><</if>>She starts to suck you off.
<video width="1000" src="videos/release 4.02/eliza/encounter1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
[[Next|eliza1pooltease3]]<<speech "You" "$name">>(She really has some great lungs...)<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/3a.mp4" autoplay controls></video>
Suddenly she stops.
<<speech "Eliza">>See?<</speech>>
<<speech "You" "$name">>Fuck... that was nice...<</speech>>
<<speech "Eliza">>Hahaha... now enjoy your blue balls.<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Eliza">>Two can play this annoying game...<</speech>>
She doesn't seem mad anymore.
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $eliza.corruption += 1>>
<div class="general"><span class="translocation">*''Translocation calling available''</span></div>
[[Use the Translocation calling (level 2/-30 energy/1 arche point)|elizaenc1loc]]
[[End things here|eliza1poolend2]]~POOF~
As you open your eyes you see yourself inside her apartment, but about 2 meters above the ground.
<img class="middle medium" src="images/release 4.02/misc/falling.gif">
It's not that big of a drop, but it feels like so.
<<speech "You" "$name">>Owww...<</speech>>
You lift your head to see Eliza on her couch with wide eyes.
<<speech "Eliza">>What the hell just happened?<</speech>>
<<speech "You" "$name">>Uhmmm... the uhmm... chlorine!
Yes, I read it somewhere that chlorine can cause dizzyness...<</speech>>
<<speech "Eliza">>But we where just at the pool. I don't even remember coming all the way here...<</speech>>
<<speech "You" "$name">>(At least she fell on the couch...)
What I ''do'' remember...<</speech>>
You get up and walk to her.
<<speech "You" "$name">>...was that we were having such a good time...<</speech>>
You offer your hand to her.
<<speech "Eliza">>Hmmm... that I remember...<</speech>>
She accepts your help to get up and you pull her into a kiss.
<<speech "Eliza">>Okay... I'm horny, let's go...<</speech>>
She guides you to her bedroom.
<<set $elizaloc1 to true>><<set $elizaloc1a to true>>
[[Next|elizaenc1presex3]]She opens the door to her apartment.
<<speech "Eliza">>Yes, finally!<</speech>>
She starts kissing you.
<<speech "You" "$name">>Hmmm... woah.
Damn!<</speech>>
<<speech "Eliza">>I get really excited when I'm horny, so take off these shorts!<</speech>>
You barely reach her bedroom while she pulls down your shorts and leads you there.
[[Next|elizaenc1presex3]]She gets on her knees and starts to suck you.
<<set $throatopen to false>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjstart.mp4" autoplay controls></video>
<<set $elizacream to false>><<set $creamonpussy to false>>
[[Next|elizaenc1bj]]
<<set $elizaorgasm to 0>>
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $elizaenc1fucked to true>><</nobr>>[[Blowjob|elizaenc1bj]]
<<set $penetrated to false>>
[[Cowgirl|elizaenc1cow]]
[[Doggy|elizaenc1doggy]]
[[Sideways|elizaenc1side]]
[[Missionary|elizaenc1miss]]
<<if $creamon is true>>
*Use the whipped cream:
[[Blowjob|elizaenc1creambj]]
[[Use it on her|elizaenc1creameli]]<</if>>
<div class="general">*Give her a sex item
<<link 'Choose a gift' 'ElizaItems'>> <</link>></div>
<<if $elizaloc1a is true>>
<div class="general"><span class="translocation">*''Translocation calling available''</span></div>
[[Teleport a special item|elizaenc1teleport]]
<</if>><<if $elizaloc1 is false>>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<link 'Use the Calmness calling (arche -1)' 'NewCalmnessCalling'>> <</link>><</if>>[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjnormal.mp4" autoplay controls></video>
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<speech "You" "$name">>(This is weird... I still feel like the calling didn't wear off...)<</speech>>
<<set $creamon to true>>
She notices that you get distant for a while.
<<speech "Eliza">>What is it?<</speech>>
<<speech "You" "$name">>Oh... sorry... I was just thinking about something...
Do you like to use something during sex?<</speech>>
<<speech "Eliza">>Haha well... there's this thing that I've always wanted to try out...<</speech>>
<<speech "You" "$name">>Tell me...<</speech>>
<<speech "Eliza">>I don't know... it's silly... haha<</speech>>
<<speech "You" "$name">>Just tell me.<</speech>>
<<speech "Eliza">>Food play... I know... it's weird...
But I love food and it seems like fun to combine it with sex...<</speech>>
<<speech "You" "$name">>Like... something sweet? Chocolate, fruits?<</speech>>
<<speech "Eliza">>Yes!<</speech>>
<<speech "You" "$name">>That's not weird at all. I have an idea...
(I think I have some whipped cream left in my fridge)<</speech>>
<<speech "Eliza">>We could try it someday...<</speech>>
<<speech "You" "$name">>Hmmm that could be fun (and probably easy to teleport...)
In this case... close you eyes.<</speech>>
<<speech "Eliza">>No way...<</speech>>
She does as you say.
<<speech "You" "$name">>I'm a magician, didn't I tell you?<</speech>>
<<speech "Eliza">>Oh yeah?<</speech>>
<<speech "You" "$name">>Yes... now keep them closed...
And...<</speech>>
You close your eyes and visualize the used can of cream inside your fridge, tucked behind the mayo. As you open your hand behind your back to 'catch' it.
<img class="middle small" src="images/player/translocationcall.gif">
~POOF~
<<speech "You" "$name">>You may open your eyes...<</speech>>
<img class="middle medium" src="images/release 4.02/misc/cream.jpg">
<<set $elizacream to true>>
<<speech "Eliza">>WHAT? How did you do that???<</speech>>
She looks amazed as you hand her the can that 'magically' appeared in your hands..
<<speech "You" "$name">>A magician never reveal his secrets...<</speech>>
<<speech "Eliza">>That was sooooo cool!<</speech>>
She keep looking at the can, checking for anything that might give her a clue about how you did it.
<<speech "You" "$name">>~AHEM...<</speech>>
You lean back a little, moving your hips forward, presenting your hard cock to her.
<<speech "Eliza">>Hmmm... okay...<</speech>>
<<set $elizaloc1a to false>>
[[Next|elizaenc1sex]]<<if $dominancelvl gte 2>>
<<set $CurOrg += 2>><<set $throatopen to true>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjhead.mp4" autoplay controls></video>
[[Hold|elizaenc1bjhead2]]
[[Release|elizaenc1bjhead3]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>>
<<else>>
You're not dominant enough.
[[Back|elizaenc1bj]]<</if>><<set $CurOrg += 2>>
<<speech "Eliza">>Ghhhgh....<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjhead2.mp4" autoplay controls></video>
[[More|elizaenc1bjhead2]]
[[Release|elizaenc1bjhead3]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "Eliza">>~GASP!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjhead3.mp4" autoplay controls></video>
[[Again|elizaenc1bjhead]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "You" "$name">>Your throat is amazing!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjall.mp4" autoplay controls></video>
[[Hold|elizaenc1bjall2]]
[[Release|elizaenc1bjall3]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<if $dominancelvl gte 1>>
<<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjfuck.mp4" autoplay controls></video>
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>>
<<else>>
You're not dominant enough.
[[Back|elizaenc1bj]]<</if>><<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjballs.mp4" autoplay controls></video>
[[More|elizaenc1bjballs2]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjballs2.mp4" autoplay controls></video>
[[More|elizaenc1bjballs]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjhair.mp4" autoplay controls></video>
[[More|elizaenc1bjhair2]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "You" "$name">>Your mouth feels so fucking good, Eliza...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjhair2.mp4" autoplay controls></video>
[[More|elizaenc1bjhair]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjdeep.mp4" autoplay controls></video>
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjsns.mp4" autoplay controls></video>
[[More|elizaenc1bjsns2]]
[[Normal|elizaenc1bjnormal]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "You" "$name">>Yeah...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjsns2.mp4" autoplay controls></video>
[[More|elizaenc1bjsns]]
[[Normal|elizaenc1bjnormal]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
<<if $throatopen is true>>
[[All the way down|elizaenc1bjall]]
<<else>>
==All the way down==
<</if>>
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "Eliza">>Uhg-Ugh...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjall2.mp4" autoplay controls></video>
[[More|elizaenc1bjall2]]
[[Release|elizaenc1bjall3]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>>
<<speech "You" "$name">>Damn!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/bjall3.mp4" autoplay controls></video>
[[Again|elizaenc1bjall]]
[[Normal|elizaenc1bjnormal]]
[[Stroke and suck|elizaenc1bjsns]]
[[Hold hair|elizaenc1bjhair]]
[[Deeper|elizaenc1bjdeep]]
[[Suck balls|elizaenc1bjballs]]
[[Facefuck (Dominance level 1)|elizaenc1bjfuck]]
[[Push her head (Dominance level 2)|elizaenc1bjhead]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $penetrated is false>>
She puts some cream on your dick and gulps it down.
<video width="1000" src="videos/release 4.02/eliza/encounter1/creambjstart.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... this feels good...<</speech>>
<<speech "Eliza">>Hahaha<</speech>>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creambj.mp4" autoplay controls></video><</if>>
[[Normal|elizaenc1creambj]]
[[Lick it|elizaenc1creambjlick]]
[[Deeper|elizaenc1creambjdeep]]
[[More cream|elizaenc1creambj2]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
She licks some cream off the side of your dick.
<video width="1000" src="videos/release 4.02/eliza/encounter1/creambjlick.mp4" autoplay controls></video>
[[Normal|elizaenc1creambj]]
[[Deeper|elizaenc1creambjdeep]]
[[More cream|elizaenc1creambj2]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "Eliza">>This is fun! Hahaha.<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creambjdeep.mp4" autoplay controls></video>
[[Normal|elizaenc1creambj]]
[[Lick it|elizaenc1creambjlick]]
[[More cream|elizaenc1creambj2]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<if $creamonpussy is false>>
You put some cream on her, purposely above her pussy, to tease her a bit.
<<set $creamonpussy to true>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamstart.mp4" autoplay controls></video>
<<speech "Eliza">>Oh... don't be like that, suck me already...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>><</if>>
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Put it on her tits|elizaenc1creamelitits]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creampussy.mp4" autoplay controls></video>
[[Keep licking|elizaenc1creamelipussy2]]
[[Put it on her tits|elizaenc1creamelitits]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creampussy2.mp4" autoplay controls></video>
[[More cream|elizaenc1creamelipussy3]]
[[Put it on her tits|elizaenc1creamelitits]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creampussy3.mp4" autoplay controls></video>
[[Keep licking|elizaenc1creamelipussy4]]
[[Put it on her tits|elizaenc1creamelitits]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creampussy4.mp4" autoplay controls></video>
[[More cream|elizaenc1creamelipussy]]
[[Put it on her tits|elizaenc1creamelitits]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
She puts more cream on your dick.
<<speech "Eliza">>Hehe...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creambjstart.mp4" autoplay controls></video>
[[Lick it|elizaenc1creambjlick]]
[[Deeper|elizaenc1creambjdeep]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<speech "Eliza">>Hmm...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtits.mp4" autoplay controls></video>
[[Lick tits|elizaenc1creamelititslick]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Finger pussy|elizaenc1creamelititsfing]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 1.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitslick.mp4" autoplay controls></video>
[[More|elizaenc1creamelititslick2]]
[[Use more cream|elizaenc1creamelitits]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitspussy.mp4" autoplay controls></video>
<<set $elizaorgasm to 1>>
[[More|elizaenc1creamelititspussy2]]
[[Lick tits|elizaenc1creamelititslick]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitspussy2.mp4" autoplay controls></video>
[[More|elizaenc1creamelititspussy]]
[[Lick tits|elizaenc1creamelititslick]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitsfinger.mp4" autoplay controls></video>
<<set $elizaorgasm to 2>>
[[Lick and finger it|elizaenc1creamelititsfingsuck]]
[[Lick tits|elizaenc1creamelititslick]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitsfingerlick.mp4" autoplay controls></video>
[[More|elizaenc1creamelititsfingsuck2]]
[[Lick tits|elizaenc1creamelititslick]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitsfingerlick2.mp4" autoplay controls></video>
[[More|elizaenc1creamelititsfingsuck]]
[[Lick tits|elizaenc1creamelititslick]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 1.5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/creamtitslick2.mp4" autoplay controls></video>
[[More|elizaenc1creamelititslick2]]
[[Lick pussy|elizaenc1creamelititspussy]]
[[Put it on her pussy|elizaenc1creamelipussy]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "Eliza">>Oh fuck, $name...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cow.mp4" autoplay controls></video>
<</if>>
<<set $elizaorgasm to 6>>
[[More|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>Woah...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowwiggle.mp4" autoplay controls></video>
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowfast.mp4" autoplay controls></video>
[[Normal|elizaenc1cow]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Eliza">>Yes!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowfast.mp4" autoplay controls></video>
[[Very fast (Fitness level 3)|elizaenc1cowfuckfast]]
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "You" "$name">>Suck my dick, babe...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowsuck.mp4" autoplay controls></video>
[[More|elizaenc1cowtaste2]]
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<speech "Eliza">>Hmmm...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowsuck2.mp4" autoplay controls></video>
[[More|elizaenc1cowtaste]]
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowdeep.mp4" autoplay controls></video>
[[More|elizaenc1cowdeep2]]
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowdeep2.mp4" autoplay controls></video>
[[More|elizaenc1cowdeep]]
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Eliza">>Oh my Goood!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cowfaster.mp4" autoplay controls></video>
[[Normal|elizaenc1cow]]
[[Faster|elizaenc1cowfast]]
[[Deeper|elizaenc1cowdeep]]
[[Fuck her|elizaenc1cowfuck]]
[[Wiggle on it|elizaenc1cowwiggle]]
[[Taste it|elizaenc1cowtaste]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|elizaenc1sex]]<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>(I can't believe I'm finally fucking her...)<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggy.mp4" autoplay controls></video>
<</if>>
<<set $elizaorgasm to 3>>
[[More|elizaenc1doggy]]
[[Work it|elizaenc1doggywork]]
[[Faster|elizaenc1doggyfast]]
[[Harder|elizaenc1doggyhard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggyfast.mp4" autoplay controls></video>
[[More|elizaenc1doggyfast2]]
[[Normal|elizaenc1doggy]]
[[Work it|elizaenc1doggywork]]
[[Harder|elizaenc1doggyhard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Eliza">>Fuuuuuck....<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggyfast2.mp4" autoplay controls></video>
[[More|elizaenc1doggyfast]]
[[Normal|elizaenc1doggy]]
[[Work it|elizaenc1doggywork]]
[[Harder|elizaenc1doggyhard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 6>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggyhard.mp4" autoplay controls></video>
[[Normal|elizaenc1doggy]]
[[Work it|elizaenc1doggywork]]
[[Faster|elizaenc1doggyfast]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Yeah baby, work on that dick...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggywork.mp4" autoplay controls></video>
[[More|elizaenc1doggywork2]]
[[Normal|elizaenc1doggy]]
[[Faster|elizaenc1doggyfast]]
[[Harder|elizaenc1doggyhard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Yeah baby, work on that dick...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/doggywork2.mp4" autoplay controls></video>
[[More|elizaenc1doggywork]]
[[Normal|elizaenc1doggy]]
[[Faster|elizaenc1doggyfast]]
[[Harder|elizaenc1doggyhard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/side.mp4" autoplay controls></video>
<</if>><<set $elizaorgasm to 4>>
[[More|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidesuckfinger.mp4" autoplay controls></video>
[[More|elizaenc1sidesuckfinger2]]
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 2>><</nobr>>
<<speech "Eliza">>Hnnnn...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidesuckfinger2.mp4" autoplay controls></video>
[[More|elizaenc1sidesuckfinger]]
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidework.mp4" autoplay controls></video>
[[More|elizaenc1sidework2]]
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>(Damn... her legs are no joke...)<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidework2.mp4" autoplay controls></video>
[[More|elizaenc1sidework]]
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidehard.mp4" autoplay controls></video>
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<if $fitnesslvl gte 2>>
<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Eliza">>Yeeees!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidefaster.mp4" autoplay controls></video>
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>>
<<else>>
You're not fit enough to do that.
[[Back|elizaenc1sex]]<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sideslow.mp4" autoplay controls></video>
[[More|elizaenc1sideslow2]]
[[Normal|elizaenc1side]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sideslow2.mp4" autoplay controls></video>
[[More|elizaenc1sideslow]]
[[Normal|elizaenc1side]]
[[Faster|elizaenc1sidefast]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/sidefast.mp4" autoplay controls></video>
[[Normal|elizaenc1side]]
[[Nice and slow|elizaenc1sideslow]]
[[Harder|elizaenc1sidehard]]
[[Very fast (Fitness level 2)|elizaenc1sidefaster]]
[[Work it|elizaenc1sidework]]
[[Suck it while you finger|elizaenc1sidesuckfinger]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
She spreads wide, waiting for you.
<video width="1000" src="videos/release 4.02/eliza/encounter1/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/miss.mp4" autoplay controls></video>
<</if>><<set $elizaorgasm to 5>>
[[More|elizaenc1miss]]
[[Slower|elizaenc1missslow]]
[[Faster|elizaenc1missfast]]
[[Harder|elizaenc1misshard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/missslow.mp4" autoplay controls></video>
[[More|elizaenc1missslow2]]
[[Normal|elizaenc1miss]]
[[Faster|elizaenc1missfast]]
[[Harder|elizaenc1misshard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/missfast.mp4" autoplay controls></video>
[[Normal|elizaenc1miss]]
[[Slower|elizaenc1missslow]]
[[Harder|elizaenc1misshard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Eliza">>Hmm yeah...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/missslow2.mp4" autoplay controls></video>
[[More|elizaenc1missslow]]
[[Normal|elizaenc1miss]]
[[Faster|elizaenc1missfast]]
[[Harder|elizaenc1misshard]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/misshard.mp4" autoplay controls></video>
[[Normal|elizaenc1miss]]
[[Slower|elizaenc1missslow]]
[[Faster|elizaenc1missfast]]
[[Back to all|elizaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elizaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelizaenc1">><</if>><</nobr>><<set $CurOrg1 to 0>>
<<if $elizaorgasm eq 1>>
<<speech "Eliza">>''Oh my Gooood!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm1.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<<elseif $elizaorgasm eq 2>>
<<speech "Eliza">>''Fuck!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm2.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<<elseif $elizaorgasm eq 3>>
<<speech "Eliza">>''Yes!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm5.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<<elseif $elizaorgasm eq 4>>
<<speech "Eliza">>''Fuck!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm4.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<<elseif $elizaorgasm eq 5>>
<<speech "Eliza">>''I'm cumming!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm5.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<<elseif $elizaorgasm eq 6>>
<<speech "Eliza">>''I'm gonna cum!''<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/orgasm6.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $eliza.lust += 0.5>>
[[Back|elizaenc1sex]]
<</if>><<speech "You" "$name">>I'm gonna cum!<</speech>>
<<speech "Eliza">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cum.mp4" autoplay controls></video>
[[Next|cumonelizaenc2]]<<speech "Eliza">>Wait...<</speech>>
She goes down to suck the last drop.
<video width="1000" src="videos/release 4.02/eliza/encounter1/cum2.mp4" autoplay controls></video>
[[Next|cumonelizaenc3]]<<speech "You" "$name">>That was amazing...<</speech>>
<video width="1000" src="videos/release 4.02/eliza/encounter1/cum3.mp4" autoplay controls></video>
<<if $elizaenc1fucked is true>>
<<speech "Eliza">>We are awesome...<</speech>>
<<else>>
<<speech "Eliza">>I didn't know you could fuck so good...<</speech>>
<</if>>
<<speech "You" "$name">>But don't get used to it...<</speech>>
<<speech "Eliza">>What? Why?<</speech>>
<<speech "You" "$name">>I'm a criminal, Eliza. You're a cop...
I could steal your heart...<</speech>>
<<speech "Eliza">>OH, RIGHT!
Hahahaha<</speech>>
<<speech "You" "$name">>No, but seriously... this was very fun.
We should do it again.<</speech>>
<<speech "Eliza">>I agree hehe. Do you want to eat something?<</speech>>
<<speech "You" "$name">>No, I don't want to bother...
I have some food about to spoil if I don't cook something...<</speech>>
<<speech "Eliza">>Okay then...<</speech>>
She gets up and gives you a quick peck on the lips.
<<speech "Eliza">>I'm gonna take a shower. Just close the door when you leave.
Bye, criminal...<</speech>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="love">Her love has increased by 1</span>
<<set $eliza.love += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $eliza.lust += 1>>
<<if $elizaloc1 is true>><span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<span class="translocation">''Your skill with the Translocation calling has increased by 1''</span>
<<set $translocationcalllvl += 1>>
<<else>><<set $CurEng -= 20>><</if>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $longfreetime to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "You" "$name">>There's something I want to give you...<</speech>>
<<speech "Codi">>Really? I love gifts!
What is it?<</speech>>
@@#answer;
<<link "Give her a dildo (Lust level 3)">>
<<replace "#answer">>
<<if $codi.lust gte 3 and $dildonumber gte 1 and $codidildo is false>>
You give her a dildo.
<img class="middle medium" src="images/items/dildo.jpg">
<<set $codidildo to true>><<set $dildonumber -= 1>>
She blushes, but seems happy with her present.
<<speech "Codi">>Oh... thanks!<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $codi.lust += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|CodiItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a buttplug (Submission level 3)">>
<<replace "#answer">>
<<if $codi.submission gte 3 and $buttplugsmallnumber gte 1 and $codismallplug is false>>
You give her a small buttplug.
<img class="middle medium" src="images/items/buttplugsmall.jpg">
<<set $codismallplug to true>><<set $buttplugsmallnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Codi">>I'm really not into this...
But thanks!<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $codi.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
<<elseif $codi.submission gte 3 and $buttplugmediumnumber gte 1 and $codismallplug is true and $codimediumplug is false>>
You give her a medium buttplug.
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<<set $codimediumplug to true>><<set $buttplugmediumnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Codi">>I'm really not into this...
But thanks!<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $codi.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
<<elseif $codi.submission gte 3 and $buttplugbignumber gte 1 and $codimediumplug is true and $codibigplug is false>>
You give her a big buttplug.
<img class="middle medium" src="images/items/buttplugbig.jpg">
<<set $codibigplug to true>><<set $buttplugbignumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Codi">>I'm really not into this...
But thanks!<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $codi.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $codi.lust += 1>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|CodiItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a hitachi (Love level 3)">>
<<replace "#answer">>
<<if $codi.love gte 3 and $hitachinumber gte 1 and $codihitachi is false>>
You give her a hitachi.
<img class="middle medium" src="images/items/hitachi.jpg">
<<set $codihitachi to true>><<set $hitachinumber -= 1>>
She blushes, but seems very happy with her present.
<<speech "Codi">>Woah! This is expensive!
Thanks a lot!<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $codi.lust += 2>>
<span class="love">Her love has increased by 2</span>
<<set $codi.love += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|CodiItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>~KNOCK KNOCK
<<speech "Elena">>//I'm coming!//<</speech>>
She opens the door.
<img class="middle large" src="images/release 4.02/elena/encounter1/1.jpg">
<<speech "You" "$name">>Elena! You look beautiful.<</speech>>
<<speech "Elena">>Oh you're so kind! Please, come inside!<</speech>>
Even if she looks pretty, you notice she's not particularly well dressed, which confuses you a little.
<<speech "You" "$name">>Uhmm your clothes...<</speech>>
[[Next|elena1class3]]<video width="1000" src="videos/release 4.02/elena/encounter1/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh, sure... we're gonna ''dance'' salsa (I'm so fucking dumb man...)<</speech>>
<<speech "Elena">>You, should've come more confortable, it's all about your hips...<</speech>>
[[Next|elena1class4]]You check Eliza's text again.
<<set $elizaenc1visited to true>>
<<speech "Eliza">>//Heeey! I don't know if you're home right now, but I'm at the pool if you want to meet for our "date" haha.//<</speech>>
<<speech "You" "$name">>I think it's time to get some lessons from Eliza.
She must be very hot in a bikini...<</speech>>
You put on some swimming shorts and head down to meet with her.
[[Next|eliza1pool]]You check Codi's text again.
<<speech "Codi">>//Good morning, $name! How are you today? I hope you're fine! It's such a sunny day... I really like these days, they are the best! But to be short, as I said before, I'd like a male opinion on which clothes would sell best at my store. So I was thinking if you could help me, since you don't work today. At least I think so... Do you work today? Could you help me for a bit?//<</speech>>
<<speech "You" "$name">>Hmm... I think it's time to appreciate some milkers...<</speech>>
You decide to go meet with Codi and help her testing out some new clothes.
[[Next|codi1help]]<video width="1000" src="videos/release 4.02/elena/encounter1/2.mp4" autoplay controls></video>
<<speech "Elena">>Are you ready to start?<</speech>>
<<speech "You" "$name">>Yeah... but I must tell you: I'm a veeeery bad dancer...<</speech>>
<<speech "Elena">>And I'm a very good teacher hahaha.<</speech>>
[[Next|elena1class5]]<video width="1000" src="videos/release 4.02/elena/encounter1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmm... she's sexy...)<</speech>>
[[Next|elena1class6]]She grabs your waist, trying to help you relax.
<video width="1000" src="videos/release 4.02/elena/encounter1/4.mp4" autoplay controls></video>
<<speech "Elena">>You're too stiff! Hahaha<</speech>>
[[Next|elena1class7]]<video width="1000" src="videos/release 4.02/elena/encounter1/5.mp4" autoplay controls></video>
<<speech "You" "$name">>Like this?<</speech>>
<<speech "Elena">>No! This is totally wrong hahahaha.<</speech>>
<<speech "You" "$name">>(Shit! This is hard...)<</speech>>
[[Next|elena1class8]]She tries to help you some more, but with no luck.
<video width="1000" src="videos/release 4.02/elena/encounter1/6.mp4" autoplay controls></video>
She laughs more and more.
<<speech "Elena">>Hahaha... I'm sorry, but you ''are'' really bad...
Hahahahahaha!<</speech>>
<<speech "You" "$name">>Ha ha...<</speech>>
<div class="general"><span class="rage">*''Rage calling available''</span>
<span class="calmness">*''Calmness calling available''</span></div>
[[Use the Rage calling (level 2/-30 energy/1 arche point)|elenaenc1rage]]
[[Use the Calmness calling (level 2/-30 energy/1 arche point)|elenaenc1calm]]
[[Just give your best to learn (-20 energy)|elena1class9]]
[[Give up (go home and choose something else)|elena1classno]]<<if $ragecalllvl gte 3 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>You think this is funny?<</speech>>
<<set $elenaenc1anal to false>>
<<speech "Elena">>I'm not trying to be mean, but yeah hahaha.<</speech>>
<<set $elenaenc1denied to true>>
The sound of her laughing gets into you like needles in your ears.
<<speech "You" "$name">>''Fuck this!''<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
Your blood boils once more, tensing your muscles and giving you a intense gaze.
<<speech "Elena">>Hey... what's wrong?<</speech>>
She places her hands on your chest.
[[Next|elenaenc1rage2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/ragecall2.gif">
But you still manage to take some experience out of it.
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Go home|elena1classno]]
[[Keep dancing|elena1class9]]<</if>><<if $calmnesscalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>(I have an idea...)<</speech>>
You take a deep breath, filling your lungs at maximum capacity and then breathes out.
<img class="middle medium" src="images/player/calmnesscall.gif">
You empty your mind for a couple of seconds and your muscles obey by releasing tension.
<<speech "Elena">>Uhmm... are you okay? Do you need to stop?<</speech>>
<<speech "You" "$name">>There's no need for that, Ms. Elena. But thank you for asking.<</speech>>
<<speech "Elena">>What? Hahaha...<</speech>>
<<speech "You" "$name">>Please, take my hand. I believe I might dance a little better now that I'm more relaxed...<</speech>>
<<speech "Elena">>Okay...<</speech>>
[[Next|elenaenc1calm2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/calmnesscall2.gif">
But you still manage to take some experience out of it.
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Go home|elena1classno]]
[[Keep dancing|elena1class9]]<</if>><video width="1000" src="videos/release 4.02/elena/encounter1/7.mp4" autoplay controls></video>
<<speech "Elena">>Hahaha... Why are you so stiff?
You need to losen up...<</speech>>
@@#answer;
<<link "Be funny">>
<<replace "#answer">>
<<speech "You" "$name">>I'm not stiff, I'm just flexing all my muscles to impress you...<</speech>>
<<speech "Elena">>Hahahaha... stop being silly...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $elena.love += 0.5>>
[[Next|elena1class10]]
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>If you think this is stiff? I'll show you how "stiff" I can be...<</speech>>
<<speech "Elena">>Hey! Stop that haha...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Next|elena1class10]]
<</replace>><</link>>
<<link "Be assertive">>
<<replace "#answer">>
<<speech "You" "$name">>You should laugh less and focus on what teaching me better if you want to see improvement...<</speech>>
<<speech "Elena">>Hey... don't be like that...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|elena1class10]]
<</replace>><</link>><<speech "You" "$name">>Sorry Elena. This isn't for me...<</speech>>
<<speech "Elena">>Really?? Don't you wanna try some more?
Hahaha.<</speech>>
<<speech "You" "$name">>Nah... I'm good, but thanks for the offer.<</speech>>
<<speech "Elena">>Okay... See you later then, $name.
Goodbye...<</speech>>
<<set $elenaenc1 to false>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>She keeps teaching you a few moves.
<video width="1000" src="videos/release 4.02/elena/encounter1/8.mp4" autoplay controls></video>
<<speech "Elena">>I ''think'' you're getting better...<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<speech "Elena">>Have you never danced before?<</speech>>
<<speech "You" "$name">>Not really...<</speech>>
<<speech "Elena">>It's a great way to get girls, don't you know?
That's how I met my husband... I mean, ex-husband.<</speech>>
<<speech "You" "$name">>Oh, so you've been married before?<</speech>>
<<speech "Elena">>Yeah, but I don't like talking about that.<</speech>>
@@#answer;
<<link "Be funny">>
<<replace "#answer">>
<<speech "You" "$name">>Sure, let's focus on the dance.
I'm sure I'll be better than you at the end of this masterclass...<</speech>>
<<speech "Elena">>Not in a million years haha<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $elena.love += 0.5>>
[[Next|elena1class11]]
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>And now look at how much salsa he lost...<</speech>>
You stare directly at her cleavage.
<<speech "Elena">>Hahahaha...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Next|elena1class11]]
<</replace>><</link>>
<<link "Be agressive">>
<<replace "#answer">>
<<speech "You" "$name">>If he left you were probably not such a good wife.<</speech>>
<<speech "Elena">>What? Do-<</speech>>
Before she can speak you grab her by the waist and press her body against yours.
<<speech "You" "$name">>I'm just teasing you.
You get to laugh about my dacing skills but I can't mock you a little?<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|elena1class11]]
<</replace>><</link>><<speech "You" "$name">>I think I'm getting the hang of it... (Damn... all this ass in front of me...)<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/9.mp4" autoplay controls></video>
Your boner starts to rub against her.
<<speech "Elena">>Uhmm... there's something weird...<</speech>>
[[Just keep dancing|elena1pretend]]
[[Admit having an erection|elena1admit]]You keep dancing as if nothing is happening.
<<if $elena.love gte 2>>
<span class="love">''Love check successful!''</span>
<video width="1000" src="videos/release 4.02/elena/encounter1/10.mp4" autoplay controls></video>
She keeps rubbing herself against it.
<<elseif $elena.lust gte 2>>
<span class="lust">''Lust check successful!''</span>
<video width="1000" src="videos/release 4.02/elena/encounter1/10.mp4" autoplay controls></video>
She keeps rubbing herself against it.
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Next|elena1pretend2]]
<<else>>
<span class="love">''Love check failed'</span>
<span class="lust">''Lust check failed''</span>
<video width="1000" src="videos/release 4.02/elena/encounter1/11.mp4" autoplay controls></video>
<<speech "Elena">>You are hard!<</speech>>
She points at your dick.
<<speech "You" "$name">>(Shit!)<</speech>>
[[Make a move on her (Charisma level 4)|elena1pretendchar]]
[[Say nothing|elena1pretendno]]<</if>><<speech "You" "$name">>Yeah, I have an erection.<</speech>>
<<speech "Elena">>Oh my God! You're such a perv!<</speech>>
<<speech "You" "$name">>That's your fault for rubbing your ass on me...<</speech>>
<<speech "Elena">>You're gonna blame it on me?<</speech>>
<<speech "You" "$name">>Of course I am...<</speech>>
<img class="middle medium" src="images/release 4.02/elena/encounter1/3.jpg">
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Make a move on her (Charisma level 4)|elena1pretendchar]]
[[Say nothing|elena1pretendno]]<<speech "Elena">>Okay...<</speech>>
She stops playing dumb.
<video width="1000" src="videos/release 4.02/elena/encounter1/11.mp4" autoplay controls></video>
<<speech "Elena">>You are hard!<</speech>>
She points at your dick.
<<speech "You" "$name">>(Shit!)<</speech>>
[[Make a move on her (Charisma level 4)|elena1pretendchar]]
[[Say nothing|elena1pretendno]]<<if $charismalvl gte 4>>
<<speech "You" "$name">>You can't blame me for reacting to you...
It's only natural...<</speech>>
<<speech "Elena">>I guess you have a point...<</speech>>
<img class="middle medium" src="images/release 4.02/elena/encounter1/2.jpg">
<<speech "You" "$name">>then why don't you take care of it?<</speech>>
<<speech "Elena">>You are such a perv...
I like that...<</speech>>
<<speech "You" "$name">>Yeah, so come here...
There's a few thing I want to teach you too...<</speech>>
<<speech "Elena">>Hmm... haha
Let me see...<</speech>>
<<set $elenaenc1fullsex to true>>
[[Next|elenaenc1presex]]
<<else>>
You're not charismatic enough.
[[Next|elena1pretendno]]<</if>><<speech "You" "$name">>I- Uhmmm...<</speech>>
<<speech "Elena">>I can't believe you were paying attention to my body instead of what I'm teaching you...<</speech>>
She looks away and crosses her arms.
<<speech "You" "$name">>Sorry about that hehe...<</speech>>
<<if $elena.lust gte 2.5>>
<span class="lust">''Lust check successful!''</span>
<<speech "Elena">>You know what?<</speech>>
<img class="middle medium" src="images/release 4.02/elena/encounter1/4.jpg">
<<speech "Elena">>It's not your fault...
I'm kinda horny too. Come here, let me take a look...<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Elena">>But I won't fuck you though...<</speech>>
<<set $elenaenc1fullsex to false>>
[[Next|elenaenc1presex]]
<<else>>
<span class="lust">''Lust check failed'</span>
<<speech "Elena">>It's okay, but you should leave.
You can come back another day...<</speech>>
<<speech "You" "$name">>Okay, bye... (SHIT!)<</speech>>
<<set $longfreetime to false>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>><</if>>She presses your bulge.
<video width="1000" src="videos/release 4.02/elena/encounter1/12.mp4" autoplay controls></video>
[[Next|elenaenc1presex2]]<video width="1000" src="videos/release 4.02/elena/encounter1/13.mp4" autoplay controls></video>
<<speech "You" "$name">>Do you wanna see it?<</speech>>
<<speech "Elena">>Yeah...<</speech>>
[[Next|elenaenc1presex3]]You undo your belt and take off your pants.
<video width="1000" src="videos/release 4.02/elena/encounter1/14.mp4" autoplay controls></video>
<<speech "Elena">>Now sit on the sofa, I'm gonna suck this dick...<</speech>>
[[Next|elenaenc1presex4]]You do as she says while she begins to suck you.
<video width="1000" src="videos/release 4.02/elena/encounter1/15.mp4" autoplay controls></video>
You notice a ring on her finger.
[[Next|elenaenc1presex5]]<<speech "You" "$name">>What about this ring you're wearing?<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/ring.mp4" autoplay controls></video>
<<speech "Elena">>I can take it off you want...<</speech>>
@@#answer;
<<link "Take it off">>
<<replace "#answer">>
<<speech "You" "$name">>Take it off. It's ''my'' dick you're sucking.<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/ringoff.mp4" autoplay controls></video>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|elenaenc1presex6]]
<</replace>><</link>>
<<link "Keep it on">>
<<replace "#answer">>
<<speech "You" "$name">>Nah, keep it. It's kinda hot to imagine a cheating fantasy.<</speech>>
<<speech "Elena">>Hahaha okay...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/ringon.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Next|elenaenc1presex6]]
<</replace>><</link>><video width="1000" src="videos/release 4.02/elena/encounter1/bjstart.mp4" autoplay controls></video>
[[Lick it|elenaenc1prebjlick]]
[[Suck tip|elenaenc1prebjsuck]]
[[Stroke and suck|elenaenc1prebjsns]]
[[Deeper|elenaenc1prebjdeep]]
[[Take off her clothes|elenaenc1presex7]]
<<if $CurOrg gte 20>><<goto "elenaenc1presex7">><</if>>
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $girl.orgcount to 0>><</nobr>><<set $CurOrg += 1>>
<video width="1000" src="videos/release 4.02/elena/encounter1/prebjlick.mp4" autoplay controls></video>
[[Suck tip|elenaenc1prebjsuck]]
[[Stroke and suck|elenaenc1prebjsns]]
[[Deeper|elenaenc1prebjdeep]]
[[Take off her clothes|elenaenc1presex7]]
<<if $CurOrg gte 20>><<goto "elenaenc1presex7">><</if>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/prebjsuck.mp4" autoplay controls></video>
[[Lick it|elenaenc1prebjlick]]
[[Stroke and suck|elenaenc1prebjsns]]
[[Deeper|elenaenc1prebjdeep]]
[[Take off her clothes|elenaenc1presex7]]
<<if $CurOrg gte 20>><<goto "elenaenc1presex7">><</if>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/elena/encounter1/prebjdeep.mp4" autoplay controls></video>
[[Lick it|elenaenc1prebjlick]]
[[Suck tip|elenaenc1prebjsuck]]
[[Stroke and suck|elenaenc1prebjsns]]
[[Take off her clothes|elenaenc1presex7]]
<<if $CurOrg gte 20>><<goto "elenaenc1presex7">><</if>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/elena/encounter1/prebjsns.mp4" autoplay controls></video>
[[Lick it|elenaenc1prebjlick]]
[[Suck tip|elenaenc1prebjsuck]]
[[Deeper|elenaenc1prebjdeep]]
[[Take off her clothes|elenaenc1presex7]]
<<if $CurOrg gte 20>><<goto "elenaenc1presex7">><</if>><<speech "Elena">>Fuck! I'm getting hot...
Help me take off my top.<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/topoff.mp4" autoplay controls></video>
[[Next|elenaenc1presex8]]<video width="1000" src="videos/release 4.02/elena/encounter1/braoff.mp4" autoplay controls></video>
<<speech "Elena">>Yeah suck my tits, baby...<</speech>>
[[Next|elenaenc1presex9]]<<speech "You" "$name">>You're so hot, Elena...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/bottomoff.mp4" autoplay controls></video>
<<speech "Elena">>Now... I'm not the only one that's gonna work...<</speech>>
[[Next|elenaenc1presex10]]She positions herself on top of you, offering her wet pussy for you to taste.
<video width="1000" src="videos/release 4.02/elena/encounter1/sixninestart.mp4" autoplay controls></video>
<<speech "You" "$name">>(God ''damn!'')<</speech>>
[[Next|elenaenc1sixnine]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixnine.mp4" autoplay controls></video>
[[More|elenaenc1sixnine2]]
[[Faster|elenaenc1sixninefast]]
[[Gag on it|elenaenc1sixninedeep]]
[[Suck her clit|elenaenc1sixnineclit]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>(Tastes so good...)<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixnine2.mp4" autoplay controls></video>
[[More|elenaenc1sixnine]]
[[Faster|elenaenc1sixninefast]]
[[Gag on it|elenaenc1sixninedeep]]
[[Suck her clit|elenaenc1sixnineclit]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixninedeep.mp4" autoplay controls></video>
[[More|elenaenc1sixninedeep2]]
[[Normal|elenaenc1sixnine]]
[[Faster|elenaenc1sixninefast]]
[[Suck her clit|elenaenc1sixnineclit]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixninefast.mp4" autoplay controls></video>
[[Normal|elenaenc1sixnine]]
[[Gag on it|elenaenc1sixninedeep]]
[[Suck her clit|elenaenc1sixnineclit]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2.5>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixninedeep2.mp4" autoplay controls></video>
[[More|elenaenc1sixninedeep]]
[[Normal|elenaenc1sixnine]]
[[Faster|elenaenc1sixninefast]]
[[Gag on it|elenaenc1sixninedeep]]
[[Suck her clit|elenaenc1sixnineclit]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Elena">>Uhnnnnn!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sixnineclit.mp4" autoplay controls></video>
[[Normal|elenaenc1sixnine]]
[[Faster|elenaenc1sixninefast]]
[[Gag on it|elenaenc1sixninedeep]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/revcowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/revcow.mp4" autoplay controls></video>
<</if>>
<<set $elenaorgasm to 3>>
[[More|elenaenc1revcow]]
[[Faster|elenaenc1revcowfast]]
[[Lick her ass|elenaenc1lickass]]
[[Footjob|elenaenc1footjob]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/revcowfast.mp4" autoplay controls></video>
[[Normal|elenaenc1revcow]]
[[Lick her ass|elenaenc1lickass]]
[[Footjob|elenaenc1footjob]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>>[[Sixty nine|elenaenc1sixnine]]
<<if $elenaenc1fullsex is true>>
[[Reverse cowgirl|elenaenc1revcow]]
[[Cowgirl|elenaenc1cow]]
[[Sideways facing out|elenaenc1sideout]]
[[Sideways facing in|elenaenc1sidein]]
<<else>>
==Reverse cowgirl==
==Cowgirl==
==Sideways==
<</if>>
*Pleasure her
[[Eat her pussy|elenaenc1pussy]]
[[Finger her|elenaenc1finger]]
<div class="general">*Give her a sex item
<<link 'Choose a gift' 'ElenaItems'>> <</link>></div>
<div class="general"><span class="calmness">*''Calmness calling available''</span></div>
<<if $elenaenc1calm is false>>
<<link 'Use the Calmness calling (arche: -1)' 'NewCalmnessCalling'>> <</link>>
<<else>>
<<link 'Use the Calmness calling (arche: 0)' 'elenaenc1calmcall'>> <</link>>
<</if>>
<<set $penetrated to false>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 2.5>><</nobr>>
<<if $penetrated is true>>
<<speech "Elena">>Uhnn... nasty boy...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/asslickingstart.mp4" autoplay controls></video>
<<set $penetrated to false>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/asslicking.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1lickass]]
[[Footjob|elenaenc1footjob]]
[[Fuck her|elenaenc1revcow]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "Elena">>Yes!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cow.mp4" autoplay controls></video>
<</if>>
<<set $elenaorgasm to 3>>
[[More|elenaenc1cow]]
[[Deeper|elenaenc1cowdeep]]
[[Work it|elenaenc1cowwork]]
[[Fuck her|elenaenc1cowfuck]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<<speech "You" "$name">>(Fuck... she knows how to do it all)<</speech>>
<<set $penetrated to false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/footjob.mp4" autoplay controls></video>
[[More|elenaenc1footjob2]]
[[Lick her ass|elenaenc1lickass]]
[[Fuck her|elenaenc1revcow]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 1.5>>
<<speech "You" "$name">>You like this, baby?<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/footjob2.mp4" autoplay controls></video>
[[More|elenaenc1footjob]]
[[Lick her ass|elenaenc1lickass]]
[[Fuck her|elenaenc1revcow]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowwork.mp4" autoplay controls></video>
[[More|elenaenc1cowwork2]]
[[Normal|elenaenc1cow]]
[[Deeper|elenaenc1cowdeep]]
[[Fuck her|elenaenc1cowfuck]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowwork2.mp4" autoplay controls></video>
[[More|elenaenc1cowwork]]
[[Normal|elenaenc1cow]]
[[Deeper|elenaenc1cowdeep]]
[[Fuck her|elenaenc1cowfuck]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowfuck.mp4" autoplay controls></video>
[[Fuck her faster (Fitness level 3)|elenaenc1cowfuck2]]
[[Normal|elenaenc1cow]]
[[Deeper|elenaenc1cowdeep]]
[[Work it|elenaenc1cowwork]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<if $fitnesslvl gte 3>>
<<set $CurOrg += 3.5>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Elena">>Fuuuuuuuck!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowfuckfast.mp4" autoplay controls></video>
[[Normal|elenaenc1cow]]
[[Deeper|elenaenc1cowdeep]]
[[Work it|elenaenc1cowwork]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>>
<<else>>
You're not fit enough for that.
[[Back|elenaenc1cow]]<</if>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowdeep.mp4" autoplay controls></video>
[[Normal|elenaenc1cow]]
[[Work it|elenaenc1cowwork]]
[[Fuck her|elenaenc1cowfuck]]
[[Taste it|elenaenc1cowtaste]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $penetrated is true>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowtastestart.mp4" autoplay controls></video>
<<set $penetrated to false>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowtaste.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1cowtaste2]]
[[Fuck her|elenaenc1cow]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<speech "Elena">>Hmmhmmhmm<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cowtaste2.mp4" autoplay controls></video>
[[Fuck her|elenaenc1cow]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 3.5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/eatpussy.mp4" autoplay controls></video>
<<set $elenaorgasm to 1>>
[[Finger her|elenaenc1finger]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 1>><<nobr>>
<<set $CurOrg1 += 3.5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/fingerpussy.mp4" autoplay controls></video>
<<set $elenaorgasm to 1>>
[[Eat her|elenaenc1pussy]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "Elena">>Yeah, give me this dick!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideoutstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideout.mp4" autoplay controls></video>
<</if>>
<<set $elenaorgasm to 3>>
[[More|elenaenc1sideout]]
[[Faster|elenaenc1sideoutfast]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideinstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<<speech "You" "$name">>Your pussy is so good, Elena..<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sidein.mp4" autoplay controls></video>
<</if>>
<<set $elenaorgasm to 2>>
[[More|elenaenc1sidein]]
[[Faster|elenaenc1sideinfast]]
[[Harder|elenaenc1sideinhard]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideoutfast.mp4" autoplay controls></video>
[[More|elenaenc1sideoutfast2]]
[[Normal|elenaenc1sideout]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Elena">>Oh, fuck me $name!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideoutfast2.mp4" autoplay controls></video>
[[More|elenaenc1sideoutfast]]
[[Normal|elenaenc1sideout]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Elena">>Yes, $name, yes!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideinfast.mp4" autoplay controls></video>
[[Normal|elenaenc1sidein]]
[[Harder|elenaenc1sideinhard]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>Yeah, take it!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/sideinhard.mp4" autoplay controls></video>
[[Normal|elenaenc1sidein]]
[[Faster|elenaenc1sideinfast]]
[[Back to all|elenaenc1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "elenaorgasmenc1">><</if>>
<<if $CurOrg gte 100>><<goto "cumonelenaenc1">><</if>><</nobr>><<speech "Dick">>Where was I? Oh, yes...
Back in the good old days, I was just a sprout in sunny Cyprus, basking in the warmth of our Mediterranean shores. Ah, those were the times! Running barefoot through olive groves, chasing after goats, and causing all sorts of mischief with my mates.<</speech>>
<<speech "You" "$name">>Dude, speak english...<</speech>>
<<speech "Dick">>It is about damn time that you improve your vocabulary! Now... don't interrupt me...
There's one memory that always brings a grin to my face. Picture this: a young lad, me, trying to impress a cute lass by showing off my "fishing skills." So there I was, with a homemade fishing rod made from a stick and some twine, acting all suave...<</speech>>
<<speech "You" "$name">>Hahahaha... so you're a player right from the start, huh?<</speech>>
You add the garlic to the pan along with a few splashes from an almost empty bottle of olive oil, turn on the heat and start cooking the sauce.
<<speech "Dick">>It is my nature, boy... but what do you think happened?
My "catch of the day" turned out to be a boot snagged on a rock! Oh, the look on her face was priceless, let me tell you.<</speech>>
<<speech "You" "$name">>No way, man... what happened then?<</speech>>
<<speech "Dick">>You think I had time to remember her? I was after every pretty girl in that city hahaha...
Those days in Cyprus were something else, boy. The smell of fig trees in the air, the taste of freshly baked bread, and the sound of laughter echoing through the streets. It's a time I'll never forget, no matter where—or when—I find myself.<</speech>>
<<speech "You" "$name">>That's a beatiful life, man...<</speech>>
<<speech "Dick">>Huh...<</speech>>
<<speech "You" "$name">>What?<</speech>>
The water is boiling for some time, so you put in some pasta from an old box nearing it's expiration date.
<<speech "Dick">>Suddenly... I think I remember something else...
My mother. . .
She was taken away...<</speech>>
<<speech "You" "$name">>Oh...<</speech>>
<<speech "Dick">>They took her to serve as a concubine for some big shot in a neighboring Greek city.<</speech>>
<<speech "You" "$name">>Damn! That's horrible! What happened after?<</speech>>
<<speech "Dick">>I'm not really sure. I never saw her again...
It was tough, you know, growing up without her constant nagging and delicious cooking. But we managed, me and my siblings, making mischief and memories to fill the void.<</speech>>
<<speech "You" "$name">>I know very well the part about not having a mother around...
But I'm glad you managed to grow up.<</speech>>
<<speech "Dick">>Why? Why do I remember this now??
WHY?<</speech>>
<<speech "You" "$name">>Hey! Chill, dude! I don't know...<</speech>>
<<speech "Dick">>Why didn't I remember this before?<</speech>>
<<speech "You" "$name">>Have you ever tried to remember anything about her before?<</speech>>
<<speech "Dick">>To be fair, I don't think I did...<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Dick">>Nobody asked me about my past life...<</speech>>
<<speech "You" "$name">>You mean the "receptacles"?<</speech>>
<<speech "Dick">>Yeah. They only cared about their new achieved powers...<</speech>>
<<speech "You" "$name">>So I'm special???<</speech>>
<<speech "Dick">>You are, in your own strange way...<</speech>>
<<speech "You" "$name">>So you love me?<</speech>>
<<speech "Dick">>I didn't say that!<</speech>>
<<speech "You" "$name">>But that's what you meaaaaaant...<</speech>>
<<speech "Dick">>Enough!<</speech>>
<<speech "You" "$name">>Hahahahaha...<</speech>>
The sauce is almost cooked so you put it into the blender to smooth it out. The pasta will be ready in a couple of minutes.
<<speech "Dick">>Hmmm... smells nice...<</speech>>
<<speech "You" "$name">>Well... something ought to taste good someday...<</speech>>
<<speech "Dick">>Why do you keep working at the store?<</speech>>
<<speech "You" "$name">>That's a sudden change of subject...
But yeah... I don't know... I guess I just like being around my coworkers.<</speech>>
<<speech "Dick">>That's fair...<</speech>>
<<speech "You" "$name">>I got used to be around them. And I really know my way around things there.
I feel like I belong in there somehow.<</speech>>
<<speech "Dick">>You belong wherever you want, boy. The world is yours.<</speech>>
<<speech "You" "$name">>I know, dude. But all this conqueror stuff...
I don't know. At the same time that I love feeling powerful and able to fuck all these beauties... I don't know if I want to become so different.<</speech>>
<<speech "Dick">>You want to stay here forever?<</speech>>
<<speech "You" "$name">>Man, fuck this apartment! I'd like to live somewhere better.
But I don't necessarily want to leave this town or my life completely.<</speech>>
~WEEEEENNNNNNNNN
You turn on the blender.
<<speech "Dick">>You're so very different, $name...<</speech>>
<<speech "You" "$name">>I hope that's a good thing...<</speech>>
<<speech "Dick">>Me too...<</speech>>
[[Next|day13c]]After boiling the blended sauce with salt and peper for some minutes you put the cooked pasta into -probably the only plate without any little cracks that you have- and pour the red sauce of it.
<<speech "You" "$name">>Han? Han?<</speech>>
<<speech "Dick">>It looks appetizing, indeed.<</speech>>
<<speech "You" "$name">>Now for the taste test.<</speech>>
You taste some of it.
<<speech "Dick">>Shit's good...<</speech>>
<<speech "You" "$name">>YEAH! Finally I cooked something nice, for God's sake...<</speech>>
You take the plate to a small table that stays in front of the tv.
<<speech "Dick">>Let's watch something funny. I'm in the mood for some laughs.<</speech>>
<<speech "You" "$name">>Sure...<</speech>>
You change channels for a bit.
<<speech "You" "$name">>Oh! Ace Ventura. This one's a classic!<</speech>>
<img class="middle medium" src="images/release 4.02/misc/aceventura.gif">
[[Next|day13d]]<<speech "Dick">>So he was kissing a dude after all??? Hahahahahaha!<</speech>>
<<set $timechange to false>>
<<speech "You" "$name">>Man, I remember being turned on by that actress and I was so confused when they said she was a guy.
Only years later I understood that it was just a movie and it was really a woman.<</speech>>
<<speech "Dick">>Hahahahaha you're so stupid!<</speech>>
<<speech "You" "$name">>Well, at least I wasn't fishing boots when I was a kid, hahaha...<</speech>>
<<speech "Dick">>Not funny...<</speech>>
A notification pops up on your phone.
<<speech "You" "$name">>Hmm... what's this?<</speech>>
<<speech "Jack">>//$name! How ya been? Hope everything's grand... Here's the scoop: I need you to swing by my joint tonight. We've had a wee chat, but I reckon it's time for us to get better acquainted before I start entrusting you with any tasks. This'll be an opportunity for me to gauge your skills and see how adaptable you are, in all the various aspects, to see what you're made of.
Oh, and I figure I don't need to spell it out, but this ain't exactly a casual invitation.
My lads will be swingin' by your place tonight to take ya to the spot. Be ready.//<</speech>>
<<speech "You" "$name">>Oh fuuuuuuuuck...<</speech>>
<<speech "Dick">>Yes! Finally some action!<</speech>>
<<speech "You" "$name">>Are you mad? I'm gonna die...<</speech>>
<<speech "Dick">>Nooo... quite the opposite...
This is a great opportunity to train!<</speech>>
<<speech "You" "$name">>Aww man... He probably has like twenty other guys better than me...<</speech>>
<<speech "Dick">>Relaaaax... I'll be right there with you. Believe in yourself!<</speech>>
<<speech "You" "$name">>Well, I don't see any other way around this, so I'll go.
But, pleeeeease... just be around if something happens. I'm too young to die.<</speech>>
<<speech "Dick">>There's no such thing as "too young to die" a true warrior meets his death whenever it come-<</speech>>
<<speech "You" "$name">>You're not helping, Dick...<</speech>>
<<speech "Dick">>~AHEM... You're right...
Neverthelast, it shall be a great night!<</speech>>
<<speech "You" "$name">>Yeah, yeah...<</speech>>
[[Next|day13handy]]After lunch and some conversation with with Dick your bell rings.
~DING DONG
<<speech "You" "$name">>(Come on! I don't wanna talk right now...)
Who is it? I'm busy.<</speech>>
<div class="general">//I read about your handyman services on the board! There's something I need to build...//</div>
A man says through the door.
<<speech "You" "$name">>Look, you need to come back later, I should be free some other time...<</speech>>
<div class="general">//I can pay you 300 $ in cash.//</div>
<<speech "You" "$name">>Which is right now! Oh, what a coincidence... Would you believe I JUST finished what I was doing?<</speech>>
You say this while going to the door.
~NHEEEEC
<<speech "You" "$name">>Nice to meet you...<</speech>>
You extend your hand to a chubby middle aged man.
<div class="general">Great! I live on the 1405. I'm going ahead, I got a loooot of calls to make. Don't take too long, please.</div>
<<speech "You" "$name">>I'll be right there in five minutes!<</speech>>
He leaves and you search for your tool belt and "professional" clothes from an old job you had.
<<speech "You" "$name">>Yes! This is only the beginning. I'm gonna be rich!<</speech>>
You change, set everything you need and go to his apartment.
[[Next|day13handy1]]
<<if $timechange is false>><<nobr>>
<<set $period to 3>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>You get to his apartment and the door is already slightly open.
<<set $timechange to false>>
<<speech "You" "$name">>(This must be it)<</speech>>
As you enter you see the guy on his phone.
<div class="general">Yes! I Know! But you need to close this deal...</div>
He sees you.
<div class="general">I'll get back to you, some guy is here to work on a furniture for me.</div>
<<speech "You" "$name">>Hey, what do you need, sir?<</speech>>
<div class="general">You see this thing?</div>
<img class="middle medium" src="images/release 4.02/handy1/1.jpg">
<div class="general">This is an old cabinet from a guy on the internet. It is invaluable, but I paid a lot for it, since it's a classic.
The thing is, the guy lied a bout the state of it, as you can see.</div>
<<speech "You" "$name">>Yeah... looks pretty bad.<</speech>>
<div class="general">I need you to fix the door, some other details and maybe finish the job with an oil on the wood or something like that...</div>
<<speech "You" "$name">>I guess I can do that. But what's this hole on the side?<</speech>>
<div class="girl">This was his brilliant idea to do it himself...</div>
<img class="middle medium" src="images/release 4.02/handy1/2.jpg">
<<speech "You" "$name">>(Hmm nice set of tits...)<</speech>>
<div class="general">Oh, this... I tried to make a hole on the side, for cable management. I want to put this in my office, but I figured that I was doing more damage than good.</div>
<div class="girl">Yeah, but he can't do anything that needs to be done...</div>
<div class="general">Would you stop? We can talk later...</div>
<div class="girl">Whatever...</div>
<<speech "You" "$name">>(Man, she's so rude...)
Well, I can't remove the hole, but I can give it a better finishing.<</speech>>
<div class="general">I trust that you can do it in a few hours?</div>
<<speech "You" "$name">>Uhmm... that's a lot of work...<</speech>>
<div class="general">I'll pay you 400 $. I'm very aware that I can find it for less-</div>
~OLD NOKIA SONG PLAYS
His phone starts ringing again.
<div class="general">Just finish it by the end of the day... call me if you need anything...
Hello, yeah I'm here...</div>
He leaves.
[[Next|day13handy2]]You dance together and you're way less stiff.
<video width="1000" src="videos/release 4.02/elena/encounter1/calm1.mp4" autoplay controls></video>
<<speech "Elena">>Hmmm... you're getting better.<</speech>>
<<speech "You" "$name">>Thanks. It feels great to hear some encouragement.<</speech>>
<<speech "Elena">>Why you're acting all polite so suddenly?<</speech>>
<<speech "You" "$name">>Is it bothering you? I can stop if it is.<</speech>>
<<speech "Elena">>No no, it's fine...<</speech>>
<<speech "You" "$name">>I'm just happy to be dancing with you.<</speech>>
<<speech "Elena">>Awn that's sweet.<</speech>>
[[Next|elenaenc1calm3]]<<speech "You" "$name">>Allow me...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/calm2.mp4" autoplay controls></video>
You give her a few spins.
<<speech "Elena">>Look at yoooou...
That breathing exercise really helped, huh?<</speech>>
<<speech "You" "$name">>Yeah haha.<</speech>>
[[Next|elenaenc1calm4]]<<speech "You" "$name">>Now for one of those dips...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/calm3.mp4" autoplay controls></video>
<<speech "Elena">>Díos mio, por favor...<</speech>>
You see her making a little hand motion, like she's fanning herself.
<<speech "You" "$name">>Are you feeling hot?<</speech>>
<<speech "Elena">>Veeery hot...<</speech>>
[[Next|elenaenc1calm5]]She starts to rub herself agaisnt you.
<video width="1000" src="videos/release 4.02/elena/encounter1/calm4.mp4" autoplay controls></video>
<<speech "Elena">>You're way more relaxed...<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
[[Next|elenaenc1calm6]]<<speech "Elena">>Hmmmm...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/calm5.mp4" autoplay controls></video>
<<speech "You" "$name">>What's on your mind?<</speech>>
<<speech "Elena">>Something is not so relaxed hahaha...<</speech>>
[[Next|elenaenc1calm7]]She grabs your bulge.
<video width="1000" src="videos/release 4.02/elena/encounter1/12.mp4" autoplay controls></video>
<<speech "Elena">>Hmmm... you ''are'' happy to dance with me haha...<</speech>>
[[Next|elenaenc1calm8]]<video width="1000" src="videos/release 4.02/elena/encounter1/13.mp4" autoplay controls></video>
<<speech "Elena">>Do you want to fuck me, $name?<</speech>>
<<speech "You" "$name">>I'd like that a lot.<</speech>>
[[Next|elenaenc1calm9]]<video width="1000" src="videos/release 4.02/elena/encounter1/kiss.mp4" autoplay controls></video>
[[Next|elenaenc1calm10]]<video width="1000" src="videos/release 4.02/elena/encounter1/kiss2.mp4" autoplay controls></video>
You start to undo you belt.
[[Next|elenaenc1calm11]]<video width="1000" src="videos/release 4.02/elena/encounter1/14.mp4" autoplay controls></video>
<<speech "Elena">>Hmmmm...<</speech>>
[[Next|elenaenc1calm12]]<video width="1000" src="videos/release 4.02/elena/encounter1/kiss3.mp4" autoplay controls></video>
<<set $elenaenc1calm to true>>
<<speech "Elena">>Sit down, baby. I'm gonna take good care of you...<</speech>>
[[Next|elenaenc1calm13]]You do as she says while she begins to suck you.
<video width="1000" src="videos/release 4.02/elena/encounter1/15.mp4" autoplay controls></video>
<<set $elenaenc1fullsex to true>>
[[Next|elenaenc1presex6]]<<if $elenaenc1org gte 5>><<goto "elenaorgasmenc1stop">><</if>>
<<set $CurOrg1 to 0>><<set $elenaenc1org += 1>>
<<if $elenaenc1fullsex is false>>
<<speech "Elena">>''Oh fuck, $name!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/orgasm1.mp4" autoplay controls></video>
<<speech "Elena">>You know what? You've earned it. You can fuck me...<</speech>>
<<set $elenaenc1fullsex to true>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Back|elenaenc1sex]]
<<elseif $elenaorgasm eq 1 and $elenaenc1fullsex is true>>
<<speech "Elena">>''Yeah yeah yeah!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/orgasm1.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Back|elenaenc1sex]]
<<elseif $elenaorgasm eq 2 and $elenaenc1fullsex is true>>
<<speech "Elena">>''Fuck!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/orgasm2.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Back|elenaenc1sex]]
<<elseif $elenaorgasm eq 3 and $elenaenc1fullsex is true>>
<<speech "Elena">>''Oh yeah, baby...''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/orgasm3.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Back|elenaenc1sex]]<</if>>
<<if $elenaenc1org gte 5>><<goto "elenaorgasmenc1stop">><</if>><<speech "You" "$name">>I'm gonna cum...<</speech>>
<<speech "Elena">>You can cum on my face!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/cum.mp4" autoplay controls></video>
She quickly kneels to recieve your jizz.
[[Next|cumonelenaenc2]]She takes care to suck every last drop of cum.
<video width="1000" src="videos/release 4.02/elena/encounter1/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck... You're amazing...<</speech>>
<<speech "Elena">>Hahahaha<</speech>>
[[Next|cumonelenaenc3]]<video width="1000" src="videos/release 4.02/elena/encounter1/cum3.mp4" autoplay controls></video>
<<speech "You" "$name">>I had fun...<</speech>>
<<speech "Elena">>Me too... you're great company...<</speech>>
<<speech "You" "$name">>I should get going, got some stuff to do.<</speech>>
She gets up, leans above you on the couch and gives you a kiss on the cheek.
<<speech "Elena">>Thanks for the this. I needed it.<</speech>>
She leaves you.
<<speech "Elena">>I'm taking a shower, you know the way out.
And be sure to come back...<</speech>>
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<span class="love">Her love has increased by 1</span>
<<set $elena.love += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
<<if $elenaenc1calm is true>><span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>>
<<else>><<set $CurEng -= 20>><</if>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $longfreetime to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "You" "$name">>''Take your hands off me!''<</speech>>
<img class="middle medium" src="images/release 4.02/elena/encounter1/5.jpg">
<<speech "Elena">>What is it?<</speech>>
<<speech "You" "$name">>''I am doing my best, bitch... and you...
Keep laughing at me??''<</speech>>
<<speech "Elena">>$name... I was just... having fun...
It was funny...<</speech>>
<<speech "You" "$name">>''Funny? Funny how?''<</speech>>
<<speech "Elena">>I don't know... just funny...<</speech>>
[[Next|elenaenc1rage3]]<<speech "Elena">>I'm sorry!<</speech>>
<<speech "You" "$name">>''No... you're only sorry because you're scared.''<</speech>>
<<speech "Elena">>I won't laugh again...
You should leave.<</speech>>
<<speech "You" "$name">>''Not yet...''<</speech>>
<<speech "Elena">>I said I'm sorry! What else do you want can I do?<</speech>>
<<speech "You" "$name">>''You're gonna pay me with your body!''<</speech>>
<<speech "Elena">>I'm not doing that! Just leave.<</speech>>
<img class="middle medium" src="images/release 4.02/elena/encounter1/6.jpg">
<<speech "You" "$name">>''Come here!''<</speech>>
[[Next|elenaenc1rage4]]You turn her around and rub your hard dick on her.
<img class="middle medium" src="images/release 4.02/elena/encounter1/7.jpg">
<<speech "You" "$name">>''You see how hard it is?
I'll put this inside you.''<</speech>>
<<speech "Elena">>No you're won't!<</speech>>
She distances herself from you.
[[Next|elenaenc1rage5]]<<speech "You" "$name">>''You tried to teach me... Now I'm gonna teach you.''<</speech>>
You open your pants reavealing your raging boner to her.
<img class="middle medium" src="images/release 4.02/elena/encounter1/8.jpg">
<<speech "Elena">>Oh my God... I- I-<</speech>>
<<speech "You" "$name">>''You can either suck it right now or face the consequences of my wrath...''<</speech>>
Your last sentence comes through an even deeper voice than usual when using this calling.
<<speech "Elena">>Wait...<</speech>>
Even with threats alone, she's completely subjulgated.
<<speech "Elena">>I- I'll suck it...<</speech>>
She starts to get down on the ground.
<<speech "You" "$name">>''Not here! Take me to your bed.''<</speech>>
<<speech "Elena">>Okay...<</speech>>
<<speech "You" "$name">>''And take off these fucking clothes!''<</speech>>
[[Next|elenaenc1rage6]]She does as your command and strips.
<<speech "You" "$name">>''Get on the bed!''<</speech>>
<<speech "Elena">>Fine!<</speech>>
She sits on her bed, still covering herself.
<img class="middle medium" src="images/release 4.02/elena/encounter1/9.jpg">
<<speech "You" "$name">>''Why are you hiding yourself?
I'm gonna use you anyways...''<</speech>>
An evil grin appears on your face.
<<speech "Elena">>I don't have to be happy about this.<</speech>>
<<speech "You" "$name">>''I don't fucking care!''<</speech>>
You shove her out of her pose.
<img class="middle medium" src="images/release 4.02/elena/encounter1/10.jpg">
<<speech "You" "$name">>''Now rub that cunt!''<</speech>>
<<speech "Elena">>But I-<</speech>>
<<speech "You" "$name">>''NOW!''<</speech>>
<<speech "Elena">>Fuck! Okay! Stop screaming.<</speech>>
[[Next|elenaenc1rage7]]She obeys.
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/1.mp4" autoplay controls></video>
<<speech "You" "$name">>''Yes!''<</speech>>
[[Next|elenaenc1rage8]]<video width="1000" src="videos/release 4.02/elena/encounter1/rage/2.mp4" autoplay controls></video>
<<speech "You" "$name">>''You like that, don't you, bitch?''<</speech>>
You furiously stroke your cock and she can't help but look.
[[Next|elenaenc1rage10]]<<speech "Elena">>No...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/3.mp4" autoplay controls></video>
<<speech "You" "$name">>''Enough! Come here and suck this fucking cock''<</speech>>
[[Next|elenaenc1rage11]]<video width="1000" src="videos/release 4.02/elena/encounter1/rage/4.mp4" autoplay controls></video>
<<speech "You" "$name">>''Yeahhhhh''<</speech>>
[[Next|elenaenc1rage12]]<video width="1000" src="videos/release 4.02/elena/encounter1/rage/5.mp4" autoplay controls></video>
<<speech "You" "$name">>''Taste good? So taste it with your throat.''<</speech>>
[[Next|elenaenc1rage13]]You feel the tip of your cock thrusting against the back of her throat.
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/6.mp4" autoplay controls></video>
<<speech "You" "$name">>''Stroke it!''<</speech>>
[[Next|elenaenc1rage14]]<<speech "Elena">>Are you close?<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/7.mp4" autoplay controls></video>
<<speech "You" "$name">>''I'm far from close, bitch. This will end when I want it to.''<</speech>>
[[Next|elenaenc1ragesex]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $girl.orgcount to 0>><</nobr>>[[Blowjob|elenaenc1ragebj]]
<<if $elenaenc1anal is false>>
[[Fuck her|elenaenc1rageanal]]
<<else>>
[[Sideways|elenaenc1rageside]]
<<set $penetrated to false>>
[[Legs up|elenaenc1ragelegs]]
[[Cowgirl|elenaenc1ragecow]]
[[Holding on top|elenaenc1ragehold]]
[[Doggy|elenaenc1ragedoggy]]
<</if>>Your calling still active.
[img[images/player/calmnesscall.gif]]
Your mind is completely relaxed, it doesn't take any of your arche to make your need to orgasm lower.
<<speech "You" "$name">>Hmmm... so peaceful...<</speech>>
<<set $CurOrg -= 40>>
[[Back|elenaenc1sex]]<<speech "Elena">>Fuck, fuck, fuck!<</speech>>
She stops you.
<<speech "You" "$name">>What?<</speech>>
<<speech "Elena">>I can't take it anymore... I came like five times already...
I'm done...<</speech>>
She lies on the couch.
<<speech "You" "$name">>I'm... sorry?<</speech>>
<<speech "Elena">>Hahaha...
No... you were great, don't take me wrong...<</speech>>
You stand there holding your dick, not knowing what to do.
<<speech "Elena">>Okay, I'll help you finish...<</speech>>
<span class="love">Her love has increased by 1</span>
<<set $elena.love += 1>>
[[Next|elenaorgasmenc1stop2]]She sucks you while presenting her juicy ass for extra visual excitement.
<video width="1000" src="videos/release 4.02/elena/encounter1/finish1.mp4" autoplay controls></video>
<<speech "You" "$name">>Oh yeah...<</speech>>
[[Next|elenaorgasmenc1stop3]]<<speech "You" "$name">>Oh, Elena, fuck...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/finish2.mp4" autoplay controls></video>
She keeps sucking for some time.
[[Next|elenaorgasmenc1stop4]]<video width="1000" src="videos/release 4.02/elena/encounter1/finish3.mp4" autoplay controls></video>
<<speech "You" "$name">>Fuck! It's coming...<</speech>>
<<set $CurOrg to 99>>
[[Next|cumonelenaenc1]]<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjstart.mp4" autoplay controls></video>
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjdeep.mp4" autoplay controls></video>
[[More|elenaenc1ragebjdeep2]]
[[Stroke it|elenaenc1ragestroke]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjstroke.mp4" autoplay controls></video>
[[More|elenaenc1ragestroke2]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjdeep2.mp4" autoplay controls></video>
[[More|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjstroke2.mp4" autoplay controls></video>
[[More|elenaenc1ragestroke]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjsns.mp4" autoplay controls></video>
[[More|elenaenc1ragebjsns2]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjsns2.mp4" autoplay controls></video>
[[More|elenaenc1ragebjsns]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[More spit|elenaenc1ragebjspit]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjspit.mp4" autoplay controls></video>
[[More|elenaenc1ragebjspit2]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/bjspit2.mp4" autoplay controls></video>
[[More|elenaenc1ragebjspit]]
[[Deeper|elenaenc1ragebjdeep]]
[[Stroke it|elenaenc1ragestroke]]
[[Stroke and suck|elenaenc1ragebjsns]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>>You throw her legs up and put it inside.
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/sidestart.mp4" autoplay controls></video>
<<speech "Elena">>Owwww! Not my ass!<</speech>>
<<set $elenaenc1anal to true>>
<<speech "You" "$name">>''Yes your ass!''<</speech>>
<<set $penetrated to true>>
[[Next|elenaenc1rageside]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/sidestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/side.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1rageside]]
[[Faster|elenaenc1ragesidefast]]
[[Harder|elenaenc1ragesidehard]]
[[Push it deep|elenaenc1ragesidedeep]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/sidefast.mp4" autoplay controls></video>
[[Normal|elenaenc1rageside]]
[[Harder|elenaenc1ragesidehard]]
[[Push it deep|elenaenc1ragesidedeep]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 4>><</nobr>>
<<speech "Elena">>Owww...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/sidepushdeep.mp4" autoplay controls></video>
[[Normal|elenaenc1rageside]]
[[Faster|elenaenc1ragesidefast]]
[[Harder|elenaenc1ragesidehard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>''Who's laughing now??''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/sidehard.mp4" autoplay controls></video>
[[Normal|elenaenc1rageside]]
[[Faster|elenaenc1ragesidefast]]
[[Push it deep|elenaenc1ragesidedeep]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legsstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legs.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1ragelegs]]
[[Faster|elenaenc1ragelegsfast]]
[[Harder|elenaenc1ragelegshard]]
[[Choke her|elenaenc1ragelegschoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "Elena">>Ohhhnnnnnn!<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legsfast.mp4" autoplay controls></video>
[[Normal|elenaenc1ragelegs]]
[[Harder|elenaenc1ragelegshard]]
[[Choke her|elenaenc1ragelegschoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Elena">>Yeahhh...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legshard.mp4" autoplay controls></video>
<<speech "You" "$name">>''Shut the fuck up...''<</speech>>
[[More|elenaenc1ragelegshard2]]
[[Normal|elenaenc1ragelegs]]
[[Faster|elenaenc1ragelegsfast]]
[[Choke her|elenaenc1ragelegschoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legshard2.mp4" autoplay controls></video>
[[More|elenaenc1ragelegshard]]
[[Normal|elenaenc1ragelegs]]
[[Faster|elenaenc1ragelegsfast]]
[[Choke her|elenaenc1ragelegschoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>''You shouldn't be liking this, bitch!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/legschoke.mp4" autoplay controls></video>
[[Normal|elenaenc1ragelegs]]
[[Faster|elenaenc1ragelegsfast]]
[[Harder|elenaenc1ragelegshard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<<speech "You" "$name">>''Come here!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cow.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1ragecow]]
[[Faster|elenaenc1ragecowfast]]
[[Harder|elenaenc1ragecowhard]]
[[Choke her|elenaenc1ragecowchoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cowhard.mp4" autoplay controls></video>
[[Normal|elenaenc1ragecow]]
[[Faster|elenaenc1ragecowfast]]
[[Choke her|elenaenc1ragecowchoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "Elena">>Krrrrrrr...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cowchoke.mp4" autoplay controls></video>
[[More|elenaenc1ragecowchoke2]]
[[Normal|elenaenc1ragecow]]
[[Faster|elenaenc1ragecowfast]]
[[Harder|elenaenc1ragecowhard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<<speech "You" "$name">>''Try to laugh now, you fucking whore!''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cowchoke2.mp4" autoplay controls></video>
[[More|elenaenc1ragecowchoke]]
[[Normal|elenaenc1ragecow]]
[[Faster|elenaenc1ragecowfast]]
[[Harder|elenaenc1ragecowhard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cowfast.mp4" autoplay controls></video>
[[Normal|elenaenc1ragecow]]
[[Harder|elenaenc1ragecowhard]]
[[Choke her|elenaenc1ragecowchoke]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/holdstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/hold.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1ragehold]]
[[Fast|elenaenc1rageholdfast]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/holdfast.mp4" autoplay controls></video>
[[Normal|elenaenc1ragehold]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/doggy.mp4" autoplay controls></video>
<</if>>
[[More|elenaenc1ragedoggy]]
[[Faster|elenaenc1ragedoggyfast]]
[[Harder|elenaenc1ragedoggyhard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<<speech "You" "$name">>''Do my hips feel looser now?''<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/doggyfast.mp4" autoplay controls></video>
[[More|elenaenc1ragedoggyfast2]]
[[Normal|elenaenc1ragedoggy]]
[[Harder|elenaenc1ragedoggyhard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/doggyfast2.mp4" autoplay controls></video>
[[More|elenaenc1ragedoggyfast]]
[[Normal|elenaenc1ragedoggy]]
[[Harder|elenaenc1ragedoggyhard]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/doggyhard.mp4" autoplay controls></video>
[[Normal|elenaenc1ragedoggy]]
[[Faster|elenaenc1ragedoggyfast]]
[[Back to all|elenaenc1ragesex]]
<<if $CurOrg gte 100>><<goto "cumonelenaenc1rage">><</if>><<nobr>>
<<if $CurOrg1 gte 100>><<goto "elenaenc1ragebeg">><</if>><</nobr>><<speech "You" "$name">>''I'M GONNA FUCKING CUM!''<</speech>>
You cum all over her face and mouth.
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cum.mp4" autoplay controls></video>
<<speech "Elena">>Yeaaaaah...<</speech>>
[[Next|cumonelenaenc1rage2]]In the end it looks like she really enjoyed this.
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>''Yeeees! Swallow that cum!''<</speech>>
<<if $elenaenc1denied is true>>
[[Next|cumonelenaenc1ragedenied]]
<<else>>
[[Next|cumonelenaenc1rage3]]<</if>>Just as fast as you got angry, all the rage leaves your body suddenly.
<img class="middle medium" src="images/player/ragecall.gif">
You see her almost passing out on the bed.
<<speech "Elena">>$name... that was so fucking intense...<</speech>>
<<speech "You" "$name">>Hehe... glad you liked it... (what the fuck just happened?)<</speech>>
<<speech "Elena">>I think I just want to sleep a little...
Thanks for the hard fucking... I needed that...<</speech>>
<<speech "You" "$name">>Hah... sure. Anytime...<</speech>>
<<speech "Elena">>Anytime? Are you sure?<</speech>>
She looks at you.
<<speech "You" "$name">>Uhmmm...<</speech>>
<<speech "Elena">>Hahahaha... goodbye, $name.<</speech>>
She closes her eyes and gets confortable on the bed.
<<speech "Elena">>Don't forget to close the door.<</speech>>
<<speech "You" "$name">>Bye then...<</speech>>
<span class="red">''Your dominance has increased by 20 xp''</span>
<<set $player.dominance += 20>>
<span class="grey">''Your fitness has increased by 20 xp''</span>
<<set $player.fitness += 20>>
<span class="submission">Her submission has increased by 1</span>
<<set $elena.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
Before leaving you notice some money over the dresser.
@@#answer;
<<link "Take the money (+50 $)">>
<<replace "#answer">>
<<speech "You" "$name">>(Don't mind if I do...)<</speech>>
<<set $badkarma += 1>>
''You are 50 $ richer!''
<<set $player.money += 50>>
<<speech "You" "$name">>(I should get the fuck outta here...)<</speech>>
You leave her apartment.
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>
<<link "Don't take it">>
<<replace "#answer">>
<<speech "You" "$name">>(Nah... this is wrong)<</speech>>
You decide not to do it and just leave her apartment.
<<button "Go home">>
<<goto $previousPassage>>
<</button>>
<</replace>><</link>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $longfreetime to false>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "Elena">>Ohnn... I'm still horny...<</speech>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/orgasmdenied.mp4" autoplay controls></video>
<<speech "Elena">>I can't believe you didn't let me cum...<</speech>>
<<speech "You" "$name">>''That's what you get for making me look like a fool!''<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|cumonelenaenc1rage3]]You take her from behind and pound her as hard as you can.
<<speech "You" "$name">>''You wanna cum?? You have my permission.''<</speech>>
<<speech "Elena">>''Oh fuuuuuuuuuuck!''<</speech>>
<<set $CurOrg1 to 0>>
<video width="1000" src="videos/release 4.02/elena/encounter1/rage/orgasm.mp4" autoplay controls></video>
<<if $elenaenc1denied is true>><<set $elenaenc1denied to false>><</if>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $elena.lust += 0.5>>
[[Back|elenaenc1ragesex]]<<speech "Elena">>Oh yeah! I'm gonna cum... don't stop!<</speech>>
@@#answer;
<<link "Let her cum">>
<<replace "#answer">>
<<goto "elenaenc1rageorgasm">>
<</replace>><</link>>
<<link "Deny her">>
<<replace "#answer">>
<<speech "You" "$name">>''No, you won't...''<</speech>>
You take you dick out of her and give her pussy a few spanks.
<<speech "Elena">>Nooo! Fuuuuck!<</speech>>
<<set $CurOrg1 -= 60>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $elena.submission += 0.5>>
[[Next|elenaenc1ragesex]]
<</replace>><</link>><video width="1000" src="videos/release 4.02/handy1/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! Why she's so angry at him?)<</speech>>
<div class="girl">Heyyy, what's your name?</div>
<<speech "You" "$name">>Hi, I'm $name.<</speech>>
<div class="girl">I think I saw you on the building before...</div>
<<speech "You" "$name">>Yeah, actually I live here.<</speech>>
<div class="girl">Oh yeah? That's nice...</div>
<<speech "You" "$name">>Yep... (She's hot, but I can't keep talking, I really need this money...)<</speech>>
<div class="girl">...</div>
So yeah... I'll leave you to it. I'll be around if you need anything, okay?</div>
<<speech "You" "$name">>Sure! Thanks.<</speech>>
[[Next|Handymanint]]<span class="bigger">Handyman work</span>
<div class="general">
*For each handyman job, you will have 10 units of time to complete the service.
*Each task presents different levels of difficulty and will require a certain amount of time.
*The time it takes for you to complete an action will vary according to your handyman level.
*The more experienced you are, the faster you can get the job done.
*Be careful, having too little experience might even make it impossible for you to complete a service.
*The progress and time left will be shown at the sidebar.
*Being able to complete a job more quickly might have its perks, such as a bonus from the client, more money, or even free time to follow other types of actions.
*Failing to fulfill the client's request might result in earning no money at all.
*It's your choice what to focus on and what is most important at the time.
<div class="general">IT'S RECOMMENDED THAT YOU SAVE YOUR GAME NOW</div>
[[Next|day13handyP1]]</div>
<<set $handywork to true>><<nobr>>
<<set $handytime to 10>>
<<set $handydone to 0>>
<<set $handytalk to 0>>
<<set $handy1done to false>>
<<set $handysex to false>>
<<set $handy1fucked to false>>
<<set $handy1glory to false>>
<<set $girl.lust to 0>>
<<set $girl.submission to 0>>
<<set $girl.love to 0>>
<<set $girl.corruption to 0>>
<<set $handy1bjoffer to false>>
<<set $handy1luck to false>>
<<set $handy1psy to false>>
<<set $handy1orgasm to 0>>
<<set $handy1ready to false>><</nobr>>The first part of this job is to remove splinters, adjust folds, and clean the furniture.
*It represents about ''33% of the job''.
[[Work fast (Handyman lvl 2/-1 time)|day13handy1fast]]
[[Work normal (Handyman lvl 1/-2 time)|day13handy1med]]
[[Work slow (-3 time)|day13handy1slow]]
<<if $handysex is false and $handytalk lt 2>>
[[Talk to her (-1 time)|day13handytalkRED]]<</if>>
<<if $handytime lte 0>><<goto "day13handyNotdone">><</if>><<if $handymanlevel gte 2>>
You work on fixing the most obvious problems about the cabinet, doing a pretty decent job.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 1>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP2]]
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP1]]<</if>><<if $handymanlevel gte 1>>
You work on fixing the most obvious problems about the cabinet, doing a pretty decent job.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 2>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP2]]
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP1]]<</if>>You work on fixing the most obvious problems about the cabinet, doing a pretty decent job.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 3>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP2]]<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
You see next to a curtain placed for renovation of the apartment, scrolling through her phone and looking at you from time to time, kinda checking you out.
<img class="middle medium" src="images/release 4.02/handy1/4.jpg">
<span class="lust">Her lust has increased by 1</span>
<<set $girl.lust += 1>>
<<else>>
<span class="grey">''Fitness check failed'</span>
You see next to a curtain placed for renovation of the apartment, scrolling through her phone.
<</if>>
<<speech "You" "$name">>So... you're his wife?<</speech>>
<<set $handytalk to 1>><<set $handytime -= 1>>
<div class="girl">Yeah...</div>
<<speech "You" "$name">>You don't sound very happy saying that...<</speech>>
<div class="girl">It's because I'm not...</div>
@@#answer;
<<link "Flirt with her (Charisma level 2)">>
<<replace "#answer">>
<<if $charismalvl gte 2>>
<<speech "You" "$name">>Well... I could make you very happy if I was your husband...<</speech>>
<div class="girl">Stop! Hahaha...</div>
<img class="middle medium" src="images/release 4.02/handy1/5.jpg">
<span class="lust">Her lust has increased by 1</span>
<<set $girl.lust += 1>>
<<else>>
You're not charismatic enough.
<</if>>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Work more|day13handyworkRED]]
<<if $handytalk lt 2>>
[[Talk more|day13handytalkRED]]
<</if>>
[[Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)|day13handypsy]]
[[Use the Luck calling (level 2/-30 energy/1 arche point/-3 time)|day13handyluck]]
<</replace>><</link>>
<<link "Confort her">>
<<replace "#answer">>
<<speech "You" "$name">>Don't worry. Fights happen all the time.
And between you and me... you can get someone much better if it doesn't work out.<</speech>>
<div class="girl">Awnn... thanks!</div>
<span class="love">Her love has increased by 1</span>
<<set $girl.love += 1>>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Work more|day13handyworkRED]]
<<if $handytalk lt 2>>
[[Talk more|day13handytalkRED]]
<</if>>
[[Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)|day13handypsy]]
[[Use the Luck calling (level 2/-30 energy/1 arche point/-3 time)|day13handyluck]]
<</replace>><</link>>
<<if $handytime lte 0>><<goto "day13handyNotdone">><</if>>The second part of this job is to repair the hinges, nail the bottom, and straighten the legs.
*It represents about ''33% of the job''.
[[Work fast (Handyman lvl 3/-1 time)|day13handy1fast2]]
[[Work normal (Handyman lvl 2/-2 time)|day13handy1med2]]
[[Work slow (Handyman lvl 1/-3 time)|day13handy1slow2]]
[[Work very slow (-4 time)|day13handy1veryslow2]]
<<if $handysex is false and $handytalk lt 2>>
[[Talk to her (-1 time)|day13handytalkRED]]<</if>>
<<if $handytime lte 0>><<goto "day13handyNotdone">><</if>><<if $handydone eq 0>><<goto "day13handyP1">><</if>>
<<if $handydone eq 33>><<goto "day13handyP2">><</if>>
<<if $handydone eq 66>><<goto "day13handyP3">><</if>><<if $handytalk eq 0>><<goto "day13handytalk">><</if>>
<<if $handytalk eq 1>><<goto "day13handytalk2">><</if>>
You keep talking to her for some more minutes.
<<if $charismalvl gte 3>>
<span class="yellow">''Charisma check successful!''</span>
<div class="girl">Oh my God... you're sooooo funny...</div>
<img class="middle medium" src="images/release 4.02/handy1/6.jpg">
She gently slaps your chest and runs her hand down to your belly.
<span class="lust">Her lust has increased by 1</span>
<<set $girl.lust += 1>>
<<else>>
<span class="yellow">''Charisma check failed'</span>
<div class="girl">You're funny haha...<</speech>>
<</if>>
<<speech "You" "$name">>Thanks. How long have you been living here?<</speech>>
<<set $handytalk to 2>><<set $handytime -= 1>>
<div class="girl">For about a month... were still making some renovations as you can see...
But I like it here...</div>
<<speech "You" "$name">>Have you checked the recreational area?<</speech>>
<div class="girl">Oh, I love it! I go there every day to tan a little.</div>
@@#answer;
<<link "Flirt with her (Charisma level 3)">>
<<replace "#answer">>
<<if $charismalvl gte 3>>
<<speech "You" "$name">>I can see it's working. Your skin looks beautiful...
Your whole body does.<</speech>>
You check her up and down.
<div class="girl">Oh, my... Hahaha...</div>
<img class="middle medium" src="images/release 4.02/handy1/7.jpg">
<span class="lust">Her lust has increased by 1</span>
<<set $girl.lust += 1>>
<<else>>
You're not charismatic enough.
<</if>>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Work more|day13handyworkRED]]
<<if $handytalk lt 2>>
[[Talk more|day13handytalkRED]]
<</if>>
[[Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)|day13handypsy]]
[[Use the Luck calling (level 2/-30 energy/1 arche point/-3 time)|day13handyluck]]
<</replace>><</link>>
<<link "Just be kind">>
<<replace "#answer">>
<<speech "You" "$name">>That's nice! I need to work on my tan.
It's like each part of my body has a different color...<</speech>>
<div class="girl">Hahahaha...</div>
<span class="love">Her love has increased by 1</span>
<<set $girl.love += 1>>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Work more|day13handyworkRED]]
<<if $handytalk lt 2>>
[[Talk more|day13handytalkRED]]
<</if>>
[[Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)|day13handypsy]]
[[Use the Luck calling (level 2/-30 energy/1 arche point/-3 time)|day13handyluck]]
<</replace>><</link>>
<<if $handytime lte 0>><<goto "day13handyNotdone">><</if>><<if $psycalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>So... why are you so mad at your husband?<</speech>>
<<set $handy1psy to true>>
<div class="girl">Because he didn't-...
Nevermind... it's a little embarassing...</div>
<<speech "You" "$name">>You can tell me...<</speech>>
<div class="girl">Sorry... I just met you.</div>
<<speech "You" "$name">>(Nah... I wanna know...)<</speech>>
You look her deep in the eyes.
<img class="middle medium" src="images/player/psycall.gif">
[[Next|day13handypsy2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/psycall2.gif">
But you still manage to take some experience out of it.
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Back|day13handyworkRED]]<</if>><<if $handytime gte 3>>
<<if $luckcalllvl gte 2 and $CurEng gte 30 and $player.arche gte 1>>
<<set $CurEng -= 30>>
<<set $player.arche -= 1>>
<<speech "You" "$name">>(Hmmm... Luck? Let's try it...)<</speech>>
<<set $handy1luck to true>>
<img class="middle medium" src="images/player/luckcall.gif">
You feel a ligh burning sensation on your body.
<<speech "You" "$name">>(Any moment now...)<</speech>>
You keep working but nothing different seems to happen.
<<speech "You" "$name">>(Weird...)<</speech>>
You look at the wife, using her phone.
<<speech "You" "$name">>(Maybe I need to be talking to her?)
Hey! Could you give a hand real quick?<</speech>>
<div class="girl">Uhmm, okay. What do you need?</div>
<<speech "You" "$name">>I need to make sure that this cabinet can hold some weight to finish adjusting the feet...
If it's not too much to ask... could you get inside of it?<</speech>>
<<if $handy1glory is true>>
<div class="girl">Hmmm... you want me to go inside again?</div>
<<speech "You" "$name">>Yeah, but this time is for something different. Face the other way now...<</speech>>
[[Next|day13handyluck2]]
<<else>>
<div class="girl">What?</div>
<<speech "You" "$name">>Yeah... like, just get inside while I check how stable the structure is.
It won't take more than a few seconds...<</speech>>
<div class="girl">I guess I can do that...</div>
<<speech "You" "$name">>Thanks! (It's now... I'm sure something is gonna happen!)<</speech>>
<div class="girl">But are you gonna keep staring at me?</div>
She pulls her skirt down a bit.
<<speech "You" "$name">>Oh sorry. Go ahead, I'll get some tools for measuring.<</speech>>
[[Next|day13handyluck2]]<</if>>
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/luckcall2.gif">
But you still manage to take some experience out of it.
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 15>><</nobr>>
[[Back|day13handyworkRED]]<</if>>
<<else>>
There's no time left for that.
[[Back|day13handyworkRED]]<</if>><<if $handymanlevel gte 3>>
You work on the heavy part of this job, nailing things together and fiing the structure of the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work2.mp4" autoplay controls></video>
The client passes by to check how much progress you made.
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 1>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP3]]
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP2]]<</if>><<if $handymanlevel gte 2>>
You work on the heavy part of this job, nailing things together and fiing the structure of the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work2.mp4" autoplay controls></video>
The client passes by to check how much progress you made.
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 2>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP3]]
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP2]]<</if>><<if $handymanlevel gte 1>>
You work on the heavy part of this job, nailing things together and fiing the structure of the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work2.mp4" autoplay controls></video>
The client passes by to check how much progress you made.
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 3>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP3]]
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP2]]<</if>><<if $girl.lust gte 3 and $handysex is false and $handy1bjoffer is false>>
<<goto "day13handybjprop">>
<<else>>
<span class="lust">''Lust check failed''</span>
For the final part of this job you need to measure some things, make a few adjustments and apply a little oil to the wood.
*It represents about ''33% of the job''.
[[Work fast (Handyman lvl 2/-1 time)|day13handy1fast3]]
[[Work normal (Handyman lvl 1/-2 time)|day13handy1med3]]
[[Work slow (-3 time)|day13handy1slow3]]
<<if $handysex is false and $handytalk lt 2>>
[[Talk to her (-1 time)|day13handytalkRED]]<</if>>
<</if>>
<<if $handytime lte 0>><<goto "day13handyNotdone">><</if>>You work on the heavy part of this job, nailing things together and fiing the structure of the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work2.mp4" autoplay controls></video>
The client passes by to check how much progress you made.
''+33% done!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 4>>
<<set $handydone += 33>><</nobr>>
[[Next|day13handyP3]]<<if $handymanlevel gte 2>>
You work on completing the service, making the final adjustments and oiling up the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''You completed the job!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 1>>
<<set $handydone += 34>><</nobr>>
<<if $handytime gte 1>>
[[Next|day13handyDone]]
<<elseif $handytime eq 0>>
[[Next|day13handyDonetime]]
<<elseif $handytime lt 0>>
<<goto "day13handyNotdone">><</if>>
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP2]]<</if>><<if $handymanlevel gte 1>>
You work on completing the service, making the final adjustments and oiling up the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''You completed the job!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 2>>
<<set $handydone += 34>><</nobr>>
<<if $handytime gte 1>>
[[Next|day13handyDone]]
<<elseif $handytime eq 0>>
[[Next|day13handyDonetime]]
<<elseif $handytime lt 0>>
<<goto "day13handyNotdone">><</if>>
<<else>>
You're not proficient enough to do that.
[[Back|day13handyP2]]<</if>>You work on completing the service, making the final adjustments and oiling up the cabinet.
<video width="1000" src="videos/release 4.02/handy1/work1.mp4" autoplay controls></video>
''You completed the job!''
''Your handyman skill has increased by 10 xp''
<<set $handymanlvl += 10>><<nobr>>
<<set $handytime -= 3>>
<<set $handydone += 34>><</nobr>>
<<if $handytime gte 1>>
[[Next|day13handyDone]]
<<elseif $handytime eq 0>>
[[Next|day13handyDonetime]]
<<elseif $handytime lt 0>>
<<goto "day13handyNotdone">><</if>>You complete the job but still have some time left.
<<set $handy1done to true>>
<<speech "You" "$name">>(Hmm... let's see...)<</speech>>
<<if $handysex is false and $handytime gte 3>>
<div class="general"><span class="psy">*''Psychic calling available''</span>
<span class="luck">*''Luck calling available''</span></div>
[[Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)|day13handypsy]]
[[Use the Luck calling (level 2/-30 energy/1 arche point/-3 time)|day13handyluck]]
<<else>>
==Use the Psychic calling (level 2/-30 energy/1 arche point/-3 time)==
==Use the Luck calling (level 2/-20 energy/1 arche point/-3 time)==
<</if>>
[[Tell the client the work is done (+50 $)|day13handyDone2]]You stick your cock through the hole.
<<set $handy1glory to true>>
<video width="1000" src="videos/release 4.02/handy1/glorystart.mp4" autoplay controls></video>
<<speech "You" "$name">>(Fuck yeah!)<</speech>>
[[Next|day13handyglory2]]<<speech "You" "$name">>~AHEM... Well... I guess I need to finish fixing this thing... haha...<</speech>>
<<set $handy1bjoffer to true>>
You turn away and pretend to search for a tool so she can get out of her "hiding spot" without being too ashamed.
<<set $girl.lust to 0>>
<<speech "You" "$name">>(That was unconfortable... but I gotta focus...)<</speech>>
[[Next|day13handyP3]]She sucks your dick while you keep pretending to be working, trying to be ''sneaky''.
<video width="1000" src="videos/release 4.02/handy1/glory2.mp4" autoplay controls></video>
<<if $sneakinglevel gte 2>>
You know this is a little risky, but you're sneaky enough to hide what you're doing.
<<else>>
You know you're not so sneaky and this is very risky, so you do your best to focus and finish as fast as you can.
<</if>>
[[Next|day13handyglorygame]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $glorycaught to false>><</nobr>><<speech "You" "$name">>Does it hurt? Let's put it to test.<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/slap2.gif">
<<speech "You" "$name">>Fuck yeah! This is an amazing stress relief exercise...
Maybe one more...<</speech>>
[[Next|day12paytimefrank3]]<img class="middle medium" src="images/release 4.02/mercedes/day12/slap3.gif">
<<speech "You" "$name">>Ufff... now I feel better.<</speech>>
Your stomach growls.
<<speech "You" "$name">>Hmm not good actually...
I've got an idea...<</speech>>
You climb on his desk.
[[Next|day12paytimefrank4]]<<speech "You" "$name">>This is for you and your stupid italian expresso...<</speech>>
<img class="middle medium" src="images/release 4.02/mercedes/day12/fart.gif">
His mug is right in front of him, so the smell is now probably infused to his coffee.
<<speech "You" "$name">>Ahhh... ''now'' I feel better.<</speech>>
You step down from his desk, but notice some cash over his desk.
<<speech "You" "$name">>Don't mind if I do...<</speech>>
''You are 300 $ richer.''
<<set $player.money += 300>>
[[Next|day12paytimefrank5]]<<speech "You" "$name">>And for the grand finale...<</speech>>
You sit on the chair again and disperse your concentration.
<img class="middle medium" src="images/player/timecall.gif">
<<speech "Frank">>Wow!<</speech>>
Frank rubs his cheeks.
<<speech "Frank">>This expresso does give you energy! I feel my face burning.<</speech>>
<<speech "You" "$name">>That looks amazing. I wish I had one of these machines...<</speech>>
<<speech "Frank">>Maybe some day kid...<</speech>>
He takes a sip of his special expresso.
<<speech "Frank">>Blergh... Mercedes! Did you make this thing correctly?<</speech>>
<<speech "Mercedes">>Yeah... why?<</speech>>
<<speech "Frank">>Something tastes off.<</speech>>
<<speech "You" "$name">>I guess these expensive grains have this weird after taste...
(HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA)<</speech>>
<img class="middle medium" src="images/release 4.02/misc/notlaughing.gif">
You try your best not to burst out laughing.
<<speech "Frank">>Pfff... of course... I already knew that...<</speech>>
He almost forces himself to take another sip.
<<speech "Frank">>Blergh... I'll get used to it...<</speech>>
<<speech "You" "$name">>I should leave now. Thanks, boss.<</speech>>
<<speech "Frank">>You are welcome, son...<</speech>>
You leave his office and hear Frank speaking right after you close the door.
<<speech "Frank">>//What the hell? Where's the money I left on my desk?
Mercedes!//<</speech>>
<<speech "Mercedes">>//I swear it wasn't me this time!//<</speech>>
<span class="time">''Your skill with the Time calling has increased by 1''</span>
<<set $timecalllvl += 1>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
[[Next|day12work]]<<if $glorycaught is true>><<goto "day13handyglorycaught0">>
<</if>><<set $movechoice to random(9)>>
<<if $movechoice eq 0>>
<video width="1000" src="videos/release 4.02/handy1/glory2.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 1>>
<video width="1000" src="videos/release 4.02/handy1/glory3.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 2>>
<video width="1000" src="videos/release 4.02/handy1/glory4.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 3>>
<video width="1000" src="videos/release 4.02/handy1/glory5.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 4>>
<video width="1000" src="videos/release 4.02/handy1/glory6.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 5>>
<video width="1000" src="videos/release 4.02/handy1/glory7.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice eq 6>>
<video width="1000" src="videos/release 4.02/handy1/glory8.mp4" autoplay controls></video>
<<set $CurOrg += 10>>
[[Next|day13handyglorygame]]
<<elseif $movechoice gte 7>>
<<if $sneakinglevel gte 2>>
''Sneaking check successful!''
<video width="1000" src="videos/release 4.02/handy1/glorysneak.mp4" autoplay controls></video>
<<speech "You" "$name">>Everything's fine, sir! Just some woodworking over here!<</speech>>
[[Next|day13handyglorygame]]
<<else>>
<<goto "day13handyglorycaught0">>
<</if>><</if>>
<<if $CurOrg gte 100>><<goto "handy1glorycum">><</if>><<speech "You" "$name">>Sir, it's not what it looks like...<</speech>>
''Get the hell away from here!!''
<<if $girl.love gte 2>>
<span class="love">''Love check successful!''</span>
<div class="girl">Babe! Wait!
He was working really well, I just went to help him with the hole and his pants ripped...</div>
<div class="general">''Do you expect me to believe in this??''</div>
<div class="girl">At least pay him for the work he did! He could sue you or something if you don't...</div>
He takes his wallet from his pocket
<div class="general">Here! Now get away before I call the cops on you!
And you... I can't believe you did this again!</div>
<<set $player.money += 100>>
''You lost the service but got 100 $ because of her "help".''
<<else>>
<span class="love">''Love check failed''</span>
<div class="girl">It was his fault! He asked for some help with the hole and when I got near enough he shoved his big... juicy... delicious cock in my mouth!</div>
<div class="general">''You get the hell away from my house before I call the cops!''</div>
''You lose the service and run back home.''
<</if>>
''Your sneaking has increased by 25 xp''
<<set $sneakinglvl += 25>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Go home|day13night]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "You" "$name">>''Oh fuck!''<</speech>>
<<set $handytime -= 1>>
You knock on the wood a couple of times.
<<set $CurEng -= 10>>
<video width="1000" src="videos/release 4.02/handy1/glorycum.mp4" autoplay controls></video>
She comes out from inside the cabinet.
<div class="girl">Hmmm... that was a lot...
I had to spit, I can't swallow it and kiss my husband later, that would be wrong...</div>
<<speech "You" "$name">>Uhmm... yeah... (flawless logic...)<</speech>>
<<set $handy1bjoffer to true>>
''Your sneaking has increased by 25 xp''
<<set $sneakinglvl += 25>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="lust">''Her lust has increased by 1''</span>
<<set $girl.lust += 1>>
[[Next|day13handyP3]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>><</nobr>>You go back home and the sun starts to set.
<<set $handywork to false>>
<<speech "You" "$name">>(Shit... it's almost time...)<</speech>>
~BAM BAM BAM
Someone's at the door.
<<speech "You" "$name">>(Fuck! What's this?)
Who is it?<</speech>>
<<speech "Kobalos">>//It is me! Kobalos! Open it already!//<</speech>>
You rush to open it.
<<speech "You" "$name">>What the hell are you doing outside?? People will see you!<</speech>>
<<speech "Kobalos">>I was using a human form...<</speech>>
<<speech "You" "$name">>Come in! What do you want anyway?<</speech>>
<<speech "Kobalos">>I said I need to talk to you, but you were missing.<</speech>>
<<speech "You" "$name">>I wasn't missing... I was working...<</speech>>
<<speech "Kobalos">>But you can't leave without telling me...<</speech>>
He looks a little scared.
<<speech "You" "$name">>What kind of abusive relashionship is this?<</speech>>
<<speech "Kobalos">>You said you're going to protect me, malaka!<</speech>>
<<speech "You" "$name">>But nothing's happened!<</speech>>
<<speech "Kobalos">>But something ''could've'' happened... you wouldn't know...<</speech>>
<<speech "You" "$name">>That's what you wanted to talk about?<</speech>>
<<speech "Kobalos">>No... I want to give you this...<</speech>>
He reaches for a magical bag on his waist, puts his hand elbow deep inside, then takes off an ear piece.
<<speech "Kobalos">>I noticed you have a ear pierced...<</speech>>
<<speech "You" "$name">>Uhmm... yeah, I did not too long ago...<</speech>>
<<speech "Kobalos">>You like earrings?<</speech>>
<<speech "You" "$name">>I mean, I only have this one that I'm wearing...<</speech>>
<<speech "Kobalos">>Take it, it's yours.<</speech>>
He opens your hand and places the earring on it.
<<speech "You" "$name">>Thanks?<</speech>>
<<speech "Kobalos">>Why don't you put it on?<</speech>>
<<speech "You" "$name">>Yeah... I don't know abut that...<</speech>>
<<speech "Kobalos">>''Put it on!''<</speech>>
<<speech "You" "$name">>Jesus! What's wrong with you?<</speech>>
<<speech "Kobalos">>~SIGH... Sorry...<</speech>>
<<speech "You" "$name">>What's the deal here anyway? Why did you give me this?<</speech>>
<<speech "Kobalos">>It's for... localization purposes...<</speech>>
<<speech "You" "$name">>This is a location earring? You'll know were I'm at?<</speech>>
<<speech "Kobalos">>Yes!<</speech>>
<<speech "You" "$name">>Hell no, dude. I'm not wearing this...<</speech>>
<<speech "Kobalos">>No! But you must!<</speech>>
<<speech "You" "$name">>Why?<</speech>>
<<speech "Kobalos">>So I can know were you are, maybe I could help...<</speech>>
<<speech "You" "$name">>Nah... you just want to make sure I'm around.<</speech>>
<<speech "Kobalos">>It is for that too. But it's necessary.
For instance, those men outside in a car... they could be harmful to you.<</speech>>
[[Next|day13night2]]
<<if $timechange is false>><<nobr>>
<<set $period to 4>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $CurEng -= 15>>
<<set $timechange to true>><</nobr>><</if>><<speech "You" "$name">>Hey, sir! I've finished it.<</speech>>
He comes to see your work.
<div class="general">This looks amazing! Well done, young man!</div>
He takes his wallet from his pocket.
<div class="general">Here's the 400 buks I promised and 50 extra for getting the job done early.</div>
<<speech "You" "$name">>Wow! Thanks, sir! If you need anything you know who to call.
See you guys!<</speech>>
''You are 450 $ richer!''
<<set $player.money += 450>>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
[[Go home|day13night]]You get the job done just in time.
<<speech "You" "$name">>Hey, sir! I've finished it.<</speech>>
He comes to see your work.
<div class="general">This looks amazing! Well done, young man!</div>
He takes his wallet from his pocket.
<div class="general">Here's the 400 buks I promised.</div>
<<speech "You" "$name">>Wow! Thanks, sir! If you need anything you know who to call.
See you guys!<</speech>>
''You are 400 $ richer!''
<<set $player.money += 400>>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
[[Go home|day13night]]He comes to check on you again.
<div class="general">What is this? You still haven't finished?</div>
<<speech "You" "$name">>If you just give more time-<</speech>>
<div class="general">No no no... you may go now. I'll get someone professional...</div>
<<if $girl.love gte 2>>
<span class="love">''Love check successful!''</span>
<div class="girl">Babe! Wait! He was working really well...
At least pay him for the work he did! He could sue you or something if you don't...</div>
He takes his wallet from his pocket.
<div class="general">Here... Now go, please...</div>
<<set $player.money += 100>>
''You lost the service but got 100 $ because of her "help".''
<<else>>
<span class="love">''Love check failed''</span>
She remains silent.
<</if>>
''You lose the service and go back home.''
[[Go home|day13night]]She gets on the furniture.
<video width="1000" src="videos/release 4.02/handy1/2.mp4" autoplay controls></video>
You go around the cabinet gently knocking and tapping on it, pretending to be something.
<div class="girl">Are you almost done?
I feel a little ridiculous haha...</div>
<<speech "You" "$name">>Yeah haha... (shit, nothing's happening...... wait... the hole...
the position she's in is perfect to see something...)<</speech>>
[[Next|day13handyluck3]]<<speech "You" "$name">>Just have to check a few things...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/3.mp4" autoplay muted loop></video>
<<speech "You" "$name">>(She's not wearing panties?? I guess that's kinda lucky for me...)
Now... Stay still. I'm gonna see how well this thing is balanced.<</speech>>
[[Next|day13handyluck4]]You stick you finger in the hole.
<video width="1000" src="videos/release 4.02/handy1/4.mp4" autoplay controls></video>
You feel the grip of her warm asshole pressing your finger.
<div class="girl">Ahhhh!</div>
<<speech "You" "$name">>What? Is it something wrong? Let me see...<</speech>>
<<if $handy1glory is true>>
<div class="girl">No it's okay. I guess you know what you're doing...</div>
<<else>>
<div class="girl">No! It's nothing, don't look...</div>
<<speech "You" "$name">>But you screamed, I thought-<</speech>>
<div class="girl">Just... focus on what you're doing...</div>
<</if>>
[[Next|day13handyluck5]]<<speech "You" "$name">>I don't know, feels like my finger is stuck in something...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/5.mp4" autoplay controls></video>
<div class="girl">Uhnnn...</div>
<<if $handy1glory is false>>
<<speech "You" "$name">>Is everything okay down there?<</speech>>
<div class="girl">Yes! I told you, just focus...</div>
<</if>>
[[Next|day13handyluck6]]<<speech "You" "$name">>(Dude, my cock is so fucking hard...)<</speech>>
<video width="1000" src="videos/release 4.02/handy1/6.mp4" autoplay controls></video>
You feel her asshole loosening up on your finger.
<<if $handy1glory is false>>
<div class="girl">I really need to... uhnnn... leave.</div>
She tries to get away but you bend your finger like a hook, preventing her from doing it.
<div class="girl">Uhnnn!</div>
<<speech "You" "$name">>Are you sure you're okay? (Hehehehe)<</speech>>
<div class="girl">Yes! Don't look!</div>
<</if>>
[[Next|day13handyluck7]]<<speech "You" "$name">>Okay this is weird I gotta look...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/7.mp4" autoplay controls></video>
<<if $handy1glory is false>>
<div class="girl">No! Wait!</div>
<</if>>
[[Next|day13handyluck8]]You take your finger out and look through the hole.
<video width="1000" src="videos/release 4.02/handy1/8.mp4" autoplay muted loop></video>
<<speech "You" "$name">>Woah! You're winking at me...<</speech>>
<<if $handy1glory is false>>
<div class="girl">Fuck! Why did you look?</div>
<<speech "You" "$name">>Come on! You know I was playing dumb...
And I'm sure you liked it...<</speech>>
She sees the bulge in your pants.
<div class="girl">Ahh... fuck it... I'm horny...</div>
<</if>>
[[Next|day13handypresex]]<div class="girl">Give me this cock already!</div>
<video width="1000" src="videos/release 4.02/handy1/9.mp4" autoplay controls></video>
[[Next|day13handypresex2]]<<speech "You" "$name">>Come here...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/10.mp4" autoplay controls></video>
[[Next|day13handypresex3]]<video width="1000" src="videos/release 4.02/handy1/11.mp4" autoplay controls></video>
[[Next|day13handypresex4]]<<speech "You" "$name">>Stand up, I'm gonna fuck you...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/12.mp4" autoplay controls></video>
<div class="girl">Oh my God... In the middle of the room?</div>
<<speech "You" "$name">>Don't worry... let's try our luck...<</speech>>
[[Next|day13handypresex5]]You slide your cock into her already wet pussy.
<video width="1000" src="videos/release 4.02/handy1/13.mp4" autoplay controls></video>
[[Next|day13handypresex6]]<video width="1000" src="videos/release 4.02/handy1/14.mp4" autoplay controls></video>
[[Next|day13handypresex7]]<<speech "You" "$name">>Yeeeeah...<</speech>>
<<set $CurOrg += 15>><<set $CurOrg1 += 15>>
<video width="1000" src="videos/release 4.02/handy1/15.mp4" autoplay controls></video>
<div class="girl">I need to suck this juicy cock again...</div>
She takes you to the couch.
[[Next|day13handypresex8]]<<speech "You" "$name">>Yeah... suck it...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/16.mp4" autoplay controls></video>
[[Next|day13handypresex9]]<<speech "You" "$name">>Damn... you suck so good...<</speech>>
<video width="1000" src="videos/release 4.02/handy1/17.mp4" autoplay controls></video>
<div class="girl">Hmhmhm...</div>
[[Next|day13handypresex10]]<video width="1000" src="videos/release 4.02/handy1/18.mp4" autoplay controls></video>
<<speech "You" "$name">>Let me do it...<</speech>>
[[Next|day13handypresex11]]<video width="1000" src="videos/release 4.02/handy1/19.mp4" autoplay controls></video>
[[Next|day13handypresex12]]<video width="1000" src="videos/release 4.02/handy1/20.mp4" autoplay controls></video>
<div class="girl">Fuck me!</div>
[[Next|day13handypresex13]]<video width="1000" src="videos/release 4.02/handy1/21.mp4" autoplay controls></video>
<<if $handy1luck is true>>
<<speech "You" "$name">>Pussy or ass?<</speech>>
<div class="girl">I don't usually do this... but you're in luck today...
Fuck my ass... but go slow.</div>
<<else>>
<div class="girl">(God... his cock is massive. I want it in my ass but I'm afraid it will hurt...)</div>
<</if>>
[[Next|day13handypresex14]]<video width="1000" src="videos/release 4.02/handy1/22.mp4" autoplay controls></video>
<<speech "You" "$name">>Niiiice!<</speech>>
<<set $penetrated to true>>
[[Next|handy1miss]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<set $handysex to true>><</nobr>>[[Blowjob|handy1bj]]
<<set $penetrated to false>>
[[Missionary|handy1miss]]
[[Cowgirl|handy1cow]]
[[Standing|handy1stand]]
[[Doggy|handy1doggy]]
<<if $handy1ready is true>>
[[Piledriver|handy1pile]]
<<else>>
==Piledriver==
<</if>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/handy1/missstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/handy1/miss.mp4" autoplay controls></video>
<</if>>
<<set $handy1orgasm to 1>>
[[More|handy1miss]]
[[Nice and slow|handy1missslow]]
<<if $handy1ready is true>>
[[Faster|handy1missfast]]
[[Harder|handy1misshard]]
[[Deeper|handy1missdeep]]
<<else>>
==Faster==
==Harder==
==Deeper==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>>You concentrate and her thoughts start to sound louder and louder for you.
<div class="girl">(Why is he staring at me?)</div>
<<speech "You" "$name">>Sorry... I didn't mean to be rude...
I just really wanted to know why you're so mad at him... Something must've happened...<</speech>>
<div class="girl">That's the problem, nothing happened...</div>
You feel a weird sensation, as if images started to appear into your mind.
[[Next|day13handypsy3]]You see her memories as if they were yours.
<video width="1000" src="videos/release 4.02/handy1/psy1.mp4" autoplay controls></video>
<<speech "You" "$name">>(I'm going through her memories!)<</speech>>
[[Next|day13handypsy4]]<video width="1000" src="videos/release 4.02/handy1/psy2.mp4" autoplay controls></video>
[[Next|day13handypsy5]]<video width="1000" src="videos/release 4.02/handy1/psy3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Ohhhh... so that's why she's mad. He just won't fuck her...)<</speech>>
The images fade and you go back to you own head.
[[Next|day13handypsy6]]<div class="girl">Fuck! I thought you had a stroke!</div>
You come back to your senses and realize you were probably out for a bit.
<<speech "You" "$name">>Haha... sorry. It's a family thing, narcolepsy...<</speech>>
<div class="girl">Okay...</div>
You go back to working on the cabinet.
<<speech "You" "$name">>I think I know why you're mad at him...<</speech>>
<div class="girl">Why, Sherlock Holmes?</div>
<<speech "You" "$name">>You reeeeeally need to fuck and he's never on the mood...<</speech>>
<div class="girl">Hahaha... yeah, right...</div>
<<speech "You" "$name">>No, really. I bet that just happened right now, a few minutes before I came here.<</speech>>
She gets a little serious.
<div class="girl">How do you... that was lucky guess...</div>
<<speech "You" "$name">>Not really, I'm a mentalist...<</speech>>
<div class="girl">Bullshit...</div>
<<speech "You" "$name">>Wanna try it out?<</speech>>
<div class="girl">Okay!</div>
<<speech "You" "$name">>Let's make a deal... if I guess the color of your panties I get to eat you out...<</speech>>
<div class="girl">What? What do you take me for?? (I'm horny, but he's out of line)</div>
<<speech "You" "$name">>A really horny woman.<</speech>>
<div class="girl">Hahaha...
Okay. Take your best shot (he's never gonna guess anyways... I'm not even wearing panties haha...)</div>
[[Next|day13handypsy7]]You put two fingers on the side of your forehead, pretending to concentrate on something.
<<speech "You" "$name">>I feel like it's a light color...<</speech>>
<div class="girl">Hahaha go ahead... (he's never gonna get it right)</div>
<<speech "You" "$name">>The fabric... seems to be very thin...
Almost as if you're wearing nothing.<</speech>>
<div class="girl">Hahah-... (what??)</div>
She stops laughing.
<<speech "You" "$name">>You want to know my final answer?<</speech>>
You walk towards her.
<<speech "You" "$name">>I think you're not wearing panties...<</speech>>
You get behind her and put your hands on her shoulders, breathing out on the back of her neck.
<<speech "You" "$name">>Which is great because I just won the bet...<</speech>>
<<if $handy1glory is false>>
<div class="girl">No... it doesn't count... (he's so close)</div>
<<else>>
<div class="girl">I mean... (he's so close)</div>
<</if>>
<<speech "You" "$name">>Don't be a sore loser. I even knew about your small trick...
You thought I could never guess because you're wearing nothing.<</speech>>
<div class="girl">I- fuck... (is he going to...)</div>
<<speech "You" "$name">>Yes. Now, if it's all good with you...<</speech>>
You both hear footsteps.
<div class="girl">Wait! My husband's coming... (Fuuuuuck! Why he had to show up right now!?)</div>
<<speech "You" "$name">>I'll be hiding behind these curtains...<</speech>>
You get down, bringing your face right to the level of her pussy.
[[Next|day13handypsy8]]<video width="1000" src="videos/release 4.02/handy1/psy4.mp4" autoplay controls></video>
<div class="girl">It's fine hubby... I won't distract him... (he's sucking me right now you idiot hahaha!)</div>
[[Next|day13handypsy9]]<video width="1000" src="videos/release 4.02/handy1/psy5.mp4" autoplay controls></video>
<div class="girl">I think he's doing a great job honey...(licking my pussy, that is...)</div>
[[Next|day13handypsy10]]<video width="1000" src="videos/release 4.02/handy1/psy6.mp4" autoplay controls></video>
<div class="girl">Job never stops, right baby? (Yeah, go! Shoo shoo)</div>
You take your cock out to release the preassure on your pants.
[[Next|day13handypsy11]]<video width="1000" src="videos/release 4.02/handy1/psy7.mp4" autoplay controls></video>
<div class="girl">Get on the couch. I want your cock...</div>
[[Next|day13handypresex8]]<<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/missdeep.mp4" autoplay controls></video>
[[More|handy1missdeep2]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Faster|handy1missfast]]
[[Harder|handy1misshard]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/missdeep2.mp4" autoplay controls></video>
[[More|handy1missdeep]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Faster|handy1missfast]]
[[Harder|handy1misshard]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/missslow.mp4" autoplay controls></video>
[[Normal|handy1miss]]
<<if $handy1ready is true>>
[[Faster|handy1missfast]]
[[Harder|handy1misshard]]
[[Deeper|handy1missdeep]]
<<else>>
==Faster==
==Harder==
==Deeper==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/missfast.mp4" autoplay controls></video>
[[More|handy1missfast2]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Harder|handy1misshard]]
[[Deeper|handy1missdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/missfast2.mp4" autoplay controls></video>
[[More|handy1missfast]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Harder|handy1misshard]]
[[Deeper|handy1missdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/misshard.mp4" autoplay controls></video>
[[More|handy1misshard2]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Faster|handy1missfast]]
[[Deeper|handy1missdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/misshard2.mp4" autoplay controls></video>
[[More|handy1misshard]]
[[Normal|handy1miss]]
[[Nice and slow|handy1missslow]]
[[Faster|handy1missfast]]
[[Deeper|handy1missdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/handy1/pilestart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/handy1/pile.mp4" autoplay controls></video>
<</if>>
<<set $handy1orgasm to 2>>
[[More|handy1pile]]
[[Faster|handy1pilefast]]
[[Harder|handy1pilehard]]
[[Deeper|handy1piledeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 7>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/pilefast.mp4" autoplay controls></video>
[[Normal|handy1pile]]
[[Harder|handy1pilehard]]
[[Deeper|handy1piledeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/pilehard.mp4" autoplay controls></video>
[[Normal|handy1pile]]
[[Faster|handy1pilefast]]
[[Deeper|handy1piledeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/piledeep.mp4" autoplay controls></video>
[[Normal|handy1pile]]
[[Faster|handy1pilefast]]
[[Harder|handy1pilehard]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/handy1/cowstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/handy1/cow.mp4" autoplay controls></video>
<</if>>
<<set $handy1orgasm to 3>>
[[More|handy1cow]]
[[Nice and slow|handy1cowslow]]
<<if $handy1ready is true>>
[[Faster|handy1cowfast]]
[[Fuck her|handy1cowfuck]]
<<else>>
==Faster==
==Fuck her==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowfast.mp4" autoplay controls></video>
[[More|handy1cowfast2]]
[[Normal|handy1cow]]
[[Nice and slow|handy1cowslow]]
[[Fuck her|handy1cowfuck]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowfast2.mp4" autoplay controls></video>
[[More|handy1cowfast]]
[[Normal|handy1cow]]
[[Nice and slow|handy1cowslow]]
[[Fuck her|handy1cowfuck]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowfuck.mp4" autoplay controls></video>
[[Fuck faster|handy1cowfuckfast]]
[[Fuck harder|handy1cowfuckhard]]
[[Normal|handy1cow]]
[[Nice and slow|handy1cowslow]]
[[Faster|handy1cowfast]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowfuckhard.mp4" autoplay controls></video>
[[Fuck faster|handy1cowfuckfast]]
[[Normal|handy1cow]]
[[Nice and slow|handy1cowslow]]
[[Faster|handy1cowfast]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowslow.mp4" autoplay controls></video>
[[Normal|handy1cow]]
<<if $handy1ready is true>>
[[Faster|handy1cowfast]]
[[Fuck her|handy1cowfuck]]
<<else>>
==Faster==
==Fuck her==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/cowfuckfast.mp4" autoplay controls></video>
[[Fuck harder|handy1cowfuckhard]]
[[Normal|handy1cow]]
[[Nice and slow|handy1cowslow]]
[[Faster|handy1cowfast]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/handy1/bjstart.mp4" autoplay controls></video>
[[More|handy1bj2]]
[[Fuck her face (Dominance level 3)|handy1bjfuck]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/handy1/bjsns.mp4" autoplay controls></video>
[[More|handy1bj]]
[[Fuck her face (Dominance level 3)|handy1bjfuck]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<if $dominancelvl gte 3>>
<<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/handy1/bjfuck.mp4" autoplay controls></video>
[[More|handy1bjfuck2]]
[[Normal|handy1bj2]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>>
<<else>>
You're not dominant enough.
[[Back|handy1sex]]<</if>><<set $CurOrg += 2.5>>
<video width="1000" src="videos/release 4.02/handy1/bjfuck2.mp4" autoplay controls></video>
[[More|handy1bjfuck]]
[[Normal|handy1bj2]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/handy1/standstart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/handy1/stand.mp4" autoplay controls></video>
<</if>>
<<set $handy1orgasm to 4>>
[[More|handy1stand]]
[[Nice and slow|handy1standslow]]
<<if $handy1ready is true>>
[[Faster|handy1standfast]]
[[Harder|handy1standhard]]
[[Deeper|handy1standdeep]]
<<else>>
==Faster==
==Harder==
==Deeper==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standfast.mp4" autoplay controls></video>
[[Normal|handy1stand]]
[[Nice and slow|handy1standslow]]
[[Harder|handy1standhard]]
[[Deeper|handy1standdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standdeep.mp4" autoplay controls></video>
[[More|handy1standdeep2]]
[[Normal|handy1stand]]
[[Nice and slow|handy1standslow]]
[[Faster|handy1standfast]]
[[Harder|handy1standhard]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standslow.mp4" autoplay controls></video>
[[Normal|handy1stand]]
<<if $handy1ready is true>>
[[Faster|handy1standfast]]
[[Harder|handy1standhard]]
[[Deeper|handy1standdeep]]
<<else>>
==Faster==
==Harder==
==Deeper==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standdeep2.mp4" autoplay controls></video>
[[More|handy1standdeep]]
[[Normal|handy1stand]]
[[Nice and slow|handy1standslow]]
[[Faster|handy1standfast]]
[[Harder|handy1standhard]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standhard.mp4" autoplay controls></video>
[[More|handy1standhard2]]
[[Normal|handy1stand]]
[[Nice and slow|handy1standslow]]
[[Faster|handy1standfast]]
[[Deeper|handy1standdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/standhard2.mp4" autoplay controls></video>
[[More|handy1standhard]]
[[Normal|handy1stand]]
[[Nice and slow|handy1standslow]]
[[Faster|handy1standfast]]
[[Deeper|handy1standdeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $penetrated is false>>
<video width="1000" src="videos/release 4.02/handy1/doggystart.mp4" autoplay controls></video>
<<set $penetrated to true>>
<<else>>
<video width="1000" src="videos/release 4.02/handy1/doggy.mp4" autoplay controls></video>
<</if>>
<<set $handy1orgasm to 5>>
[[More|handy1doggy]]
[[Nice and slow|handy1doggyslow]]
<<if $handy1ready is true>>
[[Faster|handy1doggyfast]]
[[Deeper|handy1doggydeep]]
[[Make her gape|handy1doggygape]]
<<else>>
==Faster==
==Deeper==
==Make her gape==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/doggyslow.mp4" autoplay controls></video>
[[More|handy1doggyslow2]]
[[Normal|handy1doggy]]
<<if $handy1ready is true>>
[[Faster|handy1doggyfast]]
[[Deeper|handy1doggydeep]]
[[Make her gape|handy1doggygape]]
<<else>>
==Faster==
==Deeper==
==Make her gape==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/doggyslow2.mp4" autoplay controls></video>
[[More|handy1doggyslow]]
[[Normal|handy1doggy]]
<<if $handy1ready is true>>
[[Faster|handy1doggyfast]]
[[Deeper|handy1doggydeep]]
[[Make her gape|handy1doggygape]]
<<else>>
==Faster==
==Deeper==
==Make her gape==
<</if>>
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/doggyfast.mp4" autoplay controls></video>
[[Normal|handy1doggy]]
[[Nice and slow|handy1doggyslow]]
[[Deeper|handy1doggydeep]]
[[Make her gape|handy1doggygape]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/doggydeep.mp4" autoplay controls></video>
[[Normal|handy1doggy]]
[[Nice and slow|handy1doggyslow]]
[[Faster|handy1doggyfast]]
[[Make her gape|handy1doggygape]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/handy1/doggygape.mp4" autoplay controls></video>
[[Normal|handy1doggy]]
[[Nice and slow|handy1doggyslow]]
[[Faster|handy1doggyfast]]
[[Deeper|handy1doggydeep]]
[[Back to all|handy1sex]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "handy1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "cumonhandy1">><</if>>
<<if $CurOrg1 gte 30 and $handy1ready is false>><<set $handy1ready to true>><</if>><</nobr>><<set $CurOrg1 to 0>>
<<if $handy1orgasm eq 1>>
<div class="girl">''Yes yes yes!''</div>
<video width="1000" src="videos/release 4.02/handy1/orgasm1.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|handy1sex]]
<<elseif $handy1orgasm eq 2>>
<div class="girl">''Fuuuuck!''</div>
<video width="1000" src="videos/release 4.02/handy1/orgasm2.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|handy1sex]]
<<elseif $handy1orgasm eq 3>>
<div class="girl">''I'm cumming!''</div>
<video width="1000" src="videos/release 4.02/handy1/orgasm3.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|handy1sex]]
<<elseif $handy1orgasm eq 4>>
<div class="girl">''Yeahhh!''</div>
<video width="1000" src="videos/release 4.02/handy1/orgasm4.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|handy1sex]]
<<elseif $handy1orgasm eq 5>>
<div class="girl">''I'm gonna cum!''</div>
<video width="1000" src="videos/release 4.02/handy1/orgasm5.mp4" autoplay controls></video>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
[[Back|handy1sex]]
<</if>><<speech "You" "$name">>Open your mouth! I'm cumming!<</speech>>
<video width="1000" src="videos/release 4.02/handy1/cum.mp4" autoplay controls></video>
<<set $handytime -= 3>>
<div class="girl">Ahhh...</div>
[[Next|cumonhandy2]]<<if $handy1glory is true>>
<div class="girl">You can't be normal... how can someone cum this much twice?</div>
<<else>>
<div class="girl">That's a lot of cum...</div><</if>>
<<set $handy1fucked to true>>
<video width="1000" src="videos/release 4.02/handy1/cum2.mp4" autoplay controls></video>
<<speech "You" "$name">>Hmmm... That was good...<</speech>>
<div class="girl">I can't believe we didn't get caught. You should get dressed!
I'm gonna wash my face.</div>
You put your clothes back on.
<<if $handy1luck is true>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="luck">''Your skill with the Luck calling has increased by 1''</span>
<<set $luckcalllvl += 1>>
<<else>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="psy">''Your skill with the Psychic calling has increased by 1''</span>
<<set $psycalllvl += 1>><</if>>
<<if $handytime gte 1 and $handy1done is true>>
[[Next|day13handyDone2]]
<<elseif $handytime eq 0 and $handy1done is true>>
[[Next|day13handyDonetime]]
<<elseif $handy1done is false>>
[[Next|day13handyworkRED]]<</if>>
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<speech "You" "$name">>Wait... what men?<</speech>>
<<set $timechange to false>>
<<speech "Kobalos">>Mobsters I think...<</speech>>
<<speech "You" "$name">>Shit! They're already here?<</speech>>
<<speech "Kobalos">>So you know about them?<</speech>>
<<speech "You" "$name">>Yeah... Jack wants to see me...
He sent them to pick me up.<</speech>>
<<speech "Kobalos">>Jack? He's the leader of them?<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Kobalos">>Let's make another deal... if you put the earring on I'll discover more about this man.<</speech>>
<<speech "You" "$name">>How does that helps?<</speech>>
<<speech "Kobalos">>I will let you know about his schedule, networking, weaknesses...
That's always useful if you play your cards right...<</speech>>
<<speech "You" "$name">>Hmm... I don't know...<</speech>>
<<speech "Kobalos">>What does it matter if I know where you are?
Most of the time I already know. You will gain more out of this than me...<</speech>>
<<speech "You" "$name">>Okay.<</speech>>
You take off the earring and exchange it for what he gave you.
<<speech "You" "$name">>Happy?<</speech>>
<<speech "Kobalos">>Very...<</speech>>
<<speech "You" "$name">>Now go. I've got more important stuff to be worried about...<</speech>>
<<speech "Kobalos">>Maybe I can be of help again.<</speech>>
He walks to your bed and pulls from inside his pouch some kind of cloth.
<<speech "You" "$name">>Don't put it on my b... ahh fuck it he did already...<</speech>>
He unfolds the cloth over your bed and some things appear to be on it.
<<speech "Kobalos">>Welcome to my store, Olympian Enchantments is open for business!<</speech>>
You come closer and see three items: some golden balls with a hole in the middle,
some seemingly normal seeds, and some dark nails.
<<speech "You" "$name">>That's your ''whole'' store?<</speech>>
<<speech "Kobalos">>Do not speak ill of my store! I'm just trying to get back into the market.
There are not many buyers these days...<</speech>>
<<speech "You" "$name">>Okay, that's a fair point...<</speech>>
[[Next|day13night3]]
<<set $vortexnumber to 0>><<nobr>>
<<set $syphonnumber to 0>>
<<set $dermofortisnumber to 0>>
<<set $olympianvisited to false>><</nobr>><<if $olympianvisited is false>>
<<speech "Kobalos">>Allow me to explain...<</speech>>
<<set $previousPassage = passage()>>
He grabs a small amount of some kind of powder and blow into the air.
<<set $olympyanmet to true>>
<img class="middle medium" src="images/release 4.02/olympian/smoke.gif">
<<speech "You" "$name">>~COF COF COF!<</speech>>
As it dissipates, you find yourself in another scenario.
<<speech "You" "$name">>What the fuck?<</speech>>
You look around and for your surprise you can still see your kitchen.
<<speech "Kobalos">>This is just an illusion. We are still in your home.
That's a representation of my old store.<</speech>>
<<speech "You" "$name">>Shit, that's trippy...<</speech>>
<<speech "Kobalos">>Now for the first item...<</speech>>
<img class="middle medium" src="images/release 4.02/olympian/vortex.jpg">
<<speech "Kobalos">>These are vortex vanishers, you blow into the hole, throw it on the ground and a magical smoke appears.<</speech>>
<<speech "You" "$name">>Cool! Like ninja bombs?<</speech>>
<<speech "Kobalos">>Even better... the one who throws them can see through the smoke.<</speech>>
<<speech "You" "$name">>That ''is'' even better...
How much?<</speech>>
<<speech "Kobalos">>200 $, for a pack with four.<</speech>>
<<speech "Dick">>Hmmm... I smeel something familiar...<</speech>>
<<speech "Kobalos">>Adonis? I'm happy to feel your presence...<</speech>>
He smiles devilishly and bows.
<<speech "Dick">>Keep your intentions to yourself, I'm talking to $name.<</speech>>
<<speech "Kobalos">>Oh, don't be cruel...<</speech>>
<<speech "You" "$name">>(Dude, you said I can trust him...)<</speech>>
<<speech "Dick">>You can, but that doesn't matter I am his friend.<</speech>>
<<speech "Kobalos">>Hahaha... always so charming...
I trust that the familiar smell was coming from these?<</speech>>
He points to the seeds.
<img class="middle medium" src="images/release 4.02/olympian/dermofortis.jpg">
<<speech "Dick">>Carob seeds?? Oh, sweet sweet memories...<</speech>>
<<speech "You" "$name">>You used to eat these?<</speech>>
<<speech "Dick">>Not like this. Mother would dry and roast them into a fine powder to make sweets and bread. It tastes like chocolate.<</speech>>
<<speech "You" "$name">>So you're selling chocolate?<</speech>>
<<speech "Kobalos">>These are not normal seeds.
You eat them in this state and they grant you hardening for some time.<</speech>>
<<speech "You" "$name">>Hardening? Like, viagra?<</speech>>
<<speech "Kobalos">>No! Like hardening throughout your whole body. Your skin feels like stone.<</speech>>
<<speech "You" "$name">>Why would I need that?<</speech>>
<<speech "Kobalos">>It protects you from hits. Your attacker will be the injured one. I call them dermofortis.
A pack of 4 can be yours for 300 $<</speech>>
<<speech "You" "$name">>Kinda expensive...<</speech>>
<<speech "Kobalos">>I'm sure the medical bills could be much more expensive haha...<</speech>>
<<speech "You" "$name">>Damn... great point.<</speech>>
<<speech "Kobalos">>And the last one.<</speech>>
<img class="middle medium" src="images/release 4.02/olympian/syphon.jpg">
<<speech "Kobalos">>Soul siphons, capable of draining energy of the target to the user.<</speech>>
<<speech "You" "$name">>How does it works?<</speech>>
<<speech "Kobalos">>You pierce someone's skin and their energy will flow into you.
Don't worry though, they won't feel a thing...
300 $ for six of these...<</speech>>
<<speech "You" "$name">>Hmmm it could be useful too...<</speech>>
<<link 'Next' 'OlympianEnchantments'>><</link>>
<<else>>
<<goto "day13night4">>
<</if>><<speech "Kobalos">>What can I help you with?<</speech>>
<<set $olympianvisited to true>>
[[Buy the "Vortex vanishers"|BuyVortex]]
[[Buy the "Dermofortis"|BuyDermofortis]]
[[Buy the "Soul siphons"|BuySoulsiphons]]
<<button "Finish shopping">>
<<goto $previousPassage>>
<</button>><<speech "You" "$name">>I guess that's it for now.<</speech>>
<<speech "Kobalos">>I hope that you can come again to see these and possibly new merchadises...<</speech>>
<<speech "You" "$name">>Sure, man... Thanks.<</speech>>
<<speech "Kobalos">>I'll leave you to it them.
I won't forget about our deal. Information will be given to you...<</speech>>
<<speech "You" "$name">>You're always so unnecessarily creepy...<</speech>>
<<speech "Kobalos">>Good luck...<</speech>>
He starts to shift.
<img class="middle medium" src="images/misc/shapeshifting.gif">
<<speech "You" "$name">>Uhhhg... that's disgusting...<</speech>>
Like any ordinary thirty-something man, he opens the door to leave.
<<speech "Kobalos">>Uhmm... $name...<</speech>>
<<speech "You" "$name">>What?<</speech>>
You see two man in suits at the door.
[[Next|day13night5]]<<speech "You" "$name">>Can I help you?<</speech>>
<div class="general">Come with us... Jack is waiting...</div>
<<speech "Kobalos">>If you don't need me then I must go.
Goodbye, nephew...<</speech>>
He walks away as fast as possible, while one of the guys write some notes on a pad.
<<speech "You" "$name">>Okay... I've got his message.
I just need to change.<</speech>>
<div class="general">A set of clothes has been made available to you. It's in the car.
You can change on the way there.</div>
The one talking to you is pale white, bald and wear black sunglasses while the one taking notes looks a bit older, with a long silver hair and a darker skin tone.
<<speech "You" "$name">>You know, I don't like to change in front of others... haha...<</speech>>
The man keeps staring as the other one stays on watch for anything.
<<speech "You" "$name">>But I can open an exception...<</speech>>
You leave with them.
[[Next|day13night6]]Vortex vanishers can be used to hide and potentially get out of a difficult situation.
<img class="middle medium" src="images/release 4.02/olympian/vortex.jpg">
The price is 200 $ for four.
@@#answer;
<<if $player.money gte 200>>
<<link "Buy it for 200 $">>
<<replace "#answer">>
You bought four balls.
<<set $vortexnumber += 4>><<nobr>>
<<set $player.money -= 200>><</nobr>>
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 200 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>><</if>>Dermofortis seeds have the potential to harden the skin, protecting it from blows.
<img class="middle medium" src="images/release 4.02/olympian/dermofortis.jpg">
The price is 300 $ for four.
@@#answer;
<<if $player.money gte 300>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You bought four seeds.
<<set $dermofortisnumber += 4>><<nobr>>
<<set $player.money -= 300>><</nobr>>
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>><</if>>Soul siphons can be used to steal a person's energy.
<img class="middle medium" src="images/release 4.02/olympian/syphon.jpg">
The price is 300 $ for six.
@@#answer;
<<if $player.money gte 300>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You bought six nails.
<<set $syphonnumber += 6>><<nobr>>
<<set $player.money -= 300>><</nobr>>
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>>
<<else>>
<<link "Buy it for 300 $">>
<<replace "#answer">>
You don't have enough money.
<<link 'Back' 'OlympianEnchantments'>><</link>>
<</replace>><</link>><</if>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
<<nobr>><<if $vortexnumber gte 1>>
<a data-passage="Vortex" class="link-internal link-image">
<img class="contacts" src="images/release 4.02/olympian/vortex.jpg">
</a><</if>>
<<if $syphonnumber gte 1>>
<a data-passage="Syphon" class="link-internal link-image">
<img class="contacts" src="images/release 4.02/olympian/syphon.jpg">
</a><</if>>
<<if $dermofortisnumber gte 1>>
<a data-passage="Dermofortis" class="link-internal link-image">
<img class="contacts" src="images/release 4.02/olympian/dermofortis.jpg">
</a><</if>>
<</nobr>><<button "Back">><<script>>Engine.backward();<</script>><</button>>
They can be used to hide and potentially get out of a difficult situation.
<img class="middle medium" src="images/release 4.02/olympian/vortex.jpg">
You have $vortexnumber ball(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
These can be used to steal a person's energy.
<img class="middle medium" src="images/release 4.02/olympian/syphon.jpg">
You have $syphonnumber nail(s).<<button "Back">><<script>>Engine.backward();<</script>><</button>>
These seeds have the potential to harden the skin, protecting it from blows.
<img class="middle medium" src="images/release 4.02/olympian/dermofortis.jpg">
You have $dermofortisnumber seed(s).On the lobby you see Steve with a scared look on his face.
<<speech "Steve">>$name! There you are, theses guys said they wanted to talk to you.
I tried to stop them but Marie called and said they can have access...<</speech>>
The men just keep walking towars the exit, while you slow down a little to talk to Steve.
<<speech "You" "$name">>It's alright dude. I gotta do this...<</speech>>
He tries to whisper.
<<speech "Steve">>I can call the cops...<</speech>>
They stop, look at him and begin to laugh.
<div class="general">Hahahahaha!</div>
<<speech "You" "$name">>It wouldn't make a difference, man...
But don't worry. I'll be fine. I have "habilities" remember?<</speech>>
<<speech "Steve">>Please, don't do anything stupid, man...
I'll see you tonight?<</speech>>
<<speech "You" "$name">>Yeah, don't wait up for me.<</speech>>
<<speech "Steve">>Shit... I'll pray for you...<</speech>>
<div class="general">''Hey!'' Let's go.</div>
You start to walk faster.
<<speech "You" "$name">>But you're not even religious...<</speech>>
<<speech "Steve">>Not much I can do, dude...<</speech>>
You leave the building.
<<speech "Steve">>I'm downloading the bible app!<</speech>>
[[Next|day13night7]]You get in the car and there's a paper bag in the seat.
<div class="general">There's your clothes. Put them on, remain silent and don't try anything.</div>
You start to change while they begin a conversation.
<div class="general">I don't understand what Jack saw in this guy...
He looks pretty normal to me...</div>
<div class="generalz">Look, how long have you been working for Jack?</div>
<div class="general">About two years... why?</div>
<div class="generalz">I work for him for more than twenty years. The man never misses.
If he says this boy has something he wants, that's fucking true...</div>
<<speech "You" "$name">>(I don't know if I'm flattered or scared...)<</speech>>
<<speech "Dick">>Why not? You should feel respected.<</speech>>
<<speech "You" "$name">>(Maybe because he's a fucking mafia boss...)<</speech>>
<div class="general">If you say so...
Hey, what's the fastest way to the strip club from here?</div>
<<speech "You" "$name">>(Stripclub? What the hell?)<</speech>>
<div class="generalz">I'm not your fucking GPS...</div>
<div class="general">Jeez...</div>
He pulls up his phone to check the best path to take you to the location.
<<speech "You" "$name">>Sorry, but do you-<</speech>>
<div class="general">Shut up!</div>
<<speech "You" "$name">>...<</speech>>
<div class="generalz">Did Mr. McCarthy instructed you to keep the passenger silent?</div>
<div class="general">No... but I thought-</div>
<div class="generalz">Then go ahead, kid.</div>
[[Next|day13night7a]]<div class="general">We're here...</div>
The older guy leaves first and opens the door for you.
<div class="generalz">Out.</div>
You leave the car and see a huge strip club called "The Clover", with Jack's usual symbol of a clover on the sign.
<<speech "You" "$name">>(He owns a fucking strip club?)<</speech>>
The two security guards at the entrance immediately clear the way for them to escort him inside.
[[Next|day13strip]]Upon entering, you find yourself in a spacious two-story club adorned with tables, bars, and poles. Patrons enjoy drinks, while some participate in tipping dancers. Private rooms offer a more exclusive experience for those seeking something extra.
<img class="middle medium" src="images/background/stripclub.jpg">
<<speech "You" "$name">>(Dude this place is amazing!)<</speech>>
There are mostly men, but you can spot women too, participating on bachelor parties and going to what seems like "women's only" areas.
[[Next|day13strip2]]You also see many girls dancing on the pole.
<video width="1000" src="videos/release 4.02/stripclub1/1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Why have I never come here before? Oh, yeah, I'm poor...)<</speech>>
The two guys stop for a while to speak to one guy from the staff.
<div class="general">Wait here. Don't get out of my sight.</div>
As the night begins to set in, the vibe at the nightclub picks up, with more people streaming in, adding to the energy of the place.
[[Next|day13strip3]]You take a little walk around and one of the girls caughts your attention.
<img class="middle large" src="images/release 4.02/stripclub1/1.jpg">
<<speech "You" "$name">>(She's pretty...)<</speech>>
<<speech "Abella" "???">>Hey...<</speech>>
<<speech "You" "$name">>Hi...<</speech>>
<<speech "Abella" "???">>Never saw you around...<</speech>>
She says while dancing.
<img class="middle large" src="images/release 4.02/stripclub1/2.jpg">
<<speech "You" "$name">>Do you remember every client that comes in?<</speech>>
<<speech "Abella" "???">>You're not a client.<</speech>>
<<speech "You" "$name">>How do you know?<</speech>>
<<speech "Abella" "???">>I'm not dumb. I saw you coming in with Jack's people.<</speech>>
[[Next|day13strip4]]<<speech "You" "$name">>You guessed it.<</speech>>
<<speech "Abella" "???">>I don't get along with people who work for Jack...<</speech>>
<<speech "You" "$name">>Why is that?<</speech>>
<<speech "Abella" "???">>They're all... so simple. So empty.<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/3.jpg">
<<speech "You" "$name">>First of all, I don't work for Jack. Besides that, I'm pretty cool...<</speech>>
<<speech "Abella" "???">>"Pretty cool". Is that how you impress a lady?<</speech>>
@@#answer;
<<link "Be cool">>
<<replace "#answer">>
<<speech "You" "$name">>Not really. I usually do a mating dance to win them over...<</speech>>
<<speech "Abella" "???">>HA-hmptf...<</speech>>
She let's out a laugh and quickly covers her mouth.
<<speech "Abella" "???">>You know... I can't laugh at work.<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/3a.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
[[Next|day13strip5]]
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I'm much better than that, but your juicy ass is too distracting...<</speech>>
<<speech "Abella" "???">>You mean this ass?<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/3b.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Next|day13strip5]]
<</replace>><</link>>
<<link "Correct her">>
<<replace "#answer">>
<<speech "You" "$name">>Who said I want to impress you? I'm at a strip club, ''you'' should be tring to impress me...<</speech>>
<<speech "Abella" "???">>You're no fun...<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/3c.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $abella.submission += 0.5>>
[[Next|day13strip5]]
<</replace>><</link>><<speech "Abella" "???">>So what do you do for Jack?<</speech>>
<<speech "You" "$name">>I'm about to know in a few minutes...<</speech>>
<<speech "Abella" "???">>Are you a undercover cop?<</speech>>
<<speech "You" "$name">>Not that I know of. Why?<</speech>>
<<speech "Abella" "???">>You're sure not from the streets.<</speech>>
<<speech "You" "$name">>I'm a porn actor...<</speech>>
<<speech "Abella" "???">>That's bullshit...<</speech>>
<<speech "You" "$name">>I mean it...<</speech>>
You pick up your phone and show her one of your shootings.
<<speech "Abella" "???">>That's cool! You liking it?<</speech>>
<<speech "You" "$name">>Can't complain. Getting paid to fuck can be really fun.<</speech>>
<<speech "Abella" "???">>Would you pay for us to fuck?<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/4.jpg">
@@#answer;
<<link "Say yes">>
<<replace "#answer">>
<<speech "You" "$name">>I would pay for us to go out and eat something, get some beers and then we'd fuck...<</speech>>
<<speech "Abella" "???">>That doesn't sound half bad...<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/4a.jpg">
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
[[Next|day13strip6]]
<</replace>><</link>>
<<link "Say maybe">>
<<replace "#answer">>
<<speech "You" "$name">>Maybe I could, if I get to see the whole package...<</speech>>
<<speech "Abella" "???">>Smart man. Checking the product first before buying it...<</speech>>
She brings her hips closer to you.
<img class="middle large" src="images/release 4.02/stripclub1/4b.jpg">
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Next|day13strip6]]
<</replace>><</link>>
<<link "Say no">>
<<replace "#answer">>
<<speech "You" "$name">>Actually I prefer to get paid to fuck. On and off screen.<</speech>>
<<speech "Abella" "???">>No one paid to fuck you off screen...<</speech>>
<<speech "You" "$name">>You don't need to trust me. It's true no matter what you think...<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/4c.jpg">
<span class="submission">Her submission has increased by 0.5</span>
<<set $abella.submission += 0.5>>
[[Next|day13strip6]]
<</replace>><</link>>You feel a hand pulling your shoulder.
<div class="general">Didn't I tell you not to leave?
And why are you talking to this whore? Let's go!</div>
It's the baldie.
<<speech "Abella" "???">>See? Empty...<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/5.jpg">
He shoves you to keep walking.
[[Next|day13strip7]]They take you through a series of stairs and corridors in which you see all types of people.
<div class="general">Pay attention! You need to be able to come here by yourself in the future...</div>
You then get to a long corridor, the air feels a little heavier and colder, but the others seem used to it.
<div class="generalz">There's the door, kid. Good luck.</div>
<<speech "You" "$name">>Thanks...<</speech>>
The bald one gets closer to your ear.
<div class="general">You're about to dieeeee....</div>
~SLAP
The older man hit him in the back of the head.
<div class="general">Ow! You piece of sh...</div>
He stops and the other puts his hand behind his ear to hear even better.
<div class="generalz">Piece of what?</div>
<div class="general">Nothing...</div>
<div class="generalz">That's what I fucking thought...</div>
They both walk away, leaving you in front of a big black door at the end of the hallway.
<<speech "You" "$name">>(This is it... be at the ready, Dick...)<</speech>>
<<speech "Dick">>I can tell you the same...<</speech>>
You knock at the door.
~KNOCK KNOCK
<<speech "Jack">>//Ah, sure, come on in!//<</speech>>
[[Next|day13strip8]]<<speech "You" "$name">>I was gonna ask if you have any idea of what Jack wants with me?<</speech>>
<div class="general">I don't know what it is. But it can't be a good thing...
Judging by the stupid look on your face he's probably just gonna put you down hahaha.</div>
<div class="generalz">Would you shut your fucking mouth up?</div>
<div class="general">You have a death wish, old man?</div>
<div class="generalz">I do...
You're gonna make it come true?</div>
He says while putting his hand over his gun on his waist.
<div class="general">Come on man! I was joking ha ha ha...</div>
The older man fixes the mirror to look you in the eyes.
<div class="generalz">You somehow made yourself special to him.
I've seen he recruiting people before. It's always the same thing...
First he bumps into you, most times trying to kill you.
Then he sees something in you, which makes he change his mind about the killing part.
Usually a few days later he sents two or three guys to pick you up and set up a meeting, to get to know you better.
If he likes you then you end up working for him.</div>
<<speech "You" "$name">>That's... exactly what happened. How do you that?<</speech>>
<div class="generalz">Hah... he did the same to me...</div>
<<speech "You" "$name">>Oh, I see...
And what kind of job would he sent me to do?<</speech>>
<div class="generalz">It depends on what he needs.
But most of it consists of scaring people and collecting money.</div>
<<speech "You" "$name">>Wait, you said that if he likes you he takes you in, but what if he doesn't?<</speech>>
<div class="generalz">You usually end up in a ditch...</div>
<<speech "You" "$name">>(AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH)<</speech>>
<<speech "Dick">>Stay strong, boy!<</speech>>
The car slows down.
[[Next|day13night8]]<<speech "Jack">>$name! What a great pleasure to see you.
Please, have a seat.<</speech>>
His office is bigger than you might imagine from the outside. It's also uncomfortably cold and there's a hint of mustiness in the air. He has a table in front of him and is sitting in a large leather chair also painted black.
He points to a chair in front of the table, signaling for you to sit down.
<<speech "You" "$name">>Hello...<</speech>>
You sit in front of him as he leans foward placing his elbows on the table and holding his hands together.
<<speech "Jack">>So, lad, you're lookin' to join the family business, eh?<</speech>>
<<speech "You" "$name">>Not really, sir. I just-<</speech>>
<<speech "Jack">>Ah ah ah ah...<</speech>>
He interrupts you and places a gun over the table.
<<speech "Jack">>I need you to know that I spotted something in ya'. I also need you to know that you live in my building.
I can't just let you do whatever you like.<</speech>>
<<speech "You" "$name">>Okay...<</speech>>
<<speech "Jack">>Let's begin again, shaw we??
So... you're lookin' to join the family business, eh?<</speech>>
<<speech "You" "$name">>(Fuck!) Um, yeah, I mean... I guess so.<</speech>>
<<speech "Jack">>You guess so? This ain't a Sunday stroll, son. Why do you wanna be in the fold?<</speech>>
You take a hard swallow.
<<speech "You" "$name">>Well, sir, I've got skills, you know? I can... I can handle things<</speech>>
<<speech "Jack">>Is that so? What kinda things you talkin' about?<</speech>>
<<speech "You" "$name">>I have a sharp mind. I can also take a hit and talk my way out of tough situations.<</speech>>
<<speech "Jack">>You do have some habilities...<</speech>>
He takes a drag from his pipe.
<<speech "Jack">>Hmm... go on...<</speech>>
<<speech "You" "$name">>I can keep secrets, I can... I can be discreet. And I'm good at... at followin' orders, yeah, that's it.<</speech>>
He nods slowly.
<<speech "Jack">>Followin' orders, huh? That's a start. But what makes ya think you won't be singin' like a canary if the heat gets turned up?<</speech>>
<<speech "You" "$name">>I ain't no snitch, sir. I swear it. I know how things work, I know... I know the code.<</speech>>
The air gets even colder, you see your nails slowly turning into a greyish blue.
<<speech "Jack">>The code, eh? You think you know the code, but let me tell ya somethin', son. The code ain't just words on paper, it's a way of life. It's loyalty, it's respect, it's... it's family. You understand?<</speech>>
<<speech "You" "$name">>Yes, sir. I understand.<</speech>>
<<speech "Jack">>Alright then. We'll see what you're made of...<</speech>>
He gets up and walks to the door.
<<speech "Jack">>Follow me, I'll show you around.<</speech>>
[[Next|day13strip9]]<<speech "Jack">>Welcome to my little slice of heaven, kid. This here's The Clover, finest establishment this side of the city.<</speech>>
He walks fast while you try to keep up with him.
<<speech "You" "$name">>Uh, yeah, it's, uh, quite something...<</speech>>
He grins.
<<speech "Jack">>You ain't seen nothin' yet, lad. Come with me, I'll give you the grand tour.<</speech>>
You walk through the dark corridors of the club, passing by dancers and shadowy figures engaged in hushed conversations. He points to the main stage.
<<speech "Jack">>See those girls up there? They're my bread and butter. Men come from miles around just to catch a glimpse of 'em.<</speech>>
<<speech "You" "$name">>Yeah, I can see that.<</speech>>
He leads you to a room in the back.
[[Next|day13strip10]]<<speech "Jack">>Now, this here's where the real magic happens. Booze, guns, girls – you name it, we got it.<</speech>>
<img class="middle medium" src="images/release 4.02/stripclub1/guns.jpg">
<<speech "You" "$name">>(Damn!)<</speech>>
You see a bunch of guys choosing guns while his staff promptly works on carrying boxes in and out through another door.
<<speech "Jack">>I can see the excitment in ya' hahaha.
Have you killed before?<</speech>>
<<speech "You" "$name">>...<</speech>>
He slaps you in the back, moving you foward, which seems strange since he looks so skinny.
<<speech "Jack">>I'm joking! But seriously, have you ever shot something before?<</speech>>
<<speech "You" "$name">>No, sir.<</speech>>
<<speech "Jack">>Ah it's fine. If you get the job you'll be doing it in no time...<</speech>>
You walk out of the back room.
[[Next|day13strip11]]You look at the time. It's night now.
<<speech "You" "$name">>Uh, yeah, looks like quite the operation you got here...<</speech>>
<<speech "Jack">>You bet your arse it is. See, kid, in this business, you gotta diversify.
Can't rely on just one stream of income. So, we sell a little bit of everything to keep the cash flowin'.<</speech>>
Every now and then someone passes by him and nods in respect.
<<speech "Jack">>It took a lot to built this. Blood, sweat... not tears though.
I'm not a very sensible man, you see? Hahahaha...<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Jack">>Hey, Scott!<</speech>>
He makes a signal to the older man, who seemed more "friendly" to you.
<<speech "Jack">>Now...<</speech>>
The man nods in agreement, then grabs a bottle of whisky and breaks it on a man's head who was sitting at the table watching the show.
~CRACK
He quickly walks away after hitting the guy and disappears behind passersby.
<<speech "You" "$name">>(What the fuck?)<</speech>>
The guy, barely recovered from the blow, feels the blood in his head, gets up and punches the first guy that's behind him.
[[Next|day13strip12]]
<<if $timechange is false>><<nobr>>
<<set $period to 5>>
<<set $usespray to false>>
<<set $useengdrink to false>>
<<set $timechange to true>><</nobr>><</if>>Fists start flying. The brawl erupt suddenly, like a storm breaking over the sea, catching everyone off guard.
<<set $strip1lust to false>>
<<speech "You" "$name">>Why did you do that?<</speech>>
<<set $strip1hard to false>>
<<speech "Jack">>Wait a bit longer...<</speech>>
<<set $timechange to false>>
Chairs are overturned, glasses shatter, and bodies collide in a chaotic frenzy of violence.
<img class="middle medium" src="images/release 4.02/misc/barfight.gif">
<<speech "Jack">>Waaaaait...<</speech>>
The dancers flee the stage, seeking safety in the shadows as the patrons become embroiled in the fight.
<<speech "Jack">>Are you ready for you test?<</speech>>
<<speech "You" "$name">>Test?<</speech>>
<<speech "Jack">>I hope you are, 'cause you have serious chances of dying if you don't, lad...
''Now!''<</speech>>
He shoves you into the confusion.
<<speech "You" "$name">>FUCK!<</speech>>
<<speech "Dick">>I've got your back!<</speech>>
You sense a strange expansion within your body, as if you've become a giant, even though your size remains the same.
<div class="general"><span class="invi">*''Invisibility calling available''</span>
<span class="calmness">*''Calmness calling available''</span>
<span class="rage">*''Rage calling available''</span>
<span class="lust">*''Lust calling available''</span></div>
[[Use the Invisibility calling (level 2/-20 energy/1 arche point)|day13stripinv]]
[[Use the Calmness calling (level 3/-20 energy/1 arche point)|day13stripcalm]]
[[Use the Rage calling (level 3/-20 energy/1 arche point)|day13striprage]]
[[Use the Lust calling (level 4/-20 energy/1 arche point)|day13striplust]]
[[Use your normal skills|day13stripnor]]<<if $invicalllvl gte 2 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>>
<<set $player.arche -= 1>>
You are thrown into the confusion of fists, bottles and boots.
<<speech "You" "$name">>Fuck...<</speech>>
One guy takes out a knife and pierce another man's leg, who screams in pain, but manages to run away.
<div class="general">Hey! It's your turn!</div>
He runs towards you, raising his hand with the knife.
<<speech "Dick">>Concentrate!<</speech>>
You close your eyes and your body goes numb.
<img class="middle medium" src="images/player/invisibilitycall.gif">
[[Next|day13stripinv2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/invisibilitycall2.gif">
But you still manage to take some experience out of it.
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day13stripnor]]<</if>>You vanish in the middle of the fight.
<div class="general">What the fuck? Where is he-</div>
~BLAM
He takes a chair to his head.
<<speech "You" "$name">>(Fuck! I can still get hit if I don't do something quick!)<</speech>>
Before deciding you pass by a few distracted people...
@@#answer;
<<link "Use a Soul syphon">>
<<replace "#answer">>
<<if $syphonnumber gte 1>>
You take one nail out of your pocket and quickly poke the leg of a guy too caugh up on an argument to notice you.
<<set $syphonnumber -= 1>><<nobr>>
<</nobr>>
<div class="general">You piece of shit!
Yeah, I bet you wife doesn't....
I bet... waaa...</div>
His energy is immediately transferred to you as he kneels due to instant exhaustion, unaware of your presence.
<span class="energy">''+30 energy''</span>
<<set $CurEng += 30>>
<img class="middle medium" src="images/release 4.02/misc/nailed.gif">
You decide to hide under a table.
<<else>>
You don't have any nails.
<</if>>
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Start hitting people|day13stripinvfight]]
[[Try to stop the fight|day13stripinvstop]]
<</replace>><</link>>
<<link "Don't use it">>
<<replace "#answer">>
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Start hitting people|day13stripinvfight]]
[[Try to stop the fight|day13stripinvstop]]
<</replace>><</link>>You walk over to a skinny man and sucker punch him.
<img class="middle medium" src="images/release 4.02/misc/fight1.gif">
He falls to the floor.
<<speech "You" "$name">>(Better you than me...)<</speech>>
Some guy bumps into you.
<div class="general">W-what?</div>
He clenches his fists, looking around in despair.
<<speech "You" "$name">>(Yeah... sorry...)<</speech>>
<img class="middle medium" src="images/release 4.02/misc/fight2.gif">
You throw him on the ground. The rest of people stepping around do the rest of the damage to him.
[[Next|day13stripinvfight2]]You see a guy holding a broken bottle, going for other guy shielding a girl.
<<speech "You" "$name">>(Oh no you don't)<</speech>>
You rush towards him and jump with both feet in the air.
<img class="middle medium" src="images/release 4.02/misc/fight3.gif">
He faints with the blow.
<div class="girl">Oh, thank you!</div>
She hugs the guy "protecting her".
<div class="general">Uhh... you're welcome.</div>
<<speech "You" "$name">>Hey! I'm the one who hit him!<</speech>>
They can't hear you with all the noise, so they just run away.
[[Next|day13stripinvfight3]]The fight starts to dissipate. At this point many are on the ground and only a few skilled (or lucky) fighters stand.
<<speech "You" "$name">>(Just a few more minutes...)<</speech>>
In the midst of it all, two big dudes are going at it, looking pretty tough. Then, bam! One of them gets hit hard, sending him flying. He crashes into a bunch of people, squishing them under his weight.
<<speech "You" "$name">>(If I get these two I think it will be enough...)<</speech>>
You run towards one of them, grab a bottle on one table and:
<img class="middle medium" src="images/release 4.02/misc/fight4.gif">
He falls forward, lowering his head, which gives you the perfect opportunity to hit him.
<img class="middle medium" src="images/release 4.02/misc/fight5.gif">
He's down. His adversary, a girl and two guys hiding under a table nearby can't wrap their heads around what they just saw: a bottle flying into a man's head, causing him to stumble before being struck by the force of the air and tumbling to the ground.
<<speech "You" "$name">>I'm the spirit of the pimp that died on this strip club. Run away or I'll hit you like a bitch too...
~WOoooOOOooo...<</speech>>
The big guy says:
<div class="general">Oh hell no!</div>
<img class="middle medium" src="images/release 4.02/misc/running.gif">
[[Next|day13stripinvfight4]]<<speech "Jack">>Security! Deal with this shit...<</speech>>
Jack's security guards immediately rush into the remaining fights happening and break the confusion efficiently.
<<speech "You" "$name">>(I guess it's over...)<</speech>>
You look for a more secluded spot.
<img class="middle medium" src="images/player/invisibilitycall.gif">
<<speech "You" "$name">>That went better than expected...<</speech>>
You emerge from your hiding spot and make your way over to Jack.
<<speech "Jack">>Well, well, well... Look at you, kid. Quite the fighter, ain't ya?<</speech>>
<<speech "You" "$name">>Had to handle myself...<</speech>>
<<speech "Jack">>Handle yourself? You did more than that, son. Took on half the damn bar and walked out without a scratch. Impressive, I must say.<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
''Your fighting skill has increased by 25 xp''
<<set $fightinglvl += 25>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
<span class="favor">His favor has increased by 2</span>
<<set $jack.favor += 2>>
[[Next|day13striptestdone]]Jack asks for some drinks to your table and you start to drink some type of irish beer with him.
<<set $strip1fucked to false>>
<<speech "Jack">>Have I introduced you to one of my best men?
Hey, Scott! Come over here...<</speech>>
A man with a long silvery hair approaches you table and sit, them same one that picked you up at home.
<<speech "You" "$name">>Oh, he's one of the guys that went to my home.<</speech>>
<<speech "Scott">>Sorry, kid...
I forgot to tell you about the part where he test us... haha.<</speech>>
<<speech "Jack">>I'm glad you didn't tell him, that would've spoil the fun.<</speech>>
<<speech "You" "$name">>Yeah... haha...<</speech>>
<<speech "Jack">>Now a toast to our new associate.<</speech>>
Scott raises his glass too, so you do the same.
<<speech "Jack">>A toast to our newest member, may your loyalty be as stout as your heart!<</speech>>
~CLING!
<<speech "You" "$name">>Uh, thanks, boss.<</speech>>
<<speech "Jack">>None too excited, eh? Understandable...
But remember, lad, once you're in, you're in. Loyalty means everything. You'll see...<</speech>>
<<speech "You" "$name">>It's just... wasn't exactly dreamin' of this as my career path, you know?<</speech>>
<<speech "Jack">>Aye, I get it. But sometimes life hands us a different deck of cards.
What matters is how you play 'em. And in this game, loyalty and respect go a long way.<</speech>>
<<speech "You" "$name">>Right, got it. Loyalty and respect...<</speech>>
<<speech "Jack">>That's the spirit. Now, let's raise our glasses. To new beginnings and old loyalties.
Sláinte!<</speech>>
<<speech "You" "$name">>What?<</speech>>
<<speech "Scott">>It means cheers in irish...<</speech>>
<<speech "You" "$name">>Oh... Sláinte.<</speech>>
You raise your glass again.
[[Next|day13striptestdone2]]You are thrown into the confusion of fists, bottles and boots.
<<speech "You" "$name">>Fuck...<</speech>>
One guy takes out a knife and pierce another man's leg, who screams in pain, but manages to run away.
<div class="general">Hey! It's your turn!</div>
He runs towards you, raising his hand with the knife.
<<speech "Dick">>Concentrate!<</speech>>
You prepare to deal with him.
[[Take a smart approach (-15 energy)|day13stripnorint]]
[[Take a agressive approach (-20 energy)|day13stripnordom]]
[[Take a charismatic approach (-15 energy)|day13stripnorchar]]Stealthily maneuvering through the crowd you go to the main stage and climb on it.
<<speech "You" "$name">>(Uhmmm...)<</speech>>
There's a slightly bent metal bar on the ground.
<<speech "You" "$name">>(I have an idea)<</speech>>
You grab the bar and start to hit the pole closer to the fight.
~BLAM!
Some stop to check what's going on.
~BLAM!
More of them turn their attention to the main stage.
<<speech "You" "$name">>Now listen ya'll!<</speech>>
You do your best to do a different voice, trying to mimic a mixture of different pimps you saw on tv.
<<speech "You" "$name">>I won't accept this kind of behaviour in this establishment!<</speech>>
People try to understand where the voice is coming from.
<<speech "You" "$name">>I'm the spirit of the pimp that died on this stripclub!<</speech>>
[[Next|day13stripinvstop2]]The patrons, freeze in place, wondering if they were really facing down the ghost of a pimp.
<<speech "You" "$name">>You bunch of motherfuckers! Back in my day, this place was run tight, and I didn't stand for no nonsense.
You best straighten your sorry asses up before I show you what a real ghostly pimp can do!
~WOoooOOOooo...<</speech>>
A few of people begin to run to the exit, with just three to four fights still happening.
<<speech "You" "$name">>Would you look at the disrespect...<</speech>>
You look around and see a girl wearing a fur coat.
<<speech "You" "$name">>Give me this thing, bitch!<</speech>>
<div class="girl">Ahhhhhhhhhh!</div>
You slip her coat on, feeling its weight settle around your shoulders.
<<speech "You" "$name">>That's better...<</speech>>
You do your best to leave only your coat visible, as you pick up the metal bar again and use it as a cane.
<<speech "You" "$name">>I ain't gonna repeat myself in this motherfucker...<</speech>>
At this moment, the fighting suddenly stopped. Some folks dashed off, a few stand like statues, and only one fight keeps going.
<<speech "You" "$name">>Son of a bitch!<</speech>>
You pick up a bottle from one of the tables and throw it right towars them, hitting one as a result.
<img class="middle medium" src="images/release 4.02/misc/bottle.gif">
He falls unconscious and the other one decides to run away.
[[Next|day13stripinvstop3]]<<speech "You" "$name">>Next time there's a fight I ain't gonna be so god damn permissive
Per''mi''ssive? Permi''ssi''ve... ''per''missive?
I ain't giving no second chances!<</speech>>
You take off the coat and drop the metal bar, as if you just faded away.
<<speech "You" "$name">>I hope they buy this shit...<</speech>>
You pick a spot offstage, aiming to sneak on without being noticed.
<img class="middle medium" src="images/player/invisibilitycall.gif">
<<speech "Jack">>Security! Deal with this shit...<</speech>>
Jack's security guards deal with the situation and break the confusion efficiently.
<<speech "You" "$name">>(I guess it's over...)<</speech>>
You emerge from your hiding spot and make your way over to Jack.
<<speech "Jack">>Well, well, well... Look at you, kid. Quite the entertainer, ain't ya?<</speech>>
<<speech "You" "$name">>Had to handle myself...<</speech>>
<<speech "Jack">>I don't know how you pulled that off, but it was bloody brilliant!<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="invi">''Your skill with the Invisibility calling has increased by 1''</span>
<<set $invicalllvl += 1>>
<span class="favor">His favor has increased by 1</span>
<<set $jack.favor += 1>>
[[Next|day13striptestdone]]<<if $calmnesscalllvl gte 3 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>>
<<set $player.arche -= 1>>
You take a deep breath, hold for a few seconds and let the air out.
<<speech "You" "$name">>(I've got this...)<</speech>>
One guy takes out a knife and pierce another man's leg, who screams in pain, but manages to run away.
<div class="general">Hey! It's your turn!</div>
You take another deep breath and close your eyes.
<<speech "You" "$name">>(Empty your mind, $name...)<</speech>>
He runs towards you, raising his hand with the knife.
<<speech "Dick">>Concentrate!<</speech>>
<img class="middle medium" src="images/player/calmnesscall.gif">
[[Next|day13stripcalm2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/calmnesscall2.gif">
But you still manage to take some experience out of it.
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day13stripnor]]<</if>>You open your eyes and look at the guy with the knife, now just a few meters from you.
<<speech "You" "$name">>Hello there...<</speech>>
His charge begins to lose energy. His pace seems slower.
<<speech "You" "$name">>Please, don't stab me.<</speech>>
He continues to go towards you, but now he's just walking.
<div class="general">What?</div>
<<speech "You" "$name">>I woud prefer not to have a knife stick inside me at this moment.<</speech>>
He gets in front of you, but lowers his knife.
<div class="general">Why... why would you not do anything?</div>
<<speech "You" "$name">>Because I trust in you.<</speech>>
You put your hand on his shoulder, talking in a very soft tone.
<div class="general">You what?</div>
His knife drops on the gorund.
<<speech "You" "$name">>You're not a bad person.<</speech>>
Tears start to form in his eyes.
<div class="general">I just... I don't... wanna fight...</div>
<<speech "You" "$name">>I know you don't... you're just mad because life taught you to be like this.<</speech>>
He clenches his fists.
<div class="general">I'm sorry...</div>
<<speech "You" "$name">>It's okay. Come here.<</speech>>
You hug him.
<div class="general">AHHHHH...~SOBS</div>
He hugs you tight, almost breaking you in half.
[[Next|day13stripcalm3]]Chairs fly over your heads, but don't interrupt this beautiful moment.
<video width="1000" src="videos/release 4.02/stripclub1/hug.mp4" autoplay controls></video>
<<speech "You" "$name">>I'm glad you're letting it out, friend.
Now I need your help.<</speech>>
<div class="general">Anything, man!</div>
<<speech "You" "$name">>Please help me fix this thing. There's no need to fight.<</speech>>
<div class="general">I got you!</div>
He picks up his knife on the ground and goes to a group throwing fists at eachother.
<div class="general">You guys! Stop this or I'll cut you!</div>
They stop and put their hands up.
<div class="general">Thank you!</div>
He looks back at you and gives wink.
<<speech "You" "$name">>I should help too.<</speech>>
You weave through the fighting crowd, gently touching them and channeling your own sense of calmness, hoping to transfer it to them.
<<speech "You" "$name">>I hope this works.<</speech>>
People around begin to drop their weapons, as if they had simply forgotten what they were fighting for.
<div class="general">Dude I don't want to fight you...</div>
<div class="generaltwo">Me neighter, man... I kinda like your shoes to be honest...</div>
<div class="general">Really? I think they're too colorful...</div>
<div class="generaltwo">No, they're not... Where did you buy them at?</div>
[[Next|day13stripcalm4]]A girl you touched climbs back on stage and start to dance slowly on the pole.
<img class="middle medium" src="images/release 4.02/misc/slowdance.gif">
Her dance is not particularly sexy, she's just using her movements as a way to express art.
<<speech "You" "$name">>This is beautiful.<</speech>>
You stop to watch while other joins you.
<div class="general">So pretty...</div>
The fighting stops, no one is in the mood for violence anymore.
<<speech "You" "$name">>(I think this is enough)<</speech>>
<img class="middle medium" src="images/player/calmnesscall.gif">
People come back to their senses, but there's still no reason to fight again, so they just sit, keep watching the show or leave the club.
You make your way over to Jack.
<<speech "Jack">>What the hell was that?<</speech>>
<<speech "You" "$name">>There was no reason to keep fighting...<</speech>>
<<speech "Jack">>I don't know how you pulled that off, but it was bloody brilliant!<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="blue">''Your intelligence has increased by 20 xp''</span>
<<set $player.intelligence += 20>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="calmness">''Your skill with the Calmness calling has increased by 1''</span>
<<set $calmnesscalllvl += 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $jack.friendship += 1>>
[[Next|day13striptestdone]]<<if $ragecalllvl gte 3 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>>
<<set $player.arche -= 1>>
Your heart increase it's pace, your breathing gets heavier.
<<speech "You" "$name">>(I've got this...)<</speech>>
One guy takes out a knife and pierce another man's leg, who screams in pain, but manages to run away.
<div class="general">Hey! It's your turn!</div>
You take another deep breath and close your eyes.
<<speech "You" "$name">>(They're gonna kill you, $name...)<</speech>>
You tense your muscles, your blood boils inside your veins.
<<speech "Dick">>Concentrate!<</speech>>
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|day13striprage2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/ragecall2.gif">
But you still manage to take some experience out of it.
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day13stripnor]]<</if>><<speech "You" "$name">>''COME AT MEEEEEE!''<</speech>>
The guy with the knife seems a little confused by your boldness, but keeps coming at you.
<<speech "You" "$name">>''Right here!''<</speech>>
You open your shirt, exposing your chest at him.
<div class="general">What the fuck?</div>
When he gets close enough, you lean back and then quickly lurch forward, headbutting him before he can react.
<img class="middle medium" src="images/release 4.02/misc/headbutt.gif">
He faints and drops his knife.
<<speech "You" "$name">>''Yeeees!''<</speech>>
You pick it up.
[[Next|day13striprage3]]You proceed to stab the first one that comes in front of you.
<img class="middle medium" src="images/release 4.02/misc/stab.gif">
Some of the people see you and run off.
<<speech "You" "$name">>''Why are you running??''<</speech>>
You can't think straight. All the violence around you makes you to excited.
~THUD
Something hits your back, but you feel no pain.
<div class="general">Shit...</div>
You turn around to see a the bald guy who drove you here with a chair in his hands.
<<speech "You" "$name">>''That's the best you can do?''<</speech>>
He raises his arms to hit you again.
[[Next|day13striprage4]]You decide to hurt him with your own hands.
<img class="middle medium" src="images/release 4.02/misc/nochair.gif">
Holding his neck gives you joy. You let yourself be carried away by the feeling of killing.
Another man approaches you.
<div class="generaltwo">Let him go!</div>
This one you do feel.
<img class="middle medium" src="images/release 4.02/misc/stabbed.gif">
[[Next|day13striprage5]]A strange force flows through your body, allowing you to keep holding your victim while removing the knife from your stomach with your free hand.
<<speech "You" "$name">>''This is nothing!''<</speech>>
You use the knife to hit the guy who stabbed you, but he manages to dodge and run away with just a small cut.
<div class="girl">You're gonna kill him!</div>
A girl screams at you.
<<speech "You" "$name">>''Shut the fuck up!''<</speech>>
Two other man come and hold you, making you lose your grip on the man's throat. He falls unconscious and the girl tries to help him.
<<speech "You" "$name">>''Get your filthy hands off me!''<</speech>>
You stomp one of them on the feet with full force.
<div class="general">Ahhhhhhh!</div>
You take advantage of his distraction to release your right arm from him and punch the other one in the face.
<img class="middle medium" src="images/release 4.02/misc/fight6.gif">
[[Next|day13striprage6]]<<speech "You" "$name">>''Hahahaha! Who else wants a piece of me?''<</speech>>
A voice comes from your back, and a hand grabs your shoulder.
<div class="generalz">Hey, remember me?</div>
You turn you head to see the older long haired guy from the car.
<<speech "You" "$name">>''What do'' you waaa...<</speech>>
There's something wrong. You look down and see a syringe pressed at the side of your leg.
<div class="generalz">Horse tranquilizer, I figured I'd need more than just normal tranquilizer...</div>
You slap his hand, making the syringe fall off.
<<speech "You" "$name">>''You think you can stop me?''<</speech>>
<div class="generalz">I hope so, kid...</div>
He grabs his gun and points at you.
<<speech "You" "$name">>You're... gonna... pay...<</speech>>
~THUD
You fall on the ground.
<img class="middle medium" src="images/player/ragecall.gif">
[[Next|day13striprage7]]You start to hear music again.
<<speech "You" "$name">>What....<</speech>>
As you open your eyes you see a woman with a medical mask on, stitching your wounds.
<<speech "You" "$name">>Ow!<</speech>>
<div class="girl">Stay still please...</div>
You are sitting in a chair, a little far away, but facing the main stage.
<<speech "Jack">>Is he awake now? Goood!<</speech>>
Jack smiles at you.
<<speech "Jack">>Well, well, well, what do we have 'ere? Looks like we've got ourselves a feisty one, don't we?<</speech>>
<<speech "You" "$name">>Where am I?<</speech>>
You slowly start to understand the situation.
<<speech "Jack">>You're still at The Clover...
And let me tell ya, you put up quite a show out there. Reminded me of meself when I was your age.<</speech>>
<<speech "You" "$name">>Thanks...<</speech>>
<<speech "Jack">>Well, $name, you got some real talent for scrappin'. You took down three of me best men before we had to bring out the tranquilizers. Impressive, I must say.<</speech>>
<<speech "You" "$name">>Thanks again...<</speech>>
You correct your position to sit better
<div class="girl">It's done. Don't fight again, please...</div>
The woman gather her things, gets up and leave.
<<speech "Jack">>Thank you, doll...
$name me boy, I see potential in ya. You got fire in your belly, and I could use someone like you in me crew.<</speech>>
<<speech "You" "$name">>So I guess I passed the test haha...<</speech>>
<<speech "Jack">>More than that, you've earned my respect...<</speech>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
''Your fighting skill has increased by 25 xp''
<<set $fightinglvl += 25>>
<span class="rage">''Your skill with the Rage calling has increased by 1''</span>
<<set $ragecalllvl += 1>>
<span class="friendship">His friendship has increased by 2</span>
<<set $jack.friendship += 2>>
[[Next|day13striptestdone]]<<if $ragecalllvl gte 4 and $CurEng gte 20 and $player.arche gte 1>>
<<set $CurEng -= 20>>
<<set $player.arche -= 1>>
You take a deep breath, hold for a few seconds and let the air out.
<<speech "You" "$name">>(I've got this...)<</speech>>
One guy takes out a knife and pierce another man's leg, who screams in pain, but manages to run away.
<div class="general">Hey! It's your turn!</div>
You take another deep breath and close your eyes.
<<speech "You" "$name">>(This is a place for lust, the perfect time for this...)<</speech>>
He runs towards you, raising his hand with the knife.
<<speech "Dick">>Concentrate!<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
[[Next|day13striplust2]]
<<else>>
You're either too tired or don't have enough ability with this power to make it work properly.
<img class="middle medium" src="images/player/lustcall2.gif">
But you still manage to take some experience out of it.
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>><<nobr>>
<<set $player.arche -= 0.5>>
<<set $CurEng -= 10>><</nobr>>
[[Next|day13stripnor]]<</if>>Your body begins to burn a little.
<<speech "You" "$name">>(Ahhrg... what's this?)<</speech>>
Smoke begins to come out through your pores, while the man keeps coming at you.
<<speech "You" "$name">>(Shit!)<</speech>>
It has a pink color and the stream begins to increase, filling the place.
<img class="middle medium" src="images/release 4.02/misc/lust.gif">
The man stops, right in front of you.
<div class="general">What the...</div>
He drops the knife and puts his hand over his crotch.
<<speech "You" "$name">>(Did it worked?)<</speech>>
You look around and see everyone confused and grabbing their own body parts.
<<speech "You" "$name">>(Well, at least the fight stopped...)<</speech>>
Some start stripping and the action begins.
[[Next|day13striplust3]]
Two girls start to make out, while others show their asses, inviting others around.
<video width="1000" src="videos/release 4.02/stripclub1/2.mp4" autoplay controls></video>
Men start to take out their dicks and stroke while looking at the girls.
[[Next|day13striplust4]]Girls start sucking other girls and strippers come back to the main area to suck some cocks.
<video width="1000" src="videos/release 4.02/stripclub1/3.mp4" autoplay controls></video>
<<speech "You" "$name">>(Damn! This is turning into a sex paradise...)<</speech>>
Some girls start to crawl in your direction.
<<speech "You" "$name">>(Hell yeah!)<</speech>>
<<speech "Dick">>No!<</speech>>
<<speech "You" "$name">>(Why not?)<</speech>>
<<speech "Dick">>You're not ready to control this amount of people while fucking. This could make you lose control and increase the effects...<</speech>>
<<speech "You" "$name">>(I think the situation is already out of control)<</speech>>
<<speech "Dick">>They're just fucking. Trust me... I've seen a lot worse...<</speech>>
[[Next|day13striplust5]]They start fucking relentlessly.
<video width="1000" src="videos/release 4.02/stripclub1/4.mp4" autoplay controls></video>
<<speech "You" "$name">>(What do you mean by worse?)<</speech>>
<<speech "Dick">>People fucking until a heart attack, women taking ten cock at the same time, men ejaculating blo-<</speech>>
<<speech "You" "$name">>(''Okay!'' I get it. I should focus)<</speech>>
You concentrate on cutting the effect and as you take a look at yourself the smoke seems to stop coming out, at least compared to how it was.
<<speech "You" "$name">>(It stopped burning...)<</speech>>
You hear several moans and grunts all around the place.
<<speech "You" "$name">>(This is either heaven or hell)<</speech>>
[[Next|day13striplust6]]It doesn't take too long before people "finish".
<video width="1000" src="videos/release 4.02/stripclub1/5.mp4" autoplay controls></video>
<<speech "You" "$name">>(I think that's enough...)<</speech>>
<img class="middle medium" src="images/player/lustcall.gif">
As the rush of desire fades, a sense of shame begins to creep in among the crowd.
<<speech "You" "$name">>(Too tired to keep fighting I hope...)<</speech>>
You make your way over to Jack.
<<speech "Jack">>What the hell was that?<</speech>>
<<speech "You" "$name">>These people came here to fuck, right?<</speech>>
<<speech "Jack">>I don't know how you pulled that off, but it was bloody brilliant!<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<<set $strip1lust to true>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 20>>
<span class="yellow">''Your charisma has increased by 30 xp''</span>
<<set $player.charisma += 30>>
<span class="lust">''Your skill with the Lust calling has increased by 1''</span>
<<set $lustcalllvl += 1>>
<span class="friendship">His friendship has increased by 1</span>
<<set $jack.friendship += 1>>
[[Next|day13striptestdone]]<<if $intelligencelvl gte 2>>
<span class="blue">''Intelligence check successful!''</span>
You look around for a safe place and see a strategically placed curtain hanging nearby.
<<speech "You" "$name">>(That's it!)<</speech>>
<span class="blue">''Your intelligence has increased by 5 xp''</span>
<<set $player.intelligence += 5>>
<<else>>
<span class="blue">''Intelligence check failed''</span>
You look around but can't think of a good place to hide.
<<speech "Dick">>Calm down...<</speech>>
<span class="luck">A green spark light a strategically placed curtain hanging nearby.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<<speech "You" "$name">>(That's it!)<</speech>>
<</if>><<if $sneakinglevel gte 2>>
''Sneaking check successful!''
You quickly but carefully find your way towards it, using the tables and chairs as cover.
<img class="middle medium" src="images/release 4.02/misc/sneaking.gif">
<div class="general">Where is he?</div>
''Your sneaking skill level has increased by 15 xp''
<<set $sneakinglvl += 15>>
<<else>>
''Sneaking check failed''
You try to run towards the curtain without being seen, but end up tripping on a chair on the way.
<div class="general">I still see you, hahaha!</div>
<<speech "Dick">>No, you do not...<</speech>>
<span class="luck">A grey spark coming from the chasing attacker teleports him away.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<img class="middle medium" src="images/release 4.02/misc/teleport.gif">
<</if>>
While going to the hiding spot you pass by a few distracted people...
@@#answer;
<<link "Use a Soul syphon">>
<<replace "#answer">>
<<if $syphonnumber gte 1>>
You take one nail out of your pocket and quickly poke the leg of a guy too caugh up on an argument to notice you.
<<set $syphonnumber -= 1>><<nobr>>
<</nobr>>
<div class="general">You piece of shit!
Yeah, I bet you wife doesn't....
I bet... waaa...</div>
His energy is immediately transferred to you as he kneels due to instant exhaustion, unaware of your presence.
<span class="energy">''+30 energy''</span>
<<set $CurEng += 30>>
<img class="middle medium" src="images/release 4.02/misc/nailed.gif">
Finding refuge and a vantage point, you can observe the fight without being seen, staying out of harm's way and allowing you to think better.
<<else>>
You don't have any nails, so you just find refuge and a vantage point, to observe the fight without being seen, staying out of harm's way and allowing you to think better.
<</if>>
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Next|day13stripnorint2]]
<</replace>><</link>>
<<link "Just go to a hiding spot">>
<<replace "#answer">>
Finding refuge and a vantage point, you can observe the fight without being seen, staying out of harm's way and allowing you to think better.
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Next|day13stripnorint2]]
<</replace>><</link>><<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
You spot a sound table with a computer at the back of the main stage.
<<speech "You" "$name">>(I think I can control this place if I gain access...)<</speech>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<<else>>
<span class="blue">''Intelligence check failed''</span>
<<speech "You" "$name">>(Fuck... what do I do?)<</speech>>
<<speech "Dick">>Fear not...<</speech>>
<span class="psy">You notice a blue spark next to a guy.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<div class="general">(I could turn off the lights if I get to the computer at the back of the stage, but I'm too scared...)</div>
You hear his thoughts.
<<speech "You" "$name">>(Nice!)<</speech>>
<</if>>
@@#answer;
<<link "Use a Vortex vanisher">>
<<replace "#answer">>
<<if $vortexnumber gte 1>>
You take one ball from your pocket and blow through the hole in the middle.
~WHOOSH
It starts to produce smoke in a incredibly fast manner.
<img class="middle medium" src="images/release 4.02/misc/smokethrow.gif">
<<speech "You" "$name">>(Damn!)<</speech>>
You see a big guy climbing over the main stage, so you throw it right in front of him.
~POOF
<div class="generaltwo">Fuck! I can't see!</div>
<<speech "You" "$name">>(That's so fucking cool. I can see clearly through it!)<</speech>>
You get on the stage and walk through him without any difficulty.
<img class="middle medium" src="images/release 4.02/misc/smokesneak.gif">
''Your sneaking skill level has increased by 15 xp''
<<set $sneakinglvl += 15>>
<<else>>
You don't have any smoke balls, so you just climb onto the main stage. As you walk along it, a guy with a baseball bat stands in your way.
<<speech "You" "$name">>(Shit!)<</speech>>
You keep running, expecting to dogde his attack when you pass by him.
<div class="generaltwo">I'm gonna fuck your head up!</div>
You get near, he takes a swing.
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
Your reflexes and control over your body are more than enough to evade his blow by bending your spine to the back, then keep running.
<div class="generaltwo">Damn! You're fast!</div>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<else>>
<span class="grey">''Fitness check failed''</span>
You lower your head trying to evade the blow but realize that is not enough.
<<speech "You" "$name">>(Ahhhh!)<</speech>>
<<speech "Dick">>Watch out!<</speech>>
<span class="transmutation">A sudden purple spark emanates from the back of your head, momentarily turning it to metal.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<img class="middle medium" src="images/release 4.02/misc/hardhead.gif">
~CRACK!
The bat breaks on your head.
<div class="generaltwo">DAMN!</div>
<</if>>
You get to the computer.
<</if>>
[[Next|day13stripnorint3]]
<</replace>><</link>>
<<link "Don't use it">>
<<replace "#answer">>
You manage to climb onto the main stage, but as you walk along it, a guy with a baseball bat stands in your way.
<<speech "You" "$name">>(Shit!)<</speech>>
You keep running, expecting to dogde his attack when you pass by him.
<div class="generaltwo">I'm gonna fuck your head up!</div>
You get near, he takes a swing.
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
Your reflexes and control over your body are more than enough to evade his blow by bending your spine to the back, then keep running.
<div class="generaltwo">Damn! You're fast!</div>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<else>>
<span class="grey">''Fitness check failed''</span>
You lower your head trying to evade the blow but realize that is not enough.
<<speech "You" "$name">>(Ahhhh!)<</speech>>
<<speech "Dick">>Watch out!<</speech>>
<span class="transmutation">A sudden purple spark emanates from the back of your head, momentarily turning it to metal.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<img class="middle medium" src="images/release 4.02/misc/hardhead.gif">
~CRACK!
The bat breaks on your head.
<div class="generaltwo">DAMN!</div>
<</if>>
You get to the computer.
[[Next|day13stripnorint3]]
<</replace>><</link>>You're at the back of the stage, behind the curtains. The computer and soundboard are right in front of you.
<<speech "You" "$name">>(I just need to get access...)<</speech>>
You try to enter the system but it has a password.
<<if $hackinglevel gte 3>>
''Hacking check successful!''
You press certain buttons within a specific timeframe, which unlocks the system for you.
<img class="middle small" src="images/release 4.02/misc/hacking.gif">
<<speech "You" "$name">>(I'm in!)<</speech>>
A few clicks and wires cut, and the sound and lights go out.
''Your hacking skill level has increased by 15 xp''
<<set $hackinglvl += 15>>
<<else>>
''Hacking check failed''
<<speech "You" "$name">>(Fuck, I can't get in!)<</speech>>
<<speech "Dick">>~SIGH...<</speech>>
<span class="energy">An orange spark comes out of your finger and hits the system.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
~BOOM
The wires burn an cause a short circuit.
<</if>>
<img class="middle medium" src="images/release 4.02/misc/blackout.gif">
<<speech "You" "$name">>(I hope they can't fight in the dark...)<</speech>>
[[Next|day13stripnorint4]]The fighting does stop since no one can see each other. You step off the stage, and the lights stay out for a couple more minutes before coming back, giving people time to ease their tension.
<<set $CurEng -= 15>>
You make your way over to Jack.
<<speech "Jack">>What the hell was that?<</speech>>
<<speech "You" "$name">>There was no reason to keep fighting...<</speech>>
<<speech "Jack">>I don't know how you pulled that off, but it was bloody brilliant!<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<<set $CurEng -= 15>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="favor">His favor has increased by 1</span>
<<set $jack.favor += 1>>
[[Next|day13striptestdone]]<<if $charismalvl gte 3>>
<span class="yellow">''Charisma check successful!''</span>
<<speech "You" "$name">>Hey! Hey! Hey!!<</speech>>
You put your hands up and he hesitates.
<<speech "You" "$name">>I'm Jack's nephew! Are you sure you want to kill me?<</speech>>
<div class="general">I never saw you around...</div>
He lowers his knife, but stays hesitant.
<<speech "You" "$name">>It's my first time here. I don't want it to be the last...
And I don't think you want it to be your last either...<</speech>>
<div class="general">Hum...</div>
<<speech "You" "$name">>Look... I can prove I'm his nephew, you just-<</speech>>
~BLAM!
<img class="middle small" src="images/release 4.02/misc/fainting.gif">
Someone hits him unconscious and goes back to fight someone else.
<<speech "You" "$name">>Well... fuck you...<</speech>>
You walk away from him.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
While going to the hiding spot you pass by a few distracted people...
<<else>>
<span class="yellow">''Charisma check failed''</span>
<<speech "You" "$name">>Stop!<</speech>>
<div class="general">Why?</div>
He hesitates.
<<speech "You" "$name">>I- ah... uhm... because I'm asking nicely?<</speech>>
Raising his knife again, he comes at you.
<<speech "Dick">>Get away from here!<</speech>>
A white spark engulfs your body, and when it fades, you're invisible.
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<<speech "Dick">>It's not going to last, get away quickly!<</speech>>
You have enough time to run away, before turning visible again and you pass by a few distracted people...
<</if>>
@@#answer;
<<link "Use a Soul syphon">>
<<replace "#answer">>
<<if $syphonnumber gte 1>>
You take one nail out of your pocket and quickly poke the leg of a guy too caugh up on an argument to notice you.
<<set $syphonnumber -= 1>><<nobr>>
<</nobr>>
<div class="general">You piece of shit!
Yeah, I bet you wife doesn't....
I bet... waaa...</div>
His energy is immediately transferred to you as he kneels due to instant exhaustion, unaware of your presence.
<span class="energy">''+30 energy''</span>
<<set $CurEng += 30>>
<img class="middle medium" src="images/release 4.02/misc/nailed.gif">
You decide to hide under a table.
<<else>>
You don't have any nails, so you just decide to hide under a table.
<</if>>
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Next|day13stripnorchar2]]
<</replace>><</link>>
<<link "Just go to a hiding spot">>
<<replace "#answer">>
You decide to hide under a table.
<<speech "You" "$name">>(I gotta find a way to stop this...)<</speech>>
[[Next|day13stripnorchar2]]
<</replace>><</link>><<speech "You" "$name">>Come on motherfucker!<</speech>>
You wait for him to arrive, staying focused to anticipate his attack.
@@#answer;
<<link "Take a Dermofortis seed">>
<<replace "#answer">>
<<if $dermofortisnumber gte 1>>
You swallow a seed and your skin instantly hardens.
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>><<nobr>>
<<set $dermofortisnumber -= 1>><</nobr>>
<<speech "You" "$name">>(If this doesn't works I'll kill you Kobe...)<</speech>>
He takes a wing.
<<set $strip1hard to true>>
<img class="middle medium" src="images/release 4.02/misc/knifehard.gif">
But it doesn't even scratch you.
<div class="general">What the fuck?</div>
<<speech "You" "$name">>(This thing fucking works!)<</speech>>
You take his disbelief as a chance to fight back.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
Your hardened fist is more than enough to dismantle him.
~THUD
He falls to the ground.
[[Next|day13stripnordomhard]]
<<else>>
You don't have any seeds so you just wait for his attack.
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
You manage to dodge his swing.
<img class="middle medium" src="images/release 4.02/misc/knifehard.gif">
You take his disbelief as a chance to fight back.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He takes the hit, but even though it hurts him, he's still standing.
<<speech "You" "$name">>Fuck!<</speech>>
You quickly shove him back and he trips, giving you a chance to get out of the situation.
<<else>>
<span class="grey">''Fitness check failed''</span>
You try to dodge but you're not fast enough, he's going to stab you.
<<speech "Dick">>Not on my watch...<</speech>>
<span class="time">A yellow spark wraps around his hand and paralizes it in time and space.</span>
<span class="energy">''-10 energy</span>
<<set $CurEng -= 10>>
<div class="general">What the fuck?</div>
The rest of him is normal and he tries to use his other hand to move his paralyzed arm.
<<speech "You" "$name">>Hah! Fuck you!<</speech>>
You take you chance to punch him.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He takes the hit, but even though it hurts him, he's still standing.
<<speech "You" "$name">>Fuck!<</speech>>
You take another hit.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
And another.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He finally passes out, but is left hanging by the hand that holds the knife in the same position.
<<speech "You" "$name">>(Ow! My hand!)<</speech>>
<</if>>
[[Next|day13stripnordom2]]<</if>>
<</replace>><</link>>
<<link "Don't use it">>
<<replace "#answer">>
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
You manage to dodge his swing.
<img class="middle medium" src="images/release 4.02/misc/knifedodge.gif">
You take his disbelief as a chance to fight back.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He takes the hit, but even though it hurts him, he's still standing.
<<speech "You" "$name">>Fuck!<</speech>>
You quickly shove him back and he trips, giving you a chance to get out of the situation.
<<else>>
<span class="grey">''Fitness check failed''</span>
You try to dodge but you're not fast enough, he's going to stab you.
<<speech "Dick">>Not on my watch...<</speech>>
<span class="time">A yellow spark wraps around his hand and paralizes it in time and space.</span>
<span class="energy">''-10 energy</span>
<<set $CurEng -= 10>>
<div class="general">What the fuck?</div>
The rest of him is normal and he tries to use his other hand to move his paralyzed arm.
<<speech "You" "$name">>Hah! Fuck you!<</speech>>
You take you chance to punch him.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He takes the hit, but even though it hurts him, he's still standing.
<<speech "You" "$name">>Fuck!<</speech>>
You take another hit.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
And another.
<img class="middle medium" src="images/release 4.02/misc/punch2.gif">
He finally passes out, but is left hanging by the hand that holds the knife in the same position.
<<speech "You" "$name">>(Ow! My hand!)<</speech>>
<</if>>
[[Next|day13stripnordom2]]
<</replace>><</link>>You're near to a stripper, both of you hiding under tables.
<<speech "You" "$name">>Hi!<</speech>>
She looks at you confused, not knowing what to answer.
<<if $charismalvl gte 2>>
<span class="yellow">''Charisma check successful!''</span>
<<speech "You" "$name">>Tell me... is there a microphone somewhere around here?<</speech>>
<div class="girl">Why would you need that now??</div>
<<speech "You" "$name">>I need to make an announcement. It will break this fight...<</speech>>
<div class="girl">There's one in the back, over the main stage.</div>
<<speech "You" "$name">>Thank you, beautiful!<</speech>>
She smiles.
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<<else>>
<span class="yellow">''Charisma check failed''</span>
<<speech "You" "$name">>(Fuck, she doesn't want to talk...)<</speech>>
<<speech "Dick">>There!<</speech>>
<span class="luck">A green spark light a soundboard located at the back of the main stage.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<<speech "You" "$name">>(Hmmm, there might be a microphone over there...)<</speech>>
<</if>>
@@#answer;
<<link "Use a Vortex vanisher">>
<<replace "#answer">>
<<if $vortexnumber gte 1>>
You take one ball from your pocket and blow through the hole in the middle.
~WHOOSH
It starts to produce smoke in a incredibly fast manner.
<img class="middle medium" src="images/release 4.02/misc/smokethrow.gif">
<<speech "You" "$name">>(Damn!)<</speech>>
You see a big guy climbing over the main stage, so you throw it right in front of him.
~POOF
<div class="generaltwo">Fuck! I can't see!</div>
<<speech "You" "$name">>(That's so fucking cool. I can see clearly through it!)<</speech>>
You get on the stage and walk through him without any difficulty.
<img class="middle medium" src="images/release 4.02/misc/smokesneak.gif">
''Your sneaking skill level has increased by 15 xp''
<<set $sneakinglvl += 15>>
<<else>>
You don't have any smoke balls, so you just climb onto the main stage. As you walk along it, a guy with a baseball bat stands in your way.
You manage to climb onto the main stage, but as you walk along it, a guy with a baseball bat stands in your way.
<<speech "You" "$name">>(Shit!)<</speech>>
You keep running, expecting to dogde his attack when you pass by him.
<div class="generaltwo">I'm gonna fuck your head up!</div>
You get near, he takes a swing.
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
Your reflexes and control over your body are more than enough to evade his blow by bending your spine to the back, then keep running.
<div class="generaltwo">Damn! You're fast!</div>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<else>>
<span class="grey">''Fitness check failed''</span>
You lower your head trying to evade the blow but realize that is not enough.
<<speech "You" "$name">>(Ahhhh!)<</speech>>
<<speech "Dick">>Watch out!<</speech>>
<span class="transmutation">A sudden purple spark emanates from the back of your head, momentarily turning it to metal.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<img class="middle medium" src="images/release 4.02/misc/hardhead.gif">
~CRACK!
The bat breaks on your head.
<div class="generaltwo">DAMN!</div>
<</if>>
You get to the computer.
<</if>>
[[Next|day13stripnorchar3]]
<</replace>><</link>>
<<link "Don't use it">>
<<replace "#answer">>
You manage to climb onto the main stage, but as you walk along it, a guy with a baseball bat stands in your way.
<<speech "You" "$name">>(Shit!)<</speech>>
You keep running, expecting to dogde his attack when you pass by him.
<div class="generaltwo">I'm gonna fuck your head up!</div>
You get near, he takes a swing.
<<if $fitnesslvl gte 3>>
<span class="grey">''Fitness check successful!''</span>
Your reflexes and control over your body are more than enough to evade his blow by bending your spine to the back, then keep running.
<div class="generaltwo">Damn! You're fast!</span>
<span class="grey">''Your fitness has increased by 15 xp''</span>
<<set $player.fitness += 15>>
<<else>>
<span class="grey">''Fitness check failed''</span>
You lower your head trying to evade the blow but realize that is not enough.
<<speech "You" "$name">>(Ahhhh!)<</speech>>
<<speech "Dick">>Watch out!<</speech>>
<span class="transmutation">A sudden purple spark emanates from the back of your head, momentarily turning it to metal.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<img class="middle medium" src="images/release 4.02/misc/hardhead.gif">
~CRACK!
The bat breaks on your head.
<div class="generaltwo">DAMN!</span>
<</if>>
You get to the computer.
[[Next|day13stripnorchar3]]
<</replace>><</link>>You're at the back of the stage, behind the curtains. The soundboard is right in front of you the microphone cable is connected but the microphone itself is not around.
<<speech "You" "$name">>(Where is it??)<</speech>>
You follow the cable and it leads to the door of a dressing room.
~KNOCK KNOCK
You try to knock but no one answears.
<<speech "You" "$name">>(I have to open this door...)<</speech>>
<<if $handymanlevel gte 2>>
''Handyman check successful!''
You see a screwdriver on the ground next to the door.
<<speech "You" "$name">>(Humm..)<</speech>>
You stick the tool where you think the lock is and give it a firm hit with the lower part of your hand.
~CRACK!
''Your handyman skill level has increased by 15 xp''
<<set $handymanlvl += 15>>
<<else>>
''Handyman check failed''
You try to force the handle without any success.
<<speech "Dick">>Let me try...<</speech>>
<span class="rage">You see a red spark on your right shoulder.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<<speech "You" "$name">>(What the fuck?)<</speech>>
<<speech "Dick">>Break this thing already!<</speech>>
<<speech "You" "$name">>''Ahhhh!''<</speech>>
You bump into the door with your shoulder, shattering it.
<img class="middle medium" src="images/release 4.02/misc/doorbreak.gif">
~CRACK!
<</if>>
It opens and you see a guy inside, getting a blowjob from a stripper while shooting heroin.
<div class="general">Bro... what the fuck...</div>
<<speech "You" "$name">>There's a whole hell breaking loose outside! I'm going to fix it!<</speech>>
You see the microphone over a small coffe table and pick it up, walking towards the stage.
<<speech "You" "$name">>You're the sound guy?<</speech>>
<div class="general">Yeah...</div>
<<speech "You" "$name">>Help me with the music, I'll give you a signal.<</speech>>
[[Next|day13stripnorchar4]]You walk to the front of the stage and even though the fight keeps going, some people stop to watch you.
<<speech "You" "$name">>(This is it...)<</speech>>
You tap on the microphone.
~TOOT TOOT
Seems to be working.
<<if $charismalvl gte 5>>
<span class="yellow">''Charisma check successful!''</span>
<<speech "You" "$name">>Hey, hey, hey, let's hold up a minute, folks.<</speech>>
Some eyes turning to you, curious and expectant.
<<speech "You" "$name">>I know things are getting heated here, but let's take a step back and think about what we're doing.<</speech>>
More and more people stop to hear you.
<<speech "You" "$name">>I get it... We've all got our differences.
but we're better than this...<</speech>>
You turn around to look at the back of the stage where the sound guy is.
<<speech "You" "$name">>Put on a classic!<</speech>>
~DO YOU REMEMBER? THE 21ST NIGHT OF SEPTEMBER...
(September by Earth, Wind and Fire starts playing)
<img class="middle medium" src="images/release 4.02/misc/september.gif">
The confusions starts to dissipate.
<<speech "You" "$name">>Let's settle our disputes like adults, yeah? No need for all this violence.
The great Jack McCarthy himself said that whoever buys more drinks tonight get free access to The Clover for a whole year!<</speech>>
The few fights that were still going suddenly stop because of the sheer amount of people running to the bar.
<span class="yellow">''Your charisma has increased by 15 xp''</span>
<<set $player.charisma += 15>>
<<else>>
<span class="yellow">''Charisma check failed''</span>
<<speech "You" "$name">>Hey! Uhmm...
Stop fighting, guys... come on!<</speech>>
<div class="general">Shut the fuck up!</div>
Someone says and throws a bottle at you, which luckily misses.
<<speech "Dick">>Let me help you...<</speech>>
<span class="calmness">A light blue spark shine over your throat.</span>
<span class="energy">''-10 energy''</span>
<<set $CurEng -= 10>>
<<speech "Dick">>Just be polite...<</speech>>
<<speech "You" "$name">><span class="calmness">Please, stop...</span><</speech>>
Your voice emerges with an extremely soothing tone, and the whole crowd immediately stops, lowering their fists and weapons, losing all the will to fight.
<<speech "You" "$name">>Uhmm... thanks...<</speech>>
People get back to what they were doing and the sound guy puts on some club music.
<</if>>
[[Next|day13stripnorchar5]]You make your way over to Jack.
<<set $CurEng -= 15>>
<<speech "Jack">>What the hell was that?<</speech>>
<<speech "You" "$name">>There was no reason to keep fighting...<</speech>>
<<speech "Jack">>I don't know how you pulled that off, but it was bloody brilliant!<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp tongue. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="blue">''Your intelligence has increased by 10 xp''</span>
<<set $player.intelligence += 10>>
<span class="grey">''Your fitness has increased by 10 xp''</span>
<<set $player.fitness += 10>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.fitness += 20>>
<span class="friendship">His friendship has increased by 1</span>
<<set $jack.friendship += 1>>
[[Next|day13striptestdone]]You walk through the confusion, receiving punches as if they were nothing and delivering blows like a hammer.
<img class="middle small" src="images/release 4.02/misc/hardfight.gif">
Most people are either incapacitated or have fled, leaving just a few fights ongoing.
<<speech "You" "$name">>(Almost... (~panting) there...)<</speech>>
While going through the mess you pass by a few distracted people...
@@#answer;
<<link "Use a Soul syphon">>
<<replace "#answer">>
<<if $syphonnumber gte 1>>
You take one nail out of your pocket and quickly poke the leg of a guy too caugh up on an argument to notice you.
<<set $syphonnumber -= 1>><<nobr>>
<</nobr>>
<div class="general">You piece of shit!
Yeah, I bet you wife doesn't....
I bet... waaa...</div>
His energy is immediately transferred to you as he kneels due to instant exhaustion, unaware of your presence.
<span class="energy">''+30 energy''</span>
<<set $CurEng += 30>>
<img class="middle medium" src="images/release 4.02/misc/nailed.gif">
<<else>>
You don't have any nails, so you just find refuge and a vantage point, to observe the fight without being seen, staying out of harm's way and allowing you to think better.
<</if>>
[[Next|day13stripnordomhard2]]
<</replace>><</link>>
<<link "Just keep fighting">>
<<replace "#answer">>
<<goto "day13stripnordomhard2">>
<</replace>><</link>><<if $fightinglvl gte 50>>
''Fighting check successful!''
Even with a short experience in fighting you manage to hit more than get hit.
<img class="middle small" src="images/release 4.02/misc/fightcheck.gif">
Most people are either incapacitated or have fled, leaving just a few fights ongoing.
<<speech "You" "$name">>(Almost... (~panting) there...)<</speech>>
''Your fighting skill level has increased by 50 xp''
<<set $fightinglvl += 50>>
<<else>>
''Fighting check failed''
Not really managing to dodge any of the hits you start to get beaten up.
<img class="middle small" src="images/release 4.02/misc/fightlost.gif">
<<speech "Dick">>By the Gods! Get off him!<</speech>>
<span class="lust">A big spark of pink color comes from your back, blinding all of your agressors instantly.</span>
<span class="energy">''-20 energy''</span>
<<set $CurEng -= 20>>
The spark causes a reaction on their bodies, increasing their lust.
<div class="generaltwo">Why the fuck is your dick hard?</div>
A man points to other's crotch.
<div class="general">I don't know! Wait...
You too!</div>
As their blood rushes to their private parts rather than their muscles, their confusion buys you time to escape the situation.
<<speech "You" "$name">>(Almost... (~panting) there...)<</speech>>
<</if>>
While going through the mess you pass by a few distracted people...
@@#answer;
<<link "Use a Soul syphon">>
<<replace "#answer">>
<<if $syphonnumber gte 1>>
You take one nail out of your pocket and quickly poke the leg of a guy too caugh up on an argument to notice you.
<<set $syphonnumber -= 1>><<nobr>>
<</nobr>>
<div class="general">You piece of shit!
Yeah, I bet you wife doesn't....
I bet... waaa...</div>
His energy is immediately transferred to you as he kneels due to instant exhaustion, unaware of your presence.
<span class="energy">''+30 energy''</span>
<<set $CurEng += 30>>
<img class="middle medium" src="images/release 4.02/misc/nailed.gif">
<<else>>
You don't have any nails, so you just find refuge and a vantage point, to observe the fight without being seen, staying out of harm's way and allowing you to think better.
<</if>>
[[Next|day13stripnordom3]]
<</replace>><</link>>
<<link "Just keep fighting">>
<<replace "#answer">>
<<goto "day13stripnordom3">>
<</replace>><</link>><<speech "Jack">>Security! Deal with this shit...<</speech>>
<<set $CurEng -= 20>>
Jack's security guards immediately rush into the remaining fights happening and break the confusion efficiently.
<<speech "You" "$name">>(I guess it's over... that went better than expected...)<</speech>>
You make your way over to Jack.
<<speech "Jack">>Well, well, well... Look at you, kid. Quite the fighter, ain't ya?<</speech>>
<<speech "You" "$name">>Had to handle myself...<</speech>>
<<speech "Jack">>Handle yourself? You did more than that, son. Took on half the damn bar and walked out without a scratch. Impressive, I must say.<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid...
You prove yourself tonight, and I reckon you'll do just fine under my wing.<</speech>>
<<speech "You" "$name">>So I guess I passed the test haha...<</speech>>
<<speech "Jack">>More than that, you've earned my respect...
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
''Your fighting skill has increased by 25 xp''
<<set $fightinglvl += 25>>
<span class="friendship">His friendship has increased by 1</span>
<<set $jack.friendship += 1>>
[[Next|day13striptestdone]]<<speech "Jack">>Security! Deal with this shit...<</speech>>
<<set $CurEng -= 20>>
Jack's security guards immediately rush into the remaining fights happening and break the confusion efficiently.
<<speech "You" "$name">>(I guess it's over... I'm fucking beat...)<</speech>>
You make your way over to Jack.
<<speech "Jack">>Well, well, well... Look at you, kid. Quite the fighter, ain't ya?<</speech>>
<<speech "You" "$name">>Had to handle myself...<</speech>>
<<speech "Jack">>You took more than a few blows, but I respect your endurance...<</speech>>
<<speech "You" "$name">>Thanks.<</speech>>
<<speech "Jack">>Quick hands, sharp mind. You got potential, kid.<</speech>>
<<speech "You" "$name">>So, did a pass the test?<</speech>>
<<speech "Jack">>You prove yourself tonight, and I reckon you'll do just fine under my wing.
I've got a good feeling about you, kid. Welcome to the family.<</speech>>
<span class="grey">''Your fitness has increased by 25 xp''</span>
<<set $player.fitness += 25>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
''Your fighting skill has increased by 25 xp''
<<set $fightinglvl += 25>>
<span class="favor">His favor has increased by 1</span>
<<set $jack.favor += 1>>
[[Next|day13striptestdone]]After some very small talk someone comes to Jack and whisper something in his ear.
<<speech "Jack">>Mr. Tanaka is here? I gotta talk to him.
Welcome again kid, I've got to go...
Scott, you're coming...<</speech>>
<<speech "Scott">>Sure, boss. See you around, kid...<</speech>>
They leave the table and head for the stairs.
<<speech "Jack">>Oh, almost forgot...<</speech>>
He trows you a pack of money.
<<speech "Jack">>That's a gift for joining. Go spend on some whores or something...<</speech>>
They leave.
<<speech "You" "$name">>(Woah...)<</speech>>
''You're 250 $ richer"
<<set $player.money += 250>>
[[Next|day13striptestdone3]]You visit to the first area you went as you came to the club, where the girls do private dances.
<<speech "Abella" "???">>You again, huh?<</speech>>
<img class="middle large" src="images/release 4.02/stripclub1/3.jpg">
<<speech "You" "$name">>Hey.<</speech>>
<<speech "Abella" "???">>I see that you didn't die in all that shit...<</speech>>
<<speech "You" "$name">>Not only that, but I'm officially working for Jack now...<</speech>>
<<speech "Abella" "???">>Uhhg...<</speech>>
<<speech "You" "$name">>Yeah, not exactly my choice...<</speech>>
<<speech "Abella" "???">>I understand. Sometimes we have to do things we don't want to...
What about a free private dance to unwind?<</speech>>
<<speech "You" "$name">>I won't say no to that...<</speech>>
[[Next|day13striptestdone4]]She takes you to a private room and starts to dance.
<<speech "Abella" "???">>Sit, get confortable and enjoy it...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/1.mp4" autoplay controls></video>
<<speech "You" "$name">>Alright...<</speech>>
[[Next|day13striptestdone5]]<video width="1000" src="videos/release 4.02/abella/day13/2.mp4" autoplay controls></video>
<<set $strip1talk to false>>
<<speech "You" "$name">>(Nice!)<</speech>>
[[Next|day13striptestdone6]]<video width="1000" src="videos/release 4.02/abella/day13/3.mp4" autoplay controls></video>
<<speech "Abella" "???">>Do you want to talk?<</speech>>
<<set $araname to "???">>
@@#answer;
<<link "Yes">>
<<replace "#answer">>
<<speech "You" "$name">>Yeah, I'd like to talk...<</speech>>
<<set $strip1talk to true>>
[[Next|day13striptestdone7]]
<</replace>><</link>>
<<link "No">>
<<replace "#answer">>
<<speech "You" "$name">>Not really.<</speech>>
<<speech "Abella" "???">>Got ya...<</speech>>
<span class="submission">Her submission has increased by 1</span>
<<set $abella.submission += 1>>
[[Next|day13striptestdone7]]
<</replace>><</link>><video width="1000" src="videos/release 4.02/abella/day13/4.mp4" autoplay controls></video>
<<if $strip1talk is true>>
<<speech "Abella" "$araname">>How long you've been shooting porn?<</speech>>
<<speech "You" "$name">>I'm pretty new. It's been like two weeks now.<</speech>>
<<speech "Abella" "???">>So you have a big cock?<</speech>>
@@#answer;
<<link "Be funny">>
<<replace "#answer">>
<<speech "You" "$name">>I do, but my heart is even bigger.<</speech>>
<<speech "Abella" "???">>Hahaha...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
[[Next|day13striptestdone8]]
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I do, would you like to see it?<</speech>>
<<speech "Abella" "???">>Maybe...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Next|day13striptestdone8]]
<</replace>><</link>>
<<else>>
[[Next|day13striptestdone8]]<</if>><video width="1000" src="videos/release 4.02/abella/day13/5.mp4" autoplay controls></video>
<<if $strip1talk is true>>
<<speech "You" "$name">>Do you know anything about Jack? Something that's worth mentioning.<</speech>>
<<speech "Abella" "$araname">>He's very dangerous. You never know how he'll react to something.<</speech>>
<<speech "You" "$name">>Has he ever hurt you or anything?<</speech>>
<<speech "Abella" "$araname">>He never touched me. He offered me this job a while ago.
Something about me being special to him, but never got into details.<</speech>>
<<speech "You" "$name">>That's weird...<</speech>>
<<speech "Abella" "$araname">>It is. But I get paid very nicely, which helps me to pay for college and rent.<</speech>>
<</if>>
[[Next|day13striptestdone9]]She comes over for a lap dance.
<<set $strip1touch to false>>
<video width="1000" src="videos/release 4.02/abella/day13/6.mp4" autoplay controls></video>
<<if $strip1talk is true>>
<<speech "Abella" "???">>What's your name?<</speech>>
<<speech "You" "$name">>I'm $name. Pleasure to meet you.<</speech>>
<<speech "Abella" "$araname">>I'm Danger, nice too meet you too...<</speech>>
<<set $araname to "Danger">>
<<speech "You" "$name">>Cool name. Why did you choose it?<</speech>>
<<speech "Abella" "$araname">>It makes guys think twice before touching me without being invited...<</speech>>
@@#answer;
<<link "Be cool">>
<<replace "#answer">>
<<speech "You" "$name">>I'm glad you can take care of yourself.<</speech>>
<<speech "Abella" "$araname">>Well... I have to...<</speech>>
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
[[Next|day13striptestdone10]]
<</replace>><</link>>
<<link "Be flirty">>
<<replace "#answer">>
<<speech "You" "$name">>I have a dangerous boner right now.<</speech>>
<<speech "Abella" "$araname">>Hmm... I'm flattered...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Next|day13striptestdone10]]
<</replace>><</link>>
<<else>>
[[Next|day13striptestdone10]]<</if>><<if $abella.lust gte 1>>
<span class="lust">''Lust check successful!''</span>
<<set $strip1touch to true>>
<<speech "Abella" "$araname">>Come on, you can touch it...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/7a.mp4" autoplay controls></video>
<<else>>
<span class="lust">''Lust check failed''</span>
<<speech "Abella" "$araname">>No touching... yet.<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/7b.mp4" autoplay controls></video>
<</if>>
[[Next|day13striptestdone11]]<<if $strip1touch is true>>
<video width="1000" src="videos/release 4.02/abella/day13/8a.mp4" autoplay controls></video>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/8b.mp4" autoplay controls></video>
<</if>>
<<speech "You" "$name">>(Damn... my cock is about to explode)
I would love to see more of you...<</speech>>
[[Next|day13striptestdone12]]<<if $abella.love gte 1>>
<span class="love">''Love check successful!''</span>
<<speech "Abella" "$araname">>You know what?
I like you. I'll show you more...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/topoff1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Yes!)<</speech>>
[[Next|day13stripshow2]]
<<else>>
<span class="love">''Love check failed''</span>
<video width="1000" src="videos/release 4.02/abella/day13/charge1.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>I'll be happy to show more if you pay for it...<</speech>>
<<speech "You" "$name">>Really?<</speech>>
<<speech "Abella" "$araname">>This is my job. I already gave you a free private dance.
Let's begin with 50 $ to lose my top.<</speech>>
@@#answer;
<<link "Pay 50 $ for the top">>
<<replace "#answer">>
<<speech "You" "$name">>It's worth it... here.<</speech>>
<<set $player.money -= 50>>
<video width="1000" src="videos/release 4.02/abella/day13/pay1.mp4" autoplay controls></video>
[[Next|day13stripshow]]
<</replace>><</link>>
<<link "Convince her to do it for free (Charisma level 4)">>
<<replace "#answer">>
<<if $charismalvl gte 4>>
<<speech "You" "$name">>Come on... tonight's been sooo stressfull...<</speech>>
<<speech "Abella" "$araname">>Okaaaay...<</speech>>
[[Next|day13stripshow]]
<<else>>
You're not charismatic enough.
[[Leave|day13striptestdoneend]]<</if>>
<</replace>><</link>>
<<link "End things here">>
<<replace "#answer">>
<<goto "day13striptestdoneend">>
<</replace>><</link>><</if>><<speech "You" "$name">>I need to stop...<</speech>>
<<speech "Abella" "$araname">>Why?<</speech>>
<<speech "You" "$name">>I'm kinda tired. All that fighting and the adrenaline really wore me off...<</speech>>
<<speech "Abella" "$araname">>I understand... it was cool anyway...<</speech>>
<<speech "You" "$name">>It really was...<</speech>>
<<speech "Abella" "$araname">>I hope we can see eachother again.
Maybe next time we can go til' the end.<</speech>>
She gives you a wink.
<<speech "You" "$name">>Sounds like a plan.<</speech>>
<<speech "Abella" "$araname">>You're different than most guys that come to the club, in a good way...
My shift is already over... I gotta go home, bye!<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Go home|day13homelobby]]<video width="1000" src="videos/release 4.02/abella/day13/topoff1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Yes!)<</speech>>
[[Next|day13stripshow2]]<video width="1000" src="videos/release 4.02/abella/day13/topoff2.mp4" autoplay controls></video>
<<speech "You" "$name">>Your tits look amazing.<</speech>>
<<speech "Abella" "$araname">>Thanks.<</speech>>
[[Next|day13stripshow3]]<video width="1000" src="videos/release 4.02/abella/day13/10.mp4" autoplay controls></video>
[[Next|day13stripshow4]]<<speech "You" "$name">>I want to see more.<</speech>>
<<if $abella.love gte 1>>
<span class="love">''Love check successful!''</span>
<<speech "Abella" "$araname">>I guess I can do that...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/bottomoff1.mp4" autoplay controls></video>
<<speech "You" "$name">>Such a juicy ass...<</speech>>
[[Next|day13stripshow6]]
<<else>>
<span class="love">''Love check failed''</span>
<video width="1000" src="videos/release 4.02/abella/day13/charge2.mp4" autoplay controls></video>
@@#answer;
<<link "Pay 50 $ for the bottom part">>
<<replace "#answer">>
<<speech "You" "$name">>It's worth it... here.<</speech>>
<<set $player.money -= 50>>
<video width="1000" src="videos/release 4.02/abella/day13/pay2.mp4" autoplay controls></video>
[[Next|day13stripshow5]]
<</replace>><</link>>
<<link "Convince her to do it for free (Charisma level 5)">>
<<replace "#answer">>
<<if $charismalvl gte 5>>
<<speech "You" "$name">>You're almost naked anyway. I'm dying to see the rest of you.<</speech>>
<<speech "Abella" "$araname">>Suuure...<</speech>>
[[Next|day13stripshow5]]
<<else>>
You're not charismatic enough.
[[Leave|day13striptestdoneend]]<</if>>
<</replace>><</link>>
<<link "End things here">>
<<replace "#answer">>
<<goto "day13striptestdoneend">>
<</replace>><</link>><</if>><video width="1000" src="videos/release 4.02/abella/day13/bottomoff2.mp4" autoplay controls></video>
<<speech "You" "$name">>(What a beautiful pussy...)<</speech>>
[[Next|day13stripshow7]]<video width="1000" src="videos/release 4.02/abella/day13/bottomoff1.mp4" autoplay controls></video>
<<speech "You" "$name">>Such a juicy ass...<</speech>>
[[Next|day13stripshow6]]<video width="1000" src="videos/release 4.02/abella/day13/11.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>Do you want it?<</speech>>
@@#answer;
<<link "I want it">>
<<replace "#answer">>
<<speech "You" "$name">>I want it, baby...<</speech>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Next|day13stripshow8]]
<</replace>><</link>>
<<link "I'll take it">>
<<replace "#answer">>
<<speech "You" "$name">>I'll have you tonight...<</speech>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $abella.submission += 0.5>>
[[Next|day13stripshow8]]
<</replace>><</link>><<speech "Abella" "$araname">>This isn't exactly a place to fuck, there's rules here...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/12.mp4" autoplay controls></video>
<<speech "You" "$name">>You can't just do this and not fuck me.<</speech>>
[[Next|day13stripshow9]]<<speech "Abella" "$araname">>Let's play a game...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/offer.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>If you make me cum in ten minutes you give me 150 $.<</speech>>
[[Next|day13stripshow10]]<<speech "You" "$name">>What if I don't cum?<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/offer2.mp4" autoplay controls></video>
<<speech "You" "$name">>(Hmmm... fuck you anyway I like, huh?)<</speech>>
<<set $position to 0>>
[[Play her game|day13stripgame]]
<<set $stage to 1>>
[[Pay 300 $ to fuck her|day13strippayfuck]]
[[End things here|day13striptestdoneend]]<<speech "You" "$name">>This should be easy then...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/gamestart.mp4" autoplay controls></video>
[[Next|day13stripgamehj1]]
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>><</nobr>>She gags herself to make more spit.
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<video width="1000" src="videos/release 4.02/abella/day13/hj1.mp4" autoplay controls></video>
<<speech "You" "$name">>(Okay this might be hard...)<</speech>>
[[Next|day13stripgamehj2]]<video width="1000" src="videos/release 4.02/abella/day13/hj2.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamehj3]]<video width="1000" src="videos/release 4.02/abella/day13/hj3.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamehj4]]<video width="1000" src="videos/release 4.02/abella/day13/hj4.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamehj5]]<video width="1000" src="videos/release 4.02/abella/day13/hj5.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "Abella" "$araname">>What if I use my tits, huh?<</speech>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="lust">*''Lust calling available''</span></div>
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
<<speech "You" "$name">>(I should wait for when she's hornier, before using the Lust calling...)<</speech>>
<<else>>
<span class="blue">''Intelligence check failed''</span>
No insight cross your mind...
<</if>>
@@#answer;
<<link "Use the Calmness calling (1 arche point)">>
<<replace "#answer">>
<<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<<set $CurOrg -=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $calmnesscall to false>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
<<else>>
You can't use this power at the moment
<</if>>
[[Use the a minor Lust calling (-10 energy/0 arche point)|day13stripgamepussy]]
[[Keep playing|day13stripgametj1]]
<</replace>><</link>>
<<link "Use the a minor Lust calling (-10 energy/0 arche point)">>
<<replace "#answer">>
<<goto "day13stripgamepussy">>
<</replace>><</link>>
<<link "Keep playing">>
<<replace "#answer">>
<<goto "day13stripgametj1">>
<</replace>><</link>>
<<link "Just fuck her (Dominance: 4/Submission: 1.5)">>
<<replace "#answer">>
<<goto "day13stripgamedom">>
<</replace>><</link>><video width="1000" src="videos/release 4.02/abella/day13/tj1.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgametj2]]<<if $CurEng gte 10>>
<<set $CurEng -= 10>>
<<speech "You" "$name">>I think you should participate more in this game...<</speech>>
<<speech "Abella" "$araname">>What? How?<</speech>>
You use a minor version of your lust calling.
<img class="middle small" src="images/player/lustcall.gif">
It's not powerful enough to make her instantly surrender to you, but she twitches, you definitely affected her.
<<speech "Abella" "$araname">>Fuck... in so horny...<</speech>>
<<speech "You" "$name">>Let me play a little...<</speech>>
[[Next|day13stripgamepussy2]]
<<else>>
You're too tired to do that.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<</if>><video width="1000" src="videos/release 4.02/abella/day13/tj2.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgametj3]]<video width="1000" src="videos/release 4.02/abella/day13/tj3.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgametj4]]<video width="1000" src="videos/release 4.02/abella/day13/tj4.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgametj5]]<video width="1000" src="videos/release 4.02/abella/day13/tj5.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "Abella" "$araname">>Hmmm... more resistant than I thought.
But no one can resist my ass...<</speech>>
@@#answer;
<<link "Use the Calmness calling (1 arche point)">>
<<replace "#answer">>
<<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<<set $CurOrg -=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $calmnesscall to false>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
<<else>>
You can't use this power at the moment
<</if>>
[[Use the a minor Lust calling (-10 energy/0 arche point)|day13stripgamepussy]]
[[Keep playing|day13stripgameaj1]]
<</replace>><</link>>
<<link "Use the a minor Lust calling (-10 energy/0 arche point)">>
<<replace "#answer">>
<<goto "day13stripgamepussy">>
<</replace>><</link>>
<<link "Keep playing">>
<<replace "#answer">>
<<goto "day13stripgameaj1">>
<</replace>><</link>><video width="1000" src="videos/release 4.02/abella/day13/aj1.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<set $CurOrg1 += 3>>
<<speech "You" "$name">>(Fuck...)<</speech>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgameaj2]]<video width="1000" src="videos/release 4.02/abella/day13/aj2.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<set $CurOrg1 += 3>>
[[Next|day13stripgameaj3]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/aj3.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<set $CurOrg1 += 3>>
[[Next|day13stripgameaj4]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><<speech "Abella" "$araname">>Uhnnn...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/aj4.mp4" autoplay controls></video>
<<set $CurOrg += 3.5>><<set $CurOrg1 += 3>>
[[Next|day13stripgameaj5]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>With her big ass she gets some pre cum off you.
<<set $CurOrg += 3.5>><<set $CurOrg1 += 3>>
<video width="1000" src="videos/release 4.02/abella/day13/aj5.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "Abella" "$araname">>Why don't you feel my pussy a little?<</speech>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="lust">*''Lust calling available''</span></div>
@@#answer;
<<link "Use the Calmness calling (1 arche point)">>
<<replace "#answer">>
<<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<<set $CurOrg -=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $calmnesscall to false>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
<<else>>
You can't use this power at the moment
<</if>>
[[Use the a minor Lust calling (-10 energy/0 arche point)|day13stripgamepussy]]
[[Keep playing|day13stripgamegj1]]
<</replace>><</link>>
<<link "Use the a minor Lust calling (-10 energy/0 arche point)">>
<<replace "#answer">>
<<goto "day13stripgamepussy">>
<</replace>><</link>>
<<link "Keep playing">>
<<replace "#answer">>
<<goto "day13stripgamegj1">>
<</replace>><</link>>She starts to grind her pussy on your cock.
<<set $CurOrg += 4>><<set $CurOrg1 += 5>>
<video width="1000" src="videos/release 4.02/abella/day13/gj1.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "You" "$name">>I can feel that you're wet...<</speech>>
<<speech "Abella" "$araname">>Shhh... this is about ''you'' cumming...<</speech>>
[[Next|day13stripgamegj2]]<video width="1000" src="videos/release 4.02/abella/day13/gj2.mp4" autoplay controls></video>
<<set $CurOrg += 4>><<set $CurOrg1 += 5>>
[[Next|day13stripgamegj3]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/gj3.mp4" autoplay controls></video>
<<set $CurOrg += 4>><<set $CurOrg1 += 5>>
<<speech "Abella" "$araname">>Uhnnn...<</speech>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "You" "$name">>(She's really liking this...)<</speech>>
[[Next|day13stripgamegj4]]<video width="1000" src="videos/release 4.02/abella/day13/gj4.mp4" autoplay controls></video>
<<set $CurOrg += 4>><<set $CurOrg1 += 5>>
[[Next|day13stripgamegj5]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/gj5.mp4" autoplay controls></video>
<<set $CurOrg += 4>><<set $CurOrg1 += 5>>
<<speech "Abella" "$araname">>Okay... that's enough...
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
I'm gonna suck it out of you...<</speech>>
<div class="general"><span class="calmness">*''Calmness calling available''</span>
<span class="lust">*''Lust calling available''</span></div>
<<if $intelligencelvl gte 3>>
<span class="blue">''Intelligence check successful!''</span>
<<speech "You" "$name">>(I think now's the perfect time for the Lust calling...)<</speech>>
<<else>>
<span class="blue">''Intelligence check failed''</span>
No insight cross your mind...
<</if>>
@@#answer;
<<link "Use the Calmness calling (1 arche point)">>
<<replace "#answer">>
<<if $player.arche gte 1>>
You close your eyes and concentrate for a moment...
[img[images/player/calmnesscall.gif]]
Then you feel your mind relaxing and your need to orgasm lowers.
<<set $CurOrg -=40>><<nobr>>
<<set $player.arche -= 1>>
<<set $calmnesscall to false>>
<<if $CurOrg lt 0>><<set $CurOrg to 0>><</if>><</nobr>>
<<else>>
You can't use this power at the moment
<</if>>
[[Use the a minor Lust calling (-10 energy/0 arche point)|day13stripgamepussy]]
[[Keep playing|day13stripgamebj1]]
<</replace>><</link>>
<<link "Use the a minor Lust calling (-10 energy/0 arche point)">>
<<replace "#answer">>
<<goto "day13stripgamepussy">>
<</replace>><</link>>
<<link "Keep playing">>
<<replace "#answer">>
<<goto "day13stripgamebj1">>
<</replace>><</link>><video width="1000" src="videos/release 4.02/abella/day13/bj1.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
<<speech "You" "$name">>(Fuck!)<</speech>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamebj2]]<video width="1000" src="videos/release 4.02/abella/day13/bj2.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
[[Next|day13stripgamebj3]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/bj3.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
[[Next|day13stripgamebj4]]
<<link "Just fuck her (Dominance: 4/Submission: 1.5)">>
<<replace "#answer">>
<<goto "day13stripgamedom">>
<</replace>><</link>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/bj4.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
[[Next|day13stripgamebj5]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/bj5.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
<<speech "You" "$name">>(Just a few more seconds)<</speech>>
[[Next|day13stripgamebj6]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/bj6.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
<<speech "You" "$name">>(Annnnd...)<</speech>>
[[Next|day13stripgamebj7]]
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>><video width="1000" src="videos/release 4.02/abella/day13/bjend.mp4" autoplay controls></video>
<<set $CurOrg += 4.5>>
<<speech "You" "$name">>Time's up! I won!<</speech>>
<<speech "Abella" "$araname">>No way!<</speech>>
<<speech "You" "$name">>Ah ah ah... I played fair.<</speech>>
<<speech "Abella" "$araname">>Damn it!
Okay... you can fuck me...<</speech>>
<<speech "You" "$name">>Not only that... You said anyway I like...
I'm gonna fuck your ass...<</speech>>
<<speech "Abella" "$araname">>Fuck...<</speech>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamewin]]She bends over the pole and lift her butt to recieve your cock.
<<set $penetrated to true>>
<video width="1000" src="videos/release 4.02/abella/day13/win.mp4" autoplay controls></video>
<<set $CurOrg1 to 0>><<set $CurOrg to 20>>
<<link 'Next' 'strip1lean'>><</link>><<if $dominancelvl gte 4 and $abella.submission gte 1.5>>
<<speech "You" "$name">>I'm tired of this game. I'm gonna fuck you right now!<</speech>>
<<speech "Abella" "$araname">>What??<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/dominate.mp4" autoplay controls></video>
<<speech "You" "$name">>Right in the ass...<</speech>>
[[Next|day13stripgamedom2]]
<<else>>
Either you're not dominant enough or she's not submissive enough.
<<button "Back">><<script>>Engine.backward();<</script>><</button>>
<</if>><<speech "Abella" "$araname">>Fuck!<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/dominate2.mp4" autoplay controls></video>
<<set $position to 1>>
<<speech "You" "$name">>Just relax and take it, baby.<</speech>>
<<set $CurOrg to 20>>
<span class="red">''Your dominance has increased by 25 xp''</span>
<<set $player.dominance += 25>>
<span class="submission">Her submission has increased by 1</span>
<<set $abella.submission += 1>>
<<link 'Next' 'strip1lean'>><</link>>You start to tease her your your dick.
<<set $CurOrg += 3>><<set $CurOrg1 += 7.5>>
<video width="1000" src="videos/release 4.02/abella/day13/lust1.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>Hmmm...<</speech>>
[[Next|day13stripgamepussy3]]<<speech "You" "$name">>Your asshole looks so fucking good right now.<</speech>>
<<set $CurOrg += 3>><<set $CurOrg1 += 7.5>>
<video width="1000" src="videos/release 4.02/abella/day13/lust2.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "Abella" "$araname">>Fuck, I need to touch my pussy...<</speech>>
[[Next|day13stripgamepussy4]]She starts rubbing herself.
<<set $CurOrg += 3>><<set $CurOrg1 += 7.5>>
<video width="1000" src="videos/release 4.02/abella/day13/lust3.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamepussy5]]<<speech "Abella" "$araname">>Yeaaaaahh...<</speech>>
<<set $CurOrg += 3>><<set $CurOrg1 += 7.5>>
<video width="1000" src="videos/release 4.02/abella/day13/lust4.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamepussy6]]<video width="1000" src="videos/release 4.02/abella/day13/lust5.mp4" autoplay controls></video>
<<set $CurOrg += 3>><<set $CurOrg1 += 9.5>>
<<speech "You" "$name">>(Fuck! I can't cum before she does...)<</speech>>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
[[Next|day13stripgamepussy7]]<<speech "You" "$name">>Seems like you're gonna cum before I do...<</speech>>
<<set $CurOrg += 3>><<set $CurOrg1 += 9.5>>
<video width="1000" src="videos/release 4.02/abella/day13/lust6.mp4" autoplay controls></video>
<<if $CurOrg gte 100>><<goto "strip1lost">><</if>>
<<speech "Abella" "$araname">>No... uhnnn... I can't... but feels so good...<</speech>>
<img class="middle small" src="images/player/lustcall2.gif">
The effect wear off.
<<speech "You" "$name">>(Fuck! I'm too tired from the fight...)<</speech>>
<<if $CurOrg1 gte 85>>
<<speech "Abella" "$araname">>I can't fucking stop!<</speech>>
She's very close.
[[Next|day13stripgamepussy8]]
<<else>>
<<speech "Abella" "$araname">>I think we should stop... I'm really tired...<</speech>>
<<speech "You" "$name">>What about the game?<</speech>>
<<speech "Abella" "$araname">>Don't worry, you don't need to pay anything.<</speech>>
<<speech "You" "$name">>Okay... (God damit!)<</speech>>
[[Next|day13stripherend]]<</if>><<speech "Abella" "$araname">>I'm fucking cumming...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/orgasm.mp4" autoplay controls></video>
<<set $CurOrg1 to 0>>
<<speech "You" "$name">>Hah! I knew it!<</speech>>
<<speech "Abella" "$araname">>Okay, forget about this game...
I need you inside me!<</speech>>
[[Next|day13stripgamepussy9]]She puts her clothes back on.
<<speech "Abella" "$araname">>Sorry to disappoint but I just felt weird.
I was like, so fucking horny and then it just stopped.<</speech>>
<<speech "You" "$name">>That's really weird...
But yeah, I'm pretty tired too...<</speech>>
<<speech "Abella" "$araname">>I hope we can see eachother again.
Maybe next time we can go til' the end.<</speech>>
She gives you a wink.
<<speech "You" "$name">>Sounds like a plan.<</speech>>
<<speech "Abella" "$araname">>You're different than most guys that come to the club, in a good way...
My shift is already over... I gotta go home, bye!<</speech>>
<span class="yellow">''Your charisma has increased by 10 xp''</span>
<<set $player.charisma += 10>>
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Go home|day13homelobby]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>Without too much trouble you manage to find a cab that takes you back home. You enter the building and find Steve at the reception.
<<speech "Steve">>Fuck! You're alive!<</speech>>
<<speech "You" "$name">>I said I'd be fine... but your prayers probably helped.<</speech>>
<<speech "Steve">>Yeah... I didn't really prayed for you since all bible apps were paid...
But hey, I was really worried. I smoked like three whole blunts to relax a little.<</speech>>
<<speech "You" "$name">>Woah, thank you so much!<</speech>>
<<speech "Steve">>No, really. I was worried...
I even changed my date from today to tomorrow.<</speech>>
<<speech "You" "$name">>Oh, it was today? Sorry dude...<</speech>>
<<speech "Steve">>And I really need to fuck...<</speech>>
<<speech "You" "$name">>I know man...<</speech>>
<<speech "Steve">>You know how long it has been since-<</speech>>
<<speech "You" "$name">>Are you trying to make me feel bad?<</speech>>
<<speech "Steve">>No...
Maybe...<</speech>>
<<speech "You" "$name">>I didn't have a choice, I had to go.<</speech>>
<<speech "Steve">>Yeah, those guys looked really scary. How did it go?<</speech>>
<<speech "You" "$name">>It was scary as fuck. I had to talk to the mafia boss, a guy named Jack McCarthy.
Then he wanted to test my skills, caused a fight on purpose and threw me in the middle of it.<</speech>>
<<speech "Steve">>Shit!<</speech>>
<<speech "You" "$name">>Yeah... I don't know how, but I managed to get out of it alive.
The boss liked my "performance" and officialy hired me...<</speech>>
<<speech "Steve">>Hired you? For what?<</speech>>
<<speech "You" "$name">>I don't know yet. But it's something to do with money collection...<</speech>>
<<speech "Steve">>Dude...<</speech>>
<<speech "You" "$name">>Yeah...<</speech>>
<<speech "Steve">>But do you ''have'' to do it?<</speech>>
<<speech "You" "$name">>The guys owns half the city... There isn't much I could do...<</speech>>
<<speech "Steve">>Dang... looks like these powers came with a lot of problems...<</speech>>
<<speech "You" "$name">>I could fix you a job in there if you like...<</speech>>
<<speech "Steve">>Don't you even think about that!<</speech>>
<<speech "You" "$name">>Come on! It would be cool to work togheter.
We could dress like the blues brothers.<</speech>>
<<speech "Steve">>No thanks, I'll have to pass. You have powers, I got nothing...<</speech>>
<<speech "You" "$name">>Well... ou have a big ding dongus now...<</speech>>
<<speech "Steve">>Do you expect me to cockslap people into giving me money?<</speech>>
<<speech "You" "$name">>Hahahahaha. I don't know... that could work.<</speech>>
<<speech "Steve">>Not everybody thinks like your mother dude...<</speech>>
<<speech "You" "$name">>Hahahahaha.<</speech>>
~TRIM TRIM
The reception phone rings.
<<speech "Steve">>Hold on, man...
Reception, how may I assist you? Oh, Mrs. Oliverson... what can I do for you?
Your cat? Again? ~SIGH Okay, I'll be there in a minute... Bye...<</speech>>
~CLING
<<speech "You" "$name">>What?<</speech>>
<<speech "Steve">>Mrs. Oliverson cat got stuck in the toilet again... I have to help her.<</speech>>
<<speech "You" "$name">>How the fuck does a cat get stuck in a toilet.<</speech>>
<<speech "Steve">>She's trying to teach him to use the toilet...
The motherfucking cat got stuck four times already...<</speech>>
<<speech "You" "$name">>Uhhhg... that must suck...
I think I'm better off almost dying than touching old woman's shit.<</speech>>
<<speech "Steve">>At least I'll have my retirement money... I guess...
I have to go, dude... see you later.<</speech>>
He grabs a unblocker and leaves, defeated.
<<speech "You" "$name">>Good luck unclogging the cat, bro. See you...<</speech>>
You take the elevator.
[[Next|day13homesleep]]She bends over the pole and lift her butt to recieve your cock.
<video width="1000" src="videos/release 4.02/abella/day13/win.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>My ass??<</speech>>
<<speech "You" "$name">>Don't you like it?<</speech>>
<<set $position to 1>>
<<speech "Abella" "$araname">>I do... keep going...<</speech>>
<<set $CurOrg1 to 0>><<set $CurOrg to 20>>
<<link 'Next' 'strip1lean'>><</link>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 1>>
<video width="1000" src="videos/release 4.02/abella/day13/leanstart.mp4" autoplay controls></video>
<<set $position to 1>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/lean.mp4" autoplay controls></video>
<</if>>
<<set $orgasm to 1>>
[[More|strip1lean]]
<<set $strip1fucked to true>>
[[Faster|strip1leanfast]]
[[Harder|strip1leanhard]]
[[Taste it|strip1leantaste]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<if $player.money gte 300>>
<<speech "You" "$name">>How much to fuck you?<</speech>>
<<set $player.money -= 300>>
<<speech "Abella" "$araname">>Oh, I don't do that...<</speech>>
<<speech "You" "$name">>Really?<</speech>>
You take your cock out.
<<speech "Abella" "$araname">>Fuck... you do have a nice cock...<</speech>>
She bits her lips while thinking.
<<speech "Abella" "$araname">>Okay... 300 bucks.<</speech>>
<<speech "You" "$name">>Deal...<</speech>>
[[Next|day13strippayfuck2]]
<<else>>
You don't have enough moneyt for this.
[[Back|day13stripshow10]]<</if>>She bends over the pole and lift her butt to recieve your cock.
<video width="1000" src="videos/release 4.02/abella/day13/win.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>My ass??<</speech>>
<<speech "You" "$name">>Don't you like it?<</speech>>
<<set $penetrated to true>>
<<speech "Abella" "$araname">>Just go... uhng... slow...<</speech>>
<<link 'Next' 'strip1lean'>><</link>>
<<set $sexsimple to true>><<nobr>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>><</nobr>><<speech "You" "$name">>Fuck! You won... I'm gonna cum!<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/cumlost.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>Yeaaaah!<</speech>>
[[Next|strip1lost2]]<<speech "You" "$name">>Fuck! You're really good...<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/cumlost2.mp4" autoplay controls></video>
She swallows your load.
<<speech "Abella" "$araname">>Don't worry, it's no shame to lose for me haha...<</speech>>
You lost the bet so you give her the money.
''You're 150 $ poorer''
<<set $player.money -= 150>>
[[Next|strip1lost3]]She puts her clothes back on.
<<speech "Abella" "$araname">>I hope we can see eachother again.
Maybe next time we can go til' the end.<</speech>>
She gives you a wink.
<<speech "You" "$name">>Sounds like a plan.<</speech>>
<<speech "Abella" "$araname">>You're different than most guys that come to the club, in a good way...
My shift is already over... I gotta go home, bye!<</speech>>
<span class="yellow">''Your charisma has increased by 20 xp''</span>
<<set $player.charisma += 20>>
<span class="love">Her love has increased by 0.5</span>
<<set $abella.love += 0.5>>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Go home|day13homelobby]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/leanfast.mp4" autoplay controls></video>
[[More|strip1leanfast2]]
[[Normal|strip1lean]]
[[Harder|strip1leanhard]]
[[Taste it|strip1leantaste]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $position neq 3>>
<video width="1000" src="videos/release 4.02/abella/day13/leantastestart.mp4" autoplay controls></video>
<<set $position to 3>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/leantaste.mp4" autoplay controls></video>
<</if>>
[[More|strip1leantaste2]]
[[Put it back in|strip1lean]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/abella/day13/leantaste2.mp4" autoplay controls></video>
[[More|strip1leantaste]]
[[Put it back in|strip1lean]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/leanfast2.mp4" autoplay controls></video>
[[More|strip1leanfast]]
[[Normal|strip1lean]]
[[Harder|strip1leanhard]]
[[Taste it|strip1leantaste]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/leanhard.mp4" autoplay controls></video>
[[More|strip1leanhard2]]
[[Normal|strip1lean]]
[[Faster|strip1leanfast]]
[[Taste it|strip1leantaste]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/leanhard2.mp4" autoplay controls></video>
[[More|strip1leanhard]]
[[Normal|strip1lean]]
[[Faster|strip1leanfast]]
[[Taste it|strip1leantaste]]
[[Reverse cowgirl|strip1rcow]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 2>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowstart.mp4" autoplay controls></video>
<<set $position to 2>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/rcow.mp4" autoplay controls></video>
<</if>>
<<set $orgasm to 2>>
[[More|strip1rcow]]
[[Faster|strip1rcowfast]]
[[Deeper|strip1rcowdeep]]
[[Work it|strip1rcowwork]]
[[Put it on her pussy|strip1rcowpussy]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $position neq 4>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowtastestart.mp4" autoplay controls></video>
<<set $position to 4>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowtaste.mp4" autoplay controls></video>
<</if>>
[[More|strip1rcowtaste2]]
[[Put it back in|strip1rcow]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowtaste2.mp4" autoplay controls></video>
[[More|strip1rcowtaste]]
[[Put it back in|strip1rcow]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowdeep.mp4" autoplay controls></video>
[[Normal|strip1rcow]]
[[Faster|strip1rcowfast]]
[[Work it|strip1rcowwork]]
[[Put it on her pussy|strip1rcowpussy]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowfast.mp4" autoplay controls></video>
[[More|strip1rcowfast2]]
[[Normal|strip1rcow]]
[[Deeper|strip1rcowdeep]]
[[Work it|strip1rcowwork]]
[[Put it on her pussy|strip1rcowpussy]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowwork.mp4" autoplay controls></video>
[[Normal|strip1rcow]]
[[Faster|strip1rcowfast]]
[[Deeper|strip1rcowdeep]]
[[Put it on her pussy|strip1rcowpussy]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowpussy.mp4" autoplay controls></video>
[[More|strip1rcowpussy2]]
[[Normal|strip1rcow]]
[[Faster|strip1rcowfast]]
[[Deeper|strip1rcowdeep]]
[[Work it|strip1rcowwork]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowpussy2.mp4" autoplay controls></video>
[[More|strip1rcowpussy]]
[[Normal|strip1rcow]]
[[Faster|strip1rcowfast]]
[[Deeper|strip1rcowdeep]]
[[Work it|strip1rcowwork]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/rcowfast2.mp4" autoplay controls></video>
[[More|strip1rcowfast]]
[[Normal|strip1rcow]]
[[Deeper|strip1rcowdeep]]
[[Work it|strip1rcowwork]]
[[Put it on her pussy|strip1rcowpussy]]
[[Taste it|strip1rcowtaste]]
[[Leaning on pole|strip1lean]]
[[Take off boots (next set of positions)|strip1bootsoff]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<speech "You" "$name">>Take those boots off...)<</speech>>
<<set $stage to 2>>
<video width="1000" src="videos/release 4.02/abella/day13/bootsoff.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>Hey! Hahaha.<</speech>>
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]<<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 5>>
<video width="1000" src="videos/release 4.02/abella/day13/cowstart.mp4" autoplay controls></video>
<<set $position to 5>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/cow.mp4" autoplay controls></video>
<</if>>
<<set $orgasm to 3>>
[[More|strip1cow]]
[[Faster|strip1cowfast]]
[[Harder|strip1cowhard]]
[[Taste it|strip1cowtaste]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/cowhard.mp4" autoplay controls></video>
[[More|strip1cowhard2]]
[[Normal|strip1cow]]
[[Faster|strip1cowfast]]
[[Taste it|strip1cowtaste]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/cowhard2.mp4" autoplay controls></video>
[[More|strip1cowhard]]
[[Normal|strip1cow]]
[[Faster|strip1cowfast]]
[[Taste it|strip1cowtaste]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/cowfast.mp4" autoplay controls></video>
[[More|strip1cowfast2]]
[[Normal|strip1cow]]
[[Harder|strip1cowhard]]
[[Taste it|strip1cowtaste]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/cowfast2.mp4" autoplay controls></video>
[[More|strip1cowfast]]
[[Normal|strip1cow]]
[[Harder|strip1cowhard]]
[[Taste it|strip1cowtaste]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $position neq 6>>
<<speech "You" "$name">>You really love to taste your ass, huh?<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/cowtastestart.mp4" autoplay controls></video>
<<set $position to 6>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/cowtaste.mp4" autoplay controls></video>
<</if>>
[[More|strip1cowtaste2]]
[[Put it back in|strip1cow]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/abella/day13/cowtaste2.mp4" autoplay controls></video>
[[More|strip1cowtaste]]
[[Put it back in|strip1cow]]
[[Doggy|strip1doggy]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 7>>
<video width="1000" src="videos/release 4.02/abella/day13/doggystart.mp4" autoplay controls></video>
<<set $position to 7>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/doggy.mp4" autoplay controls></video>
<</if>>
<<set $orgasm to 1>>
[[More|strip1doggy]]
[[Faster|strip1doggyfast]]
[[Harder|strip1doggyhard]]
[[Taste it|strip1doggytaste]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/doggyfast.mp4" autoplay controls></video>
[[Normal|strip1doggy]]
[[Harder|strip1doggyhard]]
[[Taste it|strip1doggytaste]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/doggyhard.mp4" autoplay controls></video>
[[More|strip1doggyhard2]]
[[Normal|strip1doggy]]
[[Faster|strip1doggyfast]]
[[Taste it|strip1doggytaste]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/doggyhard2.mp4" autoplay controls></video>
[[More|strip1doggyhard]]
[[Normal|strip1doggy]]
[[Faster|strip1doggyfast]]
[[Taste it|strip1doggytaste]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<<if $position neq 8>>
<video width="1000" src="videos/release 4.02/abella/day13/doggytastestart.mp4" autoplay controls></video>
<<set $position to 8>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/doggytaste.mp4" autoplay controls></video>
<</if>>
[[More|strip1doggytaste2]]
[[Put it back in|strip1doggy]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>>
<video width="1000" src="videos/release 4.02/abella/day13/doggytaste2.mp4" autoplay controls></video>
[[More|strip1doggytaste]]
[[Put it back in|strip1doggy]]
[[Cowgirl|strip1cow]]
[[Sideways|strip1side]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 2>><<nobr>>
<<set $CurOrg1 += 3>><</nobr>>
<<if $position neq 9>>
<video width="1000" src="videos/release 4.02/abella/day13/sidestart.mp4" autoplay controls></video>
<<set $position to 9>>
<<else>>
<video width="1000" src="videos/release 4.02/abella/day13/side.mp4" autoplay controls></video>
<</if>>
<<set $orgasm to 1>>
[[More|strip1side]]
[[Faster|strip1sidefast]]
[[Put it in her pussy|strip1sidepussy]]
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/sidefast.mp4" autoplay controls></video>
[[More|strip1sidefast2]]
[[Normal|strip1side]]
[[Put it in her pussy|strip1sidepussy]]
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/sidefast2.mp4" autoplay controls></video>
[[More|strip1sidefast]]
[[Normal|strip1side]]
[[Put it in her pussy|strip1sidepussy]]
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/sidepussy.mp4" autoplay controls></video>
[[More|strip1sidepussy2]]
[[Normal|strip1side]]
[[Faster|strip1sidefast]]
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg += 3>><<nobr>>
<<set $CurOrg1 += 5>><</nobr>>
<video width="1000" src="videos/release 4.02/abella/day13/sidepussy2.mp4" autoplay controls></video>
[[More|strip1sidepussy]]
[[Normal|strip1side]]
[[Faster|strip1sidefast]]
[[Cowgirl|strip1cow]]
[[Doggy|strip1doggy]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "strip1orgasm">><</if>>
<<if $CurOrg gte 100>><<goto "strip1cum">><</if>><</nobr>><<set $CurOrg1 to 0>>
<<if $orgasm eq 1>>
You put her on her side and pound until she cums.
<<speech "Abella" "$araname">>''Yes! Fuck!''<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/orgasm1.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
<<if $position eq 1>>
[[Back|strip1lean]]
<<elseif $position eq 7>>
[[Back|strip1doggy]]
<<elseif $position eq 9>>
[[Back|strip1side]]<</if>>
<<elseif $orgasm eq 2>>
<<speech "Abella" "$araname">>''I'm cumming!''<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/orgasm2.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Back|strip1rcow]]
<<elseif $orgasm eq 3>>
<<speech "Abella" "$araname">>''I'm gonna cum!''<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/orgasm3.mp4" autoplay controls></video>
<span class="lust">Her lust has increased by 0.5</span>
<<set $abella.lust += 0.5>>
[[Back|strip1cow]]<</if>><<speech "You" "$name">>Open your mouth, I'm gonna cum!<</speech>>
<video width="1000" src="videos/release 4.02/abella/day13/cum.mp4" autoplay controls></video>
<<speech "Abella" "$araname">>Hahaha...<</speech>>
[[Next|strip1cum2]]<video width="1000" src="videos/release 4.02/abella/day13/cum2.mp4" autoplay controls></video>
She swallows your load.
<<speech "You" "$name">>Fuck! That was good...<</speech>>
<<speech "Abella" "$araname">>It really was. I still can't believe you fucked my ass.<</speech>>
<<speech "You" "$name">>You liked it?<</speech>>
<<speech "Abella" "$araname">>I almost never do anal. But this time it was awesome.
Now I know why you're a porn actor.<</speech>>
<<speech "You" "$name">>Thanks! Maybe now you'll take it in the ass more often...<</speech>>
<<speech "Abella" "$araname">>Hahaha... who knows?You're different than most guys that come to the club, in a good way...
My shift is already over... I gotta go home, bye!<</speech>>
<span class="yellow">''Your charisma has increased by 25 xp''</span>
<<set $player.charisma += 25>>
<span class="love">Her love has increased by 1</span>
<<set $abella.love += 1>>
[[Go home|day13homelobby]]
<<set $sexsimple to false>><<nobr>>
<<set $now to true>>
<<set $stats3 to true>>
<<set $characters to true>>
<<set $callingslist to true>>
<<set $skillslist to true>>
<<set $inventory to true>>
<<set $CurOrg to 0>>
<<set $CurOrg1 to 0>><</nobr>>You go home, take a quick shower and fall into bed, drifting into a deep sleep and dreaming of a relaxing place.
<<set $period to 0>>
<<speech "You" "$name">>Hmm this is nice...<</speech>>
<img class="middle large" src="images/misc/peaceful.gif">
[[Next|Endofrelease]]<<if $CurCom gte 40 and $CurTen lt 30>>
<<speech "You" "$name">>Look... I can let you out. But you gotta give me something reeeeeally nice in return.
I need to remember that just letting you out will put my neck on the line...<</speech>>
<<speech "River">>Fuck...<</speech>>
<<speech "You" "$name">>I need you to suck my cock...<</speech>>
<<speech "River">>Seriously?<</speech>>
<<speech "You" "$name">>Oooor, you can go to jail... it's your choice...<</speech>>
She hesitates for a moment.
<<speech "River">>FINE! But be quick.<</speech>>
<<speech "You" "$name">>The better your suck, the faster we'll be done...<</speech>>
[[Next|rivershopsex]]
<<set $sexsimple to true>><<nobr>>
<<set $bjonly to true>>
<<set $now to false>>
<<set $stats3 to false>>
<<set $characters to false>>
<<set $callingslist to false>>
<<set $skillslist to false>>
<<set $inventory to false>>
<<Intend>><</nobr>>
<<else>>
She won't accept your help yet.
[[Back|interrogateriver]]
<</if>><<speech "Frida">>Here it is guys...<</speech>>
Frida puts two large beer mugs in front of you.
<<speech "Larry">>Thank you, precious.<</speech>>
He quickly puts one hand on top of her's while she's serving.
<<speech "Larry">>Well, let me tell ya somethin', young lady. The way ya stroll, it's got me all sorts of flustered. Can't seem to take my eyes off ya... no sir.
Not trying to flirt with you, I just had to tell you that.
Customers can be really mean sometimes and forget that there's a person behind the counter.<</speech>>
<<speech "You" "$name">>(What the fuck?)<</speech>>
She starts to blush.
<<speech "Frida">>Oh my God! You're such a fox! Hahahaha.<</speech>>
She lets go of your mug, but keeps holding Larry's mug, under his hand.
<<speech "Larry">>Nah! I'm just trying to have some fun haha.
Could you keep the beers coming in such a quick and elegant way?<</speech>>
<<speech "Frida">>I'll try my best, sir...<</speech>>
She does a bow, holding the sides of her clothes and crossing her legs.
<<speech "Larry">>I bet you will...<</speech>>
She moves on to assist other customers, seemingly in a better mood.
<<speech "You" "$name">>What the hell was that?<</speech>>
<<speech "Larry">>I told you so...<</speech>>
<<speech "You" "$name">>You make it look like it's nothing...<</speech>>
<<speech "Larry">>With practice comes perfection haha.
Now let's toast!<</speech>>
You both lift your mugs.
<<speech "You" "$name">>To our friendship, dude.<</speech>>
<<speech "Larry">>To our firendship. Not that I have too many options...<</speech>>
<<speech "You" "$name">>You old fucker hahaha.<</speech>>
[[Next|12bar1]]<<set $CurOrg += 3>>
<video width="1000" src="videos/release 4.02/lola/day12/bjnkdsns2.mp4" autoplay controls></video>
[[More|12poolbjnkdsns]]
[[Lick it|12poolbjnkdlick]]
[[Stroke it|12poolbjnkdstroke]]
[[Deep|12poolbjnkddeep]]
[[Suck balls|12poolbjnkdballs]]
[[Doggy on chair|12pooldoggy]]
[[Missionary on chair|12poolmiss]]
<<nobr>><<if $CurOrg1 gte 100>><<goto "lolaorgasm12">><</if>>
<<if $CurOrg gte 100>><<goto "cumonlola12">><</if>><</nobr>><video width="1000" src="videos/release 4.02/lola/day12/8.mp4" autoplay controls></video>
She instantly hits three balls.
<<speech "You" "$name">>Whaaaat??<</speech>>
<div class="girl">//Yeah... I guess you didn't expect me to play any good, right?//</div>
She goes again, but this time she misses.
<div class="girl">//It's your turn.//</div>
<<set $playerscore to 0>><<set $lolascore to 3>><<set $poolbonus to false>>
[[Next|12barpoolbet6]]<<speech "You" "$name">>~PHEW...
That was hard!<</speech>>
She looks disappointed for a moment, but quickly composes herself.
<div class="girl">//I gotta give it to you. You play very well...//</div>
<<speech "You" "$name">>Thanks.<</speech>>
She gets closer.
<div class="girl">//Seeing you play left me kinda horny...//</div>
She looks at your crotch.
<div class="girl">//Is it big?//</div>
<<speech "You" "$name">>Pretty damn big...<</speech>>
<div class="girl">//Every guy says that.//</div>
<div class="general"><span class="transmutation">*''Transmutation calling available''</span></div>
[[Use the Transmutation calling (level 2/-30 energy/1 arche point)|12barpoolsex]]
[[Forget this and go check on Larry|12barlarrydrunk]]''SCORE-> YOU: $playerscore/8 | LOLA: $lolascore/8''
It's Lola's turn.
<<set $movechoice to random(9)>>
<<if $movechoice lte 4>>
<video width="1000" src="videos/release 4.02/lola/day12/lolahit4.mp4" autoplay controls></video>
<<set $lolascore += 1>>
She hits it. She won the match.
<div class="girl">//YES!//</div>
<<speech "You" "$name">>Wait wait wait...<</speech>>
<div class="girl">//What is it? I've won!//</div>
@@#answer;
<<link "Convince her to take her prize (charisma level 4)">>
<<replace "#answer">>
<<if $charismalvl gte 4>>
<<speech "You" "$name">>Guess I have to give a prize then...<</speech>>
You place your hand over your dick.
<div class="girl">//Hahahaha... yeah yeah.//</div>
<<speech "You" "$name">>Come on! You haven't even seen it...<</speech>>
<div class="girl">//Look, it would only be a prize if you had the biggest cock I've ever seen.
And I've had my share...//</div>
<div class="general"><span class="transmutation">*''Transmutation calling available''</span></div>
[[Use the Transmutation calling (level 2/-30 energy/1 arche point)|12barpoolsex]]
[[Forget it and go check on Larry|12barlarrydrunk]]
<<else>>
You're not charismatic enough to do that.
[[Forget it and go check on Larry|12barlarrydrunk]]<</if>>
<</replace>><</link>>
<<link "Forget it and go check on Larry">>
<<replace "#answer">>
<<goto "12barlarrydrunk">>
<</replace>><</link>>
<<else>>
<video width="1000" src="videos/release 4.02/lola/day12/5.mp4" autoplay muted></video>
She misses!
<<link 'Next' '12barpoolbetyou'>> <</link>><</if>><<if $dominancelvl gte 4>>
You quickly stick your dick inside her.
<video width="1000" src="videos/release 4.02/eliza/encounter1/8a.mp4" autoplay controls></video>
<<speech "Eliza">>Oooooooouch!<</speech>>
It couldn't have been that pleasant, since the water washes most of the natural lubrication.
<<speech "You" "$name">>What about now?<</speech>>
<<speech "Eliza">>''What the hell are you doing??'' Uhhnng...<</speech>>
<<speech "You" "$name">>I'm fucking your pussy... and I notice that you're not running away from it...<</speech>>
<<speech "Eliza">>You need to stop! People will see...<</speech>>
<<speech "You" "$name">>I don't give a fuck...<</speech>>
<span class="red">''Dominance check successful!''</span>
Even though she's complaining, she's not phisically preventing you from continuing.
<<speech "Eliza">>This... fuck...
This is wrong, $name...<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="corruption">Her corruption has increased by 1</span>
<<set $eliza.corruption += 1>>
[[Next|eliza1pooldom6]]
<<else>>
You quickly stick your dick inside her.
<video width="1000" src="videos/release 4.02/eliza/encounter1/8.mp4" autoplay controls></video>
<<speech "Eliza">>Oooooooouch!<</speech>>
It couldn't have been that pleasant, since the water washes most of the natural lubrication.
<<speech "You" "$name">>What about now?<</speech>>
<<speech "Eliza">>''What the hell are you doing??'' Uhhnng...<</speech>>
<<speech "You" "$name">>I'm fucking your pussy... and I notice that you're not running away from it...<</speech>>
<<speech "Eliza">>You need to stop! People will see...<</speech>>
<<speech "You" "$name">>I don't give a fuck...<</speech>>
<span class="red">''Dominance check failed''</span>
<<speech "Eliza">>No! Stop!<</speech>>
She quickly projects her hips foward and closes her legs, making your dick come out.
<<speech "Eliza">>Are you crazy?<</speech>>
<<speech "You" "$name">>No, I'm just horny. I can't keep holding myself forever, you know?<</speech>>
<<speech "Eliza">>But you can't just attack me!<</speech>>
<<speech "You" "$name">>I wasn't attacking you, I thought you wanted it too.<</speech>>
<<if $eliza.love gte 2.5>>
<span class="love">''Love check successful!''</span>
<<speech "Eliza">>~SIGH I ''do'' want it, but not here... and ''definitely'' not like this...<</speech>>
<<speech "You" "$name">>I see... sorry for all of this...<</speech>>
<<speech "Eliza">>It's okay...
That was kinda hot...<</speech>>
<<speech "You" "$name">>What??<</speech>>
<<speech "Eliza">>Nothing hahaha...<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<div class="general"><span class="translocation">*''Translocation calling available''</span></div>
[[Use the Translocation calling (level 2/-30 energy/1 arche point)|elizaenc1loc]]
[[End things here|eliza1poolend2]]
<<else>>
<span class="love">''Love check failed''</span>
<<speech "Eliza">>Why would I want this? This is not the time or the place for it, $name...<</speech>>
<<speech "You" "$name">>My bad...<</speech>>
<<speech "Eliza">>Yes, your bad.<</speech>>
<<speech "You" "$name">>Can we pretend this didn't happened?<</speech>>
<<speech "Eliza">>Yeah... that's a good idea.<</speech>>
<<speech "You" "$name">>Don't be mad, okay?<</speech>>
<<speech "Eliza">>~SIGH Relax, I won't let this "incident" affect us...<</speech>>
<<speech "You" "$name">>That's good enough...<</speech>>
<<speech "Eliza">>I gotta go now...<</speech>>
She puts back her bikini.
<<speech "Eliza">>Thanks for the "date" haha...<</speech>>
<<speech "You" "$name">>Thank you for the lessons.<</speech>>
<<speech "Eliza">>See you around?<</speech>>
<<speech "You" "$name">>Sure.<</speech>>
<<speech "Eliza">>Bye!<</speech>>
<span class="red">''Your dominance has increased by 10 xp''</span>
<<set $player.dominance += 10>>
<span class="submission">Her submission has increased by 0.5</span>
<<set $eliza.submission += 0.5>>
<<button "Go home">>
<<goto $previousPassage>>
<</button>><</if>><</if>><<speech "You" "$name">>There's something I want to give you...<</speech>>
<<speech "Eliza">>A gift? I wasn't expecting that!<</speech>>
@@#answer;
<<link "Give her a dildo (Lust level 3)">>
<<replace "#answer">>
<<if $eliza.lust gte 3 and $dildonumber gte 1 and $elizadildo is false>>
You give her a dildo.
<img class="middle medium" src="images/items/dildo.jpg">
<<set $elizadildo to true>><<set $dildonumber -= 1>>
She blushes, but seems happy with her present.
<<speech "Eliza">>Oh... thanks!<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $eliza.lust += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElizaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a buttplug (Submission level 3)">>
<<replace "#answer">>
<<if $eliza.submission gte 3 and $buttplugsmallnumber gte 1 and $elizasmallplug is false>>
You give her a small buttplug.
<img class="middle medium" src="images/items/buttplugsmall.jpg">
<<set $elizasmallplug to true>><<set $buttplugsmallnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Eliza">>Hmm... I don't use theses things, but who knows...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $eliza.lust += 1>>
<<elseif $eliza.submission gte 3 and $buttplugmediumnumber gte 1 and $elizasmallplug is true and $elizamediumplug is false>>
You give her a medium buttplug.
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<<set $elizamediumplug to true>><<set $buttplugmediumnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Eliza">>Hmm... I don't use theses things, but who knows...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $eliza.lust += 1>>
<<elseif $eliza.submission gte 3 and $buttplugbignumber gte 1 and $elizamediumplug is true and $elizabigplug is false>>
You give her a big buttplug.
<img class="middle medium" src="images/items/buttplugbig.jpg">
<<set $elizabigplug to true>><<set $buttplugbignumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Eliza">>Hmm... I don't use theses things, but who knows...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $eliza.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $eliza.lust += 1>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElizaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a hitachi (Love level 3)">>
<<replace "#answer">>
<<if $eliza.love gte 3 and $hitachinumber gte 1 and $elizahitachi is false>>
You give her a hitachi.
<img class="middle medium" src="images/items/hitachi.jpg">
<<set $elizahitachi to true>><<set $hitachinumber -= 1>>
She blushes, but seems very happy with her present.
<<speech "Eliza">>This thing is really expensive! You shouldn't have...<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $eliza.lust += 2>>
<span class="love">Her love has increased by 2</span>
<<set $eliza.love += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElizaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>><<speech "You" "$name">>There's something I want to give you...<</speech>>
<<speech "Elena">>Really? For me??<</speech>>
@@#answer;
<<link "Give her a dildo (Lust level 3)">>
<<replace "#answer">>
<<if $elena.lust gte 3 and $dildonumber gte 1 and $elenadildo is false>>
You give her a dildo.
<img class="middle medium" src="images/items/dildo.jpg">
<<set $elenadildo to true>><<set $dildonumber -= 1>>
She blushes, but seems happy with her present.
<<speech "Elena">>Thank you!<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $elena.lust += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElenaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a buttplug (Submission level 3)">>
<<replace "#answer">>
<<if $elena.submission gte 3 and $buttplugsmallnumber gte 1 and $elenasmallplug is false>>
You give her a small buttplug.
<img class="middle medium" src="images/items/buttplugsmall.jpg">
<<set $elenasmallplug to true>><<set $buttplugsmallnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Elena">>Hmm... I could train a little...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $elena.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
<<elseif $elena.submission gte 3 and $buttplugmediumnumber gte 1 and $elenasmallplug is true and $elenamediumplug is false>>
You give her a medium buttplug.
<img class="middle medium" src="images/items/buttplugmedium.jpg">
<<set $elenamediumplug to true>><<set $buttplugmediumnumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Elena">>Hmm... I could train a little...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $elena.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
<<elseif $elena.submission gte 3 and $buttplugbignumber gte 1 and $elenamediumplug is true and $elenabigplug is false>>
You give her a big buttplug.
<img class="middle medium" src="images/items/buttplugbig.jpg">
<<set $elenabigplug to true>><<set $buttplugbignumber -= 1>>
She blushes, seemingly confused about how to use it.
<<speech "Elena">>Hmm... I could train a little...<</speech>>
This gift will unlock new interactions in the future.
<span class="submission">Her submission has increased by 1</span>
<<set $elena.submission += 1>>
<span class="lust">Her lust has increased by 1</span>
<<set $elena.lust += 1>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElenaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>
<<link "Give her a hitachi (Love level 3)">>
<<replace "#answer">>
<<if $elena.love gte 3 and $hitachinumber gte 1 and $elenahitachi is false>>
You give her a hitachi.
<img class="middle medium" src="images/items/hitachi.jpg">
<<set $elenahitachi to true>><<set $hitachinumber -= 1>>
She blushes, but seems very happy with her present.
<<speech "Elena">>How much was this? Thank you!<</speech>>
This gift will unlock new interactions in the future.
<span class="lust">Her lust has increased by 2</span>
<<set $elena.lust += 2>>
<span class="love">Her love has increased by 2</span>
<<set $elena.love += 2>>
<<else>>
You don't have this item, don't meet the required relationship status or already gave it to her.<</if>>
[[Give her another item|ElenaItems]]
<<button "Return" `previous()`>><</button>>
<</replace>><</link>>What would you like to use?
@@#answer;
<<link "Use an energy drink">>
<<replace "#answer">>
By having an energy drink you can restore +15 energy to be able to do more with your day.
<img class="right-side small" src="images/items/engdrink.jpg">
<<if $engdrink gte 1>>
You have $engdrink can(s).
@@#answer;
<<link "Drink one">>
<<replace "#answer">>
<<if $useengdrink is true>>
You can't use this item again for while.
<<button "Return" `previous()`>><</button>>
<<else>>
<<speech "You" "$name">>This thing works fast!<</speech>>
<span class="energy">''Your energy has increased by 15''</span>
<<set $CurEng += 15>>
<<button "Return" `previous()`>><</button>><<nobr>>
<<if $CurEng gte 100>><<set $CurEng to 100>><</if>>
<<set $engdrink -= 1>><</nobr>>
<<set $useengdrink to true>><</if>>
<</replace>><</link>>
<<else>>
You don't have any more cans.
<<button "Return" `previous()`>><</button>>
<</if>>
<</replace>><</link>>
<<link "Use an delayer spray">>
<<replace "#answer">>
This spray can be used to delay your orgasm.
<img class="right-side small" src="images/items/delayerspray.jpg">
<<if $spraynumber gte 1>>
You have $spraynumber spray(s).
@@#answer;
<<link "Use one">>
<<replace "#answer">>
<<if $usespray is true>>
You can't use this item again for now.
<<button "Return" `previous()`>><</button>>
<<else>>
<<speech "You" "$name">>This thing works fast!<</speech>>
''Your need to orgasm lowered by 40''
<<set $spraynumber -= 1>><<nobr>>
<<set $CurOrg -=40>>
<<set $usespray to true>><</nobr>>
<<button "Return" `previous()`>><</button>><</if>>
<</replace>><</link>>
<<else>>
You don't have any more spray.
<<button "Return" `previous()`>><</button>>
<</if>>
<</replace>><</link>><<set $longfreetime to true>>
<<goto "day13a">>''Sneaking check failed''
<<set $glorycaught to true>>
<video width="1000" src="videos/release 4.02/handy1/glorycaught.mp4" autoplay controls></video>
<div class="general">WHAT THE HELL??</div>
[[Next|day13handyglorycaught]]<span class="lust">''Lust check successful!''</span>
~KNOCK KNOCK
Before going to the final part of the job you hear a knocking from inside the cabinet, so you decide to check.
<video width="1000" src="videos/release 4.02/handy1/check.mp4" autoplay controls></video>
After throwing some light into the hole you understand what the knocking was for.
<<speech "You" "$name">>(Woah!)<</speech>>
<img class="middle medium" src="images/release 4.02/handy1/3.jpg">
[[Use the "gloryhole" (-1 time/10 energy/sneaking level 2^exp)|day13handyglory1]]
[[Focus on the job|day13handybjdeny]]